1 2015-05-02 Joseph Myers <joseph@codesourcery.com>
3 * math/auto-libm-test-in: Add more tests of atan, clog, clog10,
4 cos, csqrt, erf, erfc, exp2, lgamma, log1p, sin, sincos, tanh and
6 * math/auto-libm-test-out: Regenerated.
7 * sysdeps/i386/fpu/libm-test-ulps: Update.
8 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10 2015-05-01 Joseph Myers <joseph@codesourcery.com>
12 * math/auto-libm-test-in: Add more tests of tgamma.
13 * math/auto-libm-test-out: Regenerated.
14 * sysdeps/i386/fpu/libm-test-ulps: Update.
15 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17 * math/auto-libm-test-in: Add more tests of tanh.
18 * math/auto-libm-test-out: Regenerated.
19 * sysdeps/i386/fpu/libm-test-ulps: Update.
20 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22 * math/auto-libm-test-in: Add more tests of tan.
23 * math/auto-libm-test-out: Regenerated.
24 * sysdeps/i386/fpu/libm-test-ulps: Update.
25 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27 * math/auto-libm-test-in: Add more tests of cos, sin and sincos.
28 * math/auto-libm-test-out: Regenerated.
29 * sysdeps/i386/fpu/libm-test-ulps: Update.
30 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32 * math/auto-libm-test-in: Add another test of pow.
33 * math/auto-libm-test-out: Regenerated.
34 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36 * math/auto-libm-test-in: Add more tests of lgamma.
37 * math/auto-libm-test-out: Regenerated.
38 * sysdeps/i386/fpu/libm-test-ulps: Update.
39 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41 * math/auto-libm-test-in: Add more tests of log, log10, log2 and
43 * math/auto-libm-test-out: Regenerated.
44 * sysdeps/i386/fpu/libm-test-ulps: Update.
45 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47 2015-05-01 Mark Wielaard <mjw@redhat.com>
49 * elf/elf.h: Add SHF_COMPRESSED section flag, Elf32_Chdr and
50 Elf64_Chdr structs and ELFCOMPRESS constants.
52 2015-05-01 Joseph Myers <joseph@codesourcery.com>
54 * math/auto-libm-test-in: Add more tests of exp, exp10, exp2 and
56 * math/auto-libm-test-out: Regenerated.
57 * sysdeps/i386/fpu/libm-test-ulps: Update.
58 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
60 * math/auto-libm-test-in: Add more tests of erf and erfc.
61 * math/auto-libm-test-out: Regenerated.
62 * sysdeps/i386/fpu/libm-test-ulps: Update.
63 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
65 2015-05-01 Szabolcs Nagy <szabolcs.nagy@arm.com>
67 * config.h.in (HAVE_AARCH64_BE): Add.
69 2015-04-30 Joseph Myers <joseph@codesourcery.com>
71 * math/auto-libm-test-in: Add more tests of csqrt.
72 * math/auto-libm-test-out: Regenerated.
73 * sysdeps/i386/fpu/libm-test-ulps: Update.
74 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
76 * math/auto-libm-test-in: Add more tests of cosh and sinh.
77 * math/auto-libm-test-out: Regenerated.
78 * sysdeps/i386/fpu/libm-test-ulps: Update.
79 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
81 * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: Remove file.
83 2015-04-29 Roland McGrath <roland@hack.frob.com>
85 * sysdeps/nacl/bits/typesizes.h (__CLOCK_T_TYPE): Use __SLONGWORD_TYPE.
86 * sysdeps/nacl/nacl-interfaces.h (nacl_abi_clock_t): Use clock_t.
88 * sysdeps/nacl/euidaccess.c (euidaccess): Renamed to __euidaccess.
89 (euidaccess, eaccess): Define as weak aliases.
91 * sysdeps/nacl/bits/typesizes.h (__SUSECONDS_T_TYPE): Use
92 __SLONGWORD_TYPE rather than __S32_TYPE. They are the same size,
93 but __suseconds_t is often 'long int' so some sources assume that
94 type is being used (e.g. they use %ld to print tv_usec).
96 2015-04-29 Florian Weimer <fweimer@redhat.com>
99 * nss/nss_files/files-XXX.c (CONCAT): Always enable stayopen.
101 * nss/tst-nss-getpwent.c: New file.
102 * nss/Makefile (tests): Add new test.
104 2015-04-28 Joseph Myers <joseph@codesourcery.com>
107 * sysdeps/ieee754/ldbl-128/s_roundl.c (__roundl): Handle all
108 exponents less than 48 as cases where high part of mantissa needs
109 examining to determine whether argument is integral.
110 * math/libm-test.inc (round_test_data): Add more tests.
112 2015-04-28 Mark Wielaard <mjw@redhat.com>
114 * elf/elf.h (SHF_EXCLUDE): Use unsigned 1 for shift.
116 2015-04-27 David S. Miller <davem@davemloft.net>
118 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Remove
120 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
122 2015-04-27 H.J. Lu <hongjiu.lu@intel.com>
125 * time/tzset.c (__tzfile_read): Check tzspec_len == 0.
127 2015-04-27 Florian Weimer <fweimer@redhat.com>
130 * time/tzset.c (parse_tzname): Return error on memory allocation
132 * test-skeleton.c (struct temp_name_list): Change type of name
134 (add_temp_file): Create a copy of the file name.
135 (delete_temp_files): Deallocate memory.
136 (create_temp_file): Add comment.
138 2015-04-24 Florian Weimer <fweimer@redhat.com>
140 * io/posix_fallocate.c (posix_fallocate): Do not set errno.
141 * io/posix_fallocate64.c (posix_fallocate64): Likewise.
143 2015-04-24 Roland McGrath <roland@hack.frob.com>
145 * sysdeps/arm/configure.ac (PI_STATIC_AND_HIDDEN): Define it.
146 * sysdeps/arm/configure: Regenerated.
148 2015-04-24 Florian Weimer <fweimer@redhat.com>
151 * time/tzfile.c (__tzfile_read): Check for large values of
152 tzh_ttisstdcnt and tzh_ttisgmtcnt. Use malloc instead of alloca.
153 * time/tzset.c (__tzstring_len): New function, based on the old
155 (__tzstring): Call __tzstring_len.
156 (parse_tzname): New helper function extracted from
157 __tzset_parse_tz. Call __tzstring_len, without making a copy of
159 (parse_offset): New helper function extracted from
160 __tzset_parse_tz. Replace switch with fallthrough with
161 initialization before sscanf.
162 (parse_rule): Likewise.
163 (__tzset_parse_tz): Rewrite using the new helper functions. Use
164 new-style function definition.
165 * timezone/Makefile (tests): Add tst-tzset.
166 (tst-tzset.out): Dependencies on time zone files.
167 (tst-tzset-ENV): Set TZDIR.
168 (testdata/XT%): Copy crafted time zone files.
169 * timezone/README: Mention crafted time zone files.
170 * timezone/testdata/XT1, timezone/testdata/XT2,
171 timezone/testdata/XT3, timezone/testdata/XT4: New time zone test
173 * timezone/tst-tzset.c: New test.
175 2015-04-24 Florian Weimer <fweimer@redhat.com>
177 * Makeconfig (+gccwarn): Remove -Winline.
179 2015-04-24 Stefan Liebler <stli@linux.vnet.ibm.com>
181 * sysdeps/s390/fpu/libm-test-upls: Regenerate.
183 2015-04-24 Stefan Liebler <stli@linux.vnet.ibm.com>
185 * NEWS: Mention sysconf() cache information support for s390.
186 * sysdeps/unix/sysv/linux/s390/sysconf.c: New File.
188 2015-04-22 Wilco Dijkstra <wdijkstr@arm.com>
190 * math/k_casinh.c (__kernel_casinh): Use __copysign.
191 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c
192 (__nearbyint): Likewise.
193 * sysdeps/ieee754/ldbl-opt/nldbl-copysign.c
194 (copysignl): Likewise.
196 2015-04-21 Arjun Shankar <arjun.is@lostca.se>
199 * resolv/nss_dns/dns-host.c (getanswer_r): Adjust buffer length
200 based on padding. (CVE-2015-1781)
202 2015-04-20 Adhemerval Zanella <adhemerval.zanella@linaro.org>
204 * nptl/pthread_cond_timedwait.c: Change include bits/libc-vdso.h to just
206 * sysdeps/powerpc/powerpc32/backtrace.c: Likewise.
207 * sysdeps/powerpc/powerpc64/backtrace.c: Likewise.
208 * sysdeps/unix/sysv/linux/aarch64/init-first.c: Likewise.
209 * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
210 * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
211 * sysdeps/unix/sysv/linux/gettimeofday.c: Likewise.
212 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Likewise.
213 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
214 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
215 * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Likewise.
216 * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
217 * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
218 * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
219 * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise.
220 * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
221 * sysdeps/unix/sysv/linux/aarch64/bits/libc-vdso.h: Move to ...
222 * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h: ... here.
223 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Move to ...
224 * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h: ... here.
225 * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: Move to ...
226 * sysdeps/unix/sysv/linux/s390/libc-vdso.h: ... here.
227 * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Move to ...
228 * sysdeps/unix/sysv/linux/tile/libc-vdso.h: ... here.
230 2015-04-19 Paul Eggert <eggert@cs.ucla.edu>
232 * stdlib/setenv.c (__add_to_environ):
233 Dump core quickly if setenv (..., NULL, ...) is called.
234 This time, do it the right way, and pacify GCC with a pragma.
236 2015-04-17 Roland McGrath <roland@hack.frob.com>
238 * elf/dl-close.c (_dl_close_worker) [DL_NNS == 1]: Just assert that
239 IMAP->l_prev cannot be null, and #if out the code for the contrary
240 case, avoiding 'assert (nsid != LM_ID_BASE)' making the compiler
241 believe that NS (&_dl_ns[NSID]) could point outside the array.
243 * elf/dl-open.c (_dl_open): Use __glibc_unlikely in invalid namespace
244 check. Reject NSID < 0 and NSID >= dl_nns, and check for DL_NNS==1,
245 before using NSID as an index.
247 2015-04-17 Il'ya Malakhov <ilmalakhov@yandex.ru>
250 * sysdeps/sparc/sparc64/memchr.S: Fix signedness handling of length.
251 * sysdeps/sparc/sparc64/memcmp.S: Likewise.
252 * sysdeps/sparc/sparc64/strncmp.S: Likewise.
254 2015-04-17 Roland McGrath <roland@hack.frob.com>
256 Add preliminary port to Google Native Client on ARM.
257 * abi-tags (.*-.*-nacl.*): New entry.
258 * sysdeps/arm/nacl: New directory.
259 * sysdeps/nacl: New directory.
261 2015-04-16 David S. Miller <davem@davemloft.net>
263 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Make use of
266 2015-04-16 Chris Metcalf <cmetcalf@ezchip.com>
268 * sysdeps/tile/configure.ac: New file.
269 * sysdeps/tile/configure: Regenerated.
271 2015-04-15 Adhemerval Zanella <adhemerval.zanella@linaro.org>
273 * wcsmbs/wcschr.c [WCSCHR] (wcschr): Define as __wcschr. Remove
274 conditionals for weak_alias and libc_hidden_weak.
275 * sysdeps/i386/i686/multiarch/wcschr-c.c [libc]: Undefine
276 libc_hidden_weak and weak_alias.
277 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c [libc]:
278 Undefine libc_hidden_weak. Define libc_hidden_def for SHARED builds
279 and weak_alias for static one.
281 2015-04-15 David S. Miller <davem@davemloft.net>
283 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
285 2015-04-13 Stefan Liebler <stli@linux.vnet.ibm.com>
288 * wcsmbs/wcsncmp.c (wcsncmp): Compare as wchar_t, not wint_t.
289 Use signed comparision instead of substraction to avoid
291 * localedata/tests-mbwc/tst_wcsncmp.c (tst_wcsncmp):
292 Take the sign of ret.
293 * localedata/tests-mbwc/dat_wcsncmp.c (tst_wcsncmp_loc):
294 Do not expect precise return values. Only the sign matters.
295 * wcsmbs/Makefile (strop-tests): Add wcsncmp.
296 * wcsmbs/test-wcsncmp.c: New File.
297 * string/test-strncmp.c: Add wcsncmp support.
299 2015-04-13 Stefan Liebler <stli@linux.vnet.ibm.com>
302 * math/w_log1p.c: New file.
303 * math/w_log1pf.c: Likewise.
304 * math/w_log1pl.c: Likewise.
305 * math/Makefile (libm-calls): Add w_log1p.
306 * math/s_log1pl.c (log1pl): Remove weak_alias.
307 * sysdeps/i386/fpu/s_log1p.S (log1p): Likewise.
308 * sysdeps/i386/fpu/s_log1pf.S (log1pf): Likewise.
309 * sysdeps/i386/fpu/s_log1pl.S (log1pl): Likewise.
310 * sysdeps/x86_64/fpu/s_log1pl.S (log1pl): Likewise.
311 * sysdeps/ieee754/dbl-64/s_log1p.c (log1p): Likewise.
312 [NO_LONG_DOUBLE] (log1pl): Likewise.
313 * sysdeps/ieee754/flt-32/s_log1pf.c (log1pf): Likewise.
314 * sysdeps/ieee754/ldbl-128/s_log1pl.c (log1pl): Likewise.
315 * sysdeps/ieee754/ldbl-64-128/s_log1pl.c
316 (log1p): Remove long_double_symbol.
317 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (log1pl): Likewise.
318 * sysdeps/ieee754/ldbl-64-128/w_log1pl.c: New file.
319 * sysdeps/ieee754/ldbl-128ibm/w_log1pl.c: Likewise.
320 * sysdeps/m68k/m680x0/fpu/s_log1p.c: Define empty weak_alias to
321 remove weak_alias for corresponding log1p function.
322 * sysdeps/m68k/m680x0/fpu/s_log1pf.c: Likewise.
323 * sysdeps/m68k/m680x0/fpu/s_log1pl.c: Likewise.
324 * sysdeps/ia64/fpu/w_log1p.c: New file.
325 * sysdeps/ia64/fpu/w_log1pf.c: Likewise.
326 * sysdeps/ia64/fpu/w_log1pl.c: Likewise.
327 * math/libm-test.inc (log1p_test_data): Add errno expectations.
329 2015-04-10 Joseph Myers <joseph@codesourcery.com>
332 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Decrease minimum
333 decimal exponent by 1.
334 * stdlib/tst-strtod-round-data: Add more tests.
335 * stdlib/tst-strtod-round.c (tests): Regenerated.
337 2015-04-09 Joseph Myers <joseph@codesourcery.com>
339 * math/auto-libm-test-in: Add more tests of clog and clog10.
340 * math/auto-libm-test-out: Regenerated.
341 * sysdeps/i386/fpu/libm-test-ulps: Update.
342 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
344 2015-04-09 Roland McGrath <roland@hack.frob.com>
346 * Makeconfig (module-cppflags): Exclude all .v.i files.
347 (skip-module-cppflags): Variable removed.
349 * configure.ac (libc_config_ok): Initialize before reading
350 preconfigure scripts, not after.
351 * configure: Regenerated.
353 * test-skeleton.c (TIMEOUT): Move #define to top level.
354 (main): Grok environment variable TEST_DIRECT. If set, print
355 test expectation details into that file and then behave as if
358 2015-04-09 Florian Weimer <fweimer@redhat.com>
360 * malloc/tst-scratch_buffer.c (do_test): Suppress truncation
363 2015-04-08 David S. Miller <davem@davemloft.net>
365 * sysdeps/sparc/fpu/libm-test-ulps: Update.
367 2015-04-08 Joseph Myers <joseph@codesourcery.com>
369 * math/auto-libm-test-in: Add more tests of atanh.
370 * math/auto-libm-test-out: Regenerated.
371 * sysdeps/i386/fpu/libm-test-ulps: Update.
372 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
374 * math/auto-libm-test-in: Add more tests of atan.
375 * math/auto-libm-test-out: Regenerated.
376 * sysdeps/i386/fpu/libm-test-ulps: Update.
377 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
379 2015-04-08 Florian Weimer <fweimer@redhat.com>
381 * elf/pldd.c (main): Rewrite to use struct
382 scratch_buffer instead of extend_alloca.
383 * elf/pldd-xx.c (find_maps): Likewise.
384 * grp/initgroups.c: Include <scratch_buffer.h> instead of
386 * grp/compat-initgroups.c (compat_call): Rewrite to use struct
387 scratch_buffer instead of extend_alloca.
388 * nscd/initgrcache.c: Include <scratch_buffer.h>, now needed by
389 grp/compat-initgroups.c.
390 * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
391 Rewrite to use struct scratch_buffer instead of extend_alloca.
392 * inet/getnameinfo.c (nrl_domainname, getnameinfo): Likewise.
393 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
395 2015-04-08 Joseph Myers <joseph@codesourcery.com>
397 * math/auto-libm-test-in: Add more tests of cbrt.
398 * math/auto-libm-test-out: Regenerated.
399 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
401 * math/auto-libm-test-in: Add more tests of cabs.
402 * math/auto-libm-test-out: Regenerated.
403 * sysdeps/i386/fpu/libm-test-ulps: Update.
404 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
408 * sysdeps/ieee754/dbl-64/e_atan2.c: Include <fenv.h>.
409 (__ieee754_atan2): Set FE_TONEAREST mode for internal
411 * math/auto-libm-test-in: Add more tests of atan2, carg, clog and
413 * math/auto-libm-test-out: Regenerated.
414 * sysdeps/i386/fpu/libm-test-ulps: Update.
415 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
418 * sysdeps/ieee754/dbl-64/s_atan.c: Include <fenv.h>.
419 (atan): Set FE_TONEAREST mode for internal computations.
420 * math/auto-libm-test-in: Add more tests of atan.
421 * math/auto-libm-test-out: Regenerated.
423 2015-04-07 James Cowgill <james410@cowgill.org.uk>
426 * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_NORESERVE): Define.
428 2015-04-07 Florian Weimer <fweimer@redhat.com>
430 * malloc/scratch_buffer_grow_preserve.c: Include <string.h>
432 2015-04-07 Florian Weimer <fweimer@redhat.com>
434 * include/scratch_buffer.h: New file.
435 * malloc/scratch_buffer_grow.c: Likewise.
436 * malloc/scratch_buffer_grow_preserve.c: Likewise.
437 * malloc/scratch_buffer_set_array_size.c: Likewise.
438 * malloc/tst-scratch_buffer.c: Likewise.
439 * malloc/Makefile (routines): Add scratch_buffer_grow.
440 (tests): Add test case.
441 * malloc/Versions (GLIBC_PRIVATE): Export
442 __libc_scratch_buffer_grow, __libc_scratch_buffer_grow_preserve,
443 __libc_scratch_buffer_set_array_size.
445 2015-04-06 Richard Henderson <rth@redhat.com>
447 * sysdeps/unix/alpha/sysdep.h: Unconditionally include dl-sysdep.h.
448 * sysdeps/alpha/fpu/libm-test-ulps: Update.
450 * math/test-fenvinline.c (feenable_test): Cast fe_exc to
451 unsigned int before printing.
453 2015-04-03 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
456 * wcsmbs/mbrtowc.c (__mbrtowc): Add check for n=0.
457 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
459 2015-04-02 Florian Weimer <fweimer@redhat.com>
461 * include/libc-internal.h (libc_max_align_t): Define.
463 2015-04-02 Andreas Schwab <schwab@suse.de>
466 * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h: New file.
468 2015-04-02 Mel Gorman <mgorman@suse.de>
471 * malloc/arena.c (free): Apply trim threshold to per-thread heaps
472 as well as the main arena.
474 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
477 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Limit threads
478 sharing L2 cache to 2 for Silvermont/Knights Landing.
480 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
483 * config.make.in (have-protected-data): New.
484 * configure.ac: Check linker support for protected data symbol.
485 * configure: Regenerated.
486 * elf/Makefile (modules-names): Add tst-protected1moda and
487 tst-protected1modb if $(have-protected-data) is yes.
488 (tests): Add tst-protected1a and tst-protected1b if
489 $(have-protected-data) is yes.
490 ($(objpfx)tst-protected1a): New.
491 ($(objpfx)tst-protected1b): Likewise.
492 (tst-protected1modb.so-no-z-defs): Likewise.
493 * elf/tst-protected1a.c: New file.
494 * elf/tst-protected1b.c: Likewise.
495 * elf/tst-protected1mod.h: Likewise.
496 * elf/tst-protected1moda.c: Likewise.
497 * elf/tst-protected1modb.c: Likewise.
499 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
502 * elf/dl-lookup.c (do_lookup_x): When UNDEF_MAP is NULL, which
503 indicates it is called from do_lookup_x on relocation against
504 protected data, skip the data definion in the executable from
506 (_dl_lookup_symbol_x): Pass ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA,
507 instead of ELF_RTYPE_CLASS_PLT, to do_lookup_x for
508 EXTERN_PROTECTED_DATA relocation against STT_OBJECT symbol.
509 * sysdeps/generic/ldsodefs.h * (ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA):
510 New. Defined to 4 if DL_EXTERN_PROTECTED_DATA is defined,
512 * sysdeps/i386/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
513 * sysdeps/i386/dl-machine.h (elf_machine_type_class): Set class
514 to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_386_GLOB_DAT.
515 * sysdeps/x86_64/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
516 * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Set class
517 to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_X86_64_GLOB_DAT.
519 2015-03-28 Martin Galvan <martin.galvan@tallertechnologies.com>
521 * sysdeps/nptl/pthread.h: Remove duplicate definition of
522 PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP.
524 2015-03-27 Martin Galvan <martin.galvan@tallertechnologies.com>
526 * sysdeps/i386/nptl/tls.h: Swap comments between THREAD_SETMEM and
528 * sysdeps/x86_64/nptl/tls.h: Ditto.
530 2015-03-27 Roland McGrath <roland@hack.frob.com>
532 * dlfcn/tststatic.c (main): Converted to ...
534 (TEST_FUNCTION): New macro.
535 Include test-skeleton.c.
537 2015-03-26 Alan Modra <amodra@gmail.com>
539 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
540 Don't segfault if ifunc resolver returns a NULL. Do set plt to
541 zero for undefined weak.
542 (elf_machine_plt_conflict): Similarly.
544 2015-03-25 Joseph Myers <joseph@codesourcery.com>
546 * math/auto-libm-test-in: Add more tests of acosh, asinh and
548 * math/auto-libm-test-out: Regenerated.
549 * sysdeps/i386/fpu/libm-test-ulps: Update.
550 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
552 * math/auto-libm-test-in: Add another test of asin.
553 * math/auto-libm-test-out: Regenerated.
554 * sysdeps/i386/fpu/libm-test-ulps: Update.
555 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
557 * sysdeps/unix/sysv/linux/i386/lowlevellock.h (LLL_EBX_LOAD):
559 (LLL_EBX_REG): Likewise.
560 (LLL_ENTER_KERNEL): Likewise.
562 * math/auto-libm-test-in: Add more tests of asin.
563 * math/auto-libm-test-out: Regenerated.
564 * sysdeps/i386/fpu/libm-test-ulps: Update.
565 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
568 * sysdeps/unix/sysv/linux/i386/sysdep.h (struct
569 libc_do_syscall_args): New structure.
570 (INTERNAL_SYSCALL_MAIN_0): New macro.
571 (INTERNAL_SYSCALL_MAIN_1): Likewise.
572 (INTERNAL_SYSCALL_MAIN_2): Likewise.
573 (INTERNAL_SYSCALL_MAIN_3): Likewise.
574 (INTERNAL_SYSCALL_MAIN_4): Likewise.
575 (INTERNAL_SYSCALL_MAIN_5): Likewise.
576 (INTERNAL_SYSCALL_MAIN_6): Likewise. Call __libc_do_syscall.
577 (INTERNAL_SYSCALL): Define to use INTERNAL_SYSCALL_MAIN_##nr.
578 Replace conditional definitions by conditional definitions of ....
579 (INTERNAL_SYSCALL_MAIN_INLINE): ... this. New macro.
580 * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: New file.
581 * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = nptl]
582 (libpthread-sysdep_routines): Add libc-do-syscall.
583 * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: Remove file.
584 * sysdeps/unix/sysv/linux/i386/lowlevellock.h (SYS_futex): Define
585 to __NR_futex not 240.
587 2015-03-25 Alan Modra <amodra@gmail.com>
589 * NEWS: Advertise TLS optimization.
590 * elf/elf.h (R_PPC_TLSGD, R_PPC_TLSLD, DT_PPC_OPT, PPC_OPT_TLS): Define.
591 (DT_PPC_NUM): Increment.
592 * elf/dynamic-link.h (HAVE_STATIC_TLS): Define.
593 (CHECK_STATIC_TLS): Use here.
594 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Optimize
596 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
597 * sysdeps/powerpc/dl-tls.c: New file.
598 * sysdeps/powerpc/Versions: Add __tls_get_addr_opt.
599 * sysdeps/powerpc/tst-tlsopt-powerpc.c: New tls test.
600 * sysdeps/unix/sysv/linux/powerpc/Makefile: Add new test.
601 Build tst-tlsmod2.so with --no-tls-get-addr-optimize.
602 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Update.
603 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
604 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
606 2015-03-25 Alan Modra <amodra@gmail.com>
608 * sysdeps/powerpc/powerpc64/configure.ac: Correct "linker support
609 for overlapping .opd entries" to "support...".
610 * sysdeps/powerpc/powerpc64/configure: Regenerate
612 2015-03-25 Joseph Myers <joseph@codesourcery.com>
614 * math/auto-libm-test-in: Add more tests of acos.
615 * math/auto-libm-test-out: Regenerated.
616 * sysdeps/i386/fpu/libm-test-ulps: Update.
617 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
619 * math/auto-libm-test-in: Add more tests of expm1.
620 * math/auto-libm-test-out: Regenerated.
621 * sysdeps/i386/fpu/libm-test-ulps: Update.
622 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
624 2015-03-24 Joseph Myers <joseph@codesourcery.com>
626 * math/auto-libm-test-in: Add more tests of cosh and sinh.
627 * math/auto-libm-test-out: Regenerated.
628 * sysdeps/i386/fpu/libm-test-ulps: Update.
629 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
631 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
632 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
634 * math/auto-libm-test-in: Add more tests of log2.
635 * math/auto-libm-test-out: Regenerated.
636 * sysdeps/i386/fpu/libm-test-ulps: Update.
637 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
639 2015-03-23 Roland McGrath <roland@hack.frob.com>
641 * libio/iofdopen.c: Move FD_FLAGS declaration into its first use,
642 inside [F_GETFL]. Remove POSIX_MODE local variable, just test the
643 _IO_IS_APPENDING bit in READ_WRITE instead.
645 2015-03-23 Florian Weimer <fweimer@redhat.com>
647 * sysdeps/unix/sysv/linux/pthread_setaffinity.c
648 (__determine_cpumask_size): Replace extend_alloca with a
649 variable-length array. Do not treat res == 0 as an error.
651 2015-03-23 Florian Weimer <fweimer@redhat.com>
654 * posix/wordexp.c (eval_expr_multdiv): Check for division by zero
655 and integer overflow.
656 * posix/wordexp-test.c (test_case): Add divide-by-zero test.
657 (main): Add integer overflow tests.
658 * manual/pattern.texi (Calling Wordexp): Document additional use
661 2015-03-23 Alan Modra <amodra@gmail.com>
663 * config.h.in: Remove HAVE_ASM_PPC_REL16.
664 * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16
665 and false branch of conditional.
666 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
669 2015-03-21 Samuel Thibault <samuel.thibault@ens-lyon.org
671 * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
673 * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Remove
674 unused declaration of _hurd_intr_rpc_msg_in_trap.
675 * mach/mach_init.c (__mach_init): Test whether HAVE_HOST_PAGE_SIZE is
676 defined instead of whether it is non-zero.
677 * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Use "+m"
678 input constraint instead of both input and output constraint. Use ecx
679 clobber instead of %ecx.
680 * sysdeps/mach/hurd/malloc-machine.h (mutex_init, mutex_lock,
681 mutex_unlock): Use a statement expression instead of an expression list.
682 * sysdeps/mach/hurd/setitimer.c (_hurd_itimer_thread_stack_size): Set
683 type to vm_size_t instead of vm_address_t.
684 * sysdeps/mach/hurd/fork.c (__fork): Test whether STACK_GROWTH_UP is
685 defined instead of whether it is non-zero.
686 * hurd/hurd/ioctl.h (_hurd_locked_install_cttyid): New declaration.
687 * sysdeps/mach/hurd/setsid.c: Include <hurd/ioctl.h>.
688 * sysdeps/mach/hurd/mmap.c (__mmap): Use 0 instead of NULL for
689 comparisons with mapaddr.
690 * nscd/nscd-client.h: Include <time.h>.
691 * sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy
692 9th parameter to __vm_region instead of int.
693 * bits/termios.h [!__USE_MISC] (EXTPROC): Do not define.
694 * scripts/check-local-headers.sh (exclude): Add device/,
695 hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
698 2015-03-19 Roland McGrath <roland@hack.frob.com>
700 * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations
701 to account for alignment padding.
702 * sysdeps/arm/memmove.S: Likewise.
704 2015-03-19 Chris Metcalf <cmetcalf@ezchip.com>
706 * sysdeps/unix/sysv/linux/generic/README: New file.
708 2015-03-18 Joseph Myers <joseph@codesourcery.com>
711 * nptl/sem_waitcommon.c: Include <kernel-features.h>.
712 (futex_abstimed_wait)
713 [__ASSUME_FUTEX_CLOCK_REALTIME && lll_futex_timed_wait_bitset]:
714 Use lll_futex_timed_wait_bitset with FUTEX_CLOCK_REALTIME instead
715 of lll_futex_timed_wait.
717 2015-03-18 Brad Hubbard <bhubbard@redhat.com>
720 * sunrpc/svc.c (xprt_register): Use calloc to allocate xports.
722 2015-03-17 Alexandre Oliva <aoliva@redhat.com>
729 * elf/dl-tls.c (_dl_update_slotinfo): Clean up outdated DTV
730 entries with Static TLS too. Skip entries past the end of the
731 allocated DTV, from Alan Modra.
732 (tls_get_addr_tail): Update to glibc_likely/unlikely. Move
733 Static TLS DTV entry set up from...
734 (_dl_allocate_tls_init): ... here (fix modid assertion), ...
735 * elf/dl-reloc.c (_dl_nothread_init_static_tls): ... here...
736 * nptl/allocatestack.c (init_one_static_tls): ... and here...
737 * elf/dlopen.c (dl_open_worker): Drop l_tls_modid upper bound
739 * elf/tlsdeschtab.h (map_generation): Return size_t. Check
740 that the slot we find is associated with the given map before
741 using its generation count.
742 * nptl_db/db_info.c: Include ldsodefs.h.
743 (rtld_global, dtv_slotinfo_list, dtv_slotinfo): New typedefs.
744 * nptl_db/structs.def (DB_RTLD_VARIABLE): New macro.
745 (DB_MAIN_VARIABLE, DB_RTLD_GLOBAL_FIELD): Likewise.
746 (link_map::l_tls_offset): New struct field.
747 (dtv_t::counter): Likewise.
748 (rtld_global): New struct.
749 (_rtld_global): New rtld variable.
750 (dl_tls_dtv_slotinfo_list): New rtld global field.
751 (dtv_slotinfo_list): New struct.
752 (dtv_slotinfo): Likewise.
753 * nptl_db/td_symbol_list.c: Drop gnu/lib-names.h include.
754 (td_lookup): Rename to...
755 (td_mod_lookup): ... this. Use new mod parameter instead of
757 * nptl_db/td_thr_tlsbase.c: Include link.h.
758 (dtv_slotinfo_list, dtv_slotinfo): New functions.
759 (td_thr_tlsbase): Check DTV generation. Compute Static TLS
760 addresses even if the DTV is out of date or missing them.
761 * nptl_db/fetch-value.c (_td_locate_field): Do not refuse to
762 index zero-length arrays.
763 * nptl_db/thread_dbP.h: Include gnu/lib-names.h.
764 (td_lookup): Make it a macro implemented in terms of...
765 (td_mod_lookup): ... this declaration.
766 * nptl_db/db-symbols.awk (DB_RTLD_VARIABLE): Override.
767 (DB_MAIN_VARIABLE): Likewise.
769 2015-03-16 H.J. Lu <hongjiu.lu@intel.com>
772 * sysdeps/x86_64/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
774 2015-03-15 Paul Eggert <eggert@cs.ucla.edu>
776 * stdlib/setenv.c (__add_to_environ): Revert previous change.
778 2015-03-14 Andreas Schwab <schwab@linux-m68k.org>
781 * sysdeps/m68k/m680x0/m68020/bits/atomic.h (atomic_exchange_and_add)
782 (atomic_add, atomic_increment_and_test)
783 (atomic_decrement_and_test): Fix 64-bit arithmetic.
785 2015-03-13 Paul Eggert <eggert@cs.ucla.edu>
787 * stdlib/setenv.c (__add_to_environ):
788 Dump core quickly if setenv (..., NULL, ...) is called.
790 2015-03-13 Roland McGrath <roland@hack.frob.com>
792 * sysdeps/arm/tls-macros.h: Include <sysdep.h>.
793 (GET_SPECIAL_RELOC, GET_SPECIAL_PCREL): New macros to encapsulate
794 all the necessary asm magic in one place.
795 (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Rewritten as C expressions
798 2015-03-13 Carlos O'Donell <carlos@redhat.com>
801 * nscd/cache.c (prune_cache): Use TRACED_FILE. Compare and update
802 traced file mtime. Use consistent log message.
803 * nscd/connections.c [HAVE_INOTIFY] (install_watches): New function.
804 (register_traced_file): Call install_watches. Always set mtime.
805 (invalidate_cache): Iterate over all trace files. Call install_watches.
806 (inotify_check_files): Don't inline. Handle watching parent
807 directories and configuration file movement in and out.
808 (handle_inotify_events): New function.
809 (main_loop_poll): Call handle_inotify_events.
810 (main_loop_epoll): Likewise.
811 * nscd/nscd.h: Define TRACED_FILE, TRACED_DIR, and PATH_MAX.
812 (struct traced_file): Use array of inotify fds. Add parent directory,
814 (struct database_dyn): Remove unused file_mtime.
815 (init_traced_file): New inline function.
816 (define_traced_file): New macro.
817 * nss/nss_db/db-init.c: Use define_traced_file.
818 (_nss_db_init): Use init_traced_file.
819 * nss/nss_files/files-init.c: Use define_traced_file.
820 (_nss_files_init): Use init_traced_file.
822 2015-03-12 Joseph Myers <joseph@codesourcery.com>
824 * soft-fp/soft-fp.h (_FP_STATIC_ASSERT): New macro.
825 [_LIBC]: Do not include <stdlib.h>.
826 [!_LIBC] (abort): Remove declaration.
827 * soft-fp/op-2.h (_FP_MUL_MEAT_2_120_240_double): Use
828 _FP_STATIC_ASSERT instead of conditionally calling abort.
829 * soft-fp/op-common.h (_FP_FROM_INT): Likewise.
830 (_FP_EXTEND_CNAN): Likewise.
831 (FP_TRUNC): Likewise.
832 (__FP_CLZ): Likewise.
833 * sysdeps/powerpc/nofpu/flt-rounds.c: Include <stdlib.h>.
835 2015-03-12 Yaakov Selkowitz <yselkowi@redhat.com>
837 * manual/string.texi (XPG basename): Fix prototype.
839 2015-03-12 Stefan Liebler <stli@linux.vnet.ibm.com>
842 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
843 (__setcontext): Use SIG_SETMASK instead of SIG_BLOCK.
844 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
845 (__setcontext): Likewise.
846 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
847 (__swapcontext): Use SIG_SETMASK instead of SIG_BLOCK.
848 Call rt_sigprocmask syscall one time to set new signal mask
849 and retrieve the current signal mask instead of two calls.
850 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
851 (__swapcontext): Likewise.
852 * stdlib/Makefile (tests): Add new testcase tst-setcontext2.
853 * stdlib/tst-setcontext2.c: New file.
855 2015-03-12 Stefan Liebler <stli@linux.vnet.ibm.com>
857 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
859 2015-03-11 Aurelien Jarno <aurelien@aurel32.net>
862 * elf/cache.c (load_aux_cache): Regenerate the cache if it has
865 2015-03-11 Paul Pluzhnikov <ppluzhnikov@google.com>
868 * posix/wordexp.c (parse_param): Don't call setenv(..., NULL, 1).
870 2015-03-11 Adhemerval Zanellla <azanella@linux.vnet.ibm.com>
872 * config.h.in [HAVE_ASM_GLOBAL_DOT_NAME]: Remove define.
873 * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias):
875 [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): Likewise.
876 [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Likewise.
877 [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Likewise.
878 [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Likewise.
879 [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Likewise.
880 * nptl_db/db-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (DOT): Remove
882 * nptl_db/td_symbol_list.c (td_lookup): Remove
883 HAVE_ASM_GLOBAL_DOT_NAME code.
884 * sysdeps/powerpc/powerpc64/configure.ac: Remove
885 HAVE_ASM_GLOBAL_DOT_NAME check.
886 * sysdeps/powerpc/powerpc64/configure: Regenerate.
887 * sysdeps/powerpc/powerpc64/sysdep.h [HAVE_ASM_GLOBAL_DOT_NAME]
888 (DOT_LABEL): Remove define.
889 [HAVE_ASM_GLOBAL_DOT_NAME] (BODY_LABEL): Likewise.
890 [HAVE_ASM_GLOBAL_DOT_NAME] (ENTRY_2): Likewise.
891 [HAVE_ASM_GLOBAL_DOT_NAME] (END_2): Likewise.
892 * sysdeps/powerpc/powerpc64/tls-macros.h [HAVE_ASM_GLOBAL_DOT_NAME]
893 (__TLS_GET_ADDR): Likewise.
894 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
895 [HAVE_ASM_GLOBAL_DOT_NAME] (DASHDASHPFX): Likewise.
897 2015-03-11 Carlos O'Donell <carlos@redhat.com>
900 * sysdeps/hppa/fpu/fpu_control.h (_FPU_HPPA_SHIFT_FLAGS): Define.
901 (_FPU_SETCW): Initialize cw from fpsr before storing.
902 * sysdeps/hppa/fpu/fsetexcptflg.c: Include fpu_control.h
903 (fesetexceptflag): Rewrite using fpu_control.h.
904 * sysdeps/hppa/fpu/feupdateenv.c: Handle FE_DFL_ENV, and FE_NOMASK_ENV.
906 2015-03-11 John David Anglin <danglin@gcc.gnu.org>
909 * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Don't modify bufptr in
911 * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
913 2015-03-11 Joseph Myers <joseph@codesourcery.com>
915 * soft-fp/soft-fp.h (_FP_UNREACHABLE): New macro.
916 * soft-fp/op-common.h (_FP_MUL): Use _FP_UNREACHABLE instead of
921 2015-03-10 Roland McGrath <roland@hack.frob.com>
923 * scripts/evaluate-test.sh: Grok exit code 77 as UNSUPPORTED and exit
925 * Makefile (summarize-tests): New canned sequence, factored out of
926 commands for targets tests and xtests. Display summary lines that
927 don't start with PASS: or XFAIL: rather than ones that do start with
928 ERROR: or FAIL:. Make the commands fail if any summary lines fail
929 to start with X?PASS: or XFAIL: or UNSUPPORTED: rather than if any
930 do start with ERROR: or FAIL:.
931 * dlfcn/Makefile (tests): Add bug-atexit3 back here unconditionally
932 (except for [$(build-shared) = yes]).
933 (tests-unsupported) [$(CXX) empty]: Add bug-atexit3.
934 (LDLIBS-bug-atexit3-lib.so): Conditionalize on [$(CXX) nonempty].
935 ($(objpfx)bug-atexit3, $(objpfx)bug-atexit3.out): Likewise.
936 * nptl/Makefile: Revert 2015-03-04 changes.
937 [$(CXX) empty] (tests-unsupported): New variable.
938 * debug/Makefile: Likewise.
940 * posix/regcomp.c: Fix comment typos and formatting to harmonize with
941 gnulib file. Replace __attribute with __attribute__ throughout.
943 2015-03-10 Carlos O'Donell <carlos@redhat.com>
945 * sysdeps/hppa/fpu/libm-test-ulps: Update.
947 2015-03-10 Joseph Myers <joseph@codesourcery.com>
950 * math/auto-libm-test-in: Add another test of pow.
951 * math/auto-libm-test-out: Regenerated.
953 2015-03-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
955 * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Add
956 $(config-cflags-nofma).
958 2015-03-10 Joseph Myers <joseph@codesourcery.com>
960 * soft-fp/double.h [SOFT_FP_DOUBLE_H]: New multiple-include guard.
961 * soft-fp/extended.h [SOFT_FP_EXTENDED_H]: Likewise.
962 * soft-fp/op-1.h [SOFT_FP_OP_1_H]: Likewise.
963 * soft-fp/op-2.h [SOFT_FP_OP_2_H]: Likewise.
964 * soft-fp/op-4.h [SOFT_FP_OP_4_H]: Likewise.
965 * soft-fp/op-8.h [SOFT_FP_OP_8_H]: Likewise.
966 * soft-fp/op-common.h [SOFT_FP_OP_COMMON_H]: Likewise.
967 * soft-fp/quad.h [SOFT_FP_QUAD_H]: Likewise.
968 * soft-fp/single.h [SOFT_FP_SINGLE_H]: Likewise.
969 * soft-fp/soft-fp.h (SOFT_FP_H): Define to 1 rather than empty.
970 Add comment on closing #endif.
972 2015-03-09 Paul Pluzhnikov <ppluzhnikov@google.com>
974 * posix/wordexp.c (CHAR_IN_SET): New macro.
975 (parse_param): Use it.
977 2015-03-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
979 * sysdeps/powerpc/fpu/libm-test-ulps: update.
981 2015-03-09 Paul Pluzhnikov <ppluzhnikov@google.com>
984 * posix/wordexp.c (parse_param): Fix buffer overflow.
985 * posix/wordexp-test.c (test_case): Add test case.
987 2015-03-09 Paul Pluzhnikov <ppluzhnikov@google.com>
990 * posix/wordexp.c (parse_backtick): Fix off-by-one.
991 * posix/wordexp-test.c (test_case): Add test for BZ #18042.
993 2015-03-09 Paul Pluzhnikov <ppluzhnikov@google.com>
996 * posix/wordexp-test.c (test_case): Add test for BZ #18043
997 (do_bz18043): Delete.
999 (testit): Refactor to have words at the edge of unreadable page.
1001 2015-03-08 Paul Pluzhnikov <ppluzhnikov@google.com>
1004 * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
1005 Cleanup read-only streams as well.
1006 (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
1008 2015-03-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
1010 * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
1013 2015-03-07 Joseph Myers <joseph@codesourcery.com>
1015 * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro. Define depending
1017 * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
1018 * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
1019 * soft-fp/op-common.h (_FP_DECL): Likewise.
1021 2015-03-06 H.J. Lu <hongjiu.lu@intel.com>
1023 * elf/ifuncdep2.c (global): Replace
1024 __attribute__((visibility("protected"))) with
1025 asm (".protected global").
1026 * elf/ifuncmod1.c (global): Likewise.
1027 * elf/ifuncmod5.c (global): Likewise.
1029 2015-03-06 Joseph Myers <joseph@codesourcery.com>
1031 * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
1032 <asm/sfp-machine.h> instead of <sfp-machine.h>.
1034 2015-03-06 Roland McGrath <roland@hack.frob.com>
1036 * manual/install.texi (Configuring and compiling):
1037 Document test-wrapper-env-only.
1038 * INSTALL: Regenerated.
1040 2015-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
1043 * posix/wordexp.c (parse_param): Fix buffer overflow.
1044 * posix/wordexp-test.c (do_bz18043): Add test case.
1046 2015-03-06 Vincent Bernat <vincent@bernat.im>
1048 * time/tst-strptime2.c (do_test): Ensure failing tests are
1050 * time/tst-strptime3.c (do_test): Likewise.
1052 2015-03-06 Samuel Thibault <samuel.thibault@inria.fr>
1054 Fix aio_error thread-safety.
1055 * sysdeps/pthread/aio_error.c: New file
1056 * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
1059 2015-03-06 Florian Weimer <fweimer@redhat.com>
1061 * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
1062 (group_number, vfprintf): Use it.
1063 (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
1064 (JUMP, REF): Use it.
1065 (WORK_BUFFER_SIZE): New enum constant.
1066 (process_arg, vfprintf): Use it.
1068 2015-03-06 Rical Jasan <ricaljasan@pacific.net>
1070 * manual/errno.texi (Error Messages): Complete example function
1071 by adding missing #define.
1072 (program_invocation_name): Add statement indicating GNU
1073 extension and reference which header file declares the variable.
1074 (program_invocation_short_name): Likewise.
1076 2015-03-06 Mike Frysinger <vapier@gentoo.org>
1078 * manual/errno.texi (Error Messages): Delete strerror ISO C89
1081 2015-03-05 Roland McGrath <roland@hack.frob.com>
1083 * Makeconfig (test-wrapper-env-only): New variable.
1084 * Rules (make-test-out): If variable $*-ENV-only is nonempty,
1085 then use that with $(test-wrapper-env-only) rather than using
1086 $(test-wrapper-env) $(run-program-env) $($*-ENV).
1088 2015-03-05 H.J. Lu <hongjiu.lu@intel.com>
1091 * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
1092 ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
1093 * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
1094 * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
1095 * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
1096 * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
1097 * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
1098 * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
1100 * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
1101 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
1103 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
1105 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
1107 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
1109 * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
1110 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
1112 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
1114 * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
1115 * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
1117 2015-03-04 Roland McGrath <roland@hack.frob.com>
1119 * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
1120 (ETH_ALEN): New macro.
1121 (struct ether_addr): Use it for length of ether_addr_octet.
1123 * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
1124 (setdb): Don't call __nss_configure_lookup for "rpc".
1125 (do_test): Don't call test_rpc.
1126 (output_rpcent, test_rpc): Functions moved ...
1127 * sunrpc/test-rpcent.c: ... to this new file.
1128 * sunrpc/Makefile (tests): Add it.
1130 * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
1132 * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
1133 * nptl/tst-signal6.c: Likewise.
1134 * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
1135 * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
1137 * configure.ac (libc_cv_cxx_link_ok): New check.
1138 Reset CXX to empty if it fails to link.
1139 * configure: Regenerated.
1140 * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
1141 bug-atexit3-lib only if $(CXX) is nonempty.
1142 * nptl/Makefile (tests): Likewise for tst-cancel24.
1143 (tests, tests-static): Likewise for tst-cancel24-static.
1144 * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
1145 tst-lfschk4, tst-lfschk5, and tst-lfschk6.
1146 * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
1147 tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
1149 2015-03-04 Andreas Schwab <schwab@suse.de>
1152 * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
1153 for non-GCC compilers.
1154 * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
1157 2015-03-03 Adhemerval Zanellla <azanella@linux.vnet.ibm.com>
1160 * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
1161 integer before bitwise and assembly operations.
1162 (feclearexcept): Likewise.
1163 * math/test-fenvinline.c: New file.
1164 * math/Makefile: Add test-fenvinline test.
1166 2015-03-03 Alan Modra <amodra@gmail.com>
1169 * scripts/localplt.awk: Strip off symbol version.
1170 * NEWS: Mention bug fix.
1172 2015-03-02 Roland McGrath <roland@hack.frob.com>
1174 * sysdeps/pthread/timer_routines.c
1175 (timer_free_list, thread_free_list, thread_active_list): Make static.
1177 2015-03-02 Joseph Myers <joseph@codesourcery.com>
1180 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
1181 [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1183 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
1184 [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1186 * sysdeps/unix/sysv/linux/sh/kernel-features.h
1187 [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1190 2015-03-02 Paul Pluzhnikov <ppluzhnikov@google.com>
1193 * posix/fnmatch_loop.c (END): Detect invalid pattern.
1194 * posix/tst-fnmatch3.c (do_bz18036): Add test case.
1196 2015-03-02 Andreas Schwab <schwab@suse.de>
1198 * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
1201 2015-03-02 Florian Weimer <fweimer@redhat.com>
1203 * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
1204 Return error status.
1206 2015-02-27 Alexandre Oliva <aoliva@redhat.com>
1209 * locale/findlocale.c (_nl_find_locale): Introduce const
1210 version of loc_name and drop unsafe type casts.
1212 2015-02-27 Roland McGrath <roland@hack.frob.com>
1214 * dlfcn/tststatic2.c (main): Converted to ...
1215 (do_test): ... this.
1216 (TEST_FUNCTION): New macro.
1217 Include test-skeleton.c.
1219 2015-02-27 H.J. Lu <hongjiu.lu@intel.com>
1222 * elf/Makefile (tests): Add vismain only if PIE is enabled.
1223 (tests-pie): Add vismain.
1224 (CFLAGS-vismain.c): New.
1225 * elf/vismain.c: Add comments for PIE requirement.
1227 2015-02-27 Joseph Myers <joseph@codesourcery.com>
1231 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
1232 0x1p-56L as threshold for just returning the argument.
1233 * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
1234 0x1p-32L as threshold for just returning the argument.
1235 * math/auto-libm-test-in: Add more tests of atanh.
1236 * math/auto-libm-test-out: Regenerated.
1237 * sysdeps/i386/fpu/libm-test-ulps: Update.
1238 * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
1240 2015-02-27 Wilco Dijkstra wdijkstr@arm.com
1242 * string/bcopy.c (bcopy): Call memmove for performance.
1244 2015-02-27 Wilco Dijkstra wdijkstr@arm.com
1246 * string/bzero.c (__bzero): Call memset for performance.
1248 2015-02-27 John David Anglin <dave.anglin@bell.net>
1251 * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
1254 2015-02-27 Joseph Myers <joseph@codesourcery.com>
1256 * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
1258 2015-02-26 Joseph Myers <joseph@codesourcery.com>
1260 * sysdeps/ieee754/k_standard.c (CSTR): New macro.
1261 (__kernel_standard): Use CSTR macro when setting exc.name.
1262 * sysdeps/ieee754/Makefile [$(subdir) = math]
1263 (CFLAGS-k_standard.c): Remove variable.
1265 * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
1266 setting p and q from "else if" to "else".
1268 * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
1270 * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
1272 * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
1274 * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
1276 * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
1281 * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
1282 return pi/2 for arguments below 0x1p-113L.
1283 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
1284 return pi/2 for arguments below 0x1p-106L.
1285 * math/auto-libm-test-in: Add more tests of acos.
1286 * math/auto-libm-test-out: Regenerated.
1289 * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
1291 (__ieee754_asin): Force underflow exception for results with small
1293 * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
1295 (__ieee754_asinf): Force underflow exception for results with
1296 small absolute value.
1297 * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
1298 (__ieee754_asin): Force underflow exception for results with small
1300 * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
1301 (__ieee754_asinf): Force underflow exception for results with
1302 small absolute value.
1303 * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
1304 (__ieee754_asinl): Force underflow exception for results with
1305 small absolute value.
1306 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
1307 (__ieee754_asinl): Force underflow exception for results with
1308 small absolute value.
1309 * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
1310 (__ieee754_asinl): Force underflow exception for results with
1311 small absolute value.
1312 * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
1314 * math/auto-libm-test-in: Do not mark underflow exceptions as
1315 possibly missing for bug 16351.
1316 * math/auto-libm-test-out: Regenerated.
1319 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
1320 of power of 2 down when low part has opposite sign.
1321 * math/libm-test.inc (logb_test_data): Add more tests.
1323 2015-02-26 Andreas Schwab <schwab@suse.de>
1326 * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
1327 over collating symbol inside a bracket expression. Minor cleanup.
1328 * posix/tst-fnmatch3.c (do_test): Add test case.
1330 2015-02-26 Joseph Myers <joseph@codesourcery.com>
1333 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
1334 Adjust exponent of power of 2 down when low part has opposite
1336 * math/libm-test.inc (ilogb_test_data): Add more tests.
1338 2015-02-26 Alexandre Oliva <aoliva@redhat.com>
1341 * locale/findlocale.c (_nl_find_locale): Fix constness error in
1342 the previous change.
1345 * locale/findlocale.c (_nl_find_locale): Retry archive search
1346 after alias expansion.
1348 2015-02-25 Roland McGrath <roland@hack.frob.com>
1350 * iconv/tst-iconv3.c (main): Converted to ...
1351 (do_test): ... this.
1352 (TEST_FUNCTION): New macro.
1353 Include test-skeleton.c.
1355 * iconv/tst-iconv5.c (testcode, number): Make variables static const.
1356 (convert): Make function static.
1357 (test_unalign): Likewise. Add const to argument pointee types.
1358 (main): Replace with static function do_test.
1359 Print "Succeeded." only if RET is zero.
1360 (TEST_FUNCTION): New macro.
1361 Include test-skeleton.c.
1363 * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
1364 returns a null pointer.
1366 2015-02-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1368 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
1369 to __memcpy_ppc only for static builds.
1371 2015-02-25 Joseph Myers <joseph@codesourcery.com>
1374 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
1375 2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
1376 * math/auto-libm-test-in: Add more tests of asinh.
1377 * math/auto-libm-test-out: Regenerated.
1378 * sysdeps/i386/fpu/libm-test-ulps: Update.
1379 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1381 2015-02-25 Cong Wang <xiyou.wangcong@gmail.com>
1384 * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
1385 and ip6_mtuinfo definitions here.
1386 * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
1387 in this define too. Update comment.
1389 2015-02-24 Benno Schulenberg <bensberg@justemail.net>
1391 * elf/sprof.c (load_shobj): Tweak error message to match others.
1393 2015-02-24 Kevin Easton <kevin@guarana.org>
1395 [BZ #16145] (partial fix)
1396 * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
1397 to reduce lock contention.
1399 2015-02-24 Miroslav Lichvar <mlichvar@redhat.com>
1401 * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
1402 (struct timex): Update time comment.
1403 (ADJ_SETOFFSET): Define.
1405 2015-02-24 Joseph Myers <joseph@codesourcery.com>
1408 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
1409 2**56 not 2**28 as threshold for log (2x) formula.
1410 * math/auto-libm-test-in: Add more tests of acosh.
1411 * math/auto-libm-test-out: Regenerated.
1412 * sysdeps/i386/fpu/libm-test-ulps: Update.
1413 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1415 2015-02-24 Mike Frysinger <vapier@gentoo.org>
1417 * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
1418 parenthesis around the buf assignment.
1419 [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
1421 2015-02-24 Joseph Myers <joseph@codesourcery.com>
1424 * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
1425 arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
1426 * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
1427 * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1428 * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1429 * math/libm-test.inc (scalb_test_data): Add more tests.
1431 2015-02-24 Paul Pluzhnikov <ppluzhnikov@google.com>
1434 * libio/fileops.c (_IO_new_file_fopen): Limit stack use
1435 * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
1437 2015-02-24 Eric Rannaud <e@nanocritical.com>
1440 * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
1441 * io/bits/fcntl2.h (open): Use it.
1443 * io/open.c (__libc_open): Likewise.
1444 * io/open64.c (__libc_open64): Likewise.
1445 * io/open64_2.c (__open64_2): Likewise.
1446 * io/open_2.c (__open_2): Likewise.
1447 * io/openat.c (__openat): Likewise.
1448 * io/openat64.c (__openat64): Likewise.
1449 * io/openat64_2.c (__openat64_2): Likewise.
1450 * io/openat_2.c (__openat_2): Likewise.
1451 * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
1452 * sysdeps/mach/hurd/openat.c (__openat): Likewise.
1453 * sysdeps/posix/open64.c (__libc_open64): Likewise.
1454 * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
1455 * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
1456 (__open_nocancel): Likewise.
1457 * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
1458 * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
1459 * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
1461 2015-02-24 Siddhesh Poyarekar <siddhesh@redhat.com>
1464 * resolv/gethnamaddr.c (getanswer): Skip logging if
1465 RES_USE_DNSSEC is set.
1466 * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
1468 2015-02-24 Mike Frysinger <vapier@gentoo.org>
1470 * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
1472 2015-02-23 Alexandre Oliva <aoliva@redhat.com>
1474 * include/stdc-predef.h (__STDC_ISO_10646__): Update to
1475 201304L, for Unicode 7.
1477 2015-02-23 H.J. Lu <hongjiu.lu@intel.com>
1480 * csu/Makefile (extra-objs): Add gmon-start.o if not builing
1481 shared library. Add gmon-start.os otherwise.
1482 ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
1483 $(objpfx)gmon-start.os if builing shared library.
1484 ($(objpfx)g$(static-start-installed-name)): Likewise.
1486 2015-02-23 Andreas Schwab <schwab@suse.de>
1488 * elf/Makefile (CFLAGS-tst-audit2.c): Define.
1490 2015-02-22 Paul Pluzhnikov <ppluzhnikov@google.com>
1493 * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
1494 (enlarge_userbuf): Likewise.
1496 2015-02-22 Chung-Lin Tang <cltang@codesourcery.com>
1498 * libio/tst-memstream2.c (TIMEOUT): Define as 100.
1499 * math/atest-exp.c (TIMEOUT): Adjust to 200.
1500 * math/atest-exp2.c (TIMEOUT): Adjust to 300.
1501 * math/atest-sincos.c (TIMEOUT): Adjust to 600.
1503 2015-02-20 Joseph Myers <joseph@codesourcery.com>
1505 * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
1506 expression inside statement expression.
1508 2015-02-20 Stefan Liebler <stli@linux.vnet.ibm.com>
1510 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
1511 <sysdeps/nptl/lowlevellock.h> and remove macros and
1512 functions that are now defined there.
1513 (SYS_futex): Remove.
1514 (lll_compare_and_swap): Remove.
1515 * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
1517 2015-02-19 Joseph Myers <joseph@codesourcery.com>
1520 * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
1521 instead of scandirat.
1522 * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
1523 [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
1524 [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
1526 * include/dirent.h (scandirat): Do not use libc_hidden_proto.
1527 (__scandirat): Declare. Use libc_hidden_proto.
1528 * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
1530 (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1532 2015-02-18 Joseph Myers <joseph@codesourcery.com>
1535 * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
1537 (__ieee754_atan2): For results with small absolute value, force
1538 underflow exception and remove excess range and precision from
1540 * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
1542 (__ieee754_atan2f): For results with small absolute value, force
1543 underflow exception and remove excess range and precision from
1545 * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
1547 (__atan): For results with small absolute value, force underflow
1548 exception and remove excess range and precision from return value.
1549 * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
1551 (__atanf): For results with small absolute value, force underflow
1552 exception and remove excess range and precision from return value.
1553 * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
1555 (__ieee754_atan2): Force underflow exception for results with
1556 small absolute value.
1557 * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
1559 (atan): Force underflow exception for results with small absolute
1561 * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
1562 (__atanf): Force underflow exception for results with small
1564 * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
1566 (__atanl): Force underflow exception for results with small
1568 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
1569 (__atanl): Force underflow exception for results with small
1571 * sysdeps/x86/fpu/bits/mathinline.h
1572 [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
1573 (__ieee754_atan2): Only define inline for long double.
1574 * sysdeps/x86_64/fpu/multiarch/e_atan2.c
1575 [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
1576 * math/auto-libm-test-in: Do not mark underflow exceptions as
1577 possibly missing for bug 15319. Add more tests of atan2.
1578 * math/auto-libm-test-out: Regenerated.
1579 * math/libm-test.inc (casin_test_data): Do not mark underflow
1580 exceptions as possibly missing for bug 15319.
1581 (casinh_test_data): Likewise.
1582 * sysdeps/i386/fpu/libm-test-ulps: Update.
1584 2015-02-18 Steve Ellcey <sellcey@imgtec.com>
1586 * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
1587 * sysdeps/mips/bits/endian.h: Fix comments.
1589 2015-02-18 Joseph Myers <joseph@codesourcery.com>
1592 * include/search.h (hcreate_r): Don't use libc_hidden_proto.
1593 (hdestroy_r): Likewise.
1594 (hsearch_r): Likewise.
1595 (__hcreate_r): Declare and use libc_hidden_proto.
1596 (__hdestroy_r): Likewise.
1597 (__hsearch_r): Likewise.
1598 * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
1599 (hcreate): Call __hcreate_r instead of hcreate_r.
1600 (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
1601 * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
1602 as weak alias of __hcreate_r.
1603 (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
1605 (hsearch_r): Rename to __hsearch_r and define as weak alias of
1607 * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
1609 (test-xfail-XPG4/search.h/linknamespace): Likewise.
1610 (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1611 (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1612 (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1614 2015-02-18 Siddhesh Poyarekar <siddhesh@redhat.com>
1616 * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
1617 arena_lock into a single arena_get.
1619 2015-02-17 Carlos O'Donell <carlos@redhat.com>
1621 * dl-reloc.c: Inlucde libc-internal.h.
1622 (_dl_try_allocate_static_tls): Call ALIGN_UP.
1623 (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
1624 (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
1625 * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
1626 (grow_heap): Likewise.
1627 * malloc/malloc.c: Include libc-internal.h.
1628 (do_check_malloc): Call powerof2.
1629 (sysmalloc): Use pagesize. Call ALIGN_UP.
1630 (systrim): Use pagesize.
1631 (mremap_chunk): Use pagesize. Call ALIGN_UP.
1632 (__libc_valloc): Use pagesize.
1633 (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
1635 2015-02-17 Joseph Myers <joseph@codesourcery.com>
1638 * include/sys/resource.h (__getrlimit64): Declare. Use
1640 * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
1641 and define as weak alias of __getrlimit64. Use libc_hidden_weak.
1642 * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
1644 * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
1646 [!getrlimit64] (getrlimit64): Define as weak alias of
1647 __getrlimit64. Use libc_hidden_weak.
1648 * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
1649 using __getrlimit64 not __new_getrlimit64.
1650 (__GI_getrlimit64): Likewise.
1651 * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
1653 (__GI_getrlimit64): Likewise.
1654 (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
1655 * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
1656 (getrlimit): Add __getrlimit64 alias.
1657 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
1659 * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
1661 (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
1662 (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
1664 2015-02-17 Paul Pluzhnikov <ppluzhnikov@google.com>
1666 * libio/fileops.c: Add missing sys/mman.h
1667 * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
1669 2015-02-17 Joseph Myers <joseph@codesourcery.com>
1671 * manual/math.texi (Errors in Math Functions): Clarify goals
1672 regarding inexact and underflow exceptions.
1674 2015-02-17 Steve Ellcey <sellcey@imgtec.com>
1676 * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
1677 * sysdeps/mips/memset.S: Ditto.
1679 2015-02-17 Steve Ellcey <sellcey@imgtec.com>
1681 * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
1683 2015-02-17 Stefan Liebler <stli@linux.vnet.ibm.com>
1685 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
1686 (__v1longjmp): Remove versioned symbol.
1687 (__v1siglongjmp): Remove alias and versioned symbol.
1688 (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
1689 (__v2siglongjmp): Likewise.
1691 2015-02-16 Torvald Riegel <triegel@redhat.com>
1693 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
1695 2015-02-16 Mike Frysinger <vapier@gentoo.org>
1697 * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
1699 2015-02-16 Joseph Myers <joseph@codesourcery.com>
1702 * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
1703 zero result does not depend on the sign resulting from
1705 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1707 * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1708 * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1709 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1710 * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1711 * math/libm-test.inc (remquo_test_data): Add more tests.
1713 2015-02-16 Paul Eggert <eggert@cs.ucla.edu>
1715 * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
1716 Problem reported by J William Piggott.
1718 2015-02-16 Joseph Myers <joseph@codesourcery.com>
1721 * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
1722 products 4 * y and 2 * y where those would overflow.
1723 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1725 * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1726 * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1727 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1728 * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1729 * math/libm-test.inc (remquo_test_data): Add more tests.
1731 * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
1733 * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
1734 [defined _COMPILING_NEWLIB].
1735 * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
1736 * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
1738 * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
1739 [!defined __mips_isa_rev || __mips_isa_rev < 6].
1741 2015-02-16 Torvald Riegel <triegel@redhat.com>
1743 * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
1746 2015-02-15 Matthew Fortune <Matthew.Fortune@imgtec.com>
1749 * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
1750 (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
1751 HOST_STACK_END_ADDR): Likewise.
1753 2015-02-13 Steve Ellcey <sellcey@imgtec.com>
1755 * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
1756 * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
1757 * sysdeps/mips/memset.S (__MIPSEB): Ditto.
1759 2015-02-13 Roland McGrath <roland@hack.frob.com>
1761 * sysdeps/generic/c++-types.data: New file.
1762 * sysdeps/generic/ld.abilist: New file.
1763 * sysdeps/generic/libBrokenLocale.abilist: New file.
1764 * sysdeps/generic/libanl.abilist: New file.
1765 * sysdeps/generic/libc.abilist: New file.
1766 * sysdeps/generic/libcrypt.abilist: New file.
1767 * sysdeps/generic/libdl.abilist: New file.
1768 * sysdeps/generic/libm.abilist: New file.
1769 * sysdeps/generic/libpthread.abilist: New file.
1770 * sysdeps/generic/libresolv.abilist: New file.
1771 * sysdeps/generic/librt.abilist: New file.
1773 2015-02-13 Joseph Myers <joseph@codesourcery.com>
1776 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1777 Compute absolute value of x as modified by fmod, not original
1779 * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
1780 RUN_TEST_ffI_f1_mod8. Check extra return value mod 8.
1781 (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8. Call
1782 RUN_TEST_ffI_f1_mod8.
1783 (remquo_test_data): Add more tests.
1785 2015-02-13 Roland McGrath <roland@hack.frob.com>
1787 * sysdeps/init_array/pt-crti.S: New file.
1789 2015-02-13 Joseph Myers <joseph@codesourcery.com>
1792 * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
1793 __builtin_fmaf instead of relying on contraction of a * b + c.
1795 2015-02-12 J William Piggott <elseifthen@gmx.com>
1798 * manual/time.texi: correct the zoneinfo path in the TZ Variable
1801 2015-02-12 Joseph Myers <joseph@codesourcery.com>
1804 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
1805 __builtin_fma instead of relying on contraction of a * b + c.
1807 2015-02-12 Roland McGrath <roland@hack.frob.com>
1809 * Makeconfig (ASFLAGS): Add -Werror=undef.
1810 * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
1811 * sysdeps/unix/make-syscalls.sh: Always emit #define's for
1812 SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
1814 * Makeconfig (after-link): New variable.
1815 (+link-pie, +link-pie-tests): Use it.
1816 (+link-static, +link-static-tests): Likewise.
1817 (+link, +link-tests): Likewise.
1818 * Makerules (build-module, build-module-asneeded): Likewise.
1819 (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
1821 * elf/Makefile ($(objpfx)ld.so): Likewise.
1823 2015-02-12 Rüdiger Sonderfeld <ruediger@c-plusplus.net>
1826 * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
1827 both struct timeval and struct timespec.
1829 2015-02-12 Joseph Myers <joseph@codesourcery.com>
1832 * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
1834 (__ieee754_exp2l): Do not multiply small fractional parts by
1836 * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
1838 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
1839 * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
1840 * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
1841 * math/auto-libm-test-in: Add more tests of exp2.
1842 * math/auto-libm-test-out: Regenerated.
1844 2015-02-12 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
1846 * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
1849 2015-02-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1851 * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
1854 2015-02-12 Andreas Schwab <schwab@suse.de>
1857 * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
1858 Filter out elision flags from value returned in kind.
1859 * nptl/Makefile (tests): Add tst-pthread-mutexattr.
1860 * nptl/tst-pthread-mutexattr.c: New file.
1862 2015-02-11 Samuel Thibault <samuel.thibault@ens-lyon.org>
1864 * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
1865 * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
1866 into gnu-gnu, and update comment to refer to abi-tags.
1868 2015-02-11 Joseph Myers <joseph@codesourcery.com>
1871 * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
1872 (__sincos): Set errno to EDOM for infinite argument.
1873 * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
1874 (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
1875 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
1876 (__sincosl): Set errno to EDOM for infinite argument.
1877 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
1878 (__sincosl): Set errno to EDOM for infinite argument.
1879 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
1880 (__sincosl): Set errno to EDOM for infinite argument.
1881 * math/libm-test.inc (sincos_test_data): Test errno setting.
1883 2015-02-11 Leonhard Holz <leonhard.holz@web.de>
1885 * string/strxfrm_l.c: Remove #define STRCMP.
1886 * string/strcoll_l.c: Remove #define STRLEN.
1887 * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
1888 * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
1890 2015-02-10 Joseph Myers <joseph@codesourcery.com>
1892 * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
1893 * sysdeps/mips/mips32/sfp-machine.h: ... here.
1894 * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
1895 * sysdeps/mips/mips64/Makefile: ... here.
1896 * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
1897 * sysdeps/mips/mips64/e_sqrtl.c: ... here.
1898 * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
1899 * sysdeps/mips/mips64/sfp-machine.h: ... here.
1900 * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
1901 * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
1902 * sysdeps/mips/mips64/n64/Implies: Likewise.
1904 2015-02-10 Roland McGrath <roland@hack.frob.com>
1906 * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
1907 <sys/time.h>, <string.h>, and <errno.h>.
1908 (dest_offset, dest_address, value, zero): Remove unused variables.
1909 (ldouble): Remove typedef.
1910 (myFPsighandler): Use simple handler signature, not SA_SIGINFO
1911 signature. Pass 1 to siglongjmp rather than 0 (which is converted to
1913 (set_sigaction_FP, remove_sigaction_FP): Functions removed.
1914 (check): Function removed.
1916 (TEST_FUNC): Fix code style. Use CHECK macro rather than repeating
1917 boilerplate feclearexcept + feenableexcept + sigsetjmp code.
1918 Don't call set_sigaction_FP and remove_sigaction_FP here.
1919 (ldouble_test): Just use 'long double' as macro argument, no need for
1920 the 'ldouble' typedef.
1921 (do_test): Set up SIGFPE handler at start, using plain signal rather
1922 than sigaction. Fix code style.
1924 2015-02-10 Evangelos Foutras <evangelos@foutrelis.com>
1927 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
1930 2015-02-09 Adhemerval Zanellla <azanella@linux.vnet.ibm.com>
1932 * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
1933 * sysdeps/powerpc/powerpc32/configure: Regenerated.
1935 * sysdeps/powerpc/configure.ac: Remove file.
1936 * sysdeps/powerpc/configure: Likewise.
1938 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
1939 [sysdep_routines]: Remove wordcopy-power6 object.
1940 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
1941 (__memmove_power7): Use local call for wordcopy and memcpy symbols.
1942 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
1943 (__memmove_ppc32): Likewise.
1944 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
1946 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
1947 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
1948 Remove preprocessor.
1950 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
1951 [sysdep_routines]: Remove wide chars objects.
1952 [wcsmbs]: New rule for wide char objects.
1954 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1955 Remove wordcopy-power6 obejct.
1956 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
1957 Use local call for wordcopy and memcpy symbols.
1958 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
1959 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
1960 implementation for loader.
1961 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
1963 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1964 Remove wordcopy-power7 object.
1965 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
1966 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
1967 (_wordcopy_fwd_aligned): Remove POWER7 specialization.
1968 (_wordcopy_fwd_dest_aligned): Likewise.
1969 (_wordcopy_bwd_aligned): Likewise.
1970 (_wordcopy_bwd_dest_aligned): Likewise.
1972 * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
1973 Rewrite to call __memmove_ppc instead of include default
1976 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1977 Remove wide chars objects.
1978 [wcsmbs]: New rule for wide char objects.
1980 2015-02-09 Andreas Schwab <schwab@suse.de>
1983 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
1984 in terms of __O_DIRECTORY.
1986 2015-02-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
1988 * time/getdate.c: Include <stdbool.h>.
1989 * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
1991 [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
1994 2015-02-07 Paul Eggert <eggert@cs.ucla.edu>
1996 Add ersatz _Static_assert on older C hosts
1997 * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
1998 pre-C11 C platform that is not known to support _Static_assert.
2000 2015-02-07 Richard Braun <rbraun@sceen.net>
2002 * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
2004 * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
2006 2015-02-07 Samuel Thibault <samuel.thibault@ens-lyon.org>
2008 * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
2009 priority against unexistent AIO_PRIO_DELTA_MAX.
2010 * misc/chflags.c (chflags): Set flags parameter type to unsigned long
2012 * misc/fchflags.c (fchflags): Likewise.
2013 * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
2014 * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
2015 * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
2016 UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
2017 SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
2019 [__USE_MISC] (chflags, fchflags): Declare functions.
2020 * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
2021 EINVAL when nfds is greater than FD_SETSIZE.
2022 * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
2023 NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
2025 * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
2026 __mach_msg. If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
2027 * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
2029 * hurd/hurd/signal.h (_hurd_self_sigstate,
2030 _hurd_critical_section_lock, _hurd_critical_section_unlock):
2031 Explicit casts from void *.
2032 * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
2033 * abi-tags: Rename gnu-gnu os into gnu.
2036 * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
2037 _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
2038 _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
2039 _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
2040 _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
2041 _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
2044 * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
2045 duplicates ADDR->sun_path with sockaddr LEN limitation.
2046 * sysdeps/mach/hurd/connect.c: Include <string.h>
2047 (__connect): Give result of _hurd_sun_path_dupa to name lookup.
2048 * sysdeps/mach/hurd/sendmsg.c: Likewise.
2049 * sysdeps/mach/hurd/sendto.c: Likewise.
2050 * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
2051 implementing it by hand.
2053 2015-02-06 Roland McGrath <roland@hack.frob.com>
2055 * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
2056 Use sfi_breg on ldr.
2057 [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
2060 * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
2062 * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
2063 Test SIGSETXID only if it's defined.
2065 * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
2067 * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
2068 will not be used. Use NULL rather than 0 for .sigev_notify_attributes.
2070 * nptl/tst-align2.c: Moved ...
2071 * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
2072 * nptl/Makefile (tests): Remove tst-align2.
2073 * sysdeps/unix/sysv/linux/Makefile
2074 [$(subdir) = nptl] (tests): Add tst-align-clone.
2075 * nptl/tst-getpid1.c: Moved ...
2076 * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
2077 * nptl/tst-getpid2.c: Moved ...
2078 * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
2079 * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
2080 * sysdeps/unix/sysv/linux/Makefile
2081 [$(subdir) = nptl] (tests): ... here.
2082 * nptl/Makefile (tst-getpid2-ENV): Move variable ...
2083 * sysdeps/unix/sysv/linux/Makefile
2084 [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
2086 * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
2087 Drop trailing \n from perror argument. Use return rather than exit.
2089 * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
2091 * nptl/tst-cancel21.c (do_test): Likewise.
2092 * debug/tst-backtrace6.c: Include <signal.h> first thing.
2093 Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
2094 [!SA_SIGINFO]: Make it a stub test.
2096 * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
2097 SIGCHLD; it's redundant with SIG_IGN as sa_handler.
2099 * posix/tst-getlogin.c: Move to ...
2100 * login/tst-getlogin.c: ... here.
2101 * posix/Makefile (tests): Move tst-getlogin to ...
2102 * login/Makefile (tests): ... here.
2104 * libio/tst-atime.c (do_test): Move local variables SV and E
2105 inside [ST_NOATIME] conditional.
2107 * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
2109 * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
2111 * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
2112 (wait_code): New function replaces macro.
2113 Call nanosleep rather than syscall.
2115 * nptl/pt-system.c: Rewritten. Put everything under
2116 [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2117 Use IFUNC to redirect when possible.
2119 * nptl/pt-longjmp.c: Rewritten. Put everything under
2120 [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2121 Use IFUNC to redirect when possible.
2123 * nptl/pt-fork.c: Rewritten. Put everything under
2124 [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2125 Use IFUNC to redirect when possible.
2126 * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
2128 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
2129 code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
2130 unconditionally nowadays. This included the only reference to
2131 __vdso_clock_gettime that appears outside libc proper.
2132 * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
2133 Remove version set (containing only __vdso_clock_gettime).
2134 * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
2135 Add attribute_hidden.
2136 * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
2137 Likewise. Drop __attribute__ ((nocommon)), libc_hidden_proto, and
2138 libc_hidden_data_def.
2139 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
2140 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
2142 * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
2143 getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
2144 setrpcent, and getrpcport to ...
2145 * sunrpc/Versions (libc: GLIBC_2.0): ... here.
2146 * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
2147 getrpcbynumber_r, and getrpcent_r to ...
2148 * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
2149 * inet/getrpcbyname.c: Moved ...
2150 * sunrpc/getrpcbyname.c: ... here.
2151 * inet/getrpcbyname_r.c: Moved ...
2152 * sunrpc/getrpcbyname_r.c: ... here.
2153 * inet/getrpcbynumber.c: Moved ...
2154 * sunrpc/getrpcbynumber.c: ... here.
2155 * inet/getrpcbynumber_r.c: Moved ...
2156 * sunrpc/getrpcbynumber_r.c: ... here.
2157 * inet/getrpcent.c: Moved ...
2158 * sunrpc/getrpcent.c: ... here.
2159 * inet/getrpcent_r.c: Moved ...
2160 * sunrpc/getrpcent_r.c: ... here.
2161 * inet/Makefile (routines): Move those to ...
2162 * sunrpc/Makefile (routines): ... here.
2163 * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
2164 the $(subdirs) list.
2165 (CPPFLAGS-getent.c): New variable. Pass -D option to set HAVE_SUNRPC
2166 to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
2167 * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
2168 (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
2170 * elf/Makefile (routines): Include $(all-dl-routines), not just
2172 (rtld-routines): Likewise. Use = rather than :=.
2173 * sysdeps/aarch64/Makefile [$(subdir) = elf]
2174 (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
2175 dl-tlsdesc to these; sysdep-dl-routines alone is enough.
2176 * sysdeps/arm/Makefile: Likewise.
2177 * sysdeps/i386/Makefile: Likewise.
2178 * sysdeps/x86_64/Makefile: Likewise.
2179 * sysdeps/hppa/Makefile [$(subdir) = elf]
2180 (sysdep_routines, sysdep-rtld-routines): Don't add
2181 $(sysdep-dl-routines) to these.
2182 * sysdeps/ia64/Makefile: Likewise.
2183 * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
2184 * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
2185 [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
2186 Don't add dl-static to these; sysdep-dl-routines alone is enough.
2187 * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
2188 * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
2189 * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
2190 * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
2191 * sysdeps/powerpc/Makefile [$(subdir) = elf]
2192 (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
2193 these; sysdep-dl-routines alone is enough.
2195 2015-02-06 Joseph Myers <joseph@codesourcery.com>
2198 * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
2199 where multiplication results in zero and third argument is finite
2201 * math/auto-libm-test-in: Add more tests of fma.
2202 * math/auto-libm-test-out: Regenerated.
2204 * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
2205 (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
2206 (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
2207 (_FP_CMP_EQ): Likewise.
2208 (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
2210 * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
2211 extra argument CHECK_NAN. Redefine as wrapper around
2214 2015-02-06 Carlos O'Donell <carlos@systemhalted.org>
2216 * version.h (RELEASE): Set to "stable".
2217 (VERSION): Set to "2.21"
2218 * include/features.h (__GLIBC_MINOR__): Set to 21.
2220 * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
2222 2015-02-05 Paul Pluzhnikov <ppluzhnikov@google.com>
2223 Paul Eggert <eggert@cs.ucla.edu>
2226 * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
2227 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
2228 size in bytes. Store needed elements in wpmax. Use needed size
2229 in bytes for extend_alloca.
2231 2015-02-05 Carlos O'Donell <carlos@systemhalted.org>
2233 * manual/install.texi: Latest tested versions are GCC 4.9.2,
2234 binutls 2.25, and texinfo 5.2.
2235 * INSTALL: Regenerate.
2236 * sysdeps/nios2/configure: Regenerate.
2237 * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
2238 * manual/contrib.texi: Update.
2262 * po/pt_BR.po: Update.
2271 * po/zh_CN.po: Update.
2272 * po/zh_TW.po: Update.
2274 * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
2275 * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
2276 * sysdeps/hppa/dl-irel.h: Remove #warning.
2277 * sysdeps/hppa/entry.h: Provide prototype for
2278 __canonicalize_funcptr_for_compare and cast argument.
2279 * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
2280 * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
2281 * sysdeps/hppa/sotruss-lib.c: New file.
2282 * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
2283 (atomic_compare_and_exchange_val_acq): Use __typeof__.
2284 (atomic_compare_and_exchange_bool_acq): Likewise.
2285 * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
2286 * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
2288 * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
2289 * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
2290 * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
2292 2015-02-05 Chung-Lin Tang <cltang@codesourcery.com>
2294 * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
2295 called function in non-PIC case.
2297 2015-01-31 David S. Miller <davem@davemloft.net>
2299 * sysdeps/sparc/sparc32/bits/atomic.h
2300 (__sparc32_atomic_do_unlock24): Put the memory barrier before the
2301 unlock not after it.
2302 (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
2303 volatile register usage warnings from the compiler.
2305 * sysdeps/sparc/nptl/sem_init.c: Delete.
2306 * sysdeps/sparc/nptl/sem_post.c: Delete.
2307 * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
2308 * sysdeps/sparc/nptl/sem_wait.c: Delete.
2309 * sysdeps/sparc/sparc32/sem_init.c: New file.
2310 * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
2311 * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
2312 padding explicitly initialized.
2313 * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
2314 padding for in-semaphore spinlock.
2315 * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
2316 * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
2317 * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
2318 * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
2319 * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
2320 * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
2321 * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
2322 * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
2324 * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
2325 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
2327 2015-01-30 H.J. Lu <hongjiu.lu@intel.com>
2330 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2331 Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
2332 * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
2334 (index_AVX_Fast_Unaligned_Load): Likewise.
2335 (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
2336 * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
2337 bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
2338 * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
2339 * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
2340 * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
2341 * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
2342 HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
2343 * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
2345 2015-01-29 Andreas Schwab <schwab@suse.de>
2347 * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
2349 2015-01-29 Siddhesh Poyarekar <siddhesh@redhat.com>
2352 * nscd/nscd_stat.c (send_stats): Initialize DATA.
2354 2015-01-28 Martin Sebor <msebor@redhat.com>
2356 * math/README.libm-test: Clarify. Add "How to read the test output."
2358 2015-01-28 Chris Metcalf <cmetcalf@ezchip.com>
2360 * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
2363 2015-01-28 Joseph Myers <joseph@codesourcery.com>
2365 * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
2366 (__HAVE_64B_ATOMICS): Define to 0.
2368 2015-01-28 Adhemerval Zanellla <azanella@linux.vnet.ibm.com>
2371 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
2372 value to set as new flag.
2375 * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
2376 and use _ARCH_PPCSQ instead.
2377 (__ieee754_sqrt): Likewise.
2378 (__ieee754_sqrtf): Likewise.
2379 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
2380 _ARCH_PPCSQ is defined.
2381 (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
2383 * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
2384 _ARCH_PPCSQ is defined.
2385 (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
2387 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
2389 2015-01-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2391 * iconv/loop.c: Suppress array out of bound warning caused by GCC
2392 bug (GCC BZ #64739).
2394 2015-01-25 Andreas Schwab <schwab@linux-m68k.org>
2396 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
2397 Mark _retval as used.
2398 (lll_futex_wake_unlock): Likewise.
2399 (lll_futex_timed_wait_requeue_pi): Likewise.
2401 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2402 (atomic_compare_and_exchange_val_acq): Use uint32_t for the
2405 * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
2408 * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
2409 (__bswap_64): Mark as __always_inline.
2411 2015-01-25 Bram <bug_rh@spam.wizbit.be>
2414 * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
2415 when none of the search directories exist.
2417 2015-01-24 Adhemerval Zanellla <azanella@linux.vnet.ibm.com>
2420 * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
2421 power8 in .machine directive.
2424 * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
2425 set dependency from opd value.
2427 2015-01-23 H.J. Lu <hongjiu.lu@intel.com>
2429 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2430 Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
2433 2015-01-23 H.J. Lu <hongjiu.lu@intel.com>
2436 * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
2438 * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
2440 (__new_sem_wait_fast): Replace unsigned long with uint64_t.
2441 (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
2442 Replace 1UL with (uint64_t) 1.
2443 * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
2446 2015-01-23 Roland McGrath <roland@hack.frob.com>
2448 * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
2449 (if_freenameindex): Likewise.
2451 * resource/getrlimit64.c: Add missing libc_hidden_def.
2453 2015-01-22 Joseph Myers <joseph@codesourcery.com>
2455 * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
2457 (_FP_FMA): Likewise.
2458 (_FP_TO_INT_ROUND): Likewise.
2459 (_FP_FROM_INT): Likewise.
2461 2015-01-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2464 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
2465 Make code racy and cancel safe.
2467 2015-01-21 Carlos O'Donell <carlos@redhat.com>
2469 * sysdeps/arm/unwind-resume.h: Fix copyright year.
2470 * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
2473 * pwd/tst-getpw.c: Rewrite.
2476 * dlfcn/Makefile (tests): Add tst-rec-dlopen.
2477 (modules-names): Add moddummy1 and moddummy2.
2478 ($(objpfx)tst-rec-dlopen): Define.
2479 * dlfcn/moddummy1.c: New file.
2480 * dlfcn/moddummy2.c: New file.
2481 * dlfcn/tst-rec-dlopen.c: New file.
2482 * elf/dl-cache.c (_dl_load_cache_lookup):
2483 Return char*. Copy result with alloca/strcpy/strdup.
2484 * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
2485 returns char*. Free cached. If not saving realname
2487 * elf/dl-open.c (dl_open_worker): Do not assert that
2488 _r_debug->r_state is RT_CONSISTENT.
2489 * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
2492 2015-01-21 Torvald Riegel <triegel@redhat.com>
2493 Carlos O'Donell <carlos@redhat.com>
2496 * nptl/sem_waitcommon.c: New file.
2497 * nptl/sem_wait.c: Include sem_waitcommon.c.
2498 (__sem_wait_cleanup, do_futex_wait): Remove.
2499 (__new_sem_wait): Adapt.
2500 (__new_sem_trywait): New function.
2501 (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
2502 * nptl/sem_timedwait.c: Include sem_waitcommon.c.
2503 (__sem_wait_cleanup, do_futex_timed_wait): Remove.
2504 (sem_timedwait): Adapt.
2505 * nptl/sem_post.c (__new_sem_post): Adapt.
2506 (futex_wake): New function.
2507 (__old_sem_post): Add release MO fence.
2508 * nptl/sem_open.c (sem_open): Adapt.
2509 * nptl/sem_init.c (__new_sem_init): Adapt.
2510 (futex_private_if_supported): New function.
2511 * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
2512 (__old_sem_getvalue): Add using previous code.
2513 * sysdeps/nptl/internaltypes.h: Adapt.
2514 * nptl/tst-sem13.c (do_test): Adapt.
2515 * nptl/tst-sem11.c (main): Adapt.
2516 * nptl/sem_trywait.c: Remove.
2517 * nptl/DESIGN-sem.txt: Remove.
2518 * nptl/Makefile (libpthread-routines): Remove sem_trywait.
2519 (gen-as-const-headers): Remove structsem.sym.
2520 * nptl/structsem.sym: Remove.
2521 * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
2522 * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
2523 * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
2524 * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
2525 * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
2526 * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
2527 * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
2528 * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
2529 * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
2530 * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
2531 * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
2532 * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
2533 * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
2534 * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
2535 * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
2536 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
2537 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
2538 * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
2539 * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
2540 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
2541 * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
2542 * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
2544 2015-01-20 Carlos O'Donell <carlos@redhat.com>
2546 * INSTALL: Regenerated.
2548 * po/libc.pot: Regenerated.
2550 2015-01-18 Chung-Lin Tang <cltang@codesourcery.com>
2551 Sandra Loosemore <sandra@codesourcery.com>
2552 Andrew Jenner <andrew@codesourcery.com>
2553 Joseph Myers <joseph@codesourcery.com>
2554 Nathan Sidwell <nathan@codesourcery.com>
2556 * NEWS: Mention new Nios II port.
2557 * sysdeps/nios2/Implies: New file.
2558 * sysdeps/nios2/Makefile: New file.
2559 * sysdeps/nios2/Subdirs: New file.
2560 * sysdeps/nios2/Versions: New file.
2561 * sysdeps/nios2/__longjmp.S: New file.
2562 * sysdeps/nios2/abort-instr.h: New file.
2563 * sysdeps/nios2/backtrace.c: New file.
2564 * sysdeps/nios2/bits/endian.h: New file.
2565 * sysdeps/nios2/bits/fenv.h: New file.
2566 * sysdeps/nios2/bits/link.h: New file.
2567 * sysdeps/nios2/bits/setjmp.h: New file.
2568 * sysdeps/nios2/bsd-_setjmp.S: New file.
2569 * sysdeps/nios2/bsd-setjmp.S: New file.
2570 * sysdeps/nios2/configure: New generated file.
2571 * sysdeps/nios2/configure.ac: New file.
2572 * sysdeps/nios2/crti.S: New file.
2573 * sysdeps/nios2/crtn.S: New file.
2574 * sysdeps/nios2/dl-init.c: New file.
2575 * sysdeps/nios2/dl-machine.h: New file.
2576 * sysdeps/nios2/dl-sysdep.h: New file.
2577 * sysdeps/nios2/dl-tls.h: New file.
2578 * sysdeps/nios2/dl-trampoline.S: New file.
2579 * sysdeps/nios2/gccframe.h: New file.
2580 * sysdeps/nios2/gmp-mparam.h: New file.
2581 * sysdeps/nios2/jmpbuf-offsets.h: New file.
2582 * sysdeps/nios2/jmpbuf-unwind.h: New file.
2583 * sysdeps/nios2/ldsodefs.h: New file.
2584 * sysdeps/nios2/libc-tls.c: New file.
2585 * sysdeps/nios2/libm-test-ulps: New file.
2586 * sysdeps/nios2/machine-gmon.h: New file.
2587 * sysdeps/nios2/math-tests.h: New file.
2588 * sysdeps/nios2/math_private.h: New file.
2589 * sysdeps/nios2/memusage.h: New file.
2590 * sysdeps/nios2/nptl/Makefile: New file.
2591 * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
2592 * sysdeps/nios2/nptl/bits/semaphore.h: New file.
2593 * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
2594 * sysdeps/nios2/nptl/pthreaddef.h: New file.
2595 * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
2596 * sysdeps/nios2/nptl/tls.h: New file.
2597 * sysdeps/nios2/preconfigure: New file.
2598 * sysdeps/nios2/s_fma.c: New file.
2599 * sysdeps/nios2/s_fmaf.c: New file.
2600 * sysdeps/nios2/setjmp.S: New file.
2601 * sysdeps/nios2/sfp-machine.h: New file.
2602 * sysdeps/nios2/sotruss-lib.c: New file.
2603 * sysdeps/nios2/stackguard-macros.h: New file.
2604 * sysdeps/nios2/stackinfo.h: New file.
2605 * sysdeps/nios2/start.S: New file.
2606 * sysdeps/nios2/sysdep.h: New file.
2607 * sysdeps/nios2/tls-macros.h: New file.
2608 * sysdeps/nios2/tst-audit.h: New file.
2609 * sysdeps/unix/sysv/linux/nios2/Implies: New file.
2610 * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
2611 * sysdeps/unix/sysv/linux/nios2/Versions: New file.
2612 * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
2613 * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
2614 * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
2615 * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
2616 * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
2617 * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
2618 * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
2619 * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
2620 * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
2621 * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
2622 * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
2623 * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
2624 * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
2625 * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
2626 * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
2627 * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
2628 * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
2629 * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
2630 * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
2631 * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
2632 * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
2633 * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
2634 * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
2635 * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
2636 * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
2637 * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
2638 * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
2639 * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
2640 * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
2641 * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
2642 * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
2643 * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
2644 * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
2645 * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
2646 * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
2647 * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
2648 * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
2649 * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
2650 * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
2651 * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
2652 * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
2654 2015-01-16 Stefan Liebler <stli@linux.vnet.ibm.com>
2657 * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
2658 (getutent): Use weak_alias in non SHARED case
2659 and default_symbol_version in SHARED case.
2660 * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
2661 (getutent_r, pututline): Likewise.
2662 * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
2663 (getutid): Likewise.
2664 * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
2665 (getutid_r): Likewise.
2666 * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
2667 (getutline): Likewise.
2668 * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
2669 (getutline_r): Likewise.
2670 * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
2671 (updwtmp): Likewise.
2673 2015-01-16 Stefan Liebler <stli@linux.vnet.ibm.com>
2676 * sysdeps/s390/s390-32/memcmp.S
2677 (memcmp_g5): Rename to __memcmp_g5.
2678 * sysdeps/s390/s390-32/memcpy.S
2679 (memcpy_g5): Rename to __memcpy_g5.
2680 Jump to __memcpy_mvcle instead of memcpy_mvcle.
2681 (memcpy_mvcle) Rename to __memcpy_mvcle.
2682 * sysdeps/s390/s390-32/memset.S
2683 (memset_g5): Rename to __memset_g5.
2684 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
2685 (IFUNC_RESOLVE): Prefix ifunc-resolve function
2686 and use prefixed functions.
2687 * sysdeps/s390/s390-32/multiarch/memcmp.S
2688 (memcmp_z196): Rename to __memcmp_z196.
2689 (memcmp_z10): Rename to __memcmp_z10.
2690 (memcmp): Set alias to __memcmp_g5.
2691 (bcmp): Set alias to __memcmp_g5.
2692 * sysdeps/s390/s390-32/multiarch/memcpy.S
2693 (memcpy_z196): Rename to __memcpy_z196.
2694 Jump to __memcpy_mvcle instead of memcpy_mvcle.
2695 (memcpy_z10): Rename to __memcpy_z10.
2696 Jump to __memcpy_mvcle instead of memcpy_mvcle.
2697 (memcpy): Set alias to __memcpy_g5.
2698 * sysdeps/s390/s390-32/multiarch/memset.S
2699 (memset_z196): Rename to __memset_z196.
2700 Jump to __memset_mvcle instead of memset_mvcle.
2701 (memset_z10): Rename to __memset_z10.
2702 Jump to __memset_mvcle instead of memset_mvcle.
2703 (memset_mvcle) Rename to __memset_mvcle.
2704 (memset): Set alias to __memset_g5.
2705 * sysdeps/s390/s390-64/memcmp.S
2706 (memcmp_z900): Rename to __memcmp_z900.
2707 * sysdeps/s390/s390-64/memcpy.S
2708 (memcpy_z900): Rename to __memcpy_z900.
2709 Jump to __memcpy_mvcle instead of memcpy_mvcle.
2710 (memcpy_mvcle) Rename to __memcpy_mvcle.
2711 * sysdeps/s390/s390-64/memset.S
2712 (memset_z900): Rename to __memset_z900.
2713 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
2714 (IFUNC_RESOLVE): Prefix ifunc-resolve function
2715 and use prefixed functions.
2716 * sysdeps/s390/s390-64/multiarch/memcmp.S
2717 (memcmp_z196): Rename to __memcmp_z196.
2718 (memcmp_z10): Rename to __memcmp_z10.
2719 (memcmp): Set alias to __memcmp_z900.
2720 (bcmp): Set alias to __memcmp_z900.
2721 * sysdeps/s390/s390-64/multiarch/memcpy.S
2722 (memcpy_z196): Rename to __memcpy_z196.
2723 Jump to __memcpy_mvcle instead of memcpy_mvcle.
2724 (memcpy_z10): Rename to __memcpy_z10.
2725 Jump to __memcpy_mvcle instead of memcpy_mvcle.
2726 (memcpy): Set alias to __memcpy_z900.
2727 * sysdeps/s390/s390-64/multiarch/memset.S
2728 (memset_z196): Rename to __memset_z196.
2729 Jump to __memset_mvcle instead of memset_mvcle.
2730 (memset_z10): Rename to __memset_z10.
2731 Jump to __memset_mvcle instead of memset_mvcle.
2732 (memset_mvcle) Rename to __memset_mvcle.
2733 (memset): Set alias to __memset_z900.
2735 2015-01-14 Joseph Myers <joseph@codesourcery.com>
2738 * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
2739 __fesetenv instead of fesetenv.
2741 2015-01-14 Siddhesh Poyarekar <siddhesh@redhat.com>
2743 * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
2746 2015-01-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2748 * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
2751 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
2752 * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
2753 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2754 strncmp-power8 object.
2755 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2756 (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
2757 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
2760 2015-01-13 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
2761 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2763 * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
2764 trailing byte check.
2766 2015-01-13 David S. Miller <davem@davemloft.net>
2768 * include/signal.h (__sigreturn): Guard with __USE_MISC.
2770 2015-01-13 Roland McGrath <roland@hack.frob.com>
2772 * login/logout.c (logout): Use memset rather than bzero.
2773 * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
2774 * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
2775 * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
2776 (_gethtbyaddr): Likewise.
2777 * locale/programs/simple-hash.c (bcopy): Macro removed.
2779 2015-01-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2781 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2782 Add strcmp-power8 object.
2783 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2784 (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
2785 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
2786 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
2787 __strcmp_power8 implementation.
2788 * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
2791 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2792 Add strncpy-power8 and stpncpy-power8 objects.
2793 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2794 (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
2796 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
2797 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
2798 __stpncpy_power8 implementation.
2799 * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
2800 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
2801 __strncpy_power8 implementation.
2802 * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
2803 * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
2806 * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
2807 * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
2808 * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
2810 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2811 strncat-power8 object.
2812 * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
2813 __strcat_power8 implementation.
2814 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2815 (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
2816 * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
2817 optimized strcat for power8.
2819 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2820 strcpy-power8 and stpcpy-power8 objects.
2821 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2822 (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
2824 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
2825 multiarch stpcpy implementation for POWER8.
2826 * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
2827 multiarch strcpy implementation for POWER8.
2828 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
2829 __strcpy_power8 function.
2830 * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
2832 * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
2836 2015-01-13 Leonhard Holz <leonhard.holz@web.de>
2839 * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
2840 weights and rules. Use do_xfrm_cached if data fits in cache,
2841 do_xfrm otherwise. Moved former main loop to...
2842 * (do_xfrm_cached): New function.
2843 * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
2844 find_idx, find_position and stack_push.
2845 * (find_idx): New function.
2846 * (find_position): Likewise.
2847 * localedata/sort-test.sh: Added test run for do_xfrm.
2848 * localedata/xfrm-test.c (main): Added command line option
2849 -nocache to run the test with strings that are too large for
2852 2015-01-13 Torvald Riegel <triegel@redhat.com>
2854 * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
2855 variable to lll_futex_wake call, not the value itself.
2857 2015-01-12 Joseph Myers <joseph@codesourcery.com>
2860 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
2861 twom64. Adjust value to 0x1p-64L.
2862 (__scalblnl): Only return standard underflowing result for K <=
2863 -64 not K <= -63; adjust exponent for underflowing result by 64
2865 * math/libm-test.inc (scalbn_test_data): Add more tests.
2866 (scalbln_test_data): Likewise.
2869 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
2871 (__scalblnl): Get new exponent of adjusted subnormal value from ES
2873 * math/libm-test.inc (scalbn_test_data): Add more tests.
2874 (scalbln_test_data): Likewise.
2876 2015-01-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2877 Stefani Seibold <stefani@seibold.net>
2879 * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
2880 (sysdep_routines): Add dl-vdso here, ...
2881 * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
2882 (sysdep_routines): ... not here.
2883 * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
2884 fallback when vDSO is not presented.
2885 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
2886 Define with libc_hidden_proto/libc_hidden_data_def definitions.
2887 (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
2888 * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
2889 * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
2890 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
2891 * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
2892 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
2893 * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
2894 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
2895 * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here. Also added
2896 fallback configurable symbol when vDSO is not available.
2897 * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
2898 * sysdeps/unix/sysv/linux/x86/time.c: ... here. Also refactored to
2899 be able to redefine fallback symbol when vDSO is not available.
2900 * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
2901 * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
2903 2015-01-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2905 * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
2906 (TLS_INIT_TP): Add tm_capable initialization.
2907 (TLS_DEFINE_INIT_TP): Likewise.
2908 (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
2910 (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
2911 * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
2913 * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
2914 transactoion is lock elision is built and TCB tm_capable is set.
2915 * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
2916 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
2917 (INTERNAL_SYSCALL_NCS): Likewise.
2918 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
2919 (INTERNAL_SYSCALL_NCS): Likewise.
2920 * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
2922 * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
2924 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
2925 [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
2926 and remove it for 32 bits case.
2927 [pthread_rwlock_t] (__rwelision): New field for lock elision.
2928 (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
2930 * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
2931 Disable lock elision with rdlocks if elision is not available.
2933 * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
2934 (sysdep_routines): Add lock elision objects.
2935 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
2936 [pthread_mutex_t] (__spins): Rework to add lock elision field.
2937 [pthread_mutex_t] (__elision): Add field.
2938 [__PTHREAD_SPINS]: Adjust to init lock elision field.
2939 * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
2940 elision definitions for powerpc.
2941 * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
2942 implementation of lock elision for powerpc.
2943 * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
2944 implementation of timed lock elision for powerpc.
2945 * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
2946 implementation of trylock with lock elision for powerpc.
2947 * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
2948 implementaion of unlock for lock elision for powerpc.
2949 * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
2950 automatic enable lock elision for mutexes.
2951 * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
2952 transaction execution definitions for powerpc.
2953 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
2955 * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
2956 * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
2957 * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
2958 * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
2961 2015-01-09 Roland McGrath <roland@hack.frob.com>
2963 * sysdeps/posix/shm-directory.c: Use <> rather than ""
2964 for #include of <shm-directory.h>.
2966 2015-01-09 Chung-Lin Tang <cltang@codesourcery.com>
2968 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
2969 assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
2971 2015-01-09 Matthew Fortune <matthew.fortune@imgtec.com>
2974 * NEWS: Mention bug fix.
2975 * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
2976 (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
2977 (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
2979 2015-01-09 Torvald Riegel <triegel@redhat.com>
2981 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
2983 2015-01-09 Torvald Riegel <triegel@redhat.com>
2985 * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
2987 2015-01-09 David Holsgrove <david.holsgrove@xilinx.com>
2989 * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
2990 pointer and cast to uintptr_t.
2992 2015-01-09 David Holsgrove <david.holsgrove@xilinx.com>
2994 * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
2996 (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
2998 2015-01-09 David Holsgrove <david.holsgrove@xilinx.com>
3000 * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
3003 2015-01-08 Roland McGrath <roland@hack.frob.com>
3005 * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
3006 <nptl/pthreadP.h> instead.
3007 * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
3009 * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
3011 [__SIGRTMIN] (init): Function removed.
3012 [__SIGRTMIN] (initialized): Variable removed.
3013 [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
3014 [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
3015 __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
3016 (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
3017 (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
3018 (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
3019 (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
3020 (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
3021 (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
3022 (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
3023 (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
3024 * sysdeps/nptl/allocrtsig.c: New file.
3025 * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
3026 * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
3027 * sysdeps/generic/testrtsig.h: File removed.
3029 * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
3030 (pthread_sigmask): Call sigprocmask, not __sigprocmask.
3032 * nptl/nptl-init.c (pthread_functions): Conditionalize
3033 .ptr__nptl_setxid initialization on [SIGSETXID].
3035 * sysdeps/nptl/sys/procfs.h: New file.
3036 * nptl_db/Makefile (headers): Add it.
3037 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
3039 * nptl/pthreadP.h (check_cpuset_attr): Moved ...
3040 * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
3041 * nptl/pthread_attr_setaffinity.c: Include it.
3042 * nptl/pthread_setattr_default_np.c: Likewise.
3043 * nptl/check-cpuset.h: New file.
3045 2015-01-08 Richard Henderson <rth@redhat.com>
3047 * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
3048 (CFLAGS-tst-execstack-prog.c): Likewise.
3049 * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
3051 2015-01-08 Chung-Lin Tang <cltang@codesourcery.com>
3052 Sandra Loosemore <sandra@codesourcery.com>
3053 Andrew Jenner <andrew@codesourcery.com>
3054 Joseph Myers <joseph@codesourcery.com>
3055 Nathan Sidwell <nathan@codesourcery.com>
3057 * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
3058 (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
3059 (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
3060 (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
3061 (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
3062 (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
3063 (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
3064 (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
3065 (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
3066 (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
3067 (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
3068 (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
3069 (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
3070 (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
3071 (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
3072 (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
3073 (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
3075 2015-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3077 * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
3078 timespec struct member in syscall macro.
3079 * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
3080 * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
3081 first timeval struct member in syscall macro.
3082 * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
3084 2015-01-07 Joseph Myers <joseph@codesourcery.com>
3087 * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
3088 * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
3089 * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
3090 __feupdateenv and define as weak alias of __feupdateenv. Use
3092 * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
3094 * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
3095 and define as weak alias of __feupdateenv. Use libm_hidden_weak.
3096 * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
3097 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
3099 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
3100 __feupdateenv and define as weak alias of __feupdateenv. Use
3102 * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
3104 * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
3105 __feupdateenv and define as weak alias of __feupdateenv. Use
3107 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
3109 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
3110 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
3111 (__feupdateenv): Likewise.
3112 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
3113 __feupdateenv and define as weak alias of __feupdateenv. Use
3115 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3116 * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
3118 * sysdeps/tile/math_private.h (__feupdateenv): New inline
3120 * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
3122 * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
3123 __feupdateenv instead of feupdateenv.
3124 (default_libc_feupdateenv_test): Likewise.
3125 (libc_feresetround_ctx): Likewise.
3127 2015-01-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3129 * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
3132 2015-01-07 Chris Metcalf <cmetcalf@ezchip.com>
3134 * posix/regcomp.c (parse_bracket_exp): Initialize type to
3135 COLL_SYM in a couple of places to avoid uninitialized variable
3136 wanings on tilegx gcc 4.8.2.
3138 2015-01-07 Richard Earnshaw <rearnsha@arm.com>
3140 * sysdeps/aarch64/strcpy.S: New file.
3141 * sysdeps/aarch64/stpcpy.S: New file.
3144 2015-01-07 Richard Earnshaw <rearnsha@arm.com>
3146 * sysdeps/aarch64/strrchr.S: New file.
3149 2015-01-07 Eric Biggers <ebiggers3@gmail.com>
3152 * stdlib/setenv.c: Fix memory leak when setting large,
3155 2015-01-06 Vladimir A. Nazarenko <naszar@ya.ru>
3158 * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
3159 and tabs from buffer before parsing fstab entry.
3160 * misc/tst-mntent.c (main): Add test for mount entry with
3161 trailing spaces and tabs.
3163 2015-01-06 Joseph Myers <joseph@codesourcery.com>
3166 * include/fenv.h (__fesetround): Declare. Use libm_hidden_proto.
3167 * math/fesetround.c (fesetround): Rename to __fesetround and
3168 define as weak alias of __fesetround. Use libm_hidden_weak.
3169 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
3170 * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
3171 * sysdeps/arm/fesetround.c (fesetround): Likewise.
3172 * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
3173 * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
3174 * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
3175 * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
3176 * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
3177 * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
3178 __fesetround_inline.
3179 * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
3180 __fesetround_inline instead of __fesetround.
3181 * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
3182 __fesetround and define as weak alias of __fesetround. Use
3183 libm_hidden_weak. Call __fesetround_inline instead of
3185 * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
3186 __fesetround and define as weak alias of __fesetround. Use
3188 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
3190 * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
3191 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
3192 * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
3193 * sysdeps/tile/math_private.h (__fesetround): New inline function.
3194 * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
3195 __fesetround and define as weak alias of __fesetround. Use
3197 * sysdeps/generic/math_private.h (default_libc_fesetround): Call
3198 __fesetround instead of fesetround.
3199 (default_libc_feholdexcept_setround): Likewise.
3200 (libc_feholdsetround_ctx): Likewise.
3201 (libc_feholdsetround_noex_ctx): Likewise.
3204 * include/fenv.h (__fesetenv): Use libm_hidden_proto.
3205 * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
3206 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
3207 and define as weak alias of __fesetenv. Use libm_hidden_weak.
3208 * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3209 * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
3210 define as weak alias of __fesetenv. Use libm_hidden_weak.
3211 * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
3212 * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3213 * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3214 define as weak alias of __fesetenv. Use libm_hidden_weak.
3215 * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3216 * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3217 define as weak alias of __fesetenv. Use libm_hidden_weak.
3218 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
3220 * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
3221 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
3223 * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3224 define as weak alias of __fesetenv. Use libm_hidden_weak.
3225 * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
3226 * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3227 * sysdeps/tile/math_private.h (__fesetenv): New inline function.
3228 * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
3229 and define as weak alias of __fesetenv. Use libm_hidden_weak.
3230 * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
3231 __fesetenv instead of fesetenv.
3232 (libc_feresetround_noex_ctx): Likewise.
3233 * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
3234 * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
3235 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
3236 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
3237 * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
3238 * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
3239 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
3240 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
3241 (__feupdateenv): Likewise.
3242 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
3243 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3244 * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
3245 * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
3247 2015-01-06 Aurelien Jarno <aurelien@aurel32.net>
3250 * resolv/res_init.c (__res_iclose): Only clear nsinit if the
3251 addresses have been freed.
3253 2015-01-06 Aurelien Jarno <aurelien@aurel32.net>
3255 * resolv/res_init.c (__res_vinit): Improve comments about nserv
3258 2015-01-06 Ondřej Bílka <neleai@seznam.cz>
3260 * sysdeps/unix/sysv/linux/check_pf.c (make_request):
3261 Clean up check_pf allocation pattern. addresses
3263 2015-01-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3265 * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
3266 * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
3267 * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
3268 * nptl/pthread_exit.c (__pthread_exit): Likewise.
3269 * nptl/pthread_join.c (pthread_join): Likewise.
3270 * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
3271 * sysdeps/posix/waitid.c (__waitid): Likewise.
3272 * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
3273 * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
3274 * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
3275 * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
3276 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
3278 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
3279 (__libc_pread64): Likewise.
3280 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
3281 (__libc_pwrite): Likewise.
3282 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
3283 (__libc_pwrite64): Likewsie.
3284 * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
3285 * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
3286 * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
3287 * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
3288 * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
3289 * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
3290 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
3291 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
3293 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
3294 (__libc_pread64): Likewise.
3295 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
3297 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
3298 (__libc_pwrite64): Likewise.
3299 * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
3300 * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
3301 * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
3302 * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
3303 * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
3304 * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
3305 * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
3306 * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
3307 * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
3308 * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
3309 * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
3310 * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
3311 * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
3312 * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
3313 * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
3314 * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
3317 2015-01-06 Andrew Senkevich <andrew.n.senkevich@gmail.com>
3319 * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
3320 (CFLAGS-test-double.c): Likewise.
3321 (CFLAGS-test-ldouble.c): Likewise.
3322 (CPPFLAGS-test-ifloat.c): Likewise.
3323 (CPPFLAGS-test-idouble.c): Likewise.
3324 (CPPFLAGS-test-ildoubl.c): Likewise.
3325 (CFLAGS-test-test-fenv.c): Remove variable.
3326 (CFLAGS-test-misc.c): Likewise.
3328 2015-01-06 H.J. Lu <hongjiu.lu@intel.com>
3331 * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
3332 * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
3333 * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
3334 CLOCKS_PER_SEC == 1000000.
3335 * time/clocktest.c (main): Replace %ld with %jd and cast to
3338 2015-01-05 Roland McGrath <roland@hack.frob.com>
3340 * sysdeps/generic/unwind-resume.h: New file.
3341 * sysdeps/gnu/unwind-resume.c: Include it.
3342 (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
3343 (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
3345 (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
3346 global rather than static.
3347 (_Unwind_Resume): Update user.
3348 Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
3349 (init): Likewise. Renamed to __libgcc_s_init, made hidden global
3350 rather than static. Add __attribute__ ((cold)).
3351 (_Unwind_Resume, __gcc_personality_v0): Update callers.
3352 * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
3353 * sysdeps/arm/arm-unwind-resume.S: New file.
3354 * sysdeps/arm/rt-arm-unwind-resume.S: New file.
3355 * sysdeps/arm/pt-arm-unwind-resume.S: New file.
3356 * sysdeps/arm/Makefile [$(subdir) = csu]
3357 (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
3358 [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
3359 Add rt-arm-unwind-resume.
3361 (libpthread-sysdep_routines, libpthread-shared-only-routines):
3362 Add pt-arm-unwind-resume.
3363 * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
3364 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
3366 2015-01-05 Joseph Myers <joseph@codesourcery.com>
3369 * include/fenv.h (__feholdexcept): Declare. Use
3371 * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
3372 define as weak alias of __feholdexcept. Use libm_hidden_weak.
3373 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3374 * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
3375 * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
3376 * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
3377 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
3378 * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3379 * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
3380 * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
3381 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3382 * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
3383 * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
3384 (feholdexcept): Likewise.
3385 * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
3386 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
3387 * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3388 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3389 * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
3390 __feholdexcept instead of feholdexcept.
3391 (default_libc_feholdexcept_setround): Likewise.
3393 2015-01-05 Steve Ellcey <sellcey@imgtec.com>
3395 * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
3396 to avoid using stl/str to align destination.
3398 2015-01-05 Steve Ellcey <sellcey@imgtec.com>
3400 * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
3402 2015-01-05 Joseph Myers <joseph@codesourcery.com>
3405 * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
3406 [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
3407 Define as weak alias not strong alias.
3409 2015-01-05 Steve Ellcey <sellcey@imgtec.com>
3411 * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
3412 bltzal with addiupc.
3413 (RTLD_START): Ditto.
3415 2015-01-05 Chris Metcalf <cmetcalf@ezchip.com>
3417 * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
3418 for __vdso_* functions in declarations.
3419 * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
3421 * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
3422 INTERNAL_VSYSCALL): Use struct return types to check for error.
3424 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
3425 && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
3426 function with cast from llround().
3427 * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
3428 * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
3431 2015-01-05 Joseph Myers <joseph@codesourcery.com>
3434 * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
3435 Define as weak alias not strong alias.
3438 * ctype/ctype-c99.c: New file. isblank implementation moved from
3440 * ctype/ctype-extn.c: ... here.
3441 (__isblank_l): Move to ...
3442 * ctype/ctype-c99_l.c: ... here. New file.
3443 * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
3444 * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
3446 (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
3447 (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
3448 (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
3449 (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
3450 (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
3453 * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
3454 (posix_fadvise64): Define as weak alias not strong alias.
3455 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
3456 (posix_fallocate64): Likewise.
3457 * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
3459 (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
3460 (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
3461 (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
3462 (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
3463 (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
3465 2015-01-05 Matthew Fortune <matthew.fortune@imgtec.com>
3468 * NEWS: Mention bug fix.
3469 * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
3470 (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
3471 (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
3472 (HOST_STACK_END_ADDR): Likewise.
3474 2015-01-02 Joseph Myers <joseph@codesourcery.com>
3477 * include/fenv.h (__fegetround): Declare. Use libm_hidden_proto.
3478 * math/fegetround.c (fegetround): Rename to __fegetround and
3479 define as weak alias of __fegetround. Use libm_hidden_weak.
3480 * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
3481 * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
3482 * sysdeps/arm/fegetround.c (fegetround): Likewise.
3483 * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
3484 * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
3485 * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
3486 * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
3487 * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
3488 * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
3489 Undefine after rather than before function definition; use
3490 parentheses around function name in definition.
3491 (__fegetround): Also undefine macro after function definition.
3492 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
3493 __fegetround and define as weak alias of __fegetround. Use
3494 libm_hidden_weak. Do not undefine as macro.
3495 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
3497 * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
3498 __fegetround and define as weak alias of __fegetround. Use
3500 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
3501 * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
3502 * sysdeps/tile/math_private.h (__fegetround): New inline function.
3503 * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
3504 __fegetround and define as weak alias of __fegetround. Use
3506 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
3507 __fegetround instead of fegetround.
3510 * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
3511 Condition macro definition on [__USE_MISC].
3514 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
3515 (struct sigaction): Change type of sa_flags field to int.
3518 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
3519 [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
3522 * nptl/version.c (banner): Use single year in copyright notice.
3524 * NEWS: Update copyright dates.
3525 * catgets/gencat.c (print_version): Likewise.
3526 * csu/version.c (banner): Likewise.
3527 * debug/catchsegv.sh: Likewise.
3528 * debug/pcprofiledump.c (print_version): Likewise.
3529 * debug/xtrace.sh (do_version): Likewise.
3530 * elf/ldconfig.c (print_version): Likewise.
3531 * elf/ldd.bash.in: Likewise.
3532 * elf/pldd.c (print_version): Likewise.
3533 * elf/sotruss.sh: Likewise.
3534 * elf/sprof.c (print_version): Likewise.
3535 * iconv/iconv_prog.c (print_version): Likewise.
3536 * iconv/iconvconfig.c (print_version): Likewise.
3537 * locale/programs/locale.c (print_version): Likewise.
3538 * locale/programs/localedef.c (print_version): Likewise.
3539 * login/programs/pt_chown.c (print_version): Likewise.
3540 * malloc/memusage.sh (do_version): Likewise.
3541 * malloc/memusagestat.c (print_version): Likewise.
3542 * malloc/mtrace.pl: Likewise.
3543 * manual/libc.texinfo: Likewise.
3544 * nptl/version.c (banner): Likewise.
3545 * nscd/nscd.c (print_version): Likewise.
3546 * nss/getent.c (print_version): Likewise.
3547 * nss/makedb.c (print_version): Likewise.
3548 * posix/getconf.c (main): Likewise.
3549 * scripts/test-installation.pl: Likewise.
3550 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
3552 2015-01-02 Will Newton <will.newton@linaro.org>
3554 * sysdeps/arm/armv7/configure: Removed.
3555 * sysdeps/arm/armv7/configure.ac: Likewise.
3557 2015-01-02 Joseph Myers <joseph@codesourcery.com>
3559 * All files with FSF copyright notices: Update copyright dates
3560 using scripts/update-copyrights.
3561 * intl/plural.c: Regenerated.
3562 * locale/programs/charmap-kw.h: Likewise.
3563 * locale/programs/locfile-kw.h: Likewise.
3565 2015-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
3567 * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
3569 2014-12-31 Joseph Myers <joseph@codesourcery.com>
3572 * include/fenv.h (__fegetenv): Use libm_hidden_proto.
3573 * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
3574 * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3575 and define as weak alias of __fegetenv. Use libm_hidden_weak.
3576 * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3577 * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
3578 define as weak alias of __fegetenv. Use libm_hidden_weak.
3579 * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
3580 * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3581 * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3582 define as weak alias of __fegetenv. Use libm_hidden_weak.
3583 * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3584 * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3585 define as weak alias of __fegetenv. Use libm_hidden_weak.
3586 * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
3588 * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
3589 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
3591 * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3592 define as weak alias of __fegetenv. Use libm_hidden_weak.
3593 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
3594 * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3595 * sysdeps/tile/math_private.h (__fegetenv): New inline function.
3596 * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3597 and define as weak alias of __fegetenv. Use libm_hidden_weak.
3598 * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
3599 __fegetenv instead of fegetenv.
3600 (libc_feholdsetround_noex_ctx): Likewise.
3602 2014-12-31 Matthew Fortune <matthew.fortune@imgtec.com>
3604 * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
3605 (Elf_MIPS_ABIFlags_v0): New structure.
3606 (EF_MIPS_FP64): Define.
3607 (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
3608 (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
3609 (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
3610 (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
3611 (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
3612 (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
3613 (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
3614 (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
3615 (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
3616 (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
3617 (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
3618 (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
3619 (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
3620 (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
3621 (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
3622 (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
3623 (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
3624 (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
3625 (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
3626 * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
3627 tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
3628 * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
3630 * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
3632 * sysdeps/mips/dl-machine-reject-phdr.h: New file.
3633 * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
3634 * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
3635 * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
3636 * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
3637 * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
3638 * sysdeps/mips/tst-abi-interlink.c: Likewise.
3639 * sysdeps/mips/tst-mode-switch-1.c: Likewise.
3640 * sysdeps/mips/tst-mode-switch-2.c: Likewise.
3641 * sysdeps/mips/tst-mode-switch-3.c: Likewise.
3642 * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
3643 record the current FP ABI extension.
3644 (mips-mode-switch): Define to show if kernel headers support mode
3646 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
3647 * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
3648 supported SYSV ABI version to 3.
3649 * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
3652 2014-12-31 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
3653 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3655 * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
3657 * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
3659 2014-12-31 Joseph Myers <joseph@codesourcery.com>
3661 * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
3662 __fegetround and redefine to call __fegetround. Remove condition
3663 on [!__NO_MATH_INLINES].
3664 * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
3666 * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
3667 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
3669 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
3670 instead of <fenv_libc.h>.
3671 (__llrintl): Call fegetround instead of __fegetround.
3672 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
3673 instead of <fenv_libc.h>.
3674 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
3675 (__lrintl): Call fegetround instead of __fegetround.
3676 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
3677 instead of <fenv_libc.h>.
3678 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
3679 (__rintl): Call fegetround instead of __fegetround.
3681 2014-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
3683 * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
3686 2014-12-30 H.J. Lu <hongjiu.lu@intel.com>
3689 * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
3690 (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
3691 (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
3693 2014-12-30 Andrew Senkevich <andrew.senkevich@intel.com>
3695 * sysdeps/i386/tls-macros.h: Include <features.h>.
3696 (TLS_LE): Use non-PIC version for GCC >= 5.0.
3700 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
3701 define for GCC >= 5.0.
3703 2014-12-30 Chris Metcalf <cmetcalf@ezchip.com>
3705 * math/test-fenv.c (test_single_exception, set_single_exc,
3706 feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
3707 feexcp_mask_test, feenable_test, fe_single_test): Add
3708 [!FE_ALL_EXCEPT] test so these routines are not compiled in the
3709 case where they are not used.
3710 * math/libm-test.inc: Likewise.
3711 * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
3712 unused in the absence of FP rounding/exception support.
3713 * stdio-common/tst-printf-round.c: Likewise.
3714 * stdlib/tst-strtod-round.c: Likewise.
3715 * stdlib/tst-strtod-underflow.c: Likewise.
3717 2014-12-30 Joseph Myers <joseph@codesourcery.com>
3720 * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
3721 * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
3722 * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3723 __feraiseexcept and define as weak alias of __feraiseexcept. Use
3725 * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
3726 * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3727 * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
3729 * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3730 __feraiseexcept and define as weak alias of __feraiseexcept. Use
3732 * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
3734 * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
3735 * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3736 __feraiseexcept and define as weak alias of __feraiseexcept. Use
3738 * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3740 * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
3741 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
3742 (__feraiseexcept): Likewise.
3743 * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3744 __feraiseexcept and define as weak alias of __feraiseexcept. Use
3746 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3747 * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3749 * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
3750 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
3751 Use libm_hidden_def.
3752 * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
3754 (feraiseexcept): Define as weak not strong alias. Use
3756 * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
3757 New inline function. Factored out of ...
3758 (feraiseexcept): ... here. Use __feraiseexcept_invalid_divbyzero.
3759 * sysdeps/x86/fpu/include/bits/fenv.h: New file.
3760 * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
3762 * math/w_acos.c (__acos): Likewise.
3763 * math/w_asin.c (__asin): Likewise.
3764 * math/w_ilogb.c (__ilogb): Likewise.
3765 * math/w_j0.c (y0): Likewise.
3766 * math/w_j1.c (y1): Likewise.
3767 * math/w_jn.c (yn): Likewise.
3768 * math/w_log.c (__log): Likewise.
3769 * math/w_log10.c (__log10): Likewise.
3770 * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
3771 * sysdeps/aarch64/fpu/math_private.h
3772 (libc_feupdateenv_test_aarch64): Likewise.
3773 * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
3774 * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
3775 * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
3776 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
3777 * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
3778 * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
3779 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
3780 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
3781 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3782 * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
3784 2014-12-30 H.J. Lu <hongjiu.lu@intel.com>
3787 * io/test-utime.c (main): Replace %ld with %jd and cast to
3789 * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
3790 * nptl/tst-mutex5.c: Include <stdint.h>.
3791 (do_test): Replace %ld with %jd and cast to intmax_t.
3792 * posix/tst-regex.c (run_test): Likewise.
3793 (run_test_backwards): Likewise.
3794 * rt/tst-clock.c: Include <stdint.h>.
3795 (clock_test): Replace %ld with %jd and cast to intmax_t.
3796 * rt/tst-cpuclock1.c: Include <stdint.h>.
3797 (do_test): Replace %lu with %ju and cast to uintmax_t.
3798 * rt/tst-cpuclock2.c: Include <stdint.h>.
3799 (do_test): Replace %lu with %ju and cast to uintmax_t.
3800 * rt/tst-mqueue1.c: Include <stdint.h>.
3801 (check_attrs): Replace %ld with %jd and cast to intmax_t.
3802 * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
3804 * rt/tst-mqueue4.c (do_test): Likewise.
3805 * rt/tst-timer4.c: Include <stdint.h>.
3806 (check_ts): Replace %ld with %jd and cast to intmax_t.
3807 (do_test): Likewise.
3808 * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
3809 and cast to intmax_t.
3810 * sysdeps/pthread/tst-timer.c (main): Likewise.
3811 * time/clocktest.c (main): Likewise.
3812 * time/tst-posixtz.c (do_test): Likewise.
3813 * timezone/tst-timezone.c (main): Likewise.
3815 2014-12-30 Andrew Senkevich <andrew.senkevich@intel.com>
3816 H.J. Lu <hongjiu.lu@intel.com>
3818 * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
3819 * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
3820 * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
3821 * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
3822 * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
3823 version if bit_Fast_Unaligned_Load is set.
3824 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
3825 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
3826 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
3827 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
3828 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
3829 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
3830 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
3831 bcopy-sse2-unaligned, memcpy-sse2-unaligned,
3832 memmove-sse2-unaligned and mempcpy-sse2-unaligned.
3833 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
3835 (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
3836 __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
3837 __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
3838 __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
3840 2014-12-29 Chris Metcalf <cmetcalf@ezchip.com>
3842 * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
3843 instead of #if to avoid a Wundef warning.
3844 * stdlib/tst-limits.c (do_test): Likewise.
3846 * sysdeps/tile/math_private.h (fetestexcept): Add macro to
3847 parallel other exception macros.
3848 (fegetenv): Convert from macro to extern inline so that it applies
3849 retroactively to inline functions already seen by the compiler.
3850 (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
3852 * posix/Makefile (before-compile): Use $(objpfx) for
3853 posix-conf-vars-def.h.
3855 2014-12-29 Siddhesh Poyarekar <siddhesh@redhat.com>
3857 * posix/getconf.c (main): Use size_t for type of I.
3858 * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
3861 * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
3862 * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
3863 * posix/posix-envs.def: Likewise.
3864 * sysdeps/posix/sysconf.c: Likewise.
3865 * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
3866 (specs): Remove array.
3867 * scripts/gen-posix-conf-vars.awk: Support generation of specs
3870 * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
3871 * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
3872 (__sysconf): Use CONF_IS_* macros.
3874 * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
3875 ($(objpfx)posix-conf-vars-def.h): New target.
3876 * posix/posix-conf-vars.list: New file.
3877 * posix/posix-conf-vars.h: New file.
3878 * posix/confstr.c: Include posix-conf-vars.h.
3879 (confstr): Use CONF_IS_* macros.
3880 * posix/posix-envs.def: Include posix-conf-vars.h. Use
3882 * scripts/gen-posix-conf-vars.awk: New file.
3884 2014-12-26 Chris Metcalf <cmetcalf@ezchip.com>
3886 * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
3887 fegetround): Add no-op macros to avoid linknamespace issues.
3889 * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
3890 definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
3892 * sysdeps/unix/sysv/linux/tile/sysdep.h
3893 (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
3894 assembly-specific section to avoid a redefinition warning.
3896 * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
3897 long before casting to pointer to avoid a cast warning.
3899 2014-12-23 Chris Metcalf <cmetcalf@ezchip.com>
3901 * sysdeps/tile/tilegx/Implies: New file.
3903 2014-12-23 Richard Earnshaw <rearnsha@arm.com>
3905 * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
3907 2014-12-23 Florian Weimer <fweimer@redhat.com>
3909 * iconvdata/run-iconv-test.sh: Actually test iconv modules.
3911 2014-12-22 Joseph Myers <joseph@codesourcery.com>
3913 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
3915 * sysdeps/unix/sysv/linux/utimes.c: Do not include
3916 <kernel-features.h>.
3917 (__utimes) [__NR_utimes]: Make code unconditional.
3918 (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
3919 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
3920 (__ASSUME_UTIMES): Do not undefine.
3921 * sysdeps/unix/sysv/linux/tile/kernel-features.h
3922 (__ASSUME_UTIMES): Likewise.
3923 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
3924 (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
3925 instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
3926 * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
3928 2014-12-22 Steve Ellcey <sellcey@imgtec.com>
3930 * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
3932 2014-12-22 Chris Metcalf <cmetcalf@ezchip.com>
3935 * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
3936 alias to weak alias for j0l, y0l.
3937 * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
3938 * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
3941 * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
3944 2014-12-22 Steve Ellcey <sellcey@imgtec.com>
3946 * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
3947 to zero if not already defined.
3949 2014-12-22 Joseph Myers <joseph@codesourcery.com>
3952 * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
3953 (__kernel_standard_f): Remove. Moved to k_standardf.c.
3954 (__kernel_standard_l): Remove. Moved to k_standardl.c with
3955 (char *) casts added.
3956 * sysdeps/ieee754/k_standardf.c: New file.
3957 * sysdeps/ieee754/k_standardl.c: Likewise.
3958 * math/Makefile (libm-support): Remove k_standard.
3959 (libm-calls): Add k_standard.
3961 2014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
3963 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3964 Optimize to avoid an unnecessary FPCR read.
3966 2014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
3968 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
3969 Optimize to reduce FPCR/FPSR accesses.
3971 2014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
3973 * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
3974 Call libc_fetestexcept_aarch64.
3976 2014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
3978 * sysdeps/aarch64/fpu/fesetround.c (fesetround):
3979 Call libc_fesetround_aarch64.
3981 2014-12-22 Joseph Myers <joseph@codesourcery.com>
3984 * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
3985 (__bind): Do not define as weak alias.
3986 * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
3988 (__getsockname): Do not define as weak alias.
3990 2014-12-22 Will Newton <will.newton@linaro.org>
3992 * manual/install.texi: Document that we require bison 2.7
3994 * INSTALL: Regenerate.
3995 * configure.ac: Use AC_CHECK_PROG_VER instead of
3996 AC_PATH_PROG when checking for bison and check for
3997 version 2.7 or above.
3998 * configure: Regenerate.
4000 2014-12-21 Chris Metcalf <cmetcalf@ezchip.com>
4003 * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
4004 * sysdeps/tile/ffsll.c (ffsll): To here.
4006 * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
4008 2014-12-21 H.J. Lu <hongjiu.lu@intel.com>
4010 * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
4012 * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
4014 * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
4015 hidden ___tls_get_addr.
4016 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
4017 hidden __tls_get_addr.
4018 * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
4019 * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
4022 2014-12-21 Andreas Schwab <schwab@linux-m68k.org>
4024 * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
4027 2014-12-21 H.J. Lu <hongjiu.lu@intel.com>
4029 * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
4030 from "call _dl_init@PLT".
4031 * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
4033 2014-12-21 Anders Kaseorg <andersk@mit.edu>
4035 * manual/search.texi: (Array Sort Function): Clarify stable sorting
4038 2014-12-20 Chris Metcalf <cmetcalf@ezchip.com>
4040 * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
4042 2014-12-19 Chris Metcalf <cmetcalf@ezchip.com>
4045 * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
4048 2014-12-19 Steve Ellcey <sellcey@imgtec.com>
4050 * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
4052 * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
4053 * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
4054 * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
4055 * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
4056 * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
4058 2014-12-19 Steve Ellcey <sellcey@imgtec.com>
4060 * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
4061 (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
4062 (PTR_SUBU): Use subu for mips32r6/mips64r6.
4063 (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
4064 * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
4066 (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
4068 2014-12-19 Ondřej Bílka <neleai@seznam.cz>
4070 * string/strncat.c (STRNCAT): Simplify implementation.
4072 2014-12-19 David S. Miller <davem@davemloft.net>
4074 * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
4075 access the quad as both a long double and as a series of 4 words.
4077 * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
4078 link_map->l_info array access.
4080 2014-12-19 Chris Metcalf <cmetcalf@ezchip.com>
4082 * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
4084 * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
4085 * math/atest-exp2.c (TIMEOUT): Likewise.
4086 * math/atest-sincos.c (TIMEOUT): Likewise.
4088 2014-12-19 H.J. Lu <hongjiu.lu@intel.com>
4090 * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
4091 -Wno-error with -fno-builtin-lround.
4093 2014-12-19 Torvald Riegel <triegel@redhat.com>
4095 * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
4096 Contains futex constants and functions moved over from ...
4097 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here. Include
4098 <lowlevellock-futex.h>.
4099 (lll_wait_tid): Use lll_futex_wait instead of assembly code.
4100 (lll_timedwait_tid): Add comments and parentheses around macro
4103 2014-12-19 Torvald Riegel <triegel@redhat.com>
4105 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
4106 <lowlevellock-futex.h>. Remove FUTEX_* constants defined there.
4107 (__lll_private_flag): Remove.
4108 (lll_futex_wait): Likewise.
4109 (lll_futex_timed_wait): Likewise.
4110 (lll_futex_wake): Likewise.
4111 (lll_futex_requeue): Likewise.
4112 (lll_wait_tid): Use lll_futex_wait instead of assembly code.
4113 (__lll_timedwait_tid): Spell out argument names.
4114 (lll_timedwait_tid): Add comments and parentheses around macro
4116 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
4117 LLL_SHARED and LLL_PRIVATE usable from assembly code.
4119 2014-12-19 Torvald Riegel <triegel@redhat.com>
4121 * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
4122 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
4123 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4124 * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
4125 * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
4126 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
4127 * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
4128 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
4129 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
4130 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
4131 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
4132 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
4133 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
4134 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
4135 * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
4136 * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
4137 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
4138 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
4139 * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
4141 2014-12-19 H.J. Lu <hongjiu.lu@intel.com>
4143 * sysdeps/x86_64/x32/Makefile: New file.
4145 2014-12-19 H.J. Lu <hongjiu.lu@intel.com>
4147 * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
4148 1L with (mp_limb_t) 1.
4150 2014-12-17 Roland McGrath <roland@hack.frob.com>
4152 * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
4153 * nptl/libc_pthread_init.c: ... here.
4154 * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
4155 * nptl/register-atfork.c: ... here.
4157 * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
4158 Use pthread_sigmask rather than INTERNAL_SYSCALL.
4159 Use assert_perror to check its return value.
4160 (__gai_create_helper_thread): Likewise.
4162 * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
4164 * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
4166 2014-12-17 Joseph Myers <joseph@codesourcery.com>
4169 * sysdeps/generic/profil-counter.h (profil_counter): Rename to
4171 * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
4173 * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
4175 * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
4177 * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
4178 (profil_counter): Likewise.
4179 * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
4180 (profil_counter): Likewise.
4181 * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
4183 * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
4185 * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
4186 (profil_counter): Likewise.
4187 * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
4189 [!__profil_counter] (profil_counter): Define as weak alias of
4191 * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
4192 (profil_counter): Rename to __profil_counter.
4193 [!__profil_counter] (profil_counter): Define as weak alias of
4195 * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
4196 (profil_counter): Rename to __profil_counter.
4197 [!__profil_counter] (profil_counter): Define as weak alias of
4199 * sysdeps/posix/profil.c: Update comment referring to
4201 (__profil): Use __profil_counter instead of profil_counter.
4202 * sysdeps/posix/sprofil.c (profil_counter): Rename to
4203 __profil_counter. Use __profil_counter_ushort and
4204 __profil_counter_uint in definitions.
4205 (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
4206 instead of profil_counter_uint and profil_counter_ushort.
4209 * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
4210 define as weak alias of __inet_makeaddr.
4211 * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
4212 as weak alias of __inet_addr.
4213 * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
4214 as weak alias of __inet_pton. Use libc_hidden_weak.
4215 * include/arpa/inet.h (__inet_pton): Declare. Use
4217 (inet_makeaddr): Don't use libc_hidden_proto.
4218 (__inet_makeaddr): Declare. Use libc_hidden_proto.
4219 * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
4220 inet_pton. Use __inet_makeaddr instead of inet_makeaddr.
4221 * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
4223 (test-xfail-POSIX/sched.h/linknamespace): Likewise.
4224 (test-xfail-POSIX/time.h/linknamespace): Likewise.
4226 2014-12-17 Steve Ellcey <sellcey@imgtec.com>
4228 * inet/getnetgrent_r.c: Move while loop to be inside if statement.
4230 2014-12-17 Stefan Liebler <stli@linux.vnet.ibm.com>
4232 * stdio-common/bug-vfprintf-nargs.c (do_test):
4233 Cast value to intptr_t to avoid format warning
4234 for usage with PRIdPTR printing macro.
4236 2014-12-17 Stefan Liebler <stli@linux.vnet.ibm.com>
4238 * libio/tst-widetext.c (do_test):
4239 Use format type %td instead of %Zd for ptrdiff_t
4240 in order to avoid format warning.
4242 2014-12-17 Andreas Schwab <schwab@suse.de>
4244 * nscd/mem.c (gc): Add size_t cast to match printf format.
4246 2014-12-16 Roland McGrath <roland@hack.frob.com>
4248 * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
4249 (init): Apply PTR_MANGLE to pointers before storing them.
4250 (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
4253 2014-12-16 Joseph Myers <joseph@codesourcery.com>
4256 * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
4257 define as weak alias of __memrchr.
4258 (__memrchr): Do not define as strong alias of memrchr.
4259 * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
4261 (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
4262 (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
4263 (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
4266 * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
4267 define as weak alias of __if_nametoindex. Use libc_hidden_weak.
4268 (if_indextoname): Rename to __if_indextoname and define as weak
4269 alias of __if_indextoname. Use libc_hidden_weak.
4270 (if_freenameindex): Rename to __if_freenameindex and define as
4271 weak alias of __if_freenameindex.
4272 (if_nameindex): Rename to __if_nameindex and define as weak alias
4274 * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
4275 __if_nametoindex and define as weak alias of __if_nametoindex.
4276 Use libc_hidden_weak.
4277 (if_freenameindex): Rename to __if_freenameindex and define as
4278 weak alias of __if_freenameindex.
4279 (if_nameindex): Rename to __if_nameindex and define as weak alias
4281 (if_indextoname): Rename to __if_indextoname and define as weak
4282 alias of __if_indextoname. Use libc_hidden_weak.
4283 * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
4284 __if_nametoindex and define as weak alias of __if_nametoindex.
4285 Use libc_hidden_weak.
4286 (if_freenameindex): Rename to __if_freenameindex and define as
4287 weak alias of __if_freenameindex. Use libc_hidden_weak.
4288 (if_nameindex_netlink): Use __if_freenameindex instead of
4290 (if_nameindex): Rename to __if_nameindex and define as weak alias
4291 of __if_nameindex. Use libc_hidden_weak.
4292 (if_indextoname): Rename to __if_indextoname and define as weak
4293 alias of __if_indextoname. Use libc_hidden_weak.
4294 * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
4296 [!_ISOMAC] (__if_freenameindex): Likewise.
4297 * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
4299 * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
4301 (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
4302 (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
4303 (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
4304 (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
4305 (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
4306 (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
4307 (test-xfail-UNIX98/time.h/linknamespace): Likewise.
4309 * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
4311 (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
4312 (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
4314 2014-12-16 Siddhesh Poyarekar <siddhesh@redhat.com>
4316 * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
4317 subscript above bounds'
4319 * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
4322 2014-12-16 Arjun Shankar <arjun.is@lostca.se>
4324 * libio/tst-fopenloc.c: Use test-skeleton.c.
4326 * stdlib/tst-bsearch.c: Use test-skeleton.c.
4327 (entry): Rename to ITEM.
4328 (do_test, comp): Adjust.
4330 * stdio-common/tst-fseek.c: Use test-skeleton.c.
4332 2014-12-16 Torvald Riegel <triegel@redhat.com>
4334 * string/tester.c: Include <libc-internal.h>.
4335 (test_memset): Ignore -Wmemset-transposed-args.
4337 2014-12-16 Torvald Riegel <triegel@redhat.com>
4339 * misc/tst-mntent2.c (do_test): Fix warning.
4341 2014-12-16 Torvald Riegel <triegel@redhat.com>
4343 * elf/tst-unique4lib.cc(a): Mark as used.
4345 2014-12-16 Florian Weimer <fweimer@redhat.com>
4348 * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
4351 2014-12-16 Allan McRae <allan@archlinux.org>
4353 * stdio-common/Makefile (tests): Re-add bug26.
4355 2014-12-15 Ondřej Bílka <neleai@seznam.cz>
4358 * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
4361 2014-12-15 Bernard Ogden <bernie.ogden@linaro.org>
4363 * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
4364 (__lll_lock_wait): Likewise.
4365 (__lll_timedlock_wait): Likewise.
4366 (__lll_timedwait_tid): Likewise.
4367 * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
4368 (__lll_robust_timedlock_wait): Likewise.
4369 * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
4370 (lll_cond_trylock): Likewise.
4371 (__lll_lock): Likewise.
4372 (__lll_robust_lock): Likewise.
4373 (__lll_cond_lock): Likewise.
4374 (lll_robust_cond_lock): Likewise.
4375 (__lll_timedlock): Likewise.
4376 (__lll_robust_timedlock): Likewise.
4377 (__lll_unlock): Likewise.
4378 (__lll_robust_unlock): Likewise.
4379 (lll_wait_tid): Likewise.
4380 (lll_timedwait_tid): Likewise.
4382 2014-12-15 Torvald Riegel <triegel@redhat.com>
4384 * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
4386 2014-12-15 Torvald Riegel <triegel@redhat.com>
4388 * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
4390 2014-12-15 Adhemerval Zanella <Azanella@linux.vnet.ibm.com>
4392 * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
4393 * stdio-common/tst-sprintf.c: Likewise.
4395 2014-12-15 Torvald Riegel <triegel@redhat.com>
4397 * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
4399 2014-12-15 Jeff Law <law@redhat.com>
4402 * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
4403 on the heap. (CVE-2012-3406)
4404 * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
4405 * stdio-common/bug23-4.c: New file. Test case by Joseph Myers.
4406 * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
4408 2014-12-15 Will Newton <will.newton@linaro.org>
4410 * manual/install.texi: Bump required version of texinfo
4412 * INSTALL: Regenerated.
4413 * configure.ac: Check for makeinfo version 4.7 and above.
4414 * configure: Regenerated.
4416 2014-12-12 Roland McGrath <roland@hack.frob.com>
4418 * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
4419 PREFIX, string constant to insert between directory and name.
4420 * sysdeps/posix/shm_open.c: Update caller.
4421 * sysdeps/posix/shm_unlink.c: Likewise.
4422 * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
4423 (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
4424 (SEM_SHM_PREFIX): New macro.
4425 * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
4426 [$(have-thread-library) = no].
4427 * nptl/Makefile (libpthread-routines): Add shm-directory.
4428 * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
4429 * sysdeps/nptl/shm-directory.h: New file.
4430 * sysdeps/posix/shm-directory.c
4431 [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
4432 * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
4433 * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
4435 (__where_is_shmfs): Function removed.
4436 (mountpoint, defaultmount, defaultdir, __namedsem_once):
4438 (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
4440 * nptl/sem_unlink.c: Prototypify. Use SHM_GET_NAME.
4442 * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
4443 (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
4444 unconditional for use inside libpthread.
4445 [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
4447 2014-12-12 Roland McGrath <roland@hack.frob.com>
4449 * nptl/pthread_getaffinity.c: New file.
4450 * nptl/pthread_setaffinity.c: New file.
4451 * nptl/pthread_getname.c: New file.
4452 * nptl/pthread_setname.c: New file.
4454 * nptl/pthread_create.c (START_THREAD_DEFN)
4455 [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
4457 2014-12-12 Stefan Liebler <stli@linux.vnet.ibm.com>
4458 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4460 * resolv/res_send.c (send_vc): Disable warning resplen may
4461 be used uninitialized.
4463 2014-12-12 Stefan Liebler <stli@linux.vnet.ibm.com>
4466 (ATTR_NULL): New define checks ATTR against NULL.
4467 (do_test): Use !ATTR_NULL instead of ATTR != NULL.
4468 * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
4470 2014-12-11 James Lemke <jwlemke@codesourcery.com>
4474 (mem2mem_check): Revert my previous change.
4475 (malloc_check_get_size): Revert my previous change.
4476 (mem2chunk_check): Revert my previous change.
4478 2014-12-11 Roland McGrath <roland@hack.frob.com>
4480 * sysdeps/posix/shm-directory.c: New file.
4481 * sysdeps/posix/shm-directory.h: New file.
4482 * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
4483 * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
4484 Use O_NOFOLLOW and O_CLOEXEC if available. Transmute EISDIR to EINVAL.
4485 * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
4486 Transmute EPERM to EACCES.
4487 * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
4489 * sysdeps/unix/sysv/linux/shm_open.c: ... here. File removed.
4490 * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
4492 2014-12-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4494 * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
4495 pointer and cast to uintptr_t.
4496 * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
4497 * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
4498 Add cast to avoid warning.
4499 * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
4501 2014-12-11 Joseph Myers <joseph@codesourcery.com>
4503 * nptl/semaphore.h: Move to ...
4504 * sysdeps/pthread/semaphore.h: ... here.
4505 * Makefile (installed-headers): Change nptl/semaphore.h to
4506 sysdeps/pthread/semaphore.h.
4508 2014-12-11 Roland McGrath <roland@hack.frob.com>
4510 * misc/tst-error1.c (do_test): Ignore -Wformat-security for
4511 generated error format strings.
4513 * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
4514 -Wformat-extra-args warnings for scanf formats.
4515 * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
4516 test of zero-length format (duh).
4517 * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
4518 corner-case scanf format test.
4519 * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
4520 generated fprintf format string.
4521 * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
4522 corner-case sprintf format tests.
4523 * stdio-common/tst-printf.c: Ignore -Wformat throughout.
4524 * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
4525 -Wformat-extra-args warnings throughout.
4526 * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
4527 (CFLAGS-scanf4.c): Likewise.
4528 (CFLAGS-scanf7.c): Likewise.
4529 (CFLAGS-tst-sprintf.c): Likewise.
4530 (CFLAGS-tst-printf.c): Likewise.
4531 (CFLAGS-tst-printfsz.c): Likewise.
4533 2014-12-11 Joseph Myers <joseph@codesourcery.com>
4535 * include/cpio.h: New file.
4536 * include/fmtmsg.h: Likewise.
4538 * tst-mbswcs1.c (show): Use %zu format instead of %Zd. Cast
4539 corresponding format argument to size_t.
4540 * tst-mbswcs2.c (show): Likewise. Use %td format for ptrdiff_t
4542 * tst-mbswcs3.c (show): Use %zu format instead of %Zd. Cast
4543 corresponding format argument to size_t.
4544 * tst-mbswcs4.c (show): Likewise. Use %td format for ptrdiff_t
4546 * tst-mbswcs5.c (show): Use %zu format instead of %Zd. Cast
4547 corresponding format argument to size_t.
4548 * tst-trans.c (do_test): Use %lc format for wint_t arguments.
4549 * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
4550 (CFLAGS-tst-mbswcs2.c): Likewise.
4551 (CFLAGS-tst-mbswcs3.c): Likewise.
4552 (CFLAGS-tst-mbswcs4.c): Likewise.
4553 (CFLAGS-tst-mbswcs5.c): Likewise.
4554 (CFLAGS-tst-trans.c): Likewise
4556 2014-12-11 Roland McGrath <roland@hack.frob.com>
4558 * posix/regexbug1.c (main): Use "%s" format with regerror results,
4559 rather than assuming they won't contain any '%'s.
4561 2014-12-11 Chris Metcalf <cmetcalf@ezchip.com>
4563 * sysdeps/tile/tilegx/memset.c (__memcpy): Add
4564 inhibit_loop_to_libcall to avoid recursive calls.
4565 * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
4566 * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
4568 2014-12-11 Adhemerval Zanella <Azanella@linux.vnet.ibm.com>
4570 * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
4573 2014-12-11 Steve Ellcey <sellcey@imgtec.com>
4575 * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
4576 integer value instead of boolean.
4578 2014-12-11 Steve Ellcey <sellcey@imgtec.com>
4580 * malloc/malloc.c: Fix powerof2 check.
4582 2014-12-11 Stefan Liebler <stli@linux.vnet.ibm.com>
4584 * locale/programs/locfile.h (maybe_swap_uint32):
4585 Remove inline and add unused attribute.
4587 2014-12-11 Stefan Liebler <stli@linux.vnet.ibm.com>
4589 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
4590 Truncating assembler expression to a .long expression.
4592 2014-12-11 Andreas Schwab <schwab@suse.de>
4594 * elf/rtld.c (struct map_args): Constify str member.
4595 (do_preload): Constify fname argument.
4597 2014-12-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4599 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
4600 constants definition.
4602 2014-12-11 Andreas Schwab <schwab@suse.de>
4605 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
4606 FORCE_ELISION instead of DO_ELISION.
4607 * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
4609 * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
4612 * iconvdata/gconv-modules: Remove duplicate entry.
4614 2014-12-11 Will Newton <will.newton@linaro.org>
4616 Merge gettext 0.19.3 into intl/.
4618 This involves a number of cosmetic changes to comments
4619 and ANSI function definitions and prototypes throughout
4620 all the files. The gettext copyright header is used but
4621 with the date ranges taken from the glibc copy.
4623 * NEWS: Add gettext merge to 2.21.
4624 * intl/bindtextdom.c: Switch to gettext copyright.
4625 Use ANSI definitions and prototypes.
4626 Use gl_* locking primitives rather than __libc_* ones.
4627 Use __builtin_expect rather than __glibc_likely/unlikely.
4628 * intl/dcgettext.c: Switch to gettext copyright.
4629 Use ANSI definitions and prototypes.
4630 * intl/dcigettext.c: Switch to gettext copyright.
4631 Use ANSI definitions and prototypes.
4632 (INTDIV0_RAISES_SIGFPE): New define.
4633 Use gl_* locking primitives rather than __libc_* ones.
4634 Include eval-plural.h instead of plural-eval.c.
4635 Use __builtin_expect rather than __glibc_likely/unlikely.
4636 * intl/dcngettext.c: Switch to gettext copyright.
4637 Use ANSI definitions and prototypes.
4638 * intl/dgettext.c: Likewise.
4639 * intl/dngettext.c: Likewise.
4640 * intl/plural-eval.c: Renamed to...
4641 * intl/eval-plural.h: ...this.
4642 * intl/explodename.c: Switch to gettext copyright.
4643 Use ANSI definitions and prototypes.
4644 (_nl_explode_name): Use strchr instead of __rawmemchr.
4645 * intl/finddomain.c: Switch to gettext copyright.
4646 Use ANSI definitions and prototypes.
4647 Use gl_* locking primitives rather than __libc_* ones.
4648 (_nl_find_domain): Use malloc rather than alloca for
4649 allocation of temporary locale name.
4650 * intl/gettext.c: Switch to gettext copyright.
4651 Use ANSI definitions and prototypes.
4652 * intl/gettextP.h: Switch to gettext copyright.
4653 Use ANSI definitions and prototypes.
4654 Use gl_* locking primitives rather than __libc_* ones.
4655 * intl/gmo.h: Switch to gettext copyright.
4656 (struct sysdep_string): Move struct segment_pair outside of
4658 * intl/hash-string.c: Use ANSI definitions and prototypes.
4659 * intl/hash-string.h: Switch to gettext copyright.
4660 Use ANSI definitions and prototypes.
4661 * intl/l10nflist.c: Switch to gettext copyright.
4662 Use ANSI definitions and prototypes.
4663 (_nl_normalize_codeset): Avoid integer overflow.
4664 * intl/loadinfo.h: Switch to gettext copyright.
4665 Use ANSI definitions and prototypes.
4666 (LIBINTL_DLL_EXPORTED): New define.
4667 (PATH_SEPARATOR): New define.
4668 * intl/loadmsgcat.c: Switch to gettext copyright.
4669 * intl/localealias.c: Switch to gettext copyright.
4670 Use ANSI definitions and prototypes.
4671 (_nl_expand_alias): Use PATH_SEPARATOR.
4672 * intl/ngettext.c: Switch to gettext copyright.
4673 Use ANSI definitions and prototypes.
4674 * intl/plural-exp.c: Likewise.
4675 * intl/plural-exp.h: Switch to gettext copyright.
4676 Use ANSI definitions and prototypes.
4677 (struct expression): Move definition of enum operator outside
4678 of struct definition.
4679 * intl/plural.c: Regenerate.
4680 * intl/plural.y: Switch to gettext copyright.
4681 Use ANSI definitions and prototypes.
4683 * intl/textdomain.c: Switch to gettext copyright.
4684 Use ANSI definitions and prototypes.
4685 Use gl_* locking primitives rather than __libc_* ones.
4687 2014-12-10 Steve Ellcey <sellcey@imgtec.com>
4689 * debug/warning-nop.c: Add used atrribute.
4691 2014-12-10 Joseph Myers <joseph@codesourcery.com>
4693 * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
4695 * sysdeps/unix/sysv/linux/mips/mips64/Makefile
4696 [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
4697 [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
4699 2014-12-10 Joseph Myers <joseph@codesourcery.com>
4700 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4703 * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
4704 Undefine after defining function. Define as weak alias of
4705 __wcschr. Use libc_hidden_weak.
4706 * include/wchar.h (__wcschr): Declare. Use libc_hidden_proto.
4707 * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
4708 (libc_hidden_def): Also define __GI___wcschr alias.
4709 * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
4710 __wcschr and define as weak alias of __wcschr.
4711 * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
4713 [!WCSCHR] (DEFAULT_WCSCHR): Define.
4714 [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
4715 [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr. Use
4716 libc_hidden_weak. Do not use libc_hidden_def.
4717 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
4718 [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
4719 __GI___wcschr alias.
4720 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
4721 [IS_IN (libc)] (wcschr): Define as macro expanding to
4723 [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
4724 [IS_IN (libc)] (__wcschr_power6): Likewise.
4725 [IS_IN (libc)] (__wcschr_power7): Likewise.
4726 [IS_IN (libc)] (__libc_wcschr): New. Define with libc_ifunc
4728 [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
4730 [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
4731 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
4732 __wcschr and define as weak alias of __wcschr. Use
4733 libc_hidden_builtin_def.
4734 * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
4735 as weak alias of __wcschr. Use libc_hidden_weak.
4736 * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
4738 * time/era.c (_nl_init_era_entries): Likewise.
4739 * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
4741 (test-xfail-XPG3/time.h/linknamespace): Likewise.
4742 (test-xfail-XPG4/time.h/linknamespace): Likewise.
4744 2014-12-10 Joseph Myers <joseph@codesourcery.com>
4746 * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
4747 format for long int variable.
4749 2014-12-10 Anders Kaseorg <andersk@MIT.EDU>
4752 * manual/search.texi: (Array Sort Function): Remove claim how to make
4755 2014-12-10 Andreas Schwab <schwab@suse.de>
4758 * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
4759 user-controlled locks.
4761 2014-12-10 Richard Earnshaw <rearnsha@arm.com>
4763 * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
4766 2014-12-10 Joseph Myers <joseph@codesourcery.com>
4768 * configure.ac (--disable-werror): New configure option.
4769 (enable_werror): New AC_SUBST.
4770 * configure: Regenerated.
4771 * config.make.in (enable-werror): New variable.
4772 * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
4774 (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
4775 * manual/install.texi (Configuring and compiling): Document
4777 * INSTALL: Regenerated.
4778 * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
4779 (CFLAGS-tst-chk2.c): Likewise.
4780 (CFLAGS-tst-chk3.c): Likewise.
4781 (CFLAGS-tst-chk4.cc): Likewise.
4782 (CFLAGS-tst-chk5.cc): Likewise.
4783 (CFLAGS-tst-chk6.cc): Likewise.
4784 (CFLAGS-tst-lfschk1.c): Likewise.
4785 (CFLAGS-tst-lfschk2.c): Likewise.
4786 (CFLAGS-tst-lfschk3.c): Likewise.
4787 (CFLAGS-tst-lfschk4.cc): Likewise.
4788 (CFLAGS-tst-lfschk5.cc): Likewise.
4789 (CFLAGS-tst-lfschk6.cc): Likewise.
4791 * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
4792 (main): Disable -Wdeprecated-declarations around calls to
4793 register_printf_function.
4795 * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
4796 (do_test): Disable -Wdiv-by-zero around some calls to
4797 fwrite_unlocked and fread_unlocked.
4799 * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
4800 (DIAG_POP_NEEDS_COMMENT): Likewise.
4801 (_DIAG_STR1): Likewise.
4802 (_DIAG_STR): Likewise.
4803 (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
4804 * stdio-common/bug21.c: Include <libc-internal.h>.
4805 (do_test): Disable -Wformat around call to sscanf.
4806 * stdio-common/scanf14.c: Include <libc-internal.h>.
4807 (main): Disable -Wformat around some calls to scanf functions.
4809 2014-12-09 Torvald Riegel <triegel@redhat.com>
4811 * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
4813 2014-12-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4815 * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
4816 stack variable alignment.
4818 2014-12-06 Joseph Myers <joseph@codesourcery.com>
4821 * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
4822 * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
4823 * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
4824 * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
4825 * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
4826 __getrlimit instead of getrlimit.
4827 * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
4828 __gettimeofday instead of gettimeofday.
4829 * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
4831 * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
4833 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
4834 * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
4836 (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
4837 (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
4839 2014-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4841 * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
4842 for wide-character tests.
4844 2014-12-04 Roland McGrath <roland@hack.frob.com>
4846 * io/openat64.c: #include <libc-internal.h>
4847 (__openat64): Prototypify. Use ignore_value on MODE.
4848 * io/openat.c: Likewise.
4849 * misc/reboot.c: #include <libc-internal.h>
4850 (reboot): Prototypify. Use ignore_value on HOWTO.
4851 * misc/ptrace.c: #include <libc-internal.h>
4852 (ptrace): Prototypify. Use ignore_value for va_arg'd parameters.
4854 2014-12-04 Joseph Myers <joseph@codesourcery.com>
4856 * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
4857 XPG4, UNIX98 and XOPEN2K.
4858 * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
4860 (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
4862 2014-12-04 Siddhesh Poyarekar <siddhesh@redhat.com>
4864 * libio/fileops.c: Use ISO C style for function definitions.
4865 * libio/iofopen.c: Likewise.
4866 * libio/wfileops.c: Likewise.
4869 * libio/fileops.c (_IO_new_file_underflow): Unset cached
4871 * libio/wfileops.c (_IO_wfile_underflow): Likewise.
4872 * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
4873 (fgets_func): Function pointer to fgets and fgetws.
4874 (do_ftell_test): Add test to verify ftell value after read
4876 (do_test): Set fgets_func.
4878 * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
4879 O_TRUNC flag for w and w+ modes.
4880 (do_rewind_test): Likewise.
4881 (do_ftell_test): Likewise.
4882 (do_write_test): Likewise.
4885 * libio/fileops.c (do_ftell): Seek only when there are
4887 * libio/wfileops.c (do_ftell_wide): Likewise.
4888 * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
4890 (do_one_test): Call it.
4892 2014-12-03 Joseph Myers <joseph@codesourcery.com>
4894 * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
4895 for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
4896 * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
4898 (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
4899 (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
4900 (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
4902 2014-12-02 Joseph Myers <joseph@codesourcery.com>
4904 * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
4906 (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
4909 * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
4910 as weak alias of __getifaddrs. Use libc_hidden_weak.
4911 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4912 __freeifaddrs. Use libc_hidden_weak.
4913 * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
4914 define as weak alias of __getifaddrs. Use libc_hidden_weak.
4915 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4916 __freeifaddrs. Use libc_hidden_weak.
4917 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
4918 __getifaddrs and define as weak alias of __getifaddrs. Use
4920 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4921 __freeifaddrs. Use libc_hidden_weak.
4922 * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
4924 (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
4925 (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
4927 2014-12-02 Petar Jovanovic <petar.jovanovic@rt-rk.com>
4930 * sysdeps/mips/start.S (__start): Use indirect jump to call
4933 2014-12-02 Joseph Myers <joseph@codesourcery.com>
4935 * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
4937 * nptl/tst-mutex1.c: Include <stdbool.h>.
4938 [!ATTR] (ATTR_NULL): New macro.
4939 (do_test): Test !ATTR_NULL instead of ATTR != NULL.
4940 * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
4941 * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
4943 * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
4947 * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
4948 Change conditional to [__USE_MISC].
4951 * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
4953 * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
4955 * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
4957 * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
4959 (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
4960 (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
4961 (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
4962 (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
4963 (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
4964 (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
4965 (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
4966 (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
4967 (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
4969 * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
4971 2014-12-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4973 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4974 Remove strpbrk objects.
4975 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4976 (__libc_ifunc_impl_list): Remove strpbrk implementation.
4977 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
4978 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
4979 * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
4980 * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
4982 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4983 Remove strcspn objects.
4984 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4985 (__libc_ifunc_impl_list): Remove strcspn implementation.
4986 * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
4987 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
4988 * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
4989 * sysdeps/powerpc/powerpc64/strcspn.S: New file.
4991 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4992 Remove strspn objetcs.
4993 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4994 (__libc_ifunc_impl_list): Remove strspn implementation.
4995 * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
4996 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
4997 * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
4998 * sysdeps/powerpc/powerpc64/strspn.S: New file.
5000 2014-12-01 James Lemke <jwlemke@codesourcery.com>
5004 (mem2mem_check): Add a terminator to the chain of checking blocks.
5005 (malloc_check_get_size): Use it here.
5006 (mem2chunk_check): Ditto.
5008 2014-12-01 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
5010 * sysdeps/powerpc/powerpc64/strtok.S: New file.
5011 * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
5013 2014-11-29 Carlos O'Donell <carlos@redhat.com>
5015 * bits/ioctl-types.h: Indent preprocessor directives correctly.
5017 * nptl/nptl-init.c: Include libc-internal.h.
5018 (__pthread_initialize_minimal_internal): Use ROUND_UP.
5020 * elf/ldconfig.c (search_dir): Expand comment.
5022 2014-11-29 Joseph Myers <joseph@codesourcery.com>
5024 * conform/Makefile (linknamespace-symlist-stdlibs-base): New
5026 (linknamespace-symlist-stdlibs-tests): Likewise.
5027 (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
5028 instead of $(objpfx)symlist-stdlibs.
5029 (linknamespace-libs-isoc): New variable.
5030 (linknamespace-libs): Use $(linknamespace-libs-isoc).
5031 (linknamespace-libs-ISO): New variable.
5032 (linknamespace-libs-ISO99): Likewise.
5033 (linknamespace-libs-ISO11): Likewise.
5034 (linknamespace-libs-XPG3): Likewise.
5035 (linknamespace-libs-XPG4): Likewise.
5036 (linknamespace-libs-POSIX): Likewise.
5037 (linknamespace-libs-UNIX98): Likewise.
5038 (linknamespace-libs-XOPEN2K): Likewise.
5039 (linknamespace-libs-POSIX2008): Likewise.
5040 (linknamespace-libs-XOPEN2K8): Likewise.
5041 ($(objpfx)symlist-stdlibs): Replace by
5042 $(linknamespace-symlist-stdlibs-tests). Use
5043 $(linknamespace-libs-$*) as set of libraries.
5044 ($(linknamespace-header-tests)): Update dependencies. Use
5045 $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
5046 (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
5047 * conform/linknamespace.pl: Remove comment about considering
5048 definitions of symbols from irrelevant libraries.
5050 2014-11-28 H.J. Lu <hongjiu.lu@intel.com>
5053 * elf/dl-tls.c: Include <atomic.h>.
5054 (oom): Remove #ifdef SHARED/#endif.
5055 (_dl_static_dtv, _dl_initial_dtv): Moved before ...
5056 (_dl_resize_dtv): This. Extracted from _dl_update_slotinfo.
5057 (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
5059 (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
5060 * nptl/Makefile (tests): Add tst-stack4.
5061 (modules-names): Add tst-stack4mod.
5062 ($(objpfx)tst-stack4): New.
5063 (tst-stack4mod.sos): Likewise.
5064 ($(objpfx)tst-stack4.out): Likewise.
5065 ($(tst-stack4mod.sos)): Likewise.
5067 * nptl/tst-stack4.c: New file.
5068 * nptl/tst-stack4mod.c: Likewise.
5070 2014-11-27 J. Brown <jb999@gmx.de>
5072 * sysdeps/x86/bits/string.h: Add recent CPUs.
5074 2014-11-27 Joseph Myers <joseph@codesourcery.com>
5076 * misc/tst-pselect.c (do_test): Use sigprocmask instead of
5079 * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
5082 * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
5085 2014-11-27 Stefan Liebler <stli@linux.vnet.ibm.com>
5087 * nscd/connections.c: Include libc-internal.h because of macro
5090 2014-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
5092 * string/bits/string3.h (__warn_memset_zero_len): Don't
5093 declare for gcc newer than 5.0.
5094 (memset): Don't test for zero-length __LEN for gcc newer than
5097 2014-11-27 Joseph Myers <joseph@codesourcery.com>
5099 * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
5100 size_t for %zu format.
5102 * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
5103 difference, not %ju.
5105 2014-11-26 Joseph Myers <joseph@codesourcery.com>
5107 * include/libc-internal.h (ignore_value): New macro.
5108 * nscd/connections.c (restart): Wrap calls to setuid and setgid
5111 * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
5114 * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
5115 pthread_cleanup_push to void *.
5117 * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
5122 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
5123 instead of 1L << 52.
5125 * libio/bug-rewind.c (do_test): Check fwscanf return values.
5126 * libio/bug-rewind2.c (do_test): Likewise.
5128 * debug/test-stpcpy_chk-ifunc.c: Remove file.
5129 * debug/test-strcpy_chk-ifunc.c: Likewise.
5130 * wcsmbs/test-wcschr-ifunc.c: Likewise.
5131 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
5132 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
5133 * wcsmbs/test-wcslen-ifunc.c: Likewise.
5134 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
5135 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
5136 * Rules [$(multi-arch) = no] (tests): Do not filter out
5138 [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
5139 * debug/Makefile (tests-ifunc): Remove variable.
5140 (tests): Do not add $(tests-ifunc).
5141 * wcsmbs/Makefile (tests-ifunc): Remove variable.
5142 (tests): Do not add $(tests-ifunc).
5143 * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
5144 [TEST_IFUNC]: Remove conditionals.
5145 * string/test-string.h (TEST_IFUNC): Remove macro.
5146 [TEST_IFUNC]: Remove conditionals.
5148 * string/test-strchr.c [!WIDE] (L): New macro.
5149 [WIDE] (L): Likewise.
5150 (check1): Use CHAR instead of char. Use L on string and character
5153 2014-11-26 Adhemerval Zanella <azanella@linux.ibm.com>
5155 * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
5157 * sysdeps/powerpc/bits/atomic.h
5158 (__arch_atomic_exchange_and_add_32_acq): Add definition.
5159 (__arch_atomic_exchange_and_add_32_rel): Likewise.
5160 (atomic_exchange_and_add_acq): Likewise.
5161 (atomic_exchange_and_add_rel): Likewise.
5162 * sysdeps/powerpc/powerpc32/bits/atomic.h
5163 (__arch_atomic_exchange_and_add_64_acq): Add definition.
5164 (__arch_atomic_exchange_and_add_64_rel): Likewise.
5165 * sysdeps/powerpc/powerpc64/bits/atomic.h
5166 (__arch_atomic_exchange_and_add_64_acq): Add definition.
5167 (__arch_atomic_exchange_and_add_64_rel): Likewise.
5169 2014-11-26 Torvald Riegel <triegel@redhat.com>
5171 * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
5172 Change synchronization of __sched_fifo_min_prio and
5173 __sched_fifo_max_prio.
5174 * nptl/pthread_mutexattr_getprioceiling.c
5175 (pthread_mutexattr_getprioceiling): Likewise.
5176 * nptl/pthread_mutexattr_setprioceiling.c
5177 (pthread_mutexattr_setprioceiling): Likewise.
5178 * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
5179 * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
5182 2014-11-26 Joseph Myers <joseph@codesourcery.com>
5184 * setjmp/jmpbug.c (test): Make foo volatile and cast it to
5187 2014-11-25 Joseph Myers <joseph@codesourcery.com>
5189 * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
5190 third argument const.
5192 2014-11-25 Paul Eggert <eggert@cs.ucla.edu>
5194 fnmatch: work around GCC compiler warning bug with uninit var
5195 * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
5196 This works around a bug with x86-64 GCC 4.9.2 and earlier
5197 where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
5198 "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
5199 used uninitialized in this function [-Wmaybe-uninitialized]".
5201 2014-11-25 Joseph Myers <joseph@codesourcery.com>
5203 * posix/bug-regex31.c (main): Return RES not 0.
5205 2014-11-25 Anton Blanchard <anton@samba.org>
5207 * sysdeps/powerpc/bits/atomic.h
5208 (__arch_compare_and_exchange_bool_64_rel): Load from mem.
5210 2014-11-24 Sterling Augustine <saugustine@google.com>
5212 * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
5214 2014-11-24 Ryan Cumming <etaoins@gmail.com>
5217 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
5219 2014-11-24 Joseph Myers <joseph@codesourcery.com>
5222 * stdio-common/perror.c (perror): Call __fileno instead of fileno.
5223 * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
5225 (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
5226 (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
5228 2014-11-24 Wilco Dijkstra <wdijkstr@arm.com>
5230 * string/strncpy.c (strncpy): Improve performance by using memset.
5232 2014-11-24 Wilco Dijkstra <wdijkstr@arm.com>
5234 * string/strcpy.c (strcpy):
5235 Improve performance by using strlen and memcpy.
5237 2014-11-24 Leonhard Holz <leonhard.holz@web.de>
5239 * string/strcoll_l.c (get_next_seq): __always_inline.
5240 * string/strcoll_l.c (do_compare): __always_inline.
5242 2014-11-24 Siddhesh Poyarekar <siddhesh@redhat.com>
5244 * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
5246 * include/mqueue.h: Likewise.
5247 * include/stdlib.h: Likewise.
5249 * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
5250 (get_null_defines): Adjust.
5251 * sunrpc/Makefile: Adjust comment.
5252 * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
5253 * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
5254 (CFLAGS-interp.c): Likewise.
5255 (CFLAGS-ldconfig.c): Likewise.
5256 (CPPFLAGS-.os): Likewise.
5257 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
5258 * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
5259 * extra-modules.mk (extra-modules.mk): Likewise.
5260 * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
5261 * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
5262 * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
5263 * nscd/Makefile (CPPFLAGS-nscd): Likewise.
5264 * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
5265 * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
5266 * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
5267 * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
5268 * iconvdata/Makefile (CPPFLAGS): Likewise.
5269 (cpp-srcs-left): Add libof for all iconvdata routines.
5270 * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
5271 * include/assert.h: Likewise.
5272 * include/ctype.h: Likewise.
5273 * include/errno.h: Likewise.
5274 * include/libc-symbols.h: Likewise.
5275 * include/math.h: Likewise.
5276 * include/netdb.h: Likewise.
5277 * include/resolv.h: Likewise.
5278 * include/stdio.h: Likewise.
5279 * include/stdlib.h: Likewise.
5280 * include/string.h: Likewise.
5281 * include/sys/stat.h: Likewise.
5282 * include/wctype.h: Likewise.
5283 * intl/l10nflist.c: Likewise.
5284 * libidn/idn-stub.c: Likewise.
5285 * libio/libioP.h: Likewise.
5286 * nptl/libc_multiple_threads.c: Likewise.
5287 * nptl/pthreadP.h: Likewise.
5288 * posix/regex_internal.h: Likewise.
5289 * resolv/res_hconf.c: Likewise.
5290 * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
5291 * sysdeps/arm/memmove.S: Likewise.
5292 * sysdeps/arm/sysdep.h: Likewise.
5293 * sysdeps/generic/_itoa.h: Likewise.
5294 * sysdeps/generic/symbol-hacks.h: Likewise.
5295 * sysdeps/gnu/errlist.awk: Likewise.
5296 * sysdeps/gnu/errlist.c: Likewise.
5297 * sysdeps/i386/i586/memcpy.S: Likewise.
5298 * sysdeps/i386/i586/memset.S: Likewise.
5299 * sysdeps/i386/i686/memcpy.S: Likewise.
5300 * sysdeps/i386/i686/memmove.S: Likewise.
5301 * sysdeps/i386/i686/mempcpy.S: Likewise.
5302 * sysdeps/i386/i686/memset.S: Likewise.
5303 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
5304 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
5305 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
5306 * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
5307 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
5308 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
5309 * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
5310 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
5311 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
5312 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
5313 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
5314 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
5315 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
5316 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
5317 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
5318 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
5319 * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
5320 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
5321 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
5322 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
5323 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
5324 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
5325 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
5326 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
5327 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
5328 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
5329 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
5330 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
5331 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
5332 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
5333 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
5334 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
5335 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
5336 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
5337 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
5338 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
5339 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
5340 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
5341 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
5342 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
5343 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
5344 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
5345 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
5346 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
5347 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
5348 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
5349 * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
5350 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
5351 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
5352 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
5353 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
5354 * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
5355 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
5356 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
5357 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
5358 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
5359 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
5360 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
5361 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
5362 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
5363 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
5364 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
5365 * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
5366 * sysdeps/nptl/bits/libc-lock.h: Likewise.
5367 * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5368 * sysdeps/nptl/bits/stdio-lock.h: Likewise.
5369 * sysdeps/posix/closedir.c: Likewise.
5370 * sysdeps/posix/opendir.c: Likewise.
5371 * sysdeps/posix/readdir.c: Likewise.
5372 * sysdeps/posix/rewinddir.c: Likewise.
5373 * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
5374 * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
5375 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
5376 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
5377 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
5378 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
5379 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
5380 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
5381 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
5382 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
5383 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
5384 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
5385 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
5386 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
5387 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
5388 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
5389 * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
5390 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
5391 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
5392 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
5393 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
5394 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
5395 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
5396 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
5397 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
5398 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
5399 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
5400 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
5401 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
5402 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
5403 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
5404 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
5405 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
5406 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
5407 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
5408 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
5409 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
5410 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
5411 * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
5412 * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
5413 * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
5414 * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
5415 * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
5416 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
5417 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
5418 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
5419 * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
5420 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
5421 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
5422 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
5423 * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
5424 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
5425 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
5426 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
5427 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
5428 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
5429 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
5430 * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
5431 * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
5432 * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
5433 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
5434 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
5435 * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
5436 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
5437 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
5438 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
5439 * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
5440 * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
5441 * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
5442 * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
5443 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
5444 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
5445 * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
5446 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
5447 * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
5448 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
5449 * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
5450 * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
5451 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
5452 * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
5453 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
5454 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
5455 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
5456 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
5457 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
5458 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
5459 * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
5460 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
5461 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
5462 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
5463 * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
5464 * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
5465 * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
5466 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
5467 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
5468 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
5469 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
5470 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
5471 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
5472 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
5473 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
5474 * sysdeps/unix/alpha/sysdep.S: Likewise.
5475 * sysdeps/unix/alpha/sysdep.h: Likewise.
5476 * sysdeps/unix/make-syscalls.sh: Likewise.
5477 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5478 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5479 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5480 * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
5481 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5482 * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
5483 * sysdeps/unix/sysv/linux/getpid.c: Likewise.
5484 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5485 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5486 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
5487 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5488 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5489 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5490 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5491 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5492 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
5493 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5494 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5495 * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5496 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5497 * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
5498 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5499 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5500 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5501 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5502 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5503 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5504 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5505 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5506 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
5507 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5508 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5509 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
5510 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5511 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
5512 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5513 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
5514 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5515 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
5516 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
5517 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5518 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5519 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5520 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
5521 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5522 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5523 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5524 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
5525 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5526 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5527 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5528 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5529 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5530 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5531 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
5532 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5533 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5534 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5535 * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
5536 * sysdeps/x86_64/memcpy.S: Likewise.
5537 * sysdeps/x86_64/memmove.c: Likewise.
5538 * sysdeps/x86_64/memset.S: Likewise.
5539 * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
5540 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
5541 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
5542 * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
5543 * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
5544 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
5545 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
5546 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
5547 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
5548 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
5549 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
5550 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
5551 * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
5552 * sysdeps/x86_64/multiarch/memset.S: Likewise.
5553 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5554 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
5555 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
5556 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
5557 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
5558 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
5559 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
5560 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
5561 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
5562 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
5563 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
5564 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
5565 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
5566 * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
5567 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
5568 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
5569 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
5570 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
5571 * sysdeps/x86_64/strcmp.S: Likewise.
5573 * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
5575 * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
5576 * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
5577 * elf/rtld-Rules: Likewise.
5578 * elf/setup-vdso.h: Likewise.
5579 * include/assert.h: Likewise.
5580 * include/bits/stdlib-float.h: Likewise.
5581 * include/errno.h: Likewise.
5582 * include/sys/stat.h: Likewise.
5583 * include/unistd.h: Likewise.
5584 * sysdeps/aarch64/setjmp.S: Likewise.
5585 * sysdeps/alpha/setjmp.S: Likewise.
5586 * sysdeps/arm/__longjmp.S: Likewise.
5587 * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
5588 * sysdeps/arm/setjmp.S: Likewise.
5589 * sysdeps/arm/sysdep.h: Likewise.
5590 * sysdeps/generic/_itoa.h: Likewise.
5591 * sysdeps/generic/dl-sysdep.h: Likewise.
5592 * sysdeps/generic/ldsodefs.h: Likewise.
5593 * sysdeps/i386/dl-tls.h: Likewise.
5594 * sysdeps/i386/setjmp.S: Likewise.
5595 * sysdeps/m68k/setjmp.c: Likewise.
5596 * sysdeps/mach/hurd/dl-execstack.c: Likewise.
5597 * sysdeps/mach/hurd/opendir.c: Likewise.
5598 * sysdeps/posix/getcwd.c: Likewise.
5599 * sysdeps/posix/opendir.c: Likewise.
5600 * sysdeps/posix/profil.c: Likewise.
5601 * sysdeps/powerpc/dl-procinfo.h: Likewise.
5602 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
5603 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
5604 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
5605 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
5606 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
5607 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
5608 * sysdeps/s390/dl-tls.h: Likewise.
5609 * sysdeps/s390/s390-32/setjmp.S: Likewise.
5610 * sysdeps/s390/s390-64/setjmp.S: Likewise.
5611 * sysdeps/sh/sh3/setjmp.S: Likewise.
5612 * sysdeps/sh/sh4/setjmp.S: Likewise.
5613 * sysdeps/unix/alpha/sysdep.h: Likewise.
5614 * sysdeps/unix/arm/sysdep.S: Likewise.
5615 * sysdeps/unix/i386/sysdep.S: Likewise.
5616 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5617 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
5618 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5619 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5620 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5621 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5622 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
5623 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5624 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5625 * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5626 * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
5627 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5628 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5629 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
5630 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
5631 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5632 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5633 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5634 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5635 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5636 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5637 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5638 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5639 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5640 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5641 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5642 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5643 * sysdeps/unix/x86_64/sysdep.S: Likewise.
5644 * sysdeps/x86_64/setjmp.S: Likewise.
5646 * include/math.h: Use IS_IN instead of IS_IN_libm.
5647 * sysdeps/alpha/fpu/s_copysign.c: Likewise.
5648 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
5649 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
5650 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
5651 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
5652 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
5653 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
5654 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
5655 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
5656 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
5657 * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
5658 * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
5659 * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
5660 * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
5661 * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
5662 * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
5663 * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
5664 * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
5665 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
5666 * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
5667 * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
5668 * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
5669 * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
5670 * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
5671 * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
5672 * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
5673 * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
5674 * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
5675 * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
5676 * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
5677 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
5678 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
5679 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
5680 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
5682 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
5684 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
5686 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
5688 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
5690 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
5691 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
5692 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
5693 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
5694 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
5695 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
5696 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
5697 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
5698 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
5699 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
5700 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
5701 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
5702 * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
5703 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
5704 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
5705 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
5706 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
5707 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
5708 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
5709 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
5710 * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
5711 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
5712 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
5713 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
5714 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
5715 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
5716 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
5718 * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
5719 * nptl/pthreadP.h: Likewise.
5720 * nptl_db/structs.def: Likewise.
5721 * sysdeps/arm/sysdep.h: Likewise.
5722 * sysdeps/nptl/bits/libc-lock.h: Likewise.
5723 * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5724 * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
5725 * sysdeps/unix/alpha/sysdep.h: Likewise.
5726 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5727 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5728 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5729 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5730 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5731 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5732 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5733 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5734 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5735 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5736 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5737 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5738 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5739 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5740 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5741 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5742 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5743 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5744 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5745 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5746 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5747 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5748 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5749 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5750 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
5751 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5753 * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
5754 * nptl/pthreadP.h: Likewise.
5755 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5756 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5757 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5758 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5759 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5760 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5761 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5762 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5763 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5764 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5765 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5766 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5767 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
5769 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
5771 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5772 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5773 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5774 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5775 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5776 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5777 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5778 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5780 * dlfcn/dladdr.c: Use IS_IN.
5781 * dlfcn/dladdr1.c: Likewise.
5782 * dlfcn/dlclose.c: Likewise.
5783 * dlfcn/dlerror.c: Likewise.
5784 * dlfcn/dlinfo.c: Likewise.
5785 * dlfcn/dlmopen.c: Likewise.
5786 * dlfcn/dlopen.c: Likewise.
5787 * dlfcn/dlsym.c: Likewise.
5788 * dlfcn/dlvsym.c: Likewise.
5790 * include/ifaddrs.h: Use IS_IN.
5791 * inet/check_pf.c: Likewise.
5792 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
5793 * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
5795 * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
5797 * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
5798 * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
5800 * include/shlib-compat.h [!NOT_IN_libc]: Remove.
5801 * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
5804 * elf/Makefile (libof-sotruss-lib): Set as extramodules.
5806 * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
5807 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
5808 * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
5809 * include/libc-symbols.h (IS_IN_LIB): New macro.
5810 * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
5811 * include/netdb.h: Likewise.
5812 * include/stap-probe.h: Remove all uses of IN_LIB.
5814 * Makeconfig (module-cppflags-real): Define MODULE_NAME
5815 instead of IN_MODULE.
5816 * include/libc-symbols.h (IN_MODULE): Define using
5818 (PASTE_NAME, PASTE_NAME1): New macros.
5819 * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
5821 (STAP_PROBE_ASM): Likewise.
5823 2014-11-23 Samuel Thibault <samuel.thibault@ens-lyon.org>
5825 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
5826 __mach_init in dlopened libc.
5828 2014-11-22 Mike Frysinger <vapier@gentoo.org>
5830 * sysdeps/arm/preconfigure.ac: Delete EABI check.
5831 * sysdeps/arm/preconfigure: Regenerate.
5833 2014-11-21 Roland McGrath <roland@hack.frob.com>
5835 * nptl/pthread_create.c (__pthread_create_2_1): Set
5836 ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
5837 when copying values from IATTR into PD.
5839 2014-11-21 Will Newton <will.newton@linaro.org>
5840 Andrew Pinski <andrew.pinski@caviumnetworks.com>
5842 * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
5843 Refactor inline-asm. Also add comment.
5845 * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
5846 ElfW macro instead of hardcoded Elf64 types.
5847 (la_aarch64_gnu_pltenter): Likewise.
5848 * sysdeps/aarch64/dl-machine.h
5849 (elf_machine_runtime_setup): Use ElfW(Addr).
5851 * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
5852 R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
5853 R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
5854 R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
5855 R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
5856 (R_AARCH64_TLS_DTPMOD64): Rename to ..
5857 (R_AARCH64_TLS_DTPMOD): This.
5858 (R_AARCH64_TLS_DTPREL64): Rename to ...
5859 (R_AARCH64_TLS_DTPREL): This.
5860 (R_AARCH64_TLS_TPREL64): Rename to ...
5861 (R_AARCH64_TLS_TPREL): This.
5862 * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
5863 R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
5864 R_AARCH64_TLS_TPREL64.
5865 (elf_machine_rela): Likewise.
5867 2014-11-21 Torvald Riegel <triegel@redhat.com>
5869 * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
5870 by setting it to 0. 64b atomics are not supported currently.
5872 2014-11-21 Alexandre Oliva <aoliva@redhat.com>
5875 * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
5876 search domain names.
5878 2014-11-21 Alexandre Oliva <aoliva@redhat.com>
5882 * resolv/res_query.c (__libc_res_nquerydomain): Retain
5884 * posix/tst-getaddrinfo5.c: New.
5885 * posix/Makefile (tests): Add it.
5887 2014-11-21 Alexandre Oliva <aoliva@redhat.com>
5891 * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
5892 after parsing line but before break_if_match.
5893 * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
5894 if there is a protocol mismatch.
5896 2014-11-21 Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
5898 * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
5899 because the potential race is on the user-supplied stream.
5901 2014-11-21 Alexandre Oliva <aoliva@redhat.com>
5903 * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
5904 string literal if not passed a buffer.
5905 * manual/job.texi (ctermid): Update reasoning, note deviation
5906 from posix, suggest mtasurace when not passed a buffer, for
5907 future non-preliminary safety notes.
5909 2014-11-21 Alexandre Oliva <aoliva@redhat.com>
5911 * manual/users.texi (cuserid): Fix MT-Safety note for the case
5912 of not passing it a buffer.
5913 Reported by Peng Haitao.
5915 2014-11-21 Alexandre Oliva <aoliva@redhat.com>
5917 * manual/Makefile ($(objpfx)stamp-summary): Require
5918 check-safety.sh to pass.
5919 * manual/check-safety.sh: Wish for verification that every
5920 @deftypefn and @deftypefun is followed by a @safety remark.
5922 2014-11-20 Roland McGrath <roland@hack.frob.com>
5924 * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
5926 * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
5927 PTHREAD_CANCEL_ASYNCHRONOUS.
5928 * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
5931 * nptl/default-sched.h: New file.
5932 * sysdeps/unix/sysv/linux/default-sched.h: New file.
5933 * nptl/pthread_create.c: Include it.
5934 (__pthread_create_2_1): Use collect_default_sched instead of making
5935 Linux syscalls here directly.
5937 2014-11-20 Torvald Riegel <triegel@redhat.com>
5939 * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
5940 __pthread_once): Use C11 atomics.
5942 2014-11-20 Torvald Riegel <triegel@redhat.com>
5944 * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
5946 2014-11-20 Torvald Riegel <triegel@redhat.com>
5948 * include/atomic.h (__atomic_link_error, __atomic_check_size,
5949 atomic_thread_fence_acquire, atomic_thread_fence_release,
5950 atomic_thread_fence_seq_cst, atomic_load_relaxed,
5951 atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
5952 atomic_compare_exchange_weak_relaxed,
5953 atomic_compare_exchange_weak_acquire,
5954 atomic_compare_exchange_weak_release,
5955 atomic_exchange_acquire, atomic_exchange_release,
5956 atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
5957 atomic_fetch_add_release, atomic_fetch_add_acq_rel,
5958 atomic_fetch_and_acquire,
5959 atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
5961 2014-11-20 Torvald Riegel <triegel@redhat.com>
5963 * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
5964 USE_ATOMIC_COMPILER_BUILTINS): Define.
5965 * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
5966 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5967 * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
5968 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5969 * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
5970 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5971 * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
5972 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5973 * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
5974 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5975 * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
5976 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5977 * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
5978 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5979 * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
5980 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5981 * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
5982 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5983 * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
5984 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5985 * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
5986 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5987 * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
5988 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5989 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
5990 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5991 * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
5992 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5993 * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
5994 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5995 * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
5996 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5997 * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
5998 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5999 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
6000 (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6001 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
6002 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6003 * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
6004 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6006 2014-11-19 Roland McGrath <roland@hack.frob.com>
6008 * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
6009 the sched_priority value here. It was already checked when the user
6010 called pthread_attr_setschedparam.
6012 * nptl/tst-bad-schedattr.c: New file.
6013 * nptl/Makefile (tests): Add it.
6015 2014-11-19 Carlos O'Donell <carlos@redhat.com>
6016 Florian Weimer <fweimer@redhat.com>
6017 Joseph Myers <joseph@codesourcery.com>
6018 Adam Conrad <adconrad@0c3.net>
6019 Andreas Schwab <schwab@suse.de>
6020 Brooks <bmoses@google.com>
6023 * wordexp-test.c (__dso_handle): Add prototype.
6024 (__register_atfork): Likewise.
6025 (__app_register_atfork): New function.
6026 (registered_forks): New global.
6027 (register_fork): New function.
6028 (test_case): Add 3 new tests for WRDE_CMDSUB.
6029 (main): Call __app_register_atfork.
6030 (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
6031 fork count is non-zero fail the test.
6032 * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
6034 (parse_dollars): Remove check for WRDE_NOCMD.
6035 (parse_dquote): Likewise.
6037 2014-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
6039 * Makeconfig (built-modules): List non-library modules to be
6041 (module-cppflags): Include libc-modules.h for
6042 everything except shlib-versions.v.i.
6044 (before-compile): Add libc-modules.h.
6045 ($(common-objpfx)libc-modules.h,
6046 $(common-objpfx)libc-modules.stmp): New targets.
6047 (common-generated): Add libc-modules.h and libc-modules.stmp.
6048 ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
6049 * include/libc-symbols.h: Don't include libc-modules.h.
6050 * include/libc-modules.h: Remove file.
6051 * scripts/gen-libc-modules.awk: New script to generate
6053 * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
6054 Depend on libc-modules.stmp.
6056 * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
6058 * Makeconfig (in-module): Get value of libof set for the
6060 (CPPFLAGS): Use $(in-module).
6061 * Makerules: Don't suffix routine names for nonlib.
6062 * include/libc-modules.h: New file.
6063 * include/libc-symbols.h: Include libc-modules.h
6064 (IS_IN): New macro to replace IS_IN_* macros.
6065 * elf/Makefile: Set libof-* for each routine.
6066 * elf/rtld-Rules: Likewise.
6067 * extra-modules.mk: Likewise.
6068 * iconv/Makefile: Likewise.
6069 * iconvdata/Makefile: Likewise.
6070 * locale/Makefile: Likewise.
6071 * malloc/Makefile: Likewise.
6072 * nss/Makefile: Likewise.
6073 * sysdeps/gnu/Makefile: Likewise.
6074 * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
6075 * sysdeps/unix/sysv/linux/Makefile: Likewise.
6076 * sysdeps/s390/s390-64/Makefile: Likewise.
6077 * nscd/Makefile: Set libof-* for each routine. Set CFLAGS and
6078 CPPFLAGS for nscd instead of nonlib.
6080 2014-11-18 Roland McGrath <roland@hack.frob.com>
6082 * nptl/createthread.c: New file.
6084 * nptl/createthread.c: Moved ...
6085 * sysdeps/unix/sysv/linux/createthread.c: ... here.
6087 * nptl/createthread.c: Add proper top-line comment.
6088 (do_clone): Folded into ...
6089 (create_thread): ... here. Take new arguments STOPPED_START and
6090 THREAD_RAN. Always set PD->stopped_start to something here. Don't
6091 increment __nptl_threads, do event-reporting logic, do
6092 CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
6093 here. Set *THREAD_RAN after ARCH_CLONE call succeeds. Don't do any
6094 resource cleanup if sched_setaffinity or sched_setscheduler fails,
6095 just send SIGCANCEL.
6096 * nptl/pthread_create.c: Forward-declare create_thread before
6097 including createthread.c.
6098 (start_thread): Use new macro START_THREAD_DEFN to replace defining
6099 declaration, and new macro START_THREAD_SELF to replace argument.
6100 Remove return statement.
6101 (report_thread_creation): New function.
6102 (__pthread_create_2_1): Use it. Do TD_CREATE reporting,
6103 synchronization logic, and __nptl_nthreads increment here, around
6104 calling create_thread. Do CHECK_THREAD_SYSINFO and initialize
6105 PD->parent_cancelhandling here, before create_thread. When
6106 create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
6107 __deallocate_stack, and ENOMEM translation here.
6109 2014-11-18 Joseph Myers <joseph@codesourcery.com>
6112 * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
6113 (mptwo): Rename to __mptwo.
6114 (__inv): Use __mptwo instead of mptwo.
6115 * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
6116 (mptwo): Rename to __mptwo.
6117 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
6118 of mpone and __mptwo instead of mptwo.
6119 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
6121 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
6122 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
6123 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
6124 of mpone and __mptwo instead of mptwo.
6125 (__mpranred): Use __mpone instead of mpone.
6126 * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
6128 (test-xfail-ISO99/complex.h/linknamespace): Likewise.
6129 (test-xfail-ISO99/math.h/linknamespace): Likewise.
6130 (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
6131 (test-xfail-ISO11/complex.h/linknamespace): Likewise.
6132 (test-xfail-ISO11/math.h/linknamespace): Likewise.
6133 (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
6134 (test-xfail-XPG3/math.h/linknamespace): Likewise.
6135 (test-xfail-XPG4/math.h/linknamespace): Likewise.
6136 (test-xfail-POSIX/math.h/linknamespace): Likewise.
6137 (test-xfail-UNIX98/math.h/linknamespace): Likewise.
6138 (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
6139 (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
6140 (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
6141 (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
6142 (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
6143 (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
6144 (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
6145 (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
6146 (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
6148 2014-11-18 Tom de Vries <tom@codesoucery.com>
6150 * manual/signal.texi (Primitives Interrupted by Signals): In section,
6151 replace BSD Handler xref with BSD Signal Handling.
6153 2014-11-17 Richard Henderson <rth@redhat.com>
6155 * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
6156 (_FP_PACK_RAW_2): Remove.
6157 (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
6158 (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
6159 (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
6160 (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
6161 * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
6162 * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
6163 * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
6164 * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
6165 * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
6166 * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
6167 * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
6168 * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
6169 * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
6170 * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
6171 * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
6172 * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
6174 2014-11-14 Roland McGrath <roland@hack.frob.com>
6176 * signal/signal.h [__USE_MISC]
6177 (struct sigvec): Remove type.
6178 (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
6179 (sigvec): Remove declaration.
6180 * sysdeps/posix/sigvec.c: Moved ...
6181 * signal/sigvec.c: ... here, replacing old file.
6182 (struct sigvec): New type, copied from old signal.h definition.
6183 (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
6184 (__sigvec): Convert definition to prototype.
6185 (sigvec): Replace weak_alias with compat_symbol.
6186 * signal/Versions (libc: GLIBC_2.21): New version set.
6187 * include/signal.h: Remove __sigvec declaration.
6188 * sysdeps/unix/bsd/sigvec.c: Remove file.
6189 * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
6190 * manual/signal.texi (BSD Handler): Remove subsection.
6191 Move siginterrupt up to ...
6192 (BSD Signal Handling): ... here. Mark it as XPG rather than BSD.
6193 (Blocking in BSD): Fold subsection into its parent.
6194 * NEWS: Mention sigvec removal.
6196 2014-11-14 Joseph Myers <joseph@codesourcery.com>
6198 * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
6199 (DLA_FMS): Make definition conditional only on [__FMA4__].
6200 [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
6203 * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
6204 Make definition conditional only on [PROF].
6205 [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
6207 [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
6208 [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
6210 * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
6212 * include/signal.h (__sigpause): Move declaration above call to
6214 * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
6216 (test-xfail-ISO99/signal.h/linknamespace): Likewise.
6217 (test-xfail-ISO11/signal.h/linknamespace): Likewise.
6219 2014-11-14 David S. Miller <davem@davemloft.net>
6221 * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
6222 Define before including <string/memcpy.c> and <string/mempcpy.c>.
6224 2014-11-14 Joseph Myers <joseph@codesourcery.com>
6226 * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
6227 * configure: Regenerated.
6228 * manual/install.texi (Tools for Compilation): Document a
6229 requirement of GCC 4.6 or later and that GCC 4.9 is the newest
6230 compiler verified to work.
6231 * INSTALL: Regenerated.
6233 * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
6234 redeclare with asm name.
6235 [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
6236 * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
6237 including <string.h>.
6238 * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6239 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
6240 [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6241 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
6242 [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6243 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
6244 [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6246 2014-11-13 Joseph Myers <joseph@codesourcery.com>
6248 * stdlib/strtol.c (__strtol): Use prototype definition.
6251 * stdlib/strtol.c (SYM__): New macro.
6253 (__strtol): Likewise.
6254 (strtol): Rename to __strtol and define as weak alias of
6255 __strtol. Use libc_hidden_weak.
6257 2014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
6259 * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
6260 Use numbered labels in inline assembly.
6262 2014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
6264 * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
6265 Add setjmp LIBC_PROBE.
6266 * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
6268 * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
6269 Add longjmp, longjmp_target LIBC_PROBE.
6270 * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
6273 2014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
6275 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
6276 Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
6277 to get rid of unused variable warning.
6279 2014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
6281 * sysdeps/s390/s390-32/backtrace.c (__backtrace):
6282 Check for unwind_backtrace == NULL only in SHARED case.
6283 (__backchain_backtrace): Compile only in SHARED case.
6284 * sysdeps/s390/s390-64/backtrace.c (__backtrace):
6286 (__backchain_backtrace): Declare as static.
6288 2014-11-12 Roland McGrath <roland@hack.frob.com>
6290 * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
6291 (__libc_multiple_threads_ptr): Variable moved ...
6292 * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
6294 2014-11-12 Joseph Myers <joseph@codesourcery.com>
6296 * conform/GlibcConform.pm: New file.
6297 * conform/conformtest.pl: Use GlibcConform module.
6298 * conform/linknamespace.pl: New file.
6299 * conform/list-header-symbols.pl: Likewise.
6300 * conform/Makefile (linknamespace-symlists-base): New variable.
6301 (linknamespace-symlists-tests): Likewise.
6302 (linknamespace-header-base): Likewise.
6303 (linknamespace-header-tests): Likewise.
6304 (tests-special): Add new tests.
6305 ($(linknamespace-symlists-tests)): New rule.
6306 (linknamespace-libs): New variable.
6307 ($(objpfx)symlist-stdlibs): New rule.
6308 ($(linknamespace-header-tests)): Likewise.
6309 (test-xfail-XPG3/varargs.h/linknamespace): New variable.
6310 (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
6311 (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
6312 (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
6313 (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
6314 (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
6315 (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
6316 (test-xfail-ISO/math.h/linknamespace): Likewise.
6317 (test-xfail-ISO/signal.h/linknamespace): Likewise.
6318 (test-xfail-ISO/stdio.h/linknamespace): Likewise.
6319 (test-xfail-ISO/time.h/linknamespace): Likewise.
6320 (test-xfail-ISO99/complex.h/linknamespace): Likewise.
6321 (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
6322 (test-xfail-ISO99/math.h/linknamespace): Likewise.
6323 (test-xfail-ISO99/signal.h/linknamespace): Likewise.
6324 (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
6325 (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
6326 (test-xfail-ISO11/complex.h/linknamespace): Likewise.
6327 (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
6328 (test-xfail-ISO11/math.h/linknamespace): Likewise.
6329 (test-xfail-ISO11/signal.h/linknamespace): Likewise.
6330 (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
6331 (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
6332 (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
6333 (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
6334 (test-xfail-XPG3/glob.h/linknamespace): Likewise.
6335 (test-xfail-XPG3/math.h/linknamespace): Likewise.
6336 (test-xfail-XPG3/regex.h/linknamespace): Likewise.
6337 (test-xfail-XPG3/search.h/linknamespace): Likewise.
6338 (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
6339 (test-xfail-XPG3/time.h/linknamespace): Likewise.
6340 (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
6341 (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
6342 (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
6343 (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
6344 (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
6345 (test-xfail-XPG4/glob.h/linknamespace): Likewise.
6346 (test-xfail-XPG4/grp.h/linknamespace): Likewise.
6347 (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
6348 (test-xfail-XPG4/math.h/linknamespace): Likewise.
6349 (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
6350 (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
6351 (test-xfail-XPG4/regex.h/linknamespace): Likewise.
6352 (test-xfail-XPG4/search.h/linknamespace): Likewise.
6353 (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
6354 (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
6355 (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
6356 (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
6357 (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
6358 (test-xfail-XPG4/time.h/linknamespace): Likewise.
6359 (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
6360 (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
6361 (test-xfail-POSIX/aio.h/linknamespace): Likewise.
6362 (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
6363 (test-xfail-POSIX/glob.h/linknamespace): Likewise.
6364 (test-xfail-POSIX/math.h/linknamespace): Likewise.
6365 (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
6366 (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
6367 (test-xfail-POSIX/regex.h/linknamespace): Likewise.
6368 (test-xfail-POSIX/sched.h/linknamespace): Likewise.
6369 (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
6370 (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
6371 (test-xfail-POSIX/time.h/linknamespace): Likewise.
6372 (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
6373 (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
6374 (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
6375 (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
6376 (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
6377 (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
6378 (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
6379 (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
6380 (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
6381 (test-xfail-UNIX98/math.h/linknamespace): Likewise.
6382 (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
6383 (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
6384 (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
6385 (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
6386 (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
6387 (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
6388 (test-xfail-UNIX98/search.h/linknamespace): Likewise.
6389 (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
6390 (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
6391 (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
6392 (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
6393 (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
6394 (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
6395 (test-xfail-UNIX98/time.h/linknamespace): Likewise.
6396 (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
6397 (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
6398 (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
6399 (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
6400 (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
6401 (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
6402 (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
6403 (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
6404 (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
6405 (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
6406 (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
6407 (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
6408 (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
6409 (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
6410 (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
6411 (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
6412 (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
6413 (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
6414 (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
6415 (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
6416 (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
6417 (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
6418 (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
6419 (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
6420 (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
6421 (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
6422 (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
6423 (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
6424 (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
6425 (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
6426 (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
6427 (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
6428 (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
6429 (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
6430 (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
6431 (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
6432 (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
6433 (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
6434 (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
6435 (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
6436 (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
6437 (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
6438 (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
6439 (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
6440 (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
6441 (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
6442 (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
6443 (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
6444 (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
6445 (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
6446 (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
6447 (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
6448 (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
6449 (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
6450 (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
6451 (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
6452 (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
6453 (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
6454 (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
6455 (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
6456 (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
6457 (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
6458 (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
6459 (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
6460 (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
6461 (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
6462 (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
6463 (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
6464 (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
6465 (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
6466 (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
6467 (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
6468 (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
6469 (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
6472 * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
6476 * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
6477 (memmem): Rename to __memmem and define as weak alias of
6478 __memmem. Use libc_hidden_weak.
6479 (__memmem): Use libc_hidden_def.
6480 * include/string.h (__memmem): Declare. Use libc_hidden_proto.
6481 * locale/findlocale.c (valid_locale_name): Use __memmem instead of
6485 * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
6486 (__fgets_unlocked): Add alias of _IO_fgets. Use libc_hidden_def.
6487 * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
6488 and define as weak alias of __fgets_unlocked. Use
6490 (__fgets_unlocked): Use libc_hidden_def.
6491 * include/stdio.h (__fgets_unlocked): Declare. Use
6493 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
6494 __fgets_unlocked instead of fgets_unlocked.
6495 * sysdeps/unix/sysv/linux/alpha/getsysstats.c
6496 (GET_NPROCS_CONF_PARSER): Likewise.
6497 * sysdeps/unix/sysv/linux/sparc/getsysstats.c
6498 (GET_NPROCS_CONF_PARSER): Likewise.
6501 * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
6502 weak alias of __wmemset. Use libc_hidden_weak.
6503 (__wmemset): Use libc_hidden_def.
6504 * include/wchar.h (__wmemset): Declare. Use libc_hidden_proto.
6505 * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
6509 * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
6510 with asm name __mempcpy.
6511 [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
6514 * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
6515 and define as weak alias of __rawmemchr.
6516 (__rawmemchr): Do not define as strong alias of rawmemchr.
6519 * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
6521 (qsort): Call __qsort_r instead of qsort_r.
6522 * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
6523 (__qsort_r): Declare. Call libc_hidden_proto.
6524 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
6526 * nscd/gai.c (__qsort_r): Define to qsort_r.
6527 * posix/tst-rfc3484.c (__qsort_r): Likewise.
6528 * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
6529 * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
6532 * malloc/malloc.c (malloc_info): Rename to __malloc_info and
6533 define as weak alias of __malloc_info.
6536 * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
6537 as weak alias of __rewinddir. Don't use libc_hidden_def.
6538 (__rewinddir): Use libc_hidden_def.
6539 * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
6540 as weak alias of __rewinddir. Don't use libc_hidden_def.
6541 (__rewinddir): Use libc_hidden_def.
6542 * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
6543 weak alias of __rewinddir. Don't use libc_hidden_def.
6544 (__rewinddir): Use libc_hidden_def.
6545 * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
6546 (__rewinddir): Use libc_hidden_proto.
6547 * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
6549 (__getcwd): Use __rewinddir instead of rewinddir.
6552 * libio/fileno.c (fileno): Rename to __fileno and define as weak
6553 alias of __fileno. Use libc_hidden_weak.
6554 (__fileno): Use libc_hidden_def.
6555 [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
6556 * libio/ftello.c (ftello): Rename to __ftello and define as weak
6558 [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
6560 * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
6561 (__fread_unlocked): Define as strong alias of _IO_fread. Use
6563 (fread_unlocked): Don't use libc_hidden_ver.
6564 * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
6565 and define as weak alias of __fread_unlocked. Don't use
6567 (__fread_unlocked): Use libc_hidden_def.
6568 * include/stdio.h (__fileno): Declare. Use libc_hidden_proto.
6569 (ftello): Don't use libc_hidden_proto.
6570 (__ftello): Declare. Use libc_hidden_proto.
6571 (fread_unlocked): Don't use libc_hidden_proto.
6572 (__fread_unlocked): Declare. Use libc_hidden_proto.
6573 * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
6574 and __ftello instead of fileno, fread_unlocked and ftello.
6576 2012-11-12 Siddhesh Poyarekar <siddhesh@redhat.com>
6578 * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
6580 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
6582 (_dl_start_user): Likewise.
6583 * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
6585 2014-11-12 Carlos O'Donell <carlos@redhat.com>
6586 Siddhesh Poyarekar <siddhesh@redhat.com>
6588 * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
6589 Move argv and envp down instead of moving argc up.
6590 * sysdeps/s390/s390-32/dl-sysdep.h: New file.
6592 2014-11-12 Leonhard Holz <leonhard.holz@web.de>
6595 * test-skeleton.c (main): Return successful if one of
6596 EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
6597 * string/tst-strcoll-overflow.c: Define expected status.
6599 2014-11-12 Tatiana Udalova <t.udalova@samsung.com>
6602 * locale/iso-639.def: Define Bhili and Tulu language codes.
6604 2014-11-11 Alan Hayward <alan.hayward@arm.com>
6606 * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
6608 2014-11-10 Renlin Li <Renlin.Li@arm.com>
6611 * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
6613 2014-11-10 Andrew Senkevich <andrew.n.senkevich@gmail.com>
6615 * configure.ac: Updated check of minimal required version to
6617 * manual/install.texi (Tools for Compilation): Updated version
6619 * configure: Regenerated.
6620 * INSTALL: Likewise.
6622 2014-11-07 Andreas Schwab <schwab@linux-m68k.org>
6624 * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
6627 2014-11-07 Joseph Myers <joseph@codesourcery.com>
6629 * include/sys/wait.h (__libc_waitpid): Remove declaration.
6630 * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
6631 (__waitpid): Don't define as alias. Use libc_hidden_def not
6633 (waitpid): Define as alias of __waitpid.
6634 * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
6636 (__waitpid): Don't define as alias. Use libc_hidden_def not
6638 (waitpid): Define as alias of __waitpid.
6639 * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
6640 __libc_waitpid alias.
6641 * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
6642 * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
6644 * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
6645 * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
6646 * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
6648 * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
6650 (__waitpid): Don't define as alias. Use libc_hidden_def not
6652 (waitpid): Define as alias of __waitpid.
6654 2014-11-06 Carlos O'Donell <carlos@redhat.com>
6656 * manual/llio.texi: Add comment that write safety has been
6659 * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
6660 (localplt-build-dso): Add elf/ld.so.
6661 * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
6662 i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
6664 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
6665 __libc_memalign, malloc, calloc, realloc, and free for ld.so.
6666 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
6668 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
6670 * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
6671 * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
6672 version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
6673 * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
6674 * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
6675 * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
6676 * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
6677 * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
6678 * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
6679 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
6680 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
6682 2014-11-05 Joseph Myers <joseph@codesourcery.com>
6685 * include/libc-symbols.h (INTUSE): Remove macro.
6687 (INTVARDEF): Likewise.
6688 (_INTVARDEF): Likewise.
6689 (INTDEF2): Likewise.
6690 (INTVARDEF2): Likewise.
6691 * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
6692 rtld_hidden_def instead of INTVARDEF.
6693 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
6694 (_dl_starting_up_internal): Remove declaration.
6695 (_dl_starting_up): Use rtld_hidden_proto.
6696 * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
6698 [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
6699 (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
6701 * elf/dl-writev.h (_dl_writev): Likewise.
6702 * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
6703 (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
6704 _dl_starting_up_internal.
6706 2014-11-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6708 * stdio-common/tst-fmemopen.c (do_test): Refactor to use
6711 2014-11-05 Will Newton <will.newton@linaro.org>
6713 * benchtests/Makefile: (bench-malloc): Add malloc thread
6714 scalability benchmark.
6715 * benchtests/bench-malloc-threads.c: New file.
6717 2014-11-05 Richard Earnshaw <rearnsha@arm.com>
6719 * sysdeps/aarch64/strchrnul.S: New file.
6721 2014-11-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6723 * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
6725 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
6727 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
6729 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
6731 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
6733 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
6736 2014-11-05 Arjun Shankar <arjun.is@lostca.se>
6738 * catgets/test-gencat.c: Use test-skeleton.c.
6739 * catgets/tst-catgets.c: Likewise.
6740 * csu/tst-empty.c: Likewise.
6741 * elf/tst-audit2.c: Likewise.
6742 * elf/tst-global1.c: Likewise.
6743 * elf/tst-pathopt.c: Likewise.
6744 * elf/tst-piemod1.c: Likewise.
6745 * elf/tst-tls10.c: Likewise.
6746 * elf/tst-tls11.c: Likewise.
6747 * elf/tst-tls12.c: Likewise.
6748 * gnulib/tst-gcc.c: Likewise.
6749 * iconvdata/tst-e2big.c: Likewise.
6750 * iconvdata/tst-loading.c: Likewise.
6751 * iconv/tst-iconv1.c: Likewise.
6752 * iconv/tst-iconv2.c: Likewise.
6753 * inet/test-inet6_opt.c: Likewise.
6754 * inet/tst-gethnm.c: Likewise.
6755 * inet/tst-network.c: Likewise.
6756 * inet/tst-ntoa.c: Likewise.
6757 * intl/tst-codeset.c: Likewise.
6758 * intl/tst-gettext2.c: Likewise.
6759 * intl/tst-gettext3.c: Likewise.
6760 * intl/tst-ngettext.c: Likewise.
6761 * intl/tst-translit.c: Likewise.
6762 * io/test-stat.c: Likewise.
6763 * libio/test-fmemopen.c: Likewise.
6764 * libio/tst-freopen.c: Likewise.
6765 * libio/tst-sscanf.c: Likewise.
6766 * libio/tst-ungetwc1.c: Likewise.
6767 * libio/tst-ungetwc2.c: Likewise.
6768 * libio/tst-widetext.c: Likewise.
6769 * localedata/tst-ctype.c: Likewise.
6770 * localedata/tst-digits.c: Likewise.
6771 * localedata/tst-leaks.c: Likewise.
6772 * localedata/tst-mbswcs1.c: Likewise.
6773 * localedata/tst-mbswcs2.c: Likewise.
6774 * localedata/tst-mbswcs3.c: Likewise.
6775 * localedata/tst-mbswcs4.c: Likewise.
6776 * localedata/tst-mbswcs5.c: Likewise.
6777 * localedata/tst-setlocale.c: Likewise.
6778 * localedata/tst-trans.c: Likewise.
6779 * localedata/tst-wctype.c: Likewise.
6780 * localedata/tst-xlocale1.c: Likewise.
6781 * login/tst-grantpt.c: Likewise.
6782 * malloc/tst-calloc.c: Likewise.
6783 * malloc/tst-malloc.c: Likewise.
6784 * malloc/tst-mallocstate.c: Likewise.
6785 * malloc/tst-mcheck.c: Likewise.
6786 * malloc/tst-mtrace.c: Likewise.
6787 * malloc/tst-obstack.c: Likewise.
6788 * math/atest-exp2.c: Likewise.
6789 * math/atest-exp.c: Likewise.
6790 * math/atest-sincos.c: Likewise.
6791 * math/test-matherr.c: Likewise.
6792 * math/test-misc.c: Likewise.
6793 * math/test-powl.c: Likewise.
6794 * math/tst-definitions.c: Likewise.
6795 * misc/tst-dirname.c: Likewise.
6796 * misc/tst-efgcvt.c: Likewise.
6797 * misc/tst-fdset.c: Likewise.
6798 * misc/tst-hsearch.c: Likewise.
6799 * misc/tst-mntent2.c: Likewise.
6800 * nptl/tst-sem7.c: Likewise.
6801 * nptl/tst-sem8.c: Likewise.
6802 * nptl/tst-sem9.c: Likewise.
6803 * nss/test-netdb.c: Likewise.
6804 * posix/tst-fnmatch.c: Likewise.
6805 * posix/tst-getlogin.c: Likewise.
6806 * posix/tst-gnuglob.c: Likewise.
6807 * posix/tst-mmap.c: Likewise.
6808 * pwd/tst-getpw.c: Likewise.
6809 * resolv/tst-inet_ntop.c: Likewise.
6810 * rt/tst-timer.c: Likewise.
6811 * stdio-common/test-fseek.c: Likewise.
6812 * stdio-common/test-popen.c: Likewise.
6813 * stdio-common/test-vfprintf.c: Likewise.
6814 * stdio-common/tst-cookie.c: Likewise.
6815 * stdio-common/tst-fileno.c: Likewise.
6816 * stdio-common/tst-gets.c: Likewise.
6817 * stdio-common/tst-obprintf.c: Likewise.
6818 * stdio-common/tst-perror.c: Likewise.
6819 * stdio-common/tst-sprintf2.c: Likewise.
6820 * stdio-common/tst-sprintf3.c: Likewise.
6821 * stdio-common/tst-sprintf.c: Likewise.
6822 * stdio-common/tst-swprintf.c: Likewise.
6823 * stdio-common/tst-tmpnam.c: Likewise.
6824 * stdio-common/tst-unbputc.c: Likewise.
6825 * stdio-common/tst-wc-printf.c: Likewise.
6826 * stdlib/tst-environ.c: Likewise.
6827 * stdlib/tst-fmtmsg.c: Likewise.
6828 * stdlib/tst-limits.c: Likewise.
6829 * stdlib/tst-rand48-2.c: Likewise.
6830 * stdlib/tst-rand48.c: Likewise.
6831 * stdlib/tst-random2.c: Likewise.
6832 * stdlib/tst-random.c: Likewise.
6833 * stdlib/tst-strtol.c: Likewise.
6834 * stdlib/tst-strtoll.c: Likewise.
6835 * stdlib/tst-tls-atexit.c: Likewise.
6836 * stdlib/tst-xpg-basename.c: Likewise.
6837 * string/test-ffs.c: Likewise.
6838 * string/tst-bswap.c: Likewise.
6839 * string/tst-inlcall.c: Likewise.
6840 * string/tst-strtok.c: Likewise.
6841 * string/tst-strxfrm.c: Likewise.
6842 * sysdeps/x86_64/tst-audit10.c: Likewise.
6843 * sysdeps/x86_64/tst-audit3.c: Likewise.
6844 * sysdeps/x86_64/tst-audit4.c: Likewise.
6845 * sysdeps/x86_64/tst-audit5.c: Likewise.
6846 * time/tst-ftime_l.c: Likewise.
6847 * time/tst-getdate.c: Likewise.
6848 * time/tst-mktime3.c: Likewise.
6849 * time/tst-mktime.c: Likewise.
6850 * time/tst-posixtz.c: Likewise.
6851 * time/tst-strptime2.c: Likewise.
6852 * time/tst-strptime3.c: Likewise.
6853 * wcsmbs/tst-btowc.c: Likewise.
6854 * wcsmbs/tst-mbrtowc.c: Likewise.
6855 * wcsmbs/tst-mbsrtowcs.c: Likewise.
6856 * wcsmbs/tst-wchar-h.c: Likewise.
6857 * wcsmbs/tst-wcpncpy.c: Likewise.
6858 * wcsmbs/tst-wcrtomb.c: Likewise.
6859 * wcsmbs/tst-wcsnlen.c: Likewise.
6860 * wcsmbs/tst-wcstof.c: Likewise.
6862 2014-11-04 Joseph Myers <joseph@codesourcery.com>
6865 * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
6867 * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
6869 (_dl_mcount): Use rtld_hidden_proto.
6870 * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
6872 * elf/rtld.c (_rtld_global_ro): Likewise.
6875 * elf/dl-init.c (_dl_init): Don't use INTDEF.
6876 * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
6877 of _dl_init_internal.
6878 * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
6879 * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
6880 * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
6881 * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
6882 * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
6883 * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
6884 * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
6885 * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
6886 * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
6887 * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
6888 * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
6889 * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
6890 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
6891 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
6892 * sysdeps/tile/dl-start.S (_start): Likewise.
6893 * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
6894 * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
6897 * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
6898 [IS_IN_rtld] (_dl_argv_internal): Do not declare.
6899 (rtld_progname): Make macro definition unconditional.
6900 * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
6902 (dlmopen_doit): Do not use INTUSE with _dl_argv.
6903 (dl_main): Likewise.
6904 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
6905 * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
6906 instead of _dl_argv_internal.
6907 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
6908 __GI__dl_argv instead of INTUSE(_dl_argv).
6909 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
6910 __GI__dl_argv instead of _dl_argv_internal.
6912 * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
6913 * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
6915 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
6916 * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
6918 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
6919 * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
6921 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
6922 * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
6924 2014-11-04 Andreas Schwab <schwab@suse.de>
6926 * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
6928 2014-11-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6930 * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
6931 mtvsrd instruction in binary form.
6933 2014-11-03 Andreas Schwab <schwab@suse.de>
6936 * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
6937 for less than MB_LEN_MAX use a local buffer of that size.
6938 * libio/tst-fputws.c: New file.
6939 * libio/Makefile (tests): Add tst-fputws.
6941 2014-11-01 Jose E. Marchesi <jose.marchesi@oracle.com>
6943 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
6944 the size of the fpu_fr.fpu_dregs[] array.
6946 2014-11-01 Joseph Myers <joseph@codesourcery.com>
6948 * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
6949 (__nanosleep): Do not define as alias.
6950 (nanosleep): Define as alias of __nanosleep.
6951 * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
6952 __libc_nanosleep name.
6954 2014-10-31 Joseph Myers <joseph@codesourcery.com>
6956 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
6957 install.texi in comment.
6959 2014-10-31 Torvald Riegel <triegel@redhat.com>
6961 * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
6962 * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
6963 ... add here and use lwsync or sync ...
6964 * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
6965 ... and add here using lwsync.
6967 2014-10-31 Matthew Fortune <matthew.fortune@imgtec.com>
6969 * elf/dl-machine-reject-phdr.h: New file.
6970 * elf/dl-load.c: #include that.
6971 (open_verify): Call elf_machine_reject_phdr_p and ignore the file
6972 if that returned true.
6974 2014-10-31 Roland McGrath <roland@hack.frob.com>
6977 * Makerules: Move gnu/lib-names.h generation chunk up, to right after
6978 gen-as-const-headers chunk. Add a big scare comment after the last
6979 safe place to touch before-compile.
6981 2014-10-31 Joseph Myers <joseph@codesourcery.com>
6983 * manual/install.texi (Tools for Compilation): Update autoconf
6984 version requirements.
6985 * INSTALL: Regenerated.
6987 * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
6988 * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
6989 (__libc_pselect): Likewise.
6992 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
6993 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6994 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6995 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6997 2014-10-31 Torvald Riegel <triegel@redhat.com>
6999 * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
7000 correct barrier instruction.
7001 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
7003 * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
7006 2014-10-30 Roland McGrath <roland@hack.frob.com>
7008 * include/ctype.h: Include <ctype/ctype.h> first thing rather than
7009 after defining inlines. Instead, just use parens to defeat macro
7010 expansion of __isctype in its declaration.
7012 2014-10-30 Joseph Myers <joseph@codesourcery.com>
7014 * include/sys/uio.h (__libc_readv): Remove declaration.
7015 (__libc_writev): Likewise.
7016 * misc/readv.c (__libc_readv): Rename to __readv.
7017 (__readv): Do not define as alias.
7018 (readv): Define as alias of __readv.
7019 * misc/writev.c (__libc_writev): Rename to __writev.
7020 (__writev): Do not define as alias.
7021 (writev): Define as alias of __writev.
7022 * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
7023 (__readv): Do not define as alias.
7024 (readv): Define unconditionally as alias of __readv.
7025 * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
7026 (__writev): Do not define as alias.
7027 (writev): Define unconditionally as alias of __writev.
7028 * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
7030 (writev): Do not define __libc_writev name.
7032 2014-10-30 Roland McGrath <roland@hack.frob.com>
7034 * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
7035 (convert_charseq): New function, broken out of ...
7036 (use_from_charmap): ... here. Call it.
7037 (use_to_charmap): Use convert_charseq and free instead of duplicating
7038 its code with a variable-length stack struct.
7040 2014-10-30 Joseph Myers <joseph@codesourcery.com>
7042 * include/fcntl.h (__libc_creat): Remove declaration.
7043 * io/creat.c (__libc_creat): Rename to creat.
7044 (creat): Do not define as alias.
7045 * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
7046 of creat instead of __libc_creat.
7047 * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
7049 (creat): Do not define as alias.
7050 [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
7052 * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
7054 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
7057 2014-10-29 Carlos O'Donell <carlos@redhat.com>
7059 * manual/llio.texi: Add comments discussing why write() may be
7060 considered MT-unsafe on Linux.
7062 2014-10-28 Carlos O'Donell <carlos@redhat.com>
7064 * dl-load.c (local_strdup): Remove.
7065 (expand_dynamic_string_token): Use __strdup.
7066 (decompose_rpath): Likewise.
7067 (_dl_map_object): Likewise.
7069 2014-10-28 Joseph Myers <joseph@codesourcery.com>
7072 * sysdeps/generic/unwind-dw2-fde.c
7073 (__register_frame_info_bases_internal): Do not declare.
7074 (__register_frame_info_table_bases_internal): Likewise.
7075 (__deregister_frame_info_bases_internal): Likewise.
7076 (__register_frame_info_bases): Declare and use hidden_proto before
7077 definition. Use hidden_def instead of INTDEF.
7078 (__register_frame_info_table_bases): Likewise.
7079 (__deregister_frame_info_bases): Likewise.
7080 (__register_frame_info): Do not use INTUSE.
7081 (__register_frame): Likewise.
7082 (__register_frame_info_table): Likewise.
7083 (__register_frame_table): Likewise.
7084 (__deregister_frame_info): Likewise.
7085 (__deregister_frame): Likewise.
7087 2014-10-27 Gratian Crisan <gratian.crisan@ni.com>
7089 * sysdeps/unix/sysv/linux/arm/kernel-features.h
7090 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
7092 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
7094 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
7097 2014-10-27 Joseph Myers <joseph@codesourcery.com>
7100 * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
7101 * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
7102 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
7103 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
7104 * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
7105 * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
7106 * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
7107 * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
7108 * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
7109 * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
7110 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
7111 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
7112 * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
7114 (setfsuid): Likewise.
7115 * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
7116 (setfsuid): Likewise.
7117 * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
7118 (setfsuid): Likewise.
7119 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
7121 (setfsuid): Likewise.
7122 * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
7123 (setfsuid): Likewise.
7124 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
7126 (setfsuid): Likewise.
7128 2014-10-27 Andreas Schwab <schwab@suse.de>
7131 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
7132 check for Slow_SSE4_2 feature bit.
7133 * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
7134 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
7135 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
7136 Likewise. Fix check for Fast_Unaligned_Load feature bit.
7138 2014-10-24 Roland McGrath <roland@hack.frob.com>
7140 * configure.ac: Validate compiler version with a empirical test of
7141 __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
7143 * configure: Regenerated.
7145 * inet/htons.c (htons): Prototypify.
7146 * inet/htonl.c (htonl): Likewise.
7148 2014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
7150 * string/strncat.c (strncat): Improve performance by using strlen.
7152 2014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
7154 * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
7156 2014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
7158 * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
7159 Call libc_fetestexcept_aarch64.
7161 2014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
7163 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
7164 Call libc_feholdexcept_aarch64.
7166 2014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
7168 * sysdeps/aarch64/fpu/fegetround.c (fegetround):
7169 Call get_rounding_mode.
7171 2014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
7173 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
7176 2014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
7178 * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
7181 2014-10-24 Joseph Myers <joseph@codesourcery.com>
7184 * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
7185 * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
7186 * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
7187 * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
7188 * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
7189 * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
7190 * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
7191 * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
7192 * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
7193 * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
7194 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
7195 * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
7196 * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
7197 * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
7198 * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
7199 * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
7200 * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
7201 * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
7202 * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
7203 * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
7204 * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
7205 * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
7206 * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
7207 * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
7208 * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
7209 * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
7210 * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
7211 * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
7212 * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
7213 * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
7214 * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
7215 * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
7216 * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
7217 * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
7218 * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
7219 * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
7220 * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
7221 * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
7222 * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
7223 * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
7224 * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
7226 (geteuid): Likewise.
7229 (getresgid): Likewise.
7230 (getresuid): Likewise.
7231 (getgroups): Likewise.
7232 * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
7233 (geteuid): Likewise.
7236 (getresgid): Likewise.
7237 (getresuid): Likewise.
7238 (getgroups): Likewise.
7239 * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
7240 (geteuid): Likewise.
7243 (getresgid): Likewise.
7244 (getresuid): Likewise.
7245 (getgroups): Likewise.
7246 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
7248 (geteuid): Likewise.
7251 (getresgid): Likewise.
7252 (getresuid): Likewise.
7253 (getgroups): Likewise.
7254 * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
7255 (geteuid): Likewise.
7258 (getresgid): Likewise.
7259 (getresuid): Likewise.
7260 (getgroups): Likewise.
7261 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
7263 (geteuid): Likewise.
7266 (getgroups): Likewise.
7269 * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
7270 * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
7271 * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
7272 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
7273 * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
7274 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
7275 * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
7276 * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
7277 * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
7278 * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
7279 * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
7280 * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
7281 * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
7283 * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
7286 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
7290 * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
7293 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
7298 2014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
7300 * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
7303 2014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
7305 * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
7308 2014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
7310 * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
7311 Remove unused include.
7313 2014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
7315 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
7316 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
7317 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
7318 * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
7320 2014-10-23 Carlos O'Donell <carlos@systemhalted.org>
7321 Helge Deller <deller@gmx.de>
7324 * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
7325 Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
7326 Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
7328 2014-10-23 Joseph Myers <joseph@codesourcery.com>
7331 * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
7332 Remove macro definition.
7333 (__ashrdi3_v_glibc20): Likewise.
7334 (__lshrdi3_v_glibc20): Likewise.
7335 (__cmpdi2_v_glibc20): Likewise.
7336 (__ucmpdi2_v_glibc20): Likewise.
7337 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
7338 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
7339 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
7340 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
7341 [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
7342 [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
7344 2014-10-22 Roland McGrath <roland@hack.frob.com>
7346 * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
7347 old GNU extension [0] syntax.
7348 * nscd/nscd_helper.c (open_socket): Use a flexible array member and
7349 alloca rather than an array member with variable length.
7350 * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
7351 * nscd/nscd.c (invalidate_db): New function, broken out of ...
7352 (parse_opt): ... here. Likewise use alloca there.
7353 Validate the -i argument before checking for rootness.
7354 (send_shutdown): New function, broken out of ...
7355 (parse_opt): ... here.
7357 2014-10-22 Roland McGrath <roland@hack.frob.com>
7359 * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
7360 macro to get at the _rt_local_ro field.
7361 [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
7362 ([PIC] case) or _dl_hwcap ([!PIC] case).
7363 * sysdeps/arm/setjmp.S: Likewise.
7365 * config.h.in (ARM_PCREL_MOVW_OK): New macro.
7366 * sysdeps/arm/configure.ac: New check to define it.
7367 * sysdeps/arm/configure: Regenerated.
7368 * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
7369 (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
7370 (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
7371 depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
7372 (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
7373 Use move/movt pair instead of a load.
7374 (LDST_GLOBAL): Macro removed.
7375 (LDR_GLOBAL): New macro replaces it.
7376 (LDR_HIDDEN): New macro.
7377 (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
7378 Use LDR_HIDDEN instead for __pointer_chk_guard_local.
7380 * setjmp/tst-setjmp-static.c: New file.
7381 * setjmp/Makefile (tests): Add it.
7382 (tests-static): New variable.
7384 2014-10-22 Maciej W. Rozycki <macro@codesourcery.com>
7387 * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
7389 2014-10-21 Joseph Myers <joseph@codesourcery.com>
7392 * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
7394 2014-10-21 Roland McGrath <roland@hack.frob.com>
7396 * nptl/version.c (__nptl_main): Call __libc_write, not __write.
7398 2014-10-20 Roland McGrath <roland@hack.frob.com>
7400 * io/fts.c (dirent_not_directory): New function.
7401 (fts_build): Call it.
7403 2014-10-20 Roland McGrath <roland@hack.frob.com>
7405 * nptl/version.c (__nptl_main): Use normal __write rather than
7407 (banner): Update copyright years.
7409 * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
7411 * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7412 * nptl/pthread_cond_timedwait.c: Likewise.
7413 * nptl/pthread_mutex_timedlock.c: Likewise.
7414 * nptl/sem_timedwait.c: Likewise.
7416 * sysdeps/nptl/bits/libc-lock.h
7417 [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
7418 (__libc_lock_init_recursive): Return void, not 0.
7419 * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
7420 (__libc_rwlock_init): Likewise.
7421 * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
7423 2014-10-20 Torvald Riegel <triegel@redhat.com>
7426 * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
7427 (__pthread_once_slow): ... here.
7428 * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
7429 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
7431 2014-10-20 Torvald Riegel <triegel@redhat.com>
7434 * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
7435 __PTHREAD_ONCE_FORK_GEN_INCR): New.
7436 * sysdeps/nptl/fork.c (__libc_fork): Use them.
7437 * nptl/pthread_once.c (__pthread_once): Likewise.
7440 2014-10-20 Joseph Myers <joseph@codesourcery.com>
7443 * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
7445 (writev): Use __libc_writev as strong name.
7446 * sysdeps/unix/sysv/linux/readv.c: Remove file.
7447 * sysdeps/unix/sysv/linux/writev.c: Likewise.
7449 2014-10-17 Roland McGrath <roland@hack.frob.com>
7451 * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
7453 * sysdeps/i386/nptl/tls.h
7454 (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
7455 [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
7457 * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
7458 (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
7459 * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
7460 Call SETUP_THREAD_SYSINFO instead of doing an assignment.
7461 * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
7462 Call CHECK_THREAD_SYSINFO instead of doing an assert.
7464 * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
7465 Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
7467 * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
7469 (__pthread_mutex_init): ... here. Call it.
7470 * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
7471 Conditionalize PI cases on [__NR_futex].
7472 * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
7473 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
7474 * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
7476 * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
7477 conditional on [SIGSETXID].
7478 (sigcancel_handler): Make definition conditional on [SIGCANCEL].
7479 (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
7480 is defined. Likewise for SIGSETXID.
7481 * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
7482 Conditionalize definitions on [SIGSETXID].
7483 (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
7484 * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
7485 unblocking on [SIGCANCEL].
7487 * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
7488 [__NR_set_robust_list].
7490 2014-10-17 Siddhesh Poyarekar <siddhesh@redhat.com>
7492 * string/strcoll_l.c (get_next_seq): Fix up formatting.
7493 (do_compare): Likewise.
7495 2014-10-17 Leonhard Holz <leonhard.holz@web.de>
7498 * string/strcoll_l.c: Don't include stdio.h.
7499 (coll_seq): Remove members idxarr and rulearr.
7500 (get_next_seq_cached): Remove function.
7501 (get_next_seq): Likewise.
7502 (get_next_seq_nocache): Rename to get_next_seq.
7503 (do_compare): Remove function.
7504 (do_compare_nocache): Rename to do_compare.
7505 (STRCOLL): Remove weight and rules cache.
7507 2014-10-16 Roland McGrath <roland@hack.frob.com>
7509 * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
7510 * sysdeps/arm/sfp-machine.h: ... to here.
7511 * sysdeps/arm/Implies: Remove arm/soft-fp.
7513 2014-10-14 Joseph Myers <joseph@codesourcery.com>
7515 * conform/data/sys/utsname.h-data (*_t): Allow.
7516 * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
7517 [POSIX] (WEXITED): Do not expect constant.
7518 [POSIX] (WSTOPPED): Likewise.
7519 [POSIX] (WNOHANG): Likewise.
7520 [POSIX] (WNOWAIT): Likewise.
7521 [POSIX] (siginfo_t): Do not expect type or elements.
7522 [POSIX] (pid_t): Do not expect type.
7523 [POSIX] (signal.h): Do not allow header.
7524 [POSIX] (sys/resource.h): Likewise.
7525 [POSIX] (si_*): Do not allow pattern.
7526 [POSIX] (W*): Likewise.
7527 [POSIX] (P_*): Likewise.
7528 [POSIX] (BUS_*): Likewise.
7529 [POSIX] (CLD_*): Likewise.
7530 [POSIX] (FPE_*): Likewise.
7531 [POSIX] (ILL_*): Likewise.
7532 [POSIX] (POLL_*): Likewise.
7533 [POSIX] (SEGV_*): Likewise.
7534 [POSIX] (SI_*): Likewise.
7535 [POSIX] (TRAP_*): Likewise.
7536 * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
7539 2014-10-14 Paul Pluzhnikov <ppluzhnikov@google.com>
7542 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
7543 infinite loop when __recvmsg returns 0.
7545 2014-10-10 Joseph Myers <joseph@codesourcery.com>
7547 * CANCEL-FCT-WAIVE: Remove file.
7548 * CANCEL-FILE-WAIVE: Likewise.
7551 * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
7552 instead of INTVARDEF.
7553 (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7554 * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
7555 rtld_hidden_data_def instead of INTVARDEF.
7556 (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7557 * elf/dl-deps.c (expand_dst): Likewise.
7558 * elf/dl-load.c (_dl_dst_count): Likewise.
7559 (_dl_dst_substitute): Likewise.
7560 (decompose_rpath): Likewise.
7561 (_dl_init_paths): Likewise.
7562 (open_path): Likewise.
7563 (_dl_map_object): Likewise.
7564 * elf/rtld.c (dl_main): Likewise.
7565 (process_dl_audit): Likewise.
7566 (process_envvars): Likewise.
7567 * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
7569 (__libc_enable_secure): Use rtld_hidden_proto.
7571 2014-10-09 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
7574 (add_path): New function broken out of _dl_rtld_di_serinfo.
7575 (_dl_rtld_di_serinfo): Remove that nested function. Update call sites.
7577 2014-10-09 Joseph Myers <joseph@codesourcery.com>
7579 * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
7580 parentheses around macro arguments.
7581 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
7582 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
7583 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
7584 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
7585 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
7586 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7587 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7588 [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
7589 [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
7590 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
7591 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
7592 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
7593 [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
7594 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
7595 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
7596 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
7597 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
7598 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
7599 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
7600 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
7601 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
7602 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
7603 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
7604 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7605 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7606 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
7607 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
7608 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
7609 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
7610 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
7611 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
7612 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
7613 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
7614 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
7615 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
7616 * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
7618 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
7619 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7620 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7621 [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
7622 [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
7623 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
7624 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
7625 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
7626 [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
7627 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
7628 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
7629 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
7630 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
7631 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
7632 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
7633 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7634 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7635 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
7636 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
7637 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
7638 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
7639 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
7640 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
7641 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
7642 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
7643 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
7644 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
7645 * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
7646 (_FP_FRAC_SRS_1): Likewise.
7647 (_FP_FRAC_CLZ_1): Likewise.
7648 (_FP_MUL_MEAT_1_imm): Likewise.
7649 (_FP_MUL_MEAT_1_wide): Likewise.
7650 (_FP_MUL_MEAT_1_hard): Likewise.
7651 (_FP_SQRT_MEAT_1): Likewise.
7652 (_FP_FRAC_ASSEMBLE_1): Likewise.
7653 (_FP_FRAC_DISASSEMBLE_1): Likewise.
7654 * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
7655 (__FP_CLZ_2): Likewise.
7656 (_FP_MUL_MEAT_2_wide): Likewise.
7657 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
7658 (_FP_MUL_MEAT_2_gmp): Likewise.
7659 (_FP_MUL_MEAT_2_120_240_double): Likewise.
7660 (_FP_SQRT_MEAT_2): Likewise.
7661 (_FP_FRAC_ASSEMBLE_2): Likewise.
7662 (_FP_FRAC_DISASSEMBLE_2): Likewise.
7663 * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
7664 (_FP_FRAC_CLZ_4): Likewise.
7665 (_FP_MUL_MEAT_4_wide): Likewise.
7666 (_FP_MUL_MEAT_4_gmp): Likewise.
7667 (_FP_SQRT_MEAT_4): Likewise.
7668 (_FP_FRAC_ASSEMBLE_4): Likewise.
7669 (_FP_FRAC_DISASSEMBLE_4): Likewise.
7670 * soft-fp/op-common.h (_FP_CMP): Likewise.
7671 (_FP_CMP_EQ): Likewise.
7672 (_FP_CMP_UNORD): Likewise.
7673 (_FP_TO_INT): Likewise.
7674 (_FP_FROM_INT): Likewise.
7675 [!__FP_CLZ] (__FP_CLZ): Likewise.
7676 (_FP_DIV_HELP_imm): Likewise.
7677 * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
7679 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
7680 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
7681 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
7682 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
7683 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
7684 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7685 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7686 [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
7687 [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
7688 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
7689 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
7690 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
7691 [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
7692 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
7693 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
7694 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
7695 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
7696 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
7697 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
7698 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
7699 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
7700 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
7701 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
7702 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7703 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7704 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
7705 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
7706 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
7707 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
7708 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
7709 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
7710 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
7711 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
7712 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
7713 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
7714 * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
7715 (FP_UNPACK_RAW_SP): Likewise.
7716 (FP_PACK_RAW_S): Likewise.
7717 (FP_PACK_RAW_SP): Likewise.
7718 (FP_UNPACK_S): Likewise.
7719 (FP_UNPACK_SP): Likewise.
7720 (FP_UNPACK_SEMIRAW_S): Likewise.
7721 (FP_UNPACK_SEMIRAW_SP): Likewise.
7722 (FP_PACK_S): Likewise.
7723 (FP_PACK_SP): Likewise.
7724 (FP_PACK_SEMIRAW_S): Likewise.
7725 (FP_PACK_SEMIRAW_SP): Likewise.
7726 (_FP_SQRT_MEAT_S): Likewise.
7727 (FP_CMP_S): Likewise.
7728 (FP_CMP_EQ_S): Likewise.
7729 (FP_CMP_UNORD_S): Likewise.
7730 (FP_TO_INT_S): Likewise.
7731 (FP_FROM_INT_S): Likewise.
7733 * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
7735 * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
7736 (FP_EX_INVALID_IMZ): Likewise.
7737 (FP_EX_INVALID_IMZ_FMA): Likewise.
7738 (FP_EX_INVALID_ISI): Likewise.
7739 (FP_EX_INVALID_ZDZ): Likewise.
7740 (FP_EX_INVALID_IDI): Likewise.
7741 (FP_EX_INVALID_SQRT): Likewise.
7742 (FP_EX_INVALID_CVI): Likewise.
7743 (FP_EX_INVALID_VC): Likewise.
7744 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
7745 "invalid" exceptions.
7746 (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
7747 (_FP_ADD_INTERNAL): Likewise.
7748 (_FP_MUL): Likewise.
7749 (_FP_FMA): Likewise.
7750 (_FP_DIV): Likewise.
7751 (_FP_CMP_CHECK_NAN): Likewise.
7752 (_FP_SQRT): Likewise.
7753 (_FP_TO_INT): Likewise.
7754 (FP_EXTEND): Likewise.
7756 2014-10-09 Allan McRae <allan@archlinux.org>
7758 * po/fr.po: Update French translation from translation project.
7760 2014-10-09 Joseph Myers <joseph@codesourcery.com>
7763 * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
7765 * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
7766 (__cxa_atexit): Use libc_hidden_proto.
7767 [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
7770 * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
7772 [!_ISOMAC] (__iswdigit_l_internal): Likewise.
7773 [!_ISOMAC] (__iswspace_l_internal): Likewise.
7774 [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
7775 [!_ISOMAC] (__iswctype_internal): Likewise.
7776 * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
7777 * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
7779 (fcntl): Remove __fcntl_internal alias.
7780 * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
7781 __connect_internal alias.
7782 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
7785 * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
7786 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
7788 (_FP_CHECK_FLUSH_ZERO): New macro.
7789 (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
7790 (_FP_CMP): Likewise.
7791 (_FP_CMP_EQ): Likewise.
7792 (_FP_TO_INT): Do not set inexact for subnormal arguments if
7794 (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
7795 (FP_TRUNC): Likewise.
7797 * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
7798 treated as invalid conversion, not as normal exponent.
7800 * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
7801 (_FP_CMP): Add extra argument EX. Call _FP_CMP_CHECK_NAN.
7802 (_FP_CMP_EQ): Likewise.
7803 (_FP_CMP_UNORD): Likewise.
7804 * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
7805 (FP_CMP_EQ_D): Likewise.
7806 (FP_CMP_UNORD_D): Likewise.
7807 * soft-fp/extended.h (FP_CMP_E): Likewise.
7808 (FP_CMP_EQ_E): Likewise.
7809 (FP_CMP_UNORD_E): Likewise.
7810 * soft-fp/quad.h (FP_CMP_Q): Likewise.
7811 (FP_CMP_EQ_Q): Likewise.
7812 (FP_CMP_UNORD_Q): Likewise.
7813 * soft-fp/single.h (FP_CMP_S): Likewise.
7814 (FP_CMP_EQ_S): Likewise.
7815 (FP_CMP_UNORD_S): Likewise.
7816 * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
7817 * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
7818 * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
7819 * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
7820 * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
7821 * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
7822 * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
7823 * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
7824 * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
7825 * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
7826 * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
7827 * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
7828 * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
7830 * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
7832 * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
7833 * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
7835 * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
7837 * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
7838 * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
7839 * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
7840 * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
7842 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
7844 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
7845 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
7847 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
7849 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
7850 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
7851 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
7852 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
7855 * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
7856 a subnormal result, set the underflow exception if trapping on
7857 underflow is enabled.
7858 * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
7859 (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
7860 [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
7862 * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
7863 * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
7864 * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
7865 * soft-fp/extendxftf2.c (__extendxftf2): Use
7866 FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
7868 * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
7869 * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
7870 (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7871 FP_HANDLE_EXCEPTIONS.
7872 * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
7873 (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7874 FP_HANDLE_EXCEPTIONS.
7875 * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
7876 (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7877 FP_HANDLE_EXCEPTIONS.
7878 * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
7879 (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7880 FP_HANDLE_EXCEPTIONS.
7882 2014-10-08 Joseph Myers <joseph@codesourcery.com>
7885 * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
7886 * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
7888 [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
7889 * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
7891 (__adjtimex): Define using libc_hidden_ver.
7892 * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
7894 (ntp_gettime): Call __adjtimex directly.
7895 * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
7897 (ntp_gettimex): Call __adjtimex directly.
7898 * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
7899 __adjtimex_internal alias.
7901 2014-10-08 Roland McGrath <roland@hack.frob.com>
7904 * nscd/nscd.c (more_help): Rewrite list of tables collection
7905 using xstrdup and asprintf.
7907 * nscd/nscd_conf.c: Remove local xstrdup declaration.
7909 2014-10-08 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
7910 Roland McGrath <roland@hack.frob.com>
7912 * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
7913 (do_lookup_unique): ... local function 'enter' here; update callers.
7915 2014-10-06 Joseph Myers <joseph@codesourcery.com>
7917 * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
7918 compat_symbol calls on [SHARED].
7919 * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
7920 * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
7922 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7923 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
7924 (oldsetrlimit): Remove.
7925 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7926 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
7927 (lchown): New syscall entry.
7928 (oldsetrlimit): Remove.
7929 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7930 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
7931 (oldsetrlimit): Remove.
7932 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7935 * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
7936 * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
7937 * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
7938 * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
7939 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
7940 * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
7942 * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
7944 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
7947 2014-10-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7949 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
7950 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
7951 (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
7952 __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
7953 * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
7955 (__old_sem_post): Likewise.
7957 2014-10-06 Chris Metcalf <cmetcalf@tilera.com>
7959 * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
7960 INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
7961 HAVE_CLOCK_GETTIME_VSYSCALL macros.
7962 * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
7963 Use INLINE_VSYSCALL macro.
7964 * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
7965 __vdso_clock_gettime.
7966 * sysdeps/unix/sysv/linux/tile/init-first.c
7967 (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
7968 * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
7969 __vdso_clock_gettime.
7971 * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
7972 to set up frame more cleanly.
7974 * sysdeps/tile/memcmp.c: New file.
7976 * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
7978 * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
7979 * sysdeps/tile/tilegx/strcasestr.c: New file.
7980 * sysdeps/tile/tilegx/strnlen.c: New file.
7981 * sysdeps/tile/tilegx/strstr.c: New file.
7983 * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
7985 2014-10-06 Arjun Shankar <arjun.is@lostca.se>
7987 * nptl/tst-setuid3.c: Write errors to stdout.
7989 2014-10-01 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
7992 (preload): New functions broken out of _dl_map_object_deps.
7993 (_dl_map_object_deps): Remove a nested function. Update call sites.
7995 2014-10-01 Joseph Myers <joseph@codesourcery.com>
7998 * sysdeps/unix/sysv/linux/execve.c: Remove file.
7999 * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
8001 2014-10-01 Steve Ellcey <sellcey@mips.com>
8003 * sysdeps/mips/strcmp.S: New.
8005 2014-09-30 Joseph Myers <joseph@codesourcery.com>
8008 * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
8010 (mkdirat): Likewise.
8011 (readlinkat): Likewise.
8012 (renameat): Likewise.
8013 (symlinkat): Likewise.
8014 (unlinkat): Likewise.
8015 * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
8016 * sysdeps/unix/sysv/linux/linkat.c: Likewise.
8017 * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
8018 * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
8019 * sysdeps/unix/sysv/linux/renameat.c: Likewise.
8020 * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
8021 * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
8023 2014-09-30 Will Newton <will.newton@linaro.org>
8025 * math/math.h: Define long double math functions if
8026 _LIBC_TEST is defined.
8027 * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
8029 * localedata/Makefile: Move assignment to tests-special
8030 into an ifdef testing run-built-tests.
8031 * timezone/Makefile: Likewise.
8033 2014-09-29 Joseph Myers <joseph@codesourcery.com>
8035 * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
8036 with $(BASH) not $(SHELL).
8038 2014-09-29 Carlos O'Donell <carlos@redhat.com>
8039 Matthew LeGendre <legendre1@llnl.gov>
8042 * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
8045 2014-09-29 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
8047 * stdio-common/printf_fp.c
8048 (hack_digit): New function, broken out of ...
8049 (__printf_fp): ... local function here. Update call sites.
8050 hack_digit now takes an additional parameter that is a pointer
8051 to a struct of the referenced locals. Those locals moved inside
8052 the struct and references updated.
8054 2014-09-29 H.J. Lu <hongjiu.lu@intel.com>
8056 * aclocal.m4: Require autoconf 2.69.
8057 * configure: Regenerated.
8058 * sysdeps/aarch64/configure: Likewise.
8059 * sysdeps/alpha/configure: Likewise.
8060 * sysdeps/arm/armv7/configure: Likewise.
8061 * sysdeps/arm/configure: Likewise.
8062 * sysdeps/ia64/configure: Likewise.
8063 * sysdeps/mach/configure: Likewise.
8064 * sysdeps/mips/configure: Likewise.
8065 * sysdeps/s390/configure: Likewise.
8066 * sysdeps/unix/sysv/linux/mips/configure: Likewise.
8067 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
8069 * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
8071 * sysdeps/ia64/configure.ac: Likewise.
8073 2014-09-26 Joseph Myers <joseph@codesourcery.com>
8075 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
8076 specify symbol version for ld.so. Do not include entry for
8078 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8079 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
8080 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8083 * Makeconfig [$(build-shared) = yes]
8084 ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
8086 [$(build-shared) = yes && $(soversions.mk-done) = t]
8087 ($(common-objpfx)gnu/lib-names.h): Remove rule.
8088 [$(build-shared) = yes && $(soversions.mk-done) = t]
8089 ($(common-objpfx)gnu/lib-names.stmp): Likewise. Split and moved
8091 [$(build-shared) = yes && $(soversions.mk-done) = t]
8092 (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
8094 [$(build-shared) = yes && $(soversions.mk-done) = t]
8095 (common-generated): Don't append gnu/lib-names.h and
8096 gnu/lib-names.stmp here.
8097 * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
8098 (lib-names-h-abi): New variable.
8099 [$(build-shared) = yes && $(soversions.mk-done) = t]
8100 (lib-names-stmp-abi): Likewise.
8101 [$(build-shared) = yes && $(soversions.mk-done) = t &&
8102 abi-variants] (before-compile): Append
8103 $(common-objpfx)$(lib-names-h-abi).
8104 [$(build-shared) = yes && $(soversions.mk-done) = t &&
8105 abi-variants] (common-generated): Append gnu/lib-names.h.
8106 [$(build-shared) = yes && $(soversions.mk-done) = t &&
8107 abi-variants] (install-others-nosubdir): Depend on
8108 $(inst_includedir)/$(lib-names-h-abi).
8109 [$(build-shared) = yes && $(soversions.mk-done) = t &&
8110 abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
8111 [$(build-shared) = yes && $(soversions.mk-done) = t]
8112 ($(common-objpfx)$(lib-names-h-abi)): New rule.
8113 [$(build-shared) = yes && $(soversions.mk-done) = t]
8114 ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
8115 [$(build-shared) = yes && $(soversions.mk-done) = t]
8116 (common-generated): Append $(lib-names-h-abi) and
8117 $(lib-names-stmp-abi).
8118 * scripts/lib-names.awk: Do not handle multi being set.
8119 * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
8121 (abi-lp64_be-ld-soname): Likewise.
8122 * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
8124 (abi-hard-ld-soname): Likewise.
8125 * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
8126 * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
8128 (abi-o32_hard-ld-soname): Likewise.
8129 (abi-o32_soft_2008-ld-soname): Likewise.
8130 (abi-o32_hard_2008-ld-soname): Likewise.
8131 (abi-n32_soft-ld-soname): Likewise.
8132 (abi-n32_hard-ld-soname): Likewise.
8133 (abi-n32_soft_2008-ld-soname): Likewise.
8134 (abi-n32_hard_2008-ld-soname): Likewise.
8135 (abi-n64_soft-ld-soname): Likewise.
8136 (abi-n64_hard-ld-soname): Likewise.
8137 (abi-n64_soft_2008-ld-soname): Likewise.
8138 (abi-n64_hard_2008-ld-soname): Likewise.
8139 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
8141 (abi-64-v2-ld-soname): Likewise.
8142 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
8144 * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
8146 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
8148 * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
8150 (abi-64-ld-soname): Likewise.
8151 (abi-x32-ld-soname): Likewise.
8152 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
8154 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8156 2014-09-23 Joseph Myers <joseph@codesourcery.com>
8159 * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
8160 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
8161 * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
8162 * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
8163 * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
8164 * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
8165 * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
8166 syscall entry for GLIBC_2.2 symbol version.
8167 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
8169 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
8170 (setrlimit): Likewise.
8171 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
8174 2014-09-23 Will Newton <will.newton@linaro.org>
8176 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
8177 _LINUX_ARM_SYSDEP_H include guard too.
8178 * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
8181 2014-09-20 Rasmus Villemoes <rv@rasmusvillemoes.dk>
8183 * sysdeps/unix/sysv/linux/eventfd.c:
8184 Make first argument unsigned.
8185 * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
8186 * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
8188 2014-09-20 Ondřej Bílka <neleai@seznam.cz>
8190 * socket/recvmmsg.c (recvmmsg): Drop const argument.
8191 * socket/sys/socket.h: Likewise
8192 * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
8194 2014-09-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
8196 * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
8198 2014-09-17 Arjun Shankar <arjun.is@lostca.se>
8200 * time/tst-ftime.c: New test.
8201 * time/Makefile (tests): Add tst-ftime.
8203 2014-09-17 Joseph Myers <joseph@codesourcery.com>
8205 * soft-fp/extended.h: Fix comment formatting.
8206 * soft-fp/op-1.h: Likewise.
8207 * soft-fp/op-2.h: Likewise.
8208 * soft-fp/op-4.h: Likewise.
8209 * soft-fp/op-8.h: Likewise.
8210 * soft-fp/op-common.h: Likewise.
8211 * soft-fp/soft-fp.h: Likewise.
8213 * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
8215 2014-09-16 Joseph Myers <joseph@codesourcery.com>
8218 * Makeconfig (soversions-default-setname): Remove variable.
8219 ($(common-objpfx)soversions.i): Don't pass default_setname to
8221 * Makerules ($(common-objpfx)abi-versions.h): Don't pass
8222 oldest_abi to abi-versions.awk.
8223 * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
8224 * config.make.in (oldest-abi): Remove variable.
8225 * configure.ac (--enable-oldest-abi): Remove configure option.
8226 * configure: Regenerated.
8227 * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
8229 * scripts/abi-versions.awk: Do not handle oldest_abi variable.
8230 * scripts/soversions.awk: Do not handle default_setname variable.
8231 * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
8233 * sysdeps/mach/hurd/configure: Regenerated.
8234 * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
8236 * sysdeps/unix/sysv/linux/configure: Regenerated.
8238 2014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
8240 * elf/Makefile (CFLAGS-interp.c): Remove.
8241 ($(elf-objpfx)runtime-linker.h): Generate header with linker
8243 * elf/interp.c: Include generated runtime-linker.h
8245 * Makerules (lib%.so): Don't include $(+interp) in
8247 * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
8248 * dlfcn/eval.c: Remove file.
8250 * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
8254 * misc/sys/cdefs.h: Define __extern_always_inline for clang
8258 * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
8260 2014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
8261 Jakub Jelinek <jakub@redhat.com>
8264 * libio/stdio.h: Check definition of __fortify_function
8265 instead of __extern_always_inline to include bits/stdio2.h.
8266 * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
8267 check if __extern_always_inline is defined.
8268 [__USE_MISC || __USE_XOPEN]: Likewise.
8269 [__USE_ISOC99] Likewise.
8270 * misc/sys/cdefs.h (__fortify_function): Define only if
8271 __extern_always_inline is defined.
8272 [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
8273 __extern_always_inline and __extern_inline only for g++-4.3
8274 and newer or a compatible gcc.
8276 2014-09-15 Andreas Schwab <schwab@linux-m68k.org>
8279 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8280 last change to handle zero prefix length.
8282 2014-09-15 Siddhesh Poyarekar <siddhesh@redhat.com>
8284 * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
8287 * posix/getconf.c (vars): Add _POSIX_IPV6 and
8290 2014-09-13 Allan McRae <allan@archlinux.org>
8292 * po/ru.po: Update Russian translation from translation project.
8294 2014-09-12 Roland McGrath <roland@hack.frob.com>
8296 * locale/programs/locale.c (show_locale_vars): Inline local function
8297 into its sole call site. Clean up some style nits.
8298 (print_item): New function, broken out of ...
8299 (show_info): ... local function here. Clean up style nits.
8301 * locale/programs/ld-ctype.c (set_one_default): New function, broken
8303 (set_class_defaults): ... local function set_default here.
8304 Define set_default as a macro locally to pass constant parameters.
8305 (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
8306 rather than a shared local.
8308 * stdlib/rpmatch.c (try): New function, broken out of ...
8309 (rpmatch): ... local function here. Also, prototypify definition.
8311 2014-09-12 Joseph Myers <joseph@codesourcery.com>
8313 * scripts/soversions.awk: Do not handle configuration names.
8314 * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
8315 vendor and os variables to soversions.awk.
8316 * configure.ac: Do not modify gnu-* host_os.
8317 * configure: Regenerated
8318 * shlib-versions: Remove first column with configuration names.
8319 * nptl/shlib-versions: Likewise.
8320 * nptl_db/shlib-versions: Likewise.
8321 * sysdeps/hppa/shlib-versions: Likewise.
8322 * sysdeps/m68k/shlib-versions: Likewise.
8323 * sysdeps/mach/hurd/shlib-versions: Likewise.
8324 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
8325 * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
8326 * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
8327 * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
8328 * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
8329 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
8330 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
8331 * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
8332 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
8334 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8335 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
8336 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
8337 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
8338 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
8339 * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
8340 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
8341 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8343 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
8344 (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
8345 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
8347 * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
8348 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
8349 Condition symbol version definitions on [HAVE_ELFV2_ABI].
8351 * shlib-versions: Remove OS-specific entries. Moved to files in
8353 * sysdeps/mach/hurd/shlib-versions: New file.
8354 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
8356 * nptl/shlib-versions: Remove architecture-specific entries.
8357 Moved to files in sysdeps.
8358 * shlib-versions: Likewise.
8359 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
8361 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8362 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
8363 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
8364 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
8366 * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
8367 (UDP_NO_CHECK6_RX): Likewise.
8369 2014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
8371 * sysdeps/posix/sysconf.c (__sysconf): Spell
8372 _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
8374 2014-08-12 Florian Weimer <fweimer@redhat.com>
8376 * iconv/gconv_open.c (__gconv_open): Remove transliteration module
8378 * iconv/Versions (__gconv_transliterate): Export for use from
8380 * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
8381 (struct __gconv_trans_data, __gconv_trans_fct,
8382 __gconv_trans_context_fct, __gconv_trans_query_fct,
8383 __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
8385 (struct __gconv_step_data): Remove __trans member.
8386 (__gconv_transliterate): Declaration moved from gconv_int.h. No
8387 longer hidden. Remove unused trans_data argument.
8388 * iconv/gconv_int.h (struct trans_struct): Remove definition.
8389 (__gconv_translit_find): Remove declaration.
8390 (__gconv_transliterate): Declaration moved to gconv.h. Add hidden
8392 * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
8393 * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
8394 trans_data argument. Add hidden definition.
8395 (__gconv_translit_find): Remove.
8396 * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
8397 __gconv_transliterate directly if __GCONV_TRANSLIT is set.
8398 * iconv/skeleton.c: Remove transliteration initialization.
8399 * libio/fileops.c (_IO_new_file_fopen): Adjust struct
8400 __gconv_step_data initialization.
8401 * libio/iofwide.c (__libio_translit_): Remove.
8402 (_IO_fwide): Adjust struct __gconv_step_data initialization.
8403 * wcsmbs/btowc.c (__btowc): Likewise.
8404 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
8405 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
8406 * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
8407 * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
8408 * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
8409 * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
8410 * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
8411 * wcsmbs/wctob.c (wctob): Likewise.
8413 2014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
8416 * sysdeps/x86/tst-xmmymm.sh: Rename file to...
8417 * sysdeps/x86/tst-ld-sse-use.sh: ... this. Check for zmm
8419 * sysdeps/x86/Makefile: Adjust.
8421 2014-09-11 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
8422 Roland McGrath <roland@hack.frob.com>
8424 * locale/weight.h: Add include guard.
8425 (findidx): Make static rather than auto; take new parameters
8426 TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
8427 * locale/weightwc.h: Likewise.
8428 * posix/fnmatch_loop.c
8429 (FCT): Change type of EXTRA from int32_t to wint_t.
8430 Don't include either header inside the function.
8431 Call FINDIDX rather than findidx, and pass new arguments.
8432 #undef FINDIDX at the end of the file.
8433 * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
8434 FINDIDX before including fnmatch_loop.c for the non-wide version.
8435 [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
8436 #include <locale/weightwc.h>, and define FINDIDX to findidxwc
8437 for the wide version.
8438 * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
8439 (build_equiv_class) [_LIBC]: Don't #include it inside the function.
8440 Pass new arguments to findidx.
8441 * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
8442 [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
8443 Don't #include it inside the function. Pass new arguments to findidx.
8444 * posix/regex_internal.h
8445 [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
8446 (re_string_elem_size_at): Don't #include it inside the function.
8447 Pass new arguments to findidx.
8448 * string/strcoll_l.c: #include WEIGHT_H at top level.
8449 (get_next_seq): Don't #include it inside the function.
8450 Pass new arguments to findidx.
8451 (get_next_seq_nocache): Likewise.
8452 * string/strxfrm_l.c: #include WEIGHT_H at top level.
8453 (STRXFRM): Don't #include it inside the function.
8454 Pass new arguments to findidx.
8456 2014-09-11 Florian Weimer <fweimer@redhat.com>
8459 * malloc/malloc.c (unlink): Turn asserts into a call to
8462 2014-09-11 Tim Lammens <tim.lammens@gmail.com>
8465 * libio/wfileops (do_ftell_wide): Free OUT.
8467 2014-09-10 Chris Metcalf <cmetcalf@tilera.com>
8469 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
8471 2014-09-10 Siddhesh Poyarekar <siddhesh@redhat.com>
8474 * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
8475 group if the current group is empty.
8477 2014-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8479 * benchtests/bench-memset.c (test_main): Add more test from size
8480 from 32 to 512 bytes.
8481 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8482 Add POWER8 memset object.
8483 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8484 (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
8485 * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
8487 * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
8489 * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
8490 multiarch POWER8 memset optimization.
8491 * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
8492 POWER8 memset optimization.
8494 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8495 Remove bzero multiarch objects.
8496 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
8497 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
8498 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
8499 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
8501 [__bzero]: Redefine to specific name.
8502 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
8503 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
8504 * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
8506 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
8507 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
8509 2014-09-10 Florian Weimer <fweimer@redhat.com>
8511 * Makeconfig (gccwarn-c): Turn implicit-function-declaration
8512 warnings into errors.
8514 * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
8515 __cxa_thread_atexit_impl prototype.
8517 2014-09-09 Steve Ellcey <sellcey@mips.com>
8519 * sysdeps/mips/preconfigure: Put code inside mips* case statement.
8520 Fix capitalization of error message.
8522 2014-09-09 Steve Ellcey <sellcey@mips.com>
8524 * sysdeps/mips/preconfigure: Modify ABI tests.
8526 2014-09-07 Carlos O'Donell <carlos@systemhalted.org>
8528 * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
8530 2014-09-07 Roland McGrath <roland@hack.frob.com>
8531 Carlos O'Donell <carlos@systemhalted.org>
8533 * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
8534 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
8535 * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
8536 * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
8537 * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
8538 * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
8539 * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
8540 * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
8541 * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
8542 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
8543 * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
8544 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
8545 * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
8546 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
8547 * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
8548 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
8549 * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
8550 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
8551 * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
8552 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
8553 * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
8554 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
8555 * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
8556 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
8557 * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
8558 * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
8559 * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
8560 * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
8561 Deconditionalize the code that was previously under [RESET_PID].
8562 * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
8563 * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
8564 * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
8565 * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
8568 2014-09-08 Allan McRae <allan@archlinux.org>
8570 * version.h (RELEASE): Set to "development".
8571 (VERSION): Set to "2.20.90"
8573 2014-09-07 Allan McRae <allan@archlinux.org
8575 * version.h (RELEASE): Set to "stable".
8576 (VERSION): Set to "2.20"
8577 * include/features.h (__GLIBC_MINOR__): Set to 20.
8579 * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
8582 * po/ko.po: Update Korean translation from translation project.
8584 2014-09-06 Chris Metcalf <cmetcalf@tilera.com>
8587 * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
8588 macro for handling signed relocations.
8590 2014-09-03 Florian Weimer <fweimer@redhat.com>
8593 * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
8594 * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
8596 * iconvdata/ibm933.c (BODY): Fix check for sentinel.
8597 * iconvdata/ibm935.c (BODY): Likewise.
8598 * iconvdata/ibm937.c (BODY): Likewise.
8599 * iconvdata/ibm939.c (BODY): Likewise.
8600 * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
8602 * iconvdata/Makefile (iconv-test.out): Pass module list to test
8604 * iconvdata/run-iconv-test.sh: New test loop for checking for
8607 2014-09-02 Khem Raj <raj.khem@gmail.com>
8609 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
8612 2014-09-01 Allan McRae <allan@archlinux.org>
8614 * po/eo.po: Update Esperanto translation from translation project.
8616 * po/ca.po: Update Catalan translation from translation project.
8618 2014-08-28 Samuel Thibault <samuel.thibault@ens-lyon.org>
8620 * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
8623 2014-08-27 Mark Wielaard <mjw@redhat.com>
8626 * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
8627 to call set_thread_area instead of hand written asm.
8628 (__NR_set_thread_area): Removed define.
8629 (TLS_FLAG_WRITABLE): Likewise.
8630 (__ASSUME_SET_THREAD_AREA): Remove check.
8631 (TLS_EBX_ARG): Remove define.
8632 (TLS_LOAD_EBX): Likewise.
8634 2014-08-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
8636 Simplify atomicity of socket creation in bind.
8638 * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
8639 looking up the name after linking the file.
8641 2014-08-27 Allan McRae <allan@archlinux.org>
8643 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8645 2014-08-26 Florian Weimer <fweimer@redhat.com>
8648 * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
8649 trans_compare, open_translit, __gconv_translit_find):
8650 Remove module loading code.
8652 2014-08-26 Allan McRae <allan@archlinux.org>
8654 * po/vi.po: Update Vietnamese translation from translation project.
8656 * po/uk.po: Update Ukrainian translation from translation project.
8658 * po/fr.po: Update French translation from translation project.
8660 * po/ru.po: Update Russian translation from translation project.
8662 * po/pl.po: Update Polish translation from translation project.
8664 * po/cs.po: Update Czech translation from translation project.
8666 * po/de.po: Update German translation from translation project.
8668 * po/bg.po: Update Bulgarian translation from translation project.
8670 * po/sv.po: Update Sweedish translation from translation project.
8672 * po/nl.po: Update Dutch translation from translation project.
8674 * po/es.po: Update Spanish translation from translation project.
8676 2014-08-21 Siddhesh Poyarekar <siddhesh@redhat.com>
8678 * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
8680 * catgets/Makefile (CPPFLAGS-gencat): Remove.
8681 * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
8682 (CPPFLAGS-iconvconfig): Likewise.
8683 * timezone/Makefile (CPPFLAGS-zic): Likewise.
8685 * include/libc-symbols.h: Remove unnecessary check for
8687 * nptl/pthreadP.h: Likewise.
8688 * sysdeps/aarch64/setjmp.S: Likewise.
8689 * sysdeps/alpha/setjmp.S: Likewise.
8690 * sysdeps/arm/sysdep.h: Likewise.
8691 * sysdeps/i386/setjmp.S: Likewise.
8692 * sysdeps/m68k/setjmp.c: Likewise.
8693 * sysdeps/posix/getcwd.c: Likewise.
8694 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
8695 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
8696 * sysdeps/s390/s390-32/setjmp.S: Likewise.
8697 * sysdeps/s390/s390-64/setjmp.S: Likewise.
8698 * sysdeps/sh/sh3/setjmp.S: Likewise.
8699 * sysdeps/sh/sh4/setjmp.S: Likewise.
8700 * sysdeps/unix/alpha/sysdep.h: Likewise.
8701 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
8702 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
8703 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
8704 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
8705 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
8706 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
8707 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
8708 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
8709 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
8710 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
8711 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
8712 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
8713 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
8714 * sysdeps/x86_64/setjmp.S: Likewise.
8716 2014-08-13 Joseph Myers <joseph@codesourcery.com>
8719 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
8721 (__get_clockfreq): Use uint64_t instead of hp_timing_t in
8722 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
8724 2014-08-13 Siddhesh Poyarekar <siddhesh@redhat.com>
8726 * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
8729 * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
8730 and __x86_64__ when disabling x87 inline functions.
8732 2014-08-12 H.J. Lu <hongjiu.lu@intel.com>
8735 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
8736 asm statement with __cpuid_count.
8738 2014-08-12 Mike Frysinger <vapier@gentoo.org>
8740 * configure.ac: Change __ehdr_start code to dereference the struct.
8741 Run readelf on the output to look for relocations.
8742 * configure: Regenerated.
8744 2014-08-12 Joseph Myers <joseph@codesourcery.com>
8747 * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
8749 (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
8751 2014-08-12 Roland McGrath <roland@hack.frob.com>
8753 * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
8755 2014-08-12 Bernard Ogden <bernie.ogden@linaro.org>
8758 * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
8759 atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
8761 2014-08-12 Sean Anderson <seanga2@gmail.com>
8763 * malloc/malloc.c: Fix typo in comment.
8765 2014-08-09 Allan McRae <allan@archlinux.org>
8767 * Regenerate libc.po.
8769 2014-08-08 Mike Frysinger <vapier@gentoo.org>
8771 * intl/tst-gettext2.sh: Check every lang file for creation.
8773 2014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
8775 * sysdeps/aarch64/fpu/math_private.h
8776 (libc_feholdsetround_noex_aarch64_ctx): New function.
8778 2014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
8780 * sysdeps/arm/armv6/strcpy.S (strcpy):
8781 Fix performance issue in misaligned cases.
8783 2014-08-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8785 * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
8786 Move definition from termios.h.
8787 (struct termio): Likewise.
8788 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8789 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
8790 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
8791 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
8793 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
8794 Move definition to ioctl-types.h
8795 (struct termio): Likewise.
8796 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8797 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
8798 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
8799 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
8802 2014-08-05 Richard Henderson <rth@redhat.com>
8804 * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
8806 * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
8808 * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
8809 Use __feraiseexcept.
8810 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
8811 Protect libm symbols with IS_IN_libm.
8813 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
8815 2014-08-04 Bernard Ogden <bernie.ogden@linaro.org>
8817 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
8819 2014-08-04 Will Newton <will.newton@linaro.org>
8821 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
8824 2014-08-04 Mike Frysinger <vapier@gentoo.org>
8826 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
8827 variants for each function.
8829 2014-08-04 Roland McGrath <roland@hack.frob.com>
8831 * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
8833 * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
8834 * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
8836 * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
8837 * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
8838 * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
8839 * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
8840 * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
8841 * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
8842 * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
8843 * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
8844 * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
8845 * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
8846 * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
8847 * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
8848 * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
8849 * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
8850 * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
8851 * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
8852 * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
8853 * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
8854 * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
8855 * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
8856 * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
8857 * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
8858 * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
8859 * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
8860 * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
8861 * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
8862 * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
8863 * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
8864 * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
8865 * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
8866 * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
8867 * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
8868 * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
8869 * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
8870 * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
8871 * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
8872 * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
8873 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
8874 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
8875 * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
8876 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
8877 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
8878 * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
8879 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
8880 * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
8881 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
8882 * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
8883 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
8884 * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
8885 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
8886 * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
8887 * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
8888 * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
8890 * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
8891 * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
8893 2014-08-04 Roland McGrath <roland@hack.frob.com>
8895 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
8896 * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
8897 * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
8898 * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
8899 * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
8900 * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
8902 2014-08-04 Roland McGrath <roland@hack.frob.com>
8904 * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
8905 * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
8906 * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8907 * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
8909 2014-08-04 Roland McGrath <roland@hack.frob.com>
8911 * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
8912 * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
8913 (__libc_vfork): Define function under this name.
8914 (__vfork): Define as an alias.
8915 * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
8916 * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
8918 2014-08-04 Roland McGrath <roland@hack.frob.com>
8920 * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
8921 that was previously under [RESET_PID].
8922 * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
8924 2014-08-04 Andreas Schwab <schwab@suse.de>
8926 * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
8928 2014-08-03 Mike Frysinger <vapier@gentoo.org>
8930 * stdlib/tst-setcontext.c (test_stack): Fix coding style.
8933 2014-08-01 Roland McGrath <roland@hack.frob.com>
8935 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
8937 2014-08-01 Richard Henderon <rth@redhat.com>
8939 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
8940 feclearexcept; use math_opt_barrier instead of open-coded asm; fix
8941 typo in exact zero test.
8942 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
8943 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
8944 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
8946 2014-08-01 Roland McGrath <roland@hack.frob.com>
8948 * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
8949 (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
8950 * sysdeps/arm/sysdep.h: ... here.
8951 [!__ASSEMBLER__]: Include <stdint.h>.
8953 2014-08-01 Siddhesh Poyarekar <siddhesh@redhat.com>
8955 * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
8956 (HAVE_WCTYPE_H): Likewise.
8957 (HAVE_ISWCTYPE): Likewise.
8958 (ENABLE_NLS): Likewise.
8959 * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
8960 && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
8962 * posix/regex_internal.c: Check if DEBUG is defined and is
8965 * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
8966 (HAVE_MBSRTOWCS): Likewise.
8967 * posix/fnmatch.c: Include string.h unconditionally.
8969 2014-08-01 Stefan Liebler <stli@linux.vnet.ibm.com>
8971 * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
8974 2014-07-31 Roland McGrath <roland@hack.frob.com>
8976 * sysdeps/generic/safe-fatal.h: New file.
8977 * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
8978 * nptl/forward.c: Include it.
8979 (__pthread_unwind): Use __safe_fatal as default action, rather
8980 than a bogus use of INTERNAL_SYSCALL that could never work.
8982 * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
8983 * configure.ac (libc_cv_builtin_trap): New test.
8984 * configure: Regenerated.
8985 * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
8986 (ABORT_INSTRUCTION): Define using __builtin_trap.
8988 * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
8989 * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
8990 * sysdeps/nptl/nptl-signals.h: New file.
8991 * nptl/pthreadP.h: Include <nptl-signals.h>.
8993 2014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
8995 * sysdeps/s390/s390-64/utf16-utf32-z9.c
8996 (ONE_DIRECTION): Define.
8997 * sysdeps/s390/s390-64/utf8-utf16-z9.c
8998 (ONE_DIRECTION): Define.
8999 * sysdeps/s390/s390-64/utf8-utf32-z9.c
9000 (ONE_DIRECTION): Define.
9002 2014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
9004 * sysdeps/s390/Makefile: Delete file.
9005 * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
9006 * sysdeps/s390/__longjmp.c: Delete file.
9007 * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
9008 Remove fields __flags and __reserved.
9009 * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
9011 * sysdeps/s390/rtld-__longjmp.c: Delete file.
9012 * sysdeps/s390/rtld-global-offsets.sym: Likewise.
9013 * sysdeps/s390/rtld-setjmp.S: Likewise.
9014 * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
9015 * sysdeps/s390/s390-32/__longjmp.c: ... here.
9016 * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
9017 * sysdeps/s390/s390-32/setjmp.S: ... here.
9019 (__sigsetjmp): Remove setting __flags field.
9020 * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
9021 * sysdeps/s390/s390-64/__longjmp.c: ... here.
9022 * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
9023 * sysdeps/s390/s390-64/setjmp.S: ... here.
9025 (__sigsetjmp): Remove setting __flags field.
9026 * sysdeps/s390/setjmp.S: Delete file.
9027 * sysdeps/s390/sigjmp.c: Likewise.
9028 * sysdeps/s390/v1-longjmp.c: Likewise.
9029 * sysdeps/s390/v1-setjmp.h: Likewise.
9030 * sysdeps/s390/v1-sigjmp.c: Likewise.
9031 * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
9032 Remove v1-longjmp_chk.
9033 * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
9034 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
9035 Include debug/longjmp_chk.c and add versioning.
9036 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
9037 Include nptl/pt-longjmp.c and add versioning.
9038 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
9039 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
9040 Include __longjmp.c.
9041 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
9043 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
9044 (__getcontext): Remove setting __flags field.
9046 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
9047 Don't restore upper high grps.
9048 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
9050 (__swapcontext): Remove setting uc_flags field.
9051 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
9053 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
9054 Include __longjmp.c.
9055 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
9057 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
9058 (__getcontext): Remove setting __flags field.
9060 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
9061 (__swapcontext): Remove setting uc_flags field.
9062 * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
9063 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
9064 Remove fields uc_high_gprs and __reserved.
9065 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
9066 New file with reverted content.
9067 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
9068 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
9070 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
9073 2014-07-31 Andreas Schwab <schwab@suse.de>
9075 * config.h.in (HAVE_IFUNC): Define to 0.
9076 * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
9079 2014-07-30 Ling Ma <ling.ml@alibaba-inc.com>
9081 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
9082 memmove-avx-unaligned, memcpy-avx-unaligned and
9083 mempcpy-avx-unaligned.
9084 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9085 Add tests for AVX memcpy functions.
9086 * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
9087 * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
9089 * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
9090 * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
9092 * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
9093 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
9095 * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
9096 * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
9097 * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
9099 2013-07-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9102 * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
9105 2014-07-29 Jeff Layton <jlayton@poochiereds.net>
9108 * manual/llio.texi: Add section about open file description locks.
9109 * manual/examples/ofdlocks.c: Example of open file description
9111 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
9112 F_OFD_SETLK, and F_OFD_SETLKW.
9114 2014-07-23 Allan McRae <allan@archlinux.org>
9116 * po/es.po: Update Spanish translation from translation project.
9118 2014-07-18 Andreas Schwab <schwab@linux-m68k.org>
9120 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
9122 2014-07-17 Maciej W. Rozycki <macro@codesourcery.com>
9125 * sysdeps/arm/dl-machine.h (elf_machine_rela)
9126 [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
9127 (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
9129 2014-07-17 Joseph Myers <joseph@codesourcery.com>
9132 * math/fesetenv.c (__fesetenv)
9133 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
9134 * math/feupdateenv.c (__feupdateenv)
9135 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
9137 * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
9138 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
9139 (__ASSUME_SOCKETCALL): Do not define.
9141 * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
9142 * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
9143 (__ASSUME_SOCKETCALL): Do not define.
9144 (__ASSUME_ST_INO_64_BIT): Define unconditionally.
9145 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
9146 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9147 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
9148 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9149 [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
9150 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9151 [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9153 * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
9154 * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
9155 (__ASSUME_SOCKETCALL): Do not define.
9156 (__ASSUME_IPC64): Define unconditionally.
9157 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
9158 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9159 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
9160 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9161 [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
9162 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9163 [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
9166 * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
9167 * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
9168 (__ASSUME_SOCKETCALL): Do not define.
9169 (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
9170 (__ASSUME_FUTEX_LOCK_PI): Likewise.
9171 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9172 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
9173 (__ASSUME_REQUEUE_PI): Define unconditionally.
9174 [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
9175 (__ASSUME_RECVMMSG_SYSCALL): Do not define.
9176 [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9177 [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
9178 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9179 [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9181 * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
9182 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
9183 (__ASSUME_SOCKETCALL): Do not define.
9184 [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
9185 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9186 [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9187 [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
9188 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9189 [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9191 * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
9192 * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
9193 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9194 [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
9195 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9196 [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
9197 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9198 [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
9199 (__ASSUME_GETCPU_SYSCALL): Likewise.
9201 * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
9202 * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR. Remove
9203 cases for individual architectures.
9204 * sysdeps/gnu/configure: Regenerated.
9205 * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
9206 LIBC_SLIBDIR_RTLDDIR.
9207 * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
9208 * sysdeps/unix/sysv/linux/mips/configure.ac: Use
9209 LIBC_SLIBDIR_RTLDDIR.
9210 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
9211 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
9212 LIBC_SLIBDIR_RTLDDIR.
9213 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
9215 * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
9216 * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
9218 * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
9219 * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
9221 * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
9222 * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
9223 * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
9224 * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
9226 * sysdeps/aarch64/shlib-versions: Move to ...
9227 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
9228 * sysdeps/alpha/shlib-versions: Move to ...
9229 * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
9230 * sysdeps/arm/shlib-versions: Move to ...
9231 * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
9232 * sysdeps/hppa/shlib-versions: Move all contents except for
9233 libgcc_s entry to ...
9234 * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here. Merge in
9236 * sysdeps/hppa/nptl/shlib-versions: ... here. Remove file.
9237 * sysdeps/ia64/shlib-versions: Move to ...
9238 * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here. Merge in
9240 * sysdeps/ia64/nptl/shlib-versions: ... here. Remove file.
9241 * sysdeps/m68k/coldfire/shlib-versions: Move to ...
9242 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
9243 * sysdeps/microblaze/shlib-versions: Move to ...
9244 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
9245 * sysdeps/mips/shlib-versions: Move to ...
9246 * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here. Merge in
9248 * sysdeps/mips/nptl/shlib-versions: ... here. Remove file.
9249 * sysdeps/tile/shlib-versions: Move to ...
9250 * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
9251 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
9253 * sysdeps/x86_64/64/shlib-versions: ... here. Remove file.
9254 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
9256 * sysdeps/x86_64/x32/shlib-versions: ... here. Remove file.
9258 2014-07-17 Will Newton <will.newton@linaro.org>
9260 * sysdeps/arm/bits/atomic.h
9261 (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
9262 (__arch_compare_and_exchange_bool_16_int): Likewise.
9263 (__arch_compare_and_exchange_bool_64_int): Likewise.
9265 * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
9266 into an #else block.
9268 2014-07-16 Roland McGrath <roland@hack.frob.com>
9270 * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
9271 just Linux configurations. Test empirically that the compiler sets
9272 __ARM_EABI__, rather than using the tuple to decide.
9273 * sysdeps/arm/preconfigure: Regenerated.
9274 * sysdeps/unix/sysv/linux/arm/configure: File removed.
9275 * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
9276 contents appended ...
9277 * sysdeps/arm/configure.ac: ... here.
9278 * sysdeps/arm/configure: Regenerated.
9280 2014-07-15 Roland McGrath <roland@hack.frob.com>
9282 * nptl/pthread_kill.c: New file.
9283 * nptl/pthread_sigmask.c: New file.
9284 * nptl/pthread_sigqueue.c: New file.
9286 * sysdeps/nptl/lowlevellock.h: New file.
9287 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
9288 * sysdeps/nptl/lowlevellock-futex.h: New file.
9290 * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
9291 Remove dead declarations.
9293 2014-07-14 H.J. Lu <hongjiu.lu@intel.com>
9295 * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
9296 * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
9298 * sysdeps/x86_64/configure.ac: Likewise.
9299 * sysdeps/i386/configure: Regenerated.
9300 * sysdeps/x86_64/configure: Likewise.
9301 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
9302 memset-avx2 only if config-cflags-avx2 is yes.
9303 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9304 Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
9306 * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
9307 only if HAVE_AVX2_SUPPORT is defined.
9308 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
9310 2014-07-14 Alan Modra <amodra@gmail.com>
9313 * elf/elf.h (DT_PPC64_NUM): Correct value.
9314 * NEWS: Add to fixed bug list.
9316 2014-07-13 Jim Meyering <meyering@fb.com>
9319 regex: don't deref NULL upon heap allocation failure
9320 * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
9321 failure in one more place.
9322 To trigger the segfault, configure grep -with-included-regex,
9323 build it, and run these commands:
9324 ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
9326 2014-07-13 Andreas Schwab <schwab@linux-m68k.org>
9328 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
9330 2014-07-11 Richard Henderson <rth@redhat.com>
9332 * sysdeps/aarch64/libm-test-ulps: Update.
9334 2014-07-10 Florian Weimer <fweimer@redhat.com>
9337 * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
9338 * nptl/allocatestack.c (__nptl_setxid_error): New function.
9339 (__nptl_setxid): Initialize error member. Call
9340 __nptl_setxid_error.
9341 * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
9342 * nptl/descr.h (struct xid_command): Add error member.
9343 * nptl/tst-setuid3.c: New file.
9344 * nptl/Makefile (tests): Add it.
9346 2014-07-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9348 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
9350 (__lll_trylock): Use __lll_base_trylock.
9351 (__lll_cond_trylock): Likewise.
9353 2014-07-10 Roland McGrath <roland@hack.frob.com>
9355 * nptl/pthread_create.c (start_thread): Use atomic_or and
9356 lll_futex_wake directly rather than lll_robust_dead.
9357 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9358 (lll_robust_dead): Macro removed.
9359 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
9360 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9361 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9362 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9363 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9364 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9365 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9366 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9367 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9368 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9369 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9370 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9371 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9372 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9373 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9375 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
9376 Use atomic_compare_and_exchange_val_acq directly rather than
9378 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9379 (__lll_robust_trylock, lll_robust_trylock): Removed.
9380 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9381 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9382 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9383 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9384 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9385 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9386 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9387 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9388 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9389 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9390 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9391 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9392 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9393 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9395 2014-07-02 Florian Weimer <fweimer@redhat.com>
9397 * manual/locale.texi (Locale Names): New section documenting
9398 locale name syntax. Adjust menu and node chaining accordingly.
9399 (Choosing Locale): Reference Locale Names, Locale Categories.
9400 Mention setting LC_ALL=C. Reflect that name syntax is now
9402 (Locale Categories): New section title. Reference Locale Names.
9403 LC_ALL is an environment variable, but not a category.
9404 (Setting the Locale): Remove "locale -a" invocation and LOCPATH
9405 description, now in Locale Name. Reference that section. Locale
9406 name syntax is now documented.
9408 2014-07-02 Florian Weimer <fweimer@redhat.com>
9411 * locale/findlocale.c (name_present, valid_locale_name): New
9413 (_nl_find_locale): Use the loc_name variable to store name
9414 candidates. Call name_present and valid_locale_name to check and
9415 validate locale names. Return an error if the locale is invalid.
9417 2014-07-02 Florian Weimer <fweimer@redhat.com>
9419 * locale/setlocale.c (setlocale): Use strdup for allocating
9420 composite name copy.
9422 2014-07-10 Siddhesh Poyarekar <siddhesh@redhat.com>
9424 Sync up with gnulib.
9425 * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
9426 [!_LIBC && ENABLE_NLS]: Include gettext.h.
9427 [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
9428 and _GL_ARG_NONNULL.
9429 [USE_UNLOCKED_IO]: Include unlocked-io.h.
9430 [!_LIBC]: Include code for Windows and Cygwin.
9431 [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
9432 Include prototype for int strerror_r.
9433 [!_LIBC] (is_open): New function.
9434 (flush_stdout): New function.
9435 (print_errno_message): Use it.
9437 (error_at_line): Likewise.
9438 (error_tail) Add function attribute macros. Use
9441 * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
9443 * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
9445 * io/ftw.c: Include sys/param.h unconditionally.
9447 * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
9450 * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
9452 (freecache): New function to free CACHE on exit.
9454 * sunrpc/xdr.c (xdr_string): Add comment about SIZE
9457 2014-07-09 David S. Miller <davem@davemloft.net>
9459 * sysdeps/sparc/fpu/libm-test-ulps: Update.
9461 * sysdeps/sparc/nptl/internaltypes.h: Delete.
9462 * sysdeps/sparc/nptl/sparc-nptl.h: New file.
9463 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
9464 * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
9465 * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
9466 * sysdeps/sparc/nptl/sem_init.c: Likewise.
9467 * sysdeps/sparc/nptl/sem_post.c: Likewise.
9468 * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
9469 * sysdeps/sparc/nptl/sem_wait.c: Likewise.
9470 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
9471 * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
9472 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
9473 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
9475 2014-07-09 Andreas Schwab <schwab@suse.de>
9477 * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
9479 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
9480 (do_test): Likewise.
9482 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
9484 2014-07-09 Will Newton <will.newton@linaro.org>
9486 * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
9487 * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
9488 * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
9489 * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
9490 * sysdeps/hppa/start.S (_start): Likewise.
9492 2014-07-09 Siddhesh Poyarekar <siddhesh@redhat.com>
9494 * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
9496 * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
9499 2014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
9501 * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
9502 after checking that it is non-NULL.
9504 * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
9506 2014-07-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9508 * sysdeps/powerpc/memmove.c: Remove file.
9509 * sysdeps/powerpc/powerpc32/power4/memcopy.h
9510 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
9511 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
9512 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
9513 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
9514 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
9515 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
9516 string memmove instead of removed powerpc one.
9518 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
9519 [weak_alias]: Fix compiler warning due trailing data.
9520 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
9521 [weak_alias]: Likewise.
9522 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
9523 warnigs due missing definition of __strcpy_power7 and __strlen_power7.
9525 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
9526 (__libc_ifunc_impl_list): Add memmove functions.
9528 2014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
9530 * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
9532 * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
9534 * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
9536 * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
9538 * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
9540 * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
9542 * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
9544 * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
9546 * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
9548 * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
9550 * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
9552 * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
9554 * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
9556 * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
9558 * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
9560 * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
9562 * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
9565 2014-07-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9567 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
9568 to avoid alignment traps in non-cacheable memory.
9569 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
9571 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
9573 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
9574 file: multiarch power7 memmove.
9575 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
9576 multiarch default memmove.
9577 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
9578 multiarch memove for powerpc32/power4.
9580 * string/bcopy.c: Use full path to include memmove.c.
9581 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
9583 * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
9584 bcopy for powerpc64.
9585 * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
9586 bcopy for powerpc64.
9587 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
9588 and memmove implementations.
9589 * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
9590 optimized multiarch memmove for POWER7/powerpc64.
9591 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
9592 default multiarch memmove for powerpc64.
9593 * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
9594 multiarch for powerpc64.
9595 * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
9596 for POWER7/powerpc64.
9597 * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
9598 memmove for POWER7/powerpc64.
9600 * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
9603 * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
9604 __ELF_NATIVE_CLASS equal to 64.
9606 2014-07-07 Roland McGrath <roland@hack.frob.com>
9608 * sysdeps/nptl/lowlevellock.h: File removed.
9610 * NEWS: NPTL is no longer an add-on!
9611 * nptl/internaltypes.h: Moved ...
9612 * sysdeps/nptl/internaltypes.h: ... here.
9613 * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
9614 * sysdeps/nptl/fork.c: Likewise.
9615 * sysdeps/nptl/gai_misc.h: Likewise.
9616 * sysdeps/nptl/librt-cancellation.c: Likewise.
9617 * sysdeps/nptl/jmp-unwind.c: Likewise.
9618 * sysdeps/nptl/setxid.h: Likewise.
9619 * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
9620 * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
9621 * sysdeps/unix/sysv/linux/arm/Implies: New file.
9622 * sysdeps/unix/sysv/linux/hppa/Implies: New file.
9623 * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
9624 * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
9625 * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
9626 * sysdeps/unix/sysv/linux/m68k/Implies: New file.
9627 * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
9628 * sysdeps/unix/sysv/linux/mips/Implies: New file.
9629 * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
9630 * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
9631 * sysdeps/unix/sysv/linux/sh/Implies: New file.
9632 * sysdeps/unix/sysv/linux/sparc/Implies: New file.
9633 * sysdeps/unix/sysv/linux/tile/Implies: New file.
9634 * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
9635 * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
9636 * nptl/Makeconfig: Moved ...
9637 * sysdeps/nptl/Makeconfig: ... here.
9638 * nptl/configure: File removed.
9639 * nptl/ANNOUNCE: File removed.
9640 * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
9641 * sysdeps/unix/sysv/linux/configure: Regenerated.
9643 * nptl/Makefile (routines): Add libc_pthread_init,
9644 libc_multiple_threads, register-atfork and unregister-atfork.
9645 (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
9646 (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
9647 lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
9648 pthread-pi-defines.sym, structsem.sym.
9649 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
9650 (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
9651 [$(subdir) = nptl] (tests): Add tst-setgetname.
9652 * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
9653 * sysdeps/unix/sysv/linux/sigaction.c: Just include
9654 <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
9655 [!LIBC_SIGACTION]: Remove aliases.
9656 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
9657 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
9658 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9659 * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
9660 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
9661 * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
9662 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
9663 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
9664 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9665 * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
9666 (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
9667 __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
9668 __libc_allocate_rtsig_private.
9669 * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
9670 * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
9671 * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
9672 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
9673 * sysdeps/unix/sysv/linux/sleep.c: Likewise.
9674 * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
9675 * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
9676 * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
9677 * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
9678 * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
9679 * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
9680 * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
9681 * nptl/internaltypes.h: ... here.
9682 * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
9683 * sysdeps/nptl/jmp-unwind.c: ... here.
9684 * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
9685 * nptl/libc-lowlevellock.c: ... here.
9686 * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
9687 * nptl/libc_multiple_threads.c: ... here.
9688 * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
9689 * nptl/libc_pthread_init.c: ... here.
9690 * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
9691 * nptl/lowlevelbarrier.sym: ... here.
9692 * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
9693 * nptl/lowlevelcond.sym: ... here.
9694 * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
9695 * nptl/lowlevellock.c: ... here.
9696 * nptl/lowlevellock.h: Moved ...
9697 * sysdeps/nptl/lowlevellock.h: ... here.
9698 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
9699 * nptl/lowlevelrobustlock.c: ... here.
9700 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
9701 * nptl/lowlevelrobustlock.sym: ... here.
9702 * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
9703 * nptl/lowlevelrwlock.sym: ... here.
9704 * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
9705 * nptl/pt-fork.c: ... here.
9706 * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
9707 * nptl/pthread-pi-defines.sym: ... here.
9708 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
9709 * nptl/pthread_attr_getaffinity.c: ... here.
9710 * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
9711 * nptl/pthread_attr_setaffinity.c: ... here.
9712 * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
9713 * nptl/pthread_mutex_cond_lock.c: ... here.
9714 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
9716 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
9717 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
9718 * nptl/pthread_once.c: ... here, replacing old file.
9719 * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
9720 * nptl/pthread_yield.c: ... here.
9721 * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
9722 * nptl/register-atfork.c: ... here.
9723 * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
9724 * nptl/sem_post.c: ... here.
9725 * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
9726 * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
9727 * nptl/sem_timedwait.c: ... here.
9728 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
9729 * nptl/sem_trywait.c: ... here.
9730 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
9731 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
9732 * nptl/sem_wait.c: ... here.
9733 * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
9734 * nptl/structsem.sym: ... here.
9735 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
9736 * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
9737 * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
9738 * nptl/unregister-atfork.c: ... here.
9739 * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
9740 * nptl/unwindbuf.sym: ... here.
9741 * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
9742 * sysdeps/nptl/fork.c: ... here.
9743 * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
9744 * sysdeps/nptl/fork.h: ... here.
9745 * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
9746 * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
9747 * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
9748 * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
9749 * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
9750 * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
9751 * sysdeps/unix/sysv/linux/getpid.c: ... here.
9752 * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
9753 * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
9754 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
9755 * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
9756 * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
9757 * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
9758 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
9759 * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
9760 * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
9761 * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
9762 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
9763 * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
9764 * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
9765 * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
9766 * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
9767 * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
9768 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
9769 * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
9770 * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
9771 * sysdeps/unix/sysv/linux/raise.c: ... here.
9772 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
9773 * sysdeps/unix/sysv/linux/timer_create.c: ... here.
9774 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
9775 * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
9776 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
9777 * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
9778 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
9779 * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
9780 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
9781 * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
9782 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
9783 * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
9784 * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
9785 * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
9786 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
9788 2014-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
9790 * sysdeps/generic/memcopy.h: Add comment for
9791 MEMCPY_OK_FOR_FWD_MEMMOVE.
9793 2014-07-04 Will Newton <will.newton@linaro.org>
9795 * string/memchr.c: Merge from gnulib.
9796 [_LIBC]: Remove conditionals.
9797 (__ptr_t): Remove define.
9798 (LONG_MAX_32_BITS): Likewise.
9799 (LONG_MAX): Likewise.
9800 (MEMCHR): Use ANSI prototype and optimize algorithm.
9802 * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
9804 2014-07-03 Roland McGrath <roland@hack.frob.com>
9806 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
9807 (lll_futex_timed_wait_bitset): Fix syscall argument count.
9809 * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
9810 Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
9811 in a bare environment with no <stdlib.h> installed.
9812 * sysdeps/nptl/configure: Regenerated.
9814 * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
9816 * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
9817 AC_EGREP_CPP for kernel header checks, so they only succeed if
9818 including <linux/version.h> actually works right.
9819 * sysdeps/unix/sysv/linux/configure: Regenerated.
9821 * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
9822 value so it's not diagnosed as unused.
9824 * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
9825 thing) with "ifeq ($(subdir),rt)".
9827 2014-07-03 Richard Henderson <rth@redhat.com>
9829 * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
9830 * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
9831 include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
9833 * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
9834 (math_force_eval): New.
9836 * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
9837 * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
9839 * sysdeps/alpha/fpu/s_round.c: Remove file.
9840 * sysdeps/alpha/fpu/s_roundf.c: Remove file.
9842 * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
9843 (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
9844 * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
9845 (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
9846 (_dl_start, print_statistics): Likewise.
9847 * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
9848 HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
9850 * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9851 * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9852 * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9853 * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9854 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9855 (HP_SMALL_TIMING_AVAIL): Define.
9856 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9857 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
9858 (HP_SMALL_TIMING_AVAIL): Define.
9859 * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9860 * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9862 * sysdeps/aarch64/hp-timing.h: New file.
9864 * sysdeps/generic/hp-timing.h: Remove dead comment.
9865 * sysdeps/generic/hp-timing-common.h: New file.
9866 * sysdeps/alpha/hp-timing.h: Include it.
9867 (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
9868 * sysdeps/i386/i686/hp-timing.h: Likewise.
9869 * sysdeps/ia64/hp-timing.h: Likewise.
9870 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
9871 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
9872 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
9873 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
9874 * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
9875 (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
9878 * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
9879 * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
9880 (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
9881 * elf/rtld.c (_dl_start_final): Likewise.
9882 * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
9883 * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9884 * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9885 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9886 * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9887 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9888 (HP_TIMING_DIFF_INIT): Remove.
9889 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9890 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
9891 (HP_TIMING_DIFF_INIT): Remove.
9892 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9893 * sysdeps/i386/i686/hp-timing.c: Remove file.
9894 * sysdeps/x86_64/hp-timing.c: Remove file.
9895 * sysdeps/ia64/hp-timing.c: Remove file.
9896 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
9897 * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
9898 * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
9899 * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
9901 * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
9902 * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
9903 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
9904 * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9905 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9906 (HP_TIMING_ACCUM): Remove.
9907 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9908 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
9909 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9911 * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
9912 * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
9913 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
9914 * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
9915 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
9916 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
9917 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
9918 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
9920 * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
9922 2014-07-03 Maciej W. Rozycki <macro@codesourcery.com>
9924 * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
9926 2014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
9928 Sync up with gettext.
9929 * intl/loadmsgcat.c: Define O_BINARY if not defined.
9930 [_MSC_VER]: Include malloc.h
9931 [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
9932 (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
9933 (_nl_load_domain): Open DOMAIN_FILE in binary mode. Don't use
9934 TEMP_FAILURE_RETRY. Cast return of alloca.
9935 [!_LIBC] Call gl_rwlock_init.
9936 [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
9938 2014-07-02 Roland McGrath <roland@hack.frob.com>
9940 * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
9941 before checking its value.
9943 2014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
9945 * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
9947 * debug/memcpy_chk.c: Don't include pagecopy.h.
9948 * debug/mempcpy_chk.c: Likewise.
9949 * string/memcpy.c: Likewise.
9950 * string/memmove.c: Likewise.
9951 * sysdeps/powerpc/memmove.c: Likewise.
9952 * sysdeps/generic/memcopy.h: Include pagecopy.h. Move
9953 definition of PAGE_COPY_FWD_MAYBE here...
9954 * sysdeps/generic/pagecopy.h: ... from here.
9955 * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
9957 2014-07-02 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
9958 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9960 * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
9961 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
9963 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9964 (__libc_ifunc_impl_list): Likewise.
9965 * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
9966 multiarch strcat for PPC64.
9967 * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
9968 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
9970 2014-07-02 Roland McGrath <roland@hack.frob.com>
9972 * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
9974 2014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
9976 * intl/loadmsgcat.c: Remove declaration of
9977 get_sysdep_segment_value.
9978 (get_sysdep_segment_value): Use ISO C style.
9979 (_nl_load_domain): Use ISO C style. Get rid of redundant
9980 semicolon. Fix typo and formatting in comment.
9981 (_nl_unload_domain): Use ISO C style.
9983 * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
9985 2014-07-02 Will Newton <will.newton@linaro.org>
9987 * malloc/obstack.c: Merge from gnulib master.
9988 [HAVE_CONFIG_H]: Remove conditional code.
9989 [!_LIBC]: Include config.h.
9990 [!ELIDE_CODE]: Don't include inttypes.h, include
9991 stdint.h unconditionally.
9992 (print_and_abort): Mark as _Noreturn.
9993 (_obstack_allocated_p): Mark as __attribute_pure__.
9994 (obstack_free): Rename to __obstack_free.
9995 [!__attribute__]: Remove conditional code.
9996 * malloc/obstack.h: Merge from gnulib master.
9997 [__cplusplus]: Move conditional down.
9998 [!__attribute_pure__]: Define __attribute_pure__ here
9999 if it is not already defined.
10000 (_obstack_memory_used): Mark as __attribute_pure__.
10001 [!__obstack_free]: Define as obstack_free.
10002 [__GNUC__]: Remove check for ancient NeXT gcc.
10004 2014-07-02 Will Newton <will.newton@linaro.org>
10005 Paul Eggert <eggert@cs.ucla.edu>
10007 * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
10009 2014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
10011 * resolv/gethnamaddr.c: Add comment warning that the file is
10014 2014-07-01 Carlos O'Donell <carlos@redhat.com>
10016 * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
10019 * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
10020 entry for aio_cancel and aio_cancel64.
10021 * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
10022 * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
10023 * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
10024 * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
10025 * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
10026 * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
10027 * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
10028 * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
10029 * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
10030 * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
10031 * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
10032 * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
10033 * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
10035 2014-07-01 Roland McGrath <roland@hack.frob.com>
10037 * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
10038 * nptl/pthread_mutex_lock.c: Likewise.
10039 * nptl/pthread_mutex_timedlock.c: Likewise.
10040 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
10042 2014-07-01 Richard henderson <rth@redhat.com>
10044 * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
10045 (__isnan, __isnanl): Remove.
10046 * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
10048 * sysdeps/alpha/fpu/libm-test-ulps: Update.
10050 2014-07-01 Stefan Liebler <stli@linux.vnet.ibm.com>
10052 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10054 2014-07-01 Siddhesh Poyarekar <siddhesh@redhat.com>
10056 * resolv/nss_dns/dns-host.c (getanswer_r)
10057 [MULTI_PTRS_ARE_ALIASES]: Remove code.
10059 2014-07-01 Joseph Myers <joseph@codesourcery.com>
10061 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10062 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
10064 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
10065 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
10067 2014-07-01 Roland McGrath <roland@hack.frob.com>
10069 * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
10070 * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
10072 * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
10073 * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
10075 * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
10076 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
10078 * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
10079 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
10081 * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
10082 * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
10083 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
10084 * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
10086 * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
10087 * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
10088 * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
10089 * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
10090 * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
10092 * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
10094 * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
10095 * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
10096 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
10097 * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
10098 * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
10099 * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
10100 * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
10101 * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
10102 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
10103 * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
10104 * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
10105 * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
10106 * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
10107 * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
10108 * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
10109 * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
10110 * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
10111 * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
10112 * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
10113 * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
10115 * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
10116 * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
10117 * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
10118 * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
10119 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
10120 * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
10121 * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
10122 * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
10124 2014-07-01 David Holsgrove <david.holsgrove@xilinx.com>
10126 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
10127 * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
10128 * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
10131 2014-06-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10133 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10135 2014-06-30 Joseph Myers <joseph@codesourcery.com>
10137 * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
10138 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
10140 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
10142 * sysdeps/arm/libm-test-ulps: Regenerated.
10144 2014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
10145 Roland McGrath <roland@hack.frob.com>
10147 * test-skeleton.c (signal_handler): Kill the whole process group
10148 before killing the child individually.
10149 (main): Report any failure on `setpgid'.
10151 2014-06-30 Roland McGrath <roland@hack.frob.com>
10153 * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
10154 from _TLS_H to _ARM_NPTL_TLS_H.
10155 (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
10156 * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
10158 2014-06-30 Joseph Myers <joseph@codesourcery.com>
10161 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
10162 (__expm1l): Return argument unchanged when small but not
10165 * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
10166 include macro name.
10167 (_FP_UNPACK_RAW_1_P): Likewise.
10168 (_FP_PACK_RAW_1): Likewise.
10169 (_FP_PACK_RAW_1_P): Likewise.
10170 (_FP_MUL_MEAT_1_wide): Likewise.
10171 (_FP_MUL_MEAT_DW_1_hard): Likewise.
10172 (_FP_MUL_MEAT_1_hard): Likewise.
10173 (_FP_DIV_MEAT_1_imm): Likewise.
10174 (_FP_DIV_MEAT_1_udiv_norm): Likewise.
10175 (_FP_DIV_MEAT_1_udiv): Likewise.
10176 * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
10177 (_FP_UNPACK_RAW_2): Likewise.
10178 (_FP_UNPACK_RAW_2_P): Likewise.
10179 (_FP_PACK_RAW_2): Likewise.
10180 (_FP_PACK_RAW_2_P): Likewise.
10181 (_FP_MUL_MEAT_DW_2_wide): Likewise.
10182 (_FP_MUL_MEAT_2_wide): Likewise.
10183 (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
10184 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
10185 (_FP_MUL_MEAT_DW_2_gmp): Likewise.
10186 (_FP_MUL_MEAT_2_gmp): Likewise.
10187 (_FP_DIV_MEAT_2_udiv): Likewise.
10188 * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
10189 (_FP_FRAC_SRL_4): Likewise.
10190 (_FP_FRAC_SRST_4): Likewise.
10191 (_FP_FRAC_SRS_4): Likewise.
10192 (_FP_UNPACK_RAW_4): Likewise.
10193 (_FP_UNPACK_RAW_4_P): Likewise.
10194 (_FP_PACK_RAW_4): Likewise.
10195 (_FP_PACK_RAW_4_P): Likewise.
10196 (_FP_MUL_MEAT_DW_4_wide): Likewise.
10197 (_FP_MUL_MEAT_4_wide): Likewise.
10198 (_FP_MUL_MEAT_4_gmp): Likewise.
10199 (umul_ppppmnnn): Likewise.
10200 (_FP_DIV_MEAT_4_udiv): Likewise.
10201 (__FP_FRAC_ADD_4): Likewise.
10202 (__FP_FRAC_SUB_3): Likewise.
10203 (__FP_FRAC_SUB_4): Likewise.
10204 (__FP_FRAC_DEC_3): Likewise.
10205 (__FP_FRAC_DEC_4): Likewise.
10206 (__FP_FRAC_ADDI_4): Likewise.
10207 * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
10208 (_FP_FRAC_SRL_8): Likewise.
10209 (_FP_FRAC_SRS_8): Likewise.
10211 * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
10212 include macro name.
10213 (FP_UNPACK_RAW_EP): Likewise.
10214 (FP_PACK_RAW_E): Likewise.
10215 (FP_PACK_RAW_EP): Likewise.
10216 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
10217 (_FP_ISSIGNAN): Likewise.
10218 (_FP_ADD_INTERNAL): Likewise.
10219 (_FP_FMA): Likewise.
10220 (_FP_CMP): Likewise.
10221 (_FP_SQRT): Likewise.
10222 (_FP_TO_INT): Likewise.
10223 (_FP_FROM_INT): Likewise.
10224 (FP_EXTEND): Likewise.
10225 (_FP_DIV_MEAT_N_loop): Likewise.
10227 2014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
10229 * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
10232 2014-06-29 Joseph Myers <joseph@codesourcery.com>
10235 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
10236 result with correct sign in case of exponents that produce
10237 overflow except for X very close to 1.
10239 2014-06-28 Paul Eggert <eggert@cs.ucla.edu>
10241 mktime: merge #if/#ifdef usage from glibc
10242 * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
10243 as that works with both Glibc's and Gnulib's style.
10244 See thread starting at Siddhesh Poyarekar's bug report at:
10245 http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
10247 2014-06-28 Siddhesh Poyarekar <siddhesh@redhat.com>
10249 * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
10250 * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
10251 * sysdeps/tile/tilegx/memmove.c: Remove file.
10253 2014-06-27 Joseph Myers <joseph@codesourcery.com>
10255 * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
10256 abi-name definition.
10257 * scripts/soversions.awk: Do not handle or generate ABI lines.
10258 * shlib-versions: Remove ABI entries.
10259 * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
10260 * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
10262 2014-06-27 Roland McGrath <roland@hack.frob.com>
10264 * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
10265 * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
10266 * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
10267 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
10268 * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
10269 * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
10270 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
10272 * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
10274 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
10275 * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
10276 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
10277 * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
10278 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
10279 * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
10280 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
10281 * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
10282 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
10283 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
10284 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
10285 * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
10286 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
10288 * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
10289 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
10290 * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
10291 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
10292 * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
10293 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
10295 * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
10296 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
10298 * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
10299 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
10300 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
10301 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
10303 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
10304 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
10305 * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
10306 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
10307 * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
10308 * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
10309 * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
10310 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
10312 * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
10313 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
10314 * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
10315 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
10317 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
10318 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
10320 * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
10321 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
10322 * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
10323 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
10325 * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
10327 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
10328 Identical file removed.
10329 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
10331 * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
10332 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
10333 Identical file removed.
10334 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
10335 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
10336 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
10338 * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
10339 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
10340 Identical file removed.
10341 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
10342 * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
10343 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
10344 Identical file removed.
10345 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
10346 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
10347 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
10348 Identical file removed.
10349 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
10350 * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
10351 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
10352 Identical file removed.
10353 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
10355 * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
10356 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
10357 Identical file removed.
10358 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
10360 * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
10361 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
10362 * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
10363 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
10364 Identical file removed.
10365 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
10367 * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
10369 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
10370 Identical file removed.
10371 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
10373 * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
10374 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
10375 Identical file removed.
10376 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
10378 * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
10379 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
10380 * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
10381 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
10382 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
10383 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
10385 * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
10386 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
10387 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
10389 * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
10390 SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
10391 * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
10392 * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
10393 * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
10395 2014-06-27 Arjun Shankar <arjun.is@lostca.se>
10398 * nscd/nscd.c (monitor_child): Return exit status of child
10399 instead of return value from wait syscall.
10401 2014-06-27 Joseph Myers <joseph@codesourcery.com>
10403 * configure.ac (libc_commonpagesize): Remove variable.
10404 (libc_relro_required): Likewise.
10405 (libc_cv_z_relro): Remove configure test.
10406 * configure: Regenerated.
10407 * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
10409 (libc_relro_required): Likewise.
10410 * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
10411 (libc_relro_required): Likewise.
10412 * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
10413 (libc_relro_required): Likewise.
10414 * sysdeps/arm/preconfigure: Regenerated.
10415 * sysdeps/ia64/preconfigure: Remove file.
10416 * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
10418 (libc_relro_required): Likewise.
10422 * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
10423 (__ieee754_yn): Set FE_TONEAREST mode internally and then
10424 recompute overflowing results in original rounding mode.
10425 * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
10426 (__ieee754_ynf): Set FE_TONEAREST mode internally and then
10427 recompute overflowing results in original rounding mode.
10428 * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
10429 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10430 recompute overflowing results in original rounding mode.
10431 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
10432 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10433 recompute overflowing results in original rounding mode.
10434 * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
10435 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10436 recompute overflowing results in original rounding mode.
10437 * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
10438 (libc_feholdsetround_ctx): New macro.
10439 * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
10440 * sysdeps/i386/fpu/libm-test-ulps: Update.
10441 * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
10443 2014-06-26 Joseph Myers <joseph@codesourcery.com>
10445 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
10446 [__PIC__] (PSEUDO): Use name of _nocancel entry point in
10447 corresponding .cpsetup call.
10449 2014-06-26 Roland McGrath <roland@hack.frob.com>
10451 * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
10452 * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
10453 * sysdeps/arm/Makefile [$(subdir) = csu]
10454 (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
10455 (static-only-routines): Add aeabi_read_tp here.
10456 (shared-only-routines): Add libc-aeabi_read_tp here.
10457 (CFLAGS-libc-start.c): Add -fexceptions here.
10458 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
10459 (sysdep_routines, static-only-routines, shared-only-routines):
10460 Don't add to these here.
10461 (CFLAGS-libc-start.c): Likewise.
10463 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
10464 * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10465 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
10466 * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10467 * sysdeps/arm/Makefile [$(subdir) = rt]
10468 (librt-sysdep_routines, librt-shared-only-routines):
10469 Append rt-aeabi_unwind_cpp_pr1 here.
10470 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
10471 (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
10472 * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
10473 (libpthread-sysdep_routines, libpthread-shared-only-routines):
10474 Append nptl-aeabi_unwind_cpp_pr1 here.
10475 (tests): Filter out tst-cleanupx4 here.
10476 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
10477 (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
10478 Don't do those here.
10480 2014-06-26 Joseph Myers <joseph@codesourcery.com>
10482 * scripts/list-sources.sh: Do not handle ports specially.
10484 2014-06-26 Roland McGrath <roland@hack.frob.com>
10486 * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
10487 * sysdeps/arm/feupdateenv.c: Likewise.
10489 * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
10491 2014-06-26 Joseph Myers <joseph@codesourcery.com>
10493 * manual/texinfo.tex: Update to version 2014-05-05.10 with
10494 trailing whitespace removed.
10495 * scripts/config.guess: Update to version 2014-03-23.
10496 * scripts/config.sub: Update to version 2014-05-01
10497 * scripts/install-sh: Update to version 2013-12-25.23.
10498 * scripts/move-if-change: Update from gnulib.
10500 2014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
10502 * debug/memmove_chk.c: Remove pagecopy.h include.
10504 2014-06-26 Paul Eggert <eggert@cs.ucla.edu>
10506 * time/mktime.c (leapyear): Remove inline keyword. The code is now
10507 identical to gnulib mktime.
10509 2014-06-26 Joseph Myers <joseph@codesourcery.com>
10511 * configure.ac: Do not test for machine being rs6000. Do not test
10512 for powerpc*-*soft.
10513 * configure: Regenerated.
10516 * configure.ac (libc_cv_asm_cfi_directives): Remove configure
10518 * configure: Regenerated.
10519 * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
10520 * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
10521 Remove configure test.
10522 * sysdeps/arm/configure: Regenerated.
10523 * sysdeps/nptl/configure.ac: Do not check
10524 libc_cv_asm_cfi_directives.
10525 * sysdeps/nptl/configure: Regenerated.
10526 * sysdeps/x86_64/nptl/configure.ac: Remove file.
10527 * sysdeps/x86_64/nptl/configure: Remove generated file.
10528 * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
10530 [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
10532 2014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
10534 * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
10535 * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
10536 (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
10539 * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
10540 instead of whether it is defined.
10541 * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
10542 * sysdeps/hppa/dl-machine.h: Likewise.
10543 * sysdeps/ia64/dl-machine.h: Likewise.
10544 * sysdeps/m68k/dl-machine.h: Likewise.
10545 * sysdeps/microblaze/dl-machine.h: Likewise.
10546 * sysdeps/mips/dl-machine.: Likewise.
10547 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
10548 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
10549 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
10550 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
10551 * sysdeps/sh/dl-machine.h: Likewise.
10552 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
10553 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
10554 * sysdeps/tile/dl-machine.h: Likewise.
10555 * sysdeps/x86_64/dl-machine.h: Likewise.
10557 * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
10559 (verify_persistent_db): Likewise.
10561 2014-06-26 Roland McGrath <roland@hack.frob.com>
10563 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
10564 * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
10565 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
10566 * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
10567 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
10569 * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
10571 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
10572 * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
10573 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
10574 Identical file removed.
10575 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
10576 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
10577 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
10578 * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
10579 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
10580 * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
10581 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
10582 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
10583 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
10584 * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
10585 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
10587 * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
10588 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
10589 * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
10590 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
10591 * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
10592 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
10594 * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
10595 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
10596 * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
10597 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
10598 * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
10599 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
10600 Identical file removed.
10601 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
10602 * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
10603 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
10604 * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
10605 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
10607 * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
10609 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
10610 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
10611 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
10612 * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
10613 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
10614 * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
10615 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
10616 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
10617 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
10618 * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
10619 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
10621 * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
10622 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
10624 * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
10625 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
10626 * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
10627 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
10629 * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
10630 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
10631 * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
10633 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
10635 * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
10636 * sysdeps/unix/sysv/linux/s390/Versions
10637 (libpthread: GLIBC_2.19): New version set.
10638 * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
10639 * sysdeps/unix/sysv/linux/s390/s390-64/Versions
10640 (librt: GLIBC_2.3.3): New version set.
10641 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
10642 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
10643 * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
10644 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
10645 * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
10646 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
10647 * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
10648 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
10649 * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
10650 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
10651 * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
10652 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
10653 * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
10654 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
10655 * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
10656 * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
10657 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
10658 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
10659 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
10660 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
10661 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
10662 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
10663 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
10664 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
10665 * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
10666 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
10667 * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
10668 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
10669 * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
10670 * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
10671 * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
10672 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
10673 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
10674 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
10675 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
10676 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
10677 * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
10678 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
10679 * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
10680 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
10681 * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
10682 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
10683 * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
10684 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
10685 * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
10687 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
10688 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
10689 (__libc_vfork): Define the function under this name.
10690 [!NOT_IN_libc] (__vfork): Make this an alias.
10691 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10692 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
10693 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
10694 (__libc_vfork): Define the function under this name.
10695 [!NOT_IN_libc] (__vfork): Make this an alias.
10696 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10697 * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
10698 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
10699 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
10700 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
10701 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
10703 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
10704 code that was previously under [RESET_PID].
10705 * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
10706 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
10707 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
10709 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
10710 * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
10711 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
10712 * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
10713 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
10714 * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
10715 * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
10716 * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
10717 * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
10718 * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
10719 * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
10721 * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
10722 * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
10723 * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
10724 * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
10725 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
10726 * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
10727 * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
10728 * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
10729 * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
10730 * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
10731 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
10732 * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
10733 * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
10734 * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
10735 * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
10736 * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
10737 * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
10738 * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
10739 * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
10740 * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
10741 * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
10742 * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
10743 * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
10744 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
10745 * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
10746 * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
10747 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
10748 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
10749 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
10751 2014-06-25 Roland McGrath <roland@hack.frob.com>
10753 * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
10754 that was previously under [RESET_PID].
10755 * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
10757 2014-06-25 Joseph Myers <joseph@codesourcery.com>
10759 * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
10760 not undefine and redefine.
10761 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
10762 [O_CLOEXEC]: Make code unconditional.
10763 (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
10764 * sysdeps/unix/sysv/linux/shm_open.c: Do not include
10765 <kernel-features.h>.
10766 [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
10767 conditional variable definition.
10768 (shm_open) [O_CLOEXEC]: Make code unconditional.
10769 (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
10772 * configure.ac (USE_REGPARMS): Don't define here.
10773 * configure: Regenerated.
10774 * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
10775 * sysdeps/i386/configure: Regenerated.
10777 * nptl/createthread.c: Don't include kernel-features.h.
10778 * nptl/pthread_cancel.c: Likewise.
10779 * nptl/pthread_condattr_setclock.c: Likewise.
10780 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
10781 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
10782 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
10783 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
10784 * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
10785 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
10786 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
10787 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
10788 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
10789 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
10790 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
10791 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
10792 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
10793 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
10794 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
10795 * nscd/gai.c: Likewise.
10796 * nss/nss_db/db-open.c: Likewise.
10797 * sysdeps/generic/ldsodefs.h: Likewise.
10798 * sysdeps/sh/nptl/tls.h: Likewise.
10799 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
10800 * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
10801 * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
10802 * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
10803 * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
10804 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
10805 * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
10806 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
10807 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
10808 * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
10809 * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
10810 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
10811 * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
10812 * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
10813 * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
10814 * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
10815 * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
10816 * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
10817 * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
10818 * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
10819 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
10820 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
10821 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
10822 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
10823 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
10824 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
10825 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
10826 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
10827 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
10828 * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
10829 * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
10830 * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
10831 * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
10832 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
10833 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
10834 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
10835 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
10836 * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
10837 * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
10838 * sysdeps/unix/sysv/linux/if_index.c: Likewise.
10839 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
10840 * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
10841 * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
10842 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
10843 * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
10844 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
10845 * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
10846 * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
10847 * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
10848 * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
10849 * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
10850 * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
10851 * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
10852 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
10853 * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
10854 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
10855 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
10856 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
10857 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
10858 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
10859 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
10860 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
10861 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
10862 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
10863 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
10864 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
10865 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
10866 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
10867 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
10868 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
10869 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
10870 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
10871 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
10872 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
10873 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
10874 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
10875 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
10876 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
10877 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
10878 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
10879 * sysdeps/unix/sysv/linux/pread.c: Likewise.
10880 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
10881 * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
10882 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
10883 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
10884 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
10885 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
10886 * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
10887 * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
10888 * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
10889 * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
10890 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
10891 * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
10892 * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
10893 * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
10894 * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
10895 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
10896 * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
10897 * sysdeps/unix/sysv/linux/syslog.c: Likewise.
10898 * sysdeps/unix/sysv/linux/system.c: Likewise.
10899 * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
10900 * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
10901 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
10902 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
10903 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
10904 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
10905 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
10907 * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
10908 * configure: Regenerated.
10909 * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
10911 * configure.ac (base_machine): Do not set specially for particular
10913 * configure: Regenerated.
10914 * sysdeps/powerpc/preconfigure: Move machine and base_machine
10915 settings from configure.ac.
10916 * sysdeps/i386/preconfigure: New file.
10917 * sysdeps/s390/preconfigure: Likewise.
10918 * sysdeps/sh/preconfigure: Likewise.
10919 * sysdeps/sparc/preconfigure: Likewise.
10921 2014-06-25 Roland McGrath <roland@hack.frob.com>
10923 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
10924 * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
10925 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
10926 * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
10927 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
10928 * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
10929 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
10930 * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
10931 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
10932 * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
10933 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
10934 * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
10935 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
10936 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
10937 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
10938 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
10939 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
10940 * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
10941 * sysdeps/sparc/sparc64/Makefile: ... appended here.
10943 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
10944 * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
10945 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
10946 * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
10947 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
10948 * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
10949 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
10950 * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
10951 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
10952 * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
10953 * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
10954 * sysdeps/sparc/sparc32/sem_post.c: ... here.
10955 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
10956 * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
10957 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
10958 * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
10959 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
10960 * sysdeps/sparc/sparc32/sem_wait.c: ... here.
10961 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
10962 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
10963 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
10964 * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
10965 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
10966 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
10967 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
10968 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
10969 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
10970 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
10971 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
10972 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
10973 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
10974 * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
10975 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
10976 * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
10977 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
10978 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
10979 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
10980 * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
10982 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
10983 * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
10984 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
10985 * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
10986 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
10988 * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
10990 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
10991 * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
10992 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
10993 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
10994 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
10996 * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
10997 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
10998 * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
10999 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
11000 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
11001 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
11002 * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
11003 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
11005 * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
11006 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
11008 * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
11009 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
11010 * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
11011 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
11013 * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
11014 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
11015 * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
11016 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
11017 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
11018 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
11019 * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
11020 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
11021 * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
11022 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
11024 * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
11026 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
11027 * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
11028 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
11029 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
11030 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
11032 * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
11033 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
11034 * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
11035 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
11036 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
11037 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
11038 * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
11039 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
11041 * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
11042 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
11044 * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
11045 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
11046 * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
11047 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
11049 * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
11050 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
11051 * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
11052 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
11053 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
11055 2014-06-25 Joseph Myers <joseph@codesourcery.com>
11057 * timezone/checktab.awk: Update from tzcode 2014e.
11058 * timezone/private.h: Likewise.
11059 * timezone/tzfile.h: Likewise.
11060 * timezone/zdump.c: Likewise.
11061 * timezone/zic.c: Likewise.
11063 * sysdeps/unix/sysv/linux/kernel-features.h
11064 (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
11065 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
11066 [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
11067 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
11068 Remove conditional code.
11070 2014-06-25 Will Newton <will.newton@linaro.org>
11072 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
11073 (_dl_arm_cap_flags): Add HWCAP2 values.
11074 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
11075 (_DL_HWCAP_COUNT): Increase to 37.
11076 (_DL_HWCAP_LAST): New define.
11077 (_DL_HWCAP2_LAST): New define.
11078 (_dl_procinfo): Add support for printing
11080 (_dl_string_hwcap): Use _dl_hwcap_string.
11082 2014-06-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11084 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11086 2014-06-25 Joseph Myers <joseph@codesourcery.com>
11088 * README: Do not mention ports directory.
11090 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
11092 * sysdeps/unix/sysv/linux/futimes.c: Do not include
11093 <kernel-features.h>.
11094 [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
11095 conditional variable definition.
11096 (__futimes): Update comment.
11097 (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
11098 (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
11101 * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
11102 arguments close to 0.
11103 * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
11105 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
11107 * math/auto-libm-test-in: Add more tests of exp10.
11108 * math/auto-libm-test-out: Regenerated.
11109 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11111 * sysdeps/unix/sysv/linux/kernel-features.h
11112 (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
11113 * sysdeps/unix/sysv/linux/readv.c: Do not include
11114 <kernel-features.h>.
11115 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
11116 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
11117 (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
11119 (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
11121 * sysdeps/unix/sysv/linux/writev.c: Do not include
11122 <kernel-features.h>.
11123 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
11124 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
11125 (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
11127 (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
11130 2014-06-25 Will Newton <will.newton@linaro.org>
11132 * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
11133 comment changes throughout the file. Remove checks
11134 for HAVE_*_H definitions that are not required.
11135 (__gen_tempname): Call abort if an unknown kind value is
11138 2014-06-25 Andreas Schwab <schwab@suse.de>
11141 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
11142 scalbln, scalblnf, scalblnl in libc.
11144 2014-06-25 Siddhesh Poyarekar <siddhesh@redhat.com>
11147 * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
11148 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
11149 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
11151 2014-06-24 Roland McGrath <roland@hack.frob.com>
11153 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
11154 * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
11155 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
11156 * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
11158 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
11159 * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
11161 * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
11162 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
11163 * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
11164 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
11165 * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
11166 * sysdeps/x86/bits/pthreadtypes.h: ... here.
11167 * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
11168 * sysdeps/x86/bits/semaphore.h: ... here.
11169 * sysdeps/x86/nptl/elide.h: Moved ...
11170 * sysdeps/x86/elide.h: ... here.
11171 * sysdeps/x86_64/nptl/Implies: File removed.
11172 * sysdeps/i386/nptl/Implies: File removed.
11174 2014-06-24 Joseph Myers <joseph@codesourcery.com>
11177 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
11178 return the argument for normal arguments with exponent below -64.
11179 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
11181 * math/auto-libm-test-in: Add another test of expm1.
11182 * math/auto-libm-test-out: Regenerated.
11185 * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
11186 calling __erfcl for arguments at least 16.
11187 * math/auto-libm-test-in: Add more tests of erf.
11188 * math/auto-libm-test-out: Regenerated.
11190 * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
11191 individual architectures.
11192 * sysdeps/unix/sysv/linux/configure: Regenerated.
11193 * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
11194 * sysdeps/unix/sysv/linux/i386/configure: New generated file.
11195 * sysdeps/unix/sysv/linux/powerpc/configure.ac
11196 (ldd_rewrite_script): Define variable.
11197 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
11198 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
11200 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
11202 * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
11203 * sysdeps/unix/sysv/linux/s390/configure: New generated file.
11204 * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
11205 * sysdeps/unix/sysv/linux/sh/configure: New generated file.
11206 * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
11207 * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
11208 * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
11209 * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
11211 2014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
11214 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
11215 Rename member __data.d to __data.__elision_data.
11217 2014-06-24 Wilco <wdijkstr@arm.com>
11219 * NEWS: Add 16918 to fixed bug list.
11221 2014-06-24 Wilco <wdijkstr@arm.com>
11223 * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
11225 2014-06-24 Wilco <wdijkstr@arm.com>
11227 * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
11228 * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
11229 (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
11230 (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
11231 (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
11232 * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
11233 * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
11236 2014-06-24 Wilco <wdijkstr@arm.com>
11238 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
11240 2014-06-24 Wilco <wdijkstr@arm.com>
11242 * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
11243 * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
11244 * sysdeps/arm/fesetround.c (fesetround): Remove space.
11245 * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
11247 2014-06-24 Wilco <wdijkstr@arm.com>
11250 * sysdeps/arm/feupdateenv.c (feupdateenv):
11251 Rewrite to reduce FPSCR accesses and fix return value.
11253 2014-06-24 Wilco <wdijkstr@arm.com>
11255 * sysdeps/arm/fclrexcpt.c (feclearexcept):
11256 Optimize to avoid unnecessary FPSCR writes.
11257 * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
11258 * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
11259 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
11260 * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
11262 2014-06-24 Wilco <wdijkstr@arm.com>
11264 * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
11265 * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
11266 * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
11267 * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
11268 Call libc_fetestexcept_vfp.
11269 * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
11270 * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
11271 __SOFTFP__ ifdef so that they can be built for softfp.
11273 2014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
11275 * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
11276 argument type signed char.
11278 * Makerules (check-abi): Dump diff of symlist if the test
11281 2014-06-23 Roland McGrath <roland@hack.frob.com>
11283 * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
11286 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
11287 Remove unused variable ST.
11289 2014-06-23 Joseph Myers <joseph@codesourcery.com>
11293 * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
11294 small arguments before calling __expm1.
11295 * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
11296 small arguments before calling __expm1f.
11297 * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
11298 small arguments before calling __expm1l.
11299 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
11301 * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
11302 * math/auto-libm-test-in: Add more cosh tests. Do not allow
11303 spurious underflow for some cosh tests.
11304 * math/auto-libm-test-out: Regenerated.
11305 * sysdeps/i386/fpu/libm-test-ulps: Update.
11308 * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
11309 (__ieee754_y1): Set errno if return value overflows.
11310 * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
11311 (__ieee754_y1f): Set errno if return value overflows.
11312 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
11313 (__ieee754_y1l): Set errno if return value overflows.
11314 * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
11315 (__ieee754_y1l): Set errno if return value overflows.
11316 * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
11317 * math/auto-libm-test-out: Regenerated.
11319 * math/gen-auto-libm-tests.c: Document use of
11320 ignore-zero-inf-sign.
11321 (input_flag_type): Add value flag_ignore_zero_inf_sign.
11322 (input_flags): Add ignore-zero-inf-sign.
11323 (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
11324 * math/gen-libm-test.pl (generate_testfile): Handle
11325 ignore-zero-inf-sign.
11326 * math/auto-libm-test-in: Mark some cpow tests with
11327 ignore-zero-inf-sign and some with xfail-rounding.
11328 * math/auto-libm-test-out: Regenerated.
11329 * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
11330 * sysdeps/i386/fpu/libm-test-ulps: Update.
11331 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11334 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
11335 overflowing or underflowing operations take place with sign of
11337 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
11338 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
11339 * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
11340 (__ieee754_pow): Recompute overflowing and underflowing results in
11341 original rounding mode.
11342 * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
11343 (__powl_helper): Allow negative argument X and scale negated value
11344 as needed. Avoid passing value outside [-1, 1] to f2xm1.
11345 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
11346 overflowing or underflowing operations take place with sign of
11348 * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
11350 * math/auto-libm-test-in: Add more tests of pow.
11351 * math/auto-libm-test-out: Regenerated.
11352 * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
11353 (pow_tonearest_test_data): Remove.
11354 (pow_test_tonearest): Likewise.
11355 (pow_towardzero_test_data): Likewise.
11356 (pow_test_towardzero): Likewise.
11357 (pow_downward_test_data): Likewise.
11358 (pow_test_downward): Likewise.
11359 (pow_upward_test_data): Likewise.
11360 (pow_test_upward): Likewise.
11361 (main): Don't call removed functions.
11362 * sysdeps/i386/fpu/libm-test-ulps: Update.
11363 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11365 2014-06-23 Roland McGrath <roland@hack.frob.com>
11367 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
11369 * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
11370 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
11372 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
11373 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
11375 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
11376 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
11378 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
11379 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
11381 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
11383 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
11385 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
11387 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
11389 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
11391 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
11393 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
11395 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
11397 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
11399 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
11401 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
11403 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
11405 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
11406 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
11408 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
11410 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
11412 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
11413 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
11415 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
11416 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
11418 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
11419 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
11421 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
11422 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
11424 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
11425 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
11427 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
11428 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
11430 * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
11431 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
11432 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
11434 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
11436 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
11437 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
11439 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
11441 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
11443 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
11445 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
11447 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
11449 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
11451 * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
11452 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
11454 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
11455 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
11456 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
11457 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
11459 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
11461 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
11463 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
11465 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
11467 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
11468 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
11470 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
11471 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
11473 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
11474 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
11476 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
11477 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
11479 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
11481 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
11483 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
11484 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
11486 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
11487 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
11489 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
11490 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
11492 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
11493 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
11494 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
11495 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
11497 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
11498 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
11500 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
11501 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
11503 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
11505 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
11507 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
11509 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
11511 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
11513 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
11515 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
11516 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
11518 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
11519 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
11521 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
11522 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
11524 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
11526 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
11528 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
11530 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
11532 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
11534 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
11536 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
11537 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
11539 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
11541 2014-06-23 Will Newton <will.newton@linaro.org>
11542 Wilco <wdijkstr@arm.com>
11544 * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
11545 implementation. Include get-rounding-mode.h.
11546 [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
11547 [!libc_feholdsetround_noex_ctx]: Define
11548 libc_feholdsetround_noex_ctx.
11549 [!libc_feholdsetround_noexf_ctx]: Define
11550 libc_feholdsetround_noexf_ctx.
11551 [!libc_feholdsetround_noexl_ctx]: Define
11552 libc_feholdsetround_noexl_ctx.
11553 (libc_feholdsetround_ctx): New function.
11554 (libc_feresetround_ctx): New function.
11555 (libc_feholdsetround_noex_ctx): New function.
11556 (libc_feresetround_noex_ctx): New function.
11558 2014-06-23 Roland McGrath <roland@hack.frob.com>
11560 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
11561 * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
11562 * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
11563 * sysdeps/mips/nptl/bits/semaphore.h: ... here.
11564 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
11565 * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
11567 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
11568 * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
11569 * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
11570 * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
11571 * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
11572 * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
11573 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
11574 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
11575 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
11576 * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
11577 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
11579 * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
11581 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
11582 * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
11583 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
11584 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
11585 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
11587 * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
11588 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
11589 * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
11590 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
11591 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
11592 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
11593 * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
11594 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
11596 * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
11597 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
11599 * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
11600 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
11601 * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
11602 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
11604 * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
11605 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
11606 * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
11607 * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
11608 * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
11609 * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
11610 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
11611 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
11612 * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
11613 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
11615 * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
11617 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
11618 * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
11619 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
11620 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
11621 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
11622 * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
11623 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
11624 * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
11625 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
11626 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
11627 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
11628 * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
11629 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
11631 * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
11632 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
11633 * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
11634 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
11635 * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
11636 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
11638 * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
11639 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
11640 * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
11641 * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
11642 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
11644 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
11645 * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
11646 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
11647 * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
11648 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
11649 * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
11650 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
11651 * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
11652 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
11653 * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
11654 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
11655 * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
11656 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
11657 * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
11658 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
11659 * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
11660 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
11661 * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
11662 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
11663 * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
11664 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
11665 * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
11666 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
11667 * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
11668 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
11669 * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
11670 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
11671 * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
11673 2014-06-23 Joseph Myers <joseph@codesourcery.com>
11675 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
11676 (FALLOC_FL_COLLAPSE_RANGE): New macro.
11677 [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
11678 * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
11679 (IPV6_PMTUDISC_INTERFACE): Likewise.
11680 (IPV6_PMTUDISC_OMIT): Likewise.
11682 2014-06-23 Andreas Schwab <schwab@suse.de>
11684 * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
11685 Remove unused errout label.
11687 2014-06-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11689 * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
11690 macro: hardware supports Vector Crypto instructions.
11692 2014-06-23 Will Newton <will.newton@linaro.org>
11694 * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
11695 rather than __builtin_expect.
11697 * elf/dl-lookup.c (undefined_msg): Remove variable.
11698 (_dl_lookup_symbol_x): Replace undefined_msg with string
11701 * elf/dl-lookup.c (do_lookup_unique): New function.
11702 (do_lookup_x): Move STB_GNU_UNIQUE handling code
11703 to a separate function.
11705 2014-06-23 Andreas Schwab <schwab@suse.de>
11708 * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
11709 before reading the next line.
11711 2014-06-23 Will Newton <will.newton@linaro.org>
11713 * test-skeleton.c (signal_handler): Use printf and %m
11714 rather than perror. Use printf rather than fprintf to
11715 stderr. Use puts rather than fputs to stderr.
11718 2014-06-22 Ludovic Courtès <ludo@gnu.org>
11720 * nscd/nscd.c (thread_info_t): Remove typedef.
11721 (thread_info): Remove variable.
11723 2014-06-21 Allan McRae <allan@archlinux.org>
11725 * NEWS: Mention CVE-2014-4043.
11727 2014-06-20 Roland McGrath <roland@hack.frob.com>
11729 * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
11730 * nptl/smp.h: ... here.
11732 * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
11734 * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
11735 * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
11736 * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
11737 * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
11739 * nptl/allocatestack.c: Include <stack-aliasing.h>.
11740 * nptl/stack-aliasing.h: New file.
11741 * sysdeps/i386/i686/stack-aliasing.h: New file.
11742 * sysdeps/i386/i686/nptl/Makefile: File removed.
11743 * sysdeps/x86_64/stack-aliasing.h: New file.
11744 * sysdeps/x86_64/nptl/Makefile
11745 (CFLAGS-pthread_create.c): Variable removed.
11747 * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
11748 * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
11750 * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
11751 * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
11754 2014-06-21 Joseph Myers <joseph@codesourcery.com>
11756 * sysdeps/unix/sysv/linux/arm/kernel-features.h
11757 (__ASSUME_SIGFRAME_V2): Remove macro.
11758 * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
11759 [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
11760 (__default_sa_restorer_v2): Rename to __default_sa_restorer.
11761 (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
11762 * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
11763 Declare as function. Remove conditional macro definitions.
11764 (__default_rt_sa_restorer): Likewise.
11765 (__default_sa_restorer_v1): Remove declaration.
11766 (__default_sa_restorer_v2): Likewise.
11767 (__default_rt_sa_restorer_v1): Likewise.
11768 (__default_rt_sa_restorer_v2): Likewise.
11769 * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
11770 __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
11771 __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
11773 2014-06-20 Roland McGrath <roland@hack.frob.com>
11775 * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
11776 (libpthread-routines): Add sysdep.
11777 * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
11778 * sysdeps/unix/sysv/linux/sparc/Versions
11779 (libpthread: GLIBC_2.3.3): New version set.
11780 * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
11781 * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
11782 * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
11783 * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
11784 * sysdeps/sparc/nptl/internaltypes.h: ... here. Use #include_next.
11785 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
11787 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
11788 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
11789 * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
11790 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
11791 * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
11792 * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
11793 * sysdeps/sparc/nptl/sem_init.c: ... here.
11794 * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
11795 * sysdeps/sparc/nptl/sem_post.c: ... here.
11796 * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
11797 * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
11798 * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
11799 * sysdeps/sparc/nptl/sem_wait.c: ... here.
11800 * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
11801 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
11802 * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
11803 (libpthread-routines): Add cpu_relax.
11804 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
11806 * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
11807 (librt: GLIBC_2.3.3): New version set.
11808 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
11809 * sysdeps/sparc/sparc64/nptl/Makefile: New file.
11810 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
11811 (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
11812 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
11813 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
11814 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
11815 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
11817 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
11818 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
11819 * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
11820 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
11821 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
11822 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
11823 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
11824 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
11825 * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
11826 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
11828 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
11830 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
11832 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
11834 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
11836 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
11838 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
11840 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
11842 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
11844 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
11846 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
11848 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
11850 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
11851 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
11852 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
11853 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
11854 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
11855 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
11856 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
11857 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
11858 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
11859 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
11860 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
11862 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
11863 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
11864 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
11865 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
11866 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
11868 2014-06-20 Joseph Myers <joseph@codesourcery.com>
11870 * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
11871 * nptl/pthread_rwlock_timedrdlock.c: Likewise.
11872 * nptl/pthread_rwlock_timedwrlock.c: Likewise.
11873 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
11874 * nscd/nscd.c: Likewise.
11875 * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
11876 * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
11877 * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
11878 * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
11880 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
11881 <kernel-features.h>.
11882 (init_mq_netlink): Remove conditional have_sock_cloexec
11883 definitions. Remove code conditional on have_sock_cloexec < 0.
11884 (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
11885 (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
11886 * sysdeps/unix/sysv/linux/opensock.c: Do not include
11887 <kernel-features.h>.
11888 (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
11889 (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
11891 2014-06-20 H.J. Lu <hongjiu.lu@intel.com>
11893 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
11894 Add tests for memset_chk and memset.
11896 * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
11899 2014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
11902 * elf/tst-dl-iter-static.c: New file.
11903 * elf/Makefile (tests-static): Add tst-dl-iter-static.
11905 * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
11908 2014-06-20 Joseph Myers <joseph@codesourcery.com>
11910 * sysdeps/unix/sysv/linux/kernel-features.h
11911 (__ASSUME_F_GETOWN_EX): Remove macro.
11912 * sysdeps/unix/sysv/linux/fcntl.c: Do not include
11913 <kernel-features.h>.
11914 (miss_F_GETOWN_EX): Remove variable or macro.
11915 (do_fcntl): Do not check miss_F_GETOWN_EX.
11916 (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
11918 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
11920 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
11921 [!__ASSUME_AT_RANDOM]: Remove conditional code.
11922 (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
11924 * sysdeps/unix/sysv/linux/kernel-features.h
11925 (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
11926 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
11927 [ADJ_OFFSET_SS_READ]: Make code unconditional.
11928 (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
11930 2014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
11933 * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
11934 Fix calculation of the symbol's value.
11935 * sysdeps/arm/tst-armtlsdescloc.c: New file.
11936 * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
11937 * sysdeps/arm/tst-armtlsdescextnow.c: New file.
11938 * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
11939 * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
11940 * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
11941 * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
11942 `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
11943 (modules-names): Add `tst-armtlsdescmod',
11944 `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
11945 (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
11946 (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
11947 (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
11948 (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
11949 (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
11950 (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
11951 ($(objpfx)tst-armtlsdescloc): New dependency.
11952 ($(objpfx)tst-armtlsdescextnow): Likewise.
11953 ($(objpfx)tst-armtlsdescextlazy): Likewise.
11954 * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
11955 TLS scheme support.
11956 * sysdeps/arm/configure: Regenerate.
11958 2014-06-20 Joseph Myers <joseph@codesourcery.com>
11960 * include/fcntl.h (__atfct_seterrno): Remove prototype.
11961 (__atfct_seterrno_2): Likewise.
11962 * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
11963 <kernel-features.h>.
11964 (__ASSUME_ATFCTS): Do not undefine and redefine.
11965 * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
11966 (__have_atfcts): Remove conditional definition.
11967 (__fxstatat([__NR_fstatat64]: Make code unconditional.
11968 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
11969 unreachable if [__ASSUME_ATFCTS].
11970 * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
11971 not undefine and redefine.
11972 * sysdeps/unix/sysv/linux/faccessat.c: Do not include
11973 <kernel-features.h>.
11974 (faccessat) [__NR_faccessat]: Make code unconditional.
11975 (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
11976 * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
11977 <kernel-features.h>.
11978 (fchmodat) [__NR_fchmodat]: Make code unconditional.
11979 (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
11980 * sysdeps/unix/sysv/linux/fchownat.c: Do not include
11981 <kernel-features.h>.
11982 (fchownat) [__NR_fchownat]: Make code unconditional.
11983 (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
11984 * sysdeps/unix/sysv/linux/futimesat.c: Do not include
11985 <kernel-features.h>.
11986 (futimesat) [__NR_futimesat]: Make code unconditional.
11987 (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
11988 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
11989 <kernel-features.h>.
11990 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
11991 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11992 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
11993 <kernel-features.h>.
11994 (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
11995 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
11996 * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
11997 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
11998 <kernel-features.h>.
11999 (__fxstatat) [__NR_fstatat64]: Make code unconditional.
12000 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
12001 * sysdeps/unix/sysv/linux/linkat.c: Do not include
12002 <kernel-features.h>.
12003 (linkat) [__NR_linkat]: Make code unconditional.
12004 (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
12005 * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
12006 * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
12007 <kernel-features.h>.
12008 (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
12009 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
12010 * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
12011 <kernel-features.h>.
12012 (mkdirat) [__NR_mkdirat]: Make code unconditional.
12013 (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
12014 * sysdeps/unix/sysv/linux/openat.c: Do not include
12015 <kernel-features.h>.
12016 [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
12017 [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
12018 (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
12019 (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
12020 * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
12021 * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
12022 <kernel-features.h>.
12023 (readlinkat) [__NR_readlinkat]: Make code unconditional.
12024 (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code. Return
12025 result of INLINE_SYSCALL directly, not via int variable.
12026 * sysdeps/unix/sysv/linux/renameat.c: Do not include
12027 <kernel-features.h>.
12028 [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
12029 (renameat) [__NR_renameat]: Make code unconditional.
12030 (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
12031 * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
12032 * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
12033 * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
12034 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
12035 (__ASSUME_ATFCTS): Do not undefine and redefine.
12036 * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
12037 <kernel-features.h>.
12038 (symlinkat) [__NR_symlinkat]: Make code unconditional.
12039 (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
12040 * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
12041 <kernel-features.h>.
12042 (unlinkat) [__NR_unlinkat]: Make code unconditional.
12043 (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
12044 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
12045 (__ASSUME_ATFCTS): Do not undefine and redefine.
12046 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
12047 <kernel-features.h>.
12048 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
12049 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
12050 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
12051 <kernel-features.h>.
12052 (__xmknodat) [__NR_mknodat]: Make code unconditional.
12053 (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
12055 2014-06-20 H.J. Lu <hongjiu.lu@intel.com>
12057 * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
12059 2014-06-20 Andreas Schwab <schwab@linux-m68k.org>
12062 * posix/regcomp.c (parse_reg_exp): Deallocate partially
12063 constructed tree before returning error.
12064 * posix/bug-regexp36.c: Expand test case.
12066 2014-06-20 Stefan Liebler <stli@linux.vnet.ibm.com>
12069 * math/libm-test.inc (scalbln_test_date):
12070 Add errno expectations.
12071 * math/w_scalblnf.c: New File.
12072 Add wrapper which checks for setting errno to ERANGE.
12073 Add weak_alias for corresponding scalbln function.
12074 * math/w_scalbln.c: Likewise.
12075 * math/w_scalblnl.c: Likewise.
12076 * math/Makefile (libm-calls): Add w_scalbln.
12077 * sysdeps/ieee754/flt-32/s_scalblnf.c:
12078 Remove weak_alias for corresponding scalbln function.
12079 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
12080 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
12081 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
12082 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
12083 * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
12084 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
12085 * sysdeps/i386/fpu/s_scalbn.S: Likewise.
12086 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
12087 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
12088 * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
12089 Remove long_double_symbol for scalblnl function in libm, libc.
12090 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
12091 Add wrapper which checks for setting errno to ERANGE.
12092 Add long_double_symbol for scalblnl function in libm, libc.
12093 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
12094 Remove long_double_symbol for scalblnl in libm.
12095 * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
12096 Add wrapper which checks for setting errno to ERANGE.
12097 Add long_double_symbol for scalblnl function in libm.
12098 * sysdeps/ia64/fpu/w_scalblnf.c: New File.
12099 Do not use wrapper because of own implementation.
12101 2014-06-19 H.J. Lu <hongjiu.lu@intel.com>
12103 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
12104 3 bytes for __pad1 for x32.
12105 (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
12107 2014-06-19 Ling Ma <ling.ml@alibaba-inc.com>
12108 H.J. Lu <hongjiu.lu@intel.com>
12110 * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
12111 * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
12112 * sysdeps/x86_64/multiarch/memset.S: Likewise.
12113 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
12114 * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
12116 2014-06-19 Andreas Schwab <schwab@linux-m68k.org>
12119 * posix/regcomp.c (parse_expression): Deallocate partially
12120 constructed tree before returning error.
12121 * posix/Makefile.c (tests): Add bug-regex36.
12122 (generated): Add bug-regex36.mtrace.
12123 (tests-special): Add $(objpfx)bug-regex36-mem.out
12124 (bug-regex36-ENV): New variable.
12125 ($(objpfx)bug-regex36-mem.out): New rule.
12126 * posix/bug-regex36.c: New file.
12128 2014-06-19 Will Newton <will.newton@linaro.org>
12130 * malloc/malloc.c (systrim): If extra is zero then return
12133 2014-06-19 Siddhesh Poyarekar <siddhesh@redhat.com>
12135 * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
12137 2014-06-19 Richard Earnshaw <rearnsha@arm.com>
12139 * sysdeps/aarch64/strchr.S: New file.
12141 2014-06-18 Joseph Myers <joseph@codesourcery.com>
12144 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
12145 from arguments -2 or below.
12146 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12147 * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
12149 2014-06-18 Andreas Schwab <schwab@suse.de>
12152 * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
12153 of a bracket expr not to run off the end of the string.
12154 * posix/Makefile (tests): Add tst-fnmatch3.
12155 * posix/tst-fnmatch3.c: New file.
12157 2014-06-18 Joseph Myers <joseph@codesourcery.com>
12159 * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
12160 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12161 [$(cross-compiling) = no]: Likewise.
12162 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12163 [$(cross-compiling) = no]: Likewise.
12165 2014-16-17 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
12168 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
12169 double, adjusted for any remainder from the high double.
12170 * math/libm-test.inc (nearbyint): Add tests.
12173 2014-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12175 * nptl/sysdeps/powerpc/Makefile: Moved ...
12176 * sysdeps/powerpc/nptl/Makefile: ... here.
12177 * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
12178 * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
12179 * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
12180 * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
12181 * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
12182 * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
12183 * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
12184 * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
12185 * nptl/sysdeps/powerpc/tls.h: Moved ...
12186 * sysdeps/powerpc/nptl/tls.h: ... here.
12188 2014-06-16 Joseph Myers <joseph@codesourcery.com>
12191 * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
12192 * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
12193 * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
12194 * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
12195 * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
12196 * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
12197 * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
12198 * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
12199 * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
12201 2014-06-17 Andreas Schwab <schwab@linux-m68k.org>
12203 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
12205 2014-06-16 Andreas Schwab <schwab@linux-m68k.org>
12207 * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
12210 * scripts/cross-test-ssh.sh (timeoutfactor): Default to
12213 2014-06-16 Florian Weimer <fweimer@redhat.com>
12216 * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
12217 non-executed part of the test.
12219 2014-06-16 Andreas Schwab <schwab@suse.de>
12221 * string/bits/string2.h (strdup, strndup): Update feature guard.
12223 2014-06-14 David S. Miller <davem@davemloft.net>
12225 * sysdeps/sparc/fpu/libm-test-ulps: Update.
12227 2014-06-14 Andreas Schwab <schwab@linux-m68k.org>
12229 * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
12230 that was previously under [RESET_PID].
12231 * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
12233 * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
12234 * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
12235 * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
12236 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12237 (__libc_vfork): New strong alias.
12238 * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
12240 2014-06-14 Andi Kleen <ak@linux.intel.com>
12242 * sysdeps/generic/elide.h: New file.
12244 2014-06-13 Stefan Liebler <stli@linux.vnet.ibm.com>
12246 * Makefile (installed-headers): Adjust path of pthread.h header.
12248 2014-06-13 Roland McGrath <roland@hack.frob.com>
12250 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
12251 * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
12252 * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
12253 * sysdeps/s390/nptl/bits/semaphore.h: ... here.
12255 * nptl/sysdeps/s390/Makefile: Moved ...
12256 * sysdeps/s390/nptl/Makefile: ... here.
12257 * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
12258 * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
12259 * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
12260 * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
12261 * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
12262 * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
12263 * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
12264 * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
12265 * nptl/sysdeps/s390/pthreaddef.h: Moved ...
12266 * sysdeps/s390/nptl/pthreaddef.h: ... here.
12267 * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
12268 * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
12269 * nptl/sysdeps/s390/tls.h: Moved ...
12270 * sysdeps/s390/nptl/tls.h: ... here.
12272 * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
12273 * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
12275 2014-06-13 David S. Miller <davem@davemloft.net>
12277 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
12278 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
12279 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
12280 * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
12281 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
12282 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
12283 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
12284 * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
12285 * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
12286 * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
12287 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
12288 Remove RESET_PID cpp guards.
12289 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
12290 Remove RESET_PID cpp guards.
12291 * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
12293 2014-06-13 Andreas Schwab <schwab@linux-m68k.org>
12295 * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
12298 2014-06-13 Andi Kleen <ak@linux.intel.com>
12300 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
12301 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
12302 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
12303 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
12304 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
12305 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
12306 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
12307 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
12308 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
12309 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
12310 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
12311 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
12312 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
12313 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
12314 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
12315 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
12316 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
12317 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
12318 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
12319 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
12321 * nptl/pthread_rwlock_rdlock.c: Include elide.h.
12322 (pthread_rwlock_rdlock): Add elision.
12323 * nptl/pthread_rwlock_wrlock.c: Include elide.h.
12324 (pthread_rwlock_wrlock): Add elision.
12325 * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
12326 (pthread_rwlock_trywrlock): Add elision.
12327 * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
12328 (pthread_rwlock_tryrdlock): Add elision.
12329 * nptl/pthread_rwlock_unlock.c: Include elide.h.
12330 (pthread_rwlock_tryrdlock): Add elision unlock.
12331 * nptl/sysdeps/pthread/pthread.h:
12332 (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
12333 (PTHREAD_RWLOCK_INITIALIZER,
12334 PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
12335 Handle new elision field.
12336 * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
12337 * sysdeps/arm/nptl/bits/pthreadtypes.h
12338 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12339 * sysdeps/sh/nptl/bits/pthreadtypes.h
12340 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12341 * sysdeps/tile/nptl/bits/pthreadtypes.h
12342 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12343 * sysdeps/a/nptl/bits/pthreadtypes.h
12344 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12345 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
12346 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12347 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
12348 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12349 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
12350 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12351 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
12352 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12353 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
12354 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12355 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
12356 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12357 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
12358 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12359 * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
12360 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12361 * sysdeps/unix/sysv/linux/x86/elision-conf.c:
12362 (elision_init): Set try_xbegin to zero when no RTM.
12363 * sysdeps/x86/nptl/bits/pthreadtypes.h
12364 (pthread_rwlock_t): Change __pad1 to __rwelision.
12365 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12367 2014-06-13 Andi Kleen <ak@linux.intel.com>
12369 * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
12370 Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
12371 * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
12372 Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
12374 2014-06-13 Meador Inge <meadori@codesourcery.com>
12377 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
12378 that the cached result has been set before returning it.
12380 2014-06-12 Roland McGrath <roland@hack.frob.com>
12382 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
12383 * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
12384 * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
12385 * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
12386 * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
12387 * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
12389 * nptl/sysdeps/sparc/Makefile: Moved ...
12390 * sysdeps/sparc/nptl/Makefile: ... here.
12391 * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
12392 * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
12393 * nptl/sysdeps/sparc/tls.h: Moved ...
12394 * sysdeps/sparc/nptl/tls.h: ... here.
12395 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
12396 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
12397 * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
12398 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
12399 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
12400 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
12401 * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
12402 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
12403 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
12404 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
12405 * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
12406 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
12407 * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
12408 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
12409 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
12410 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
12411 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
12412 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
12414 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
12415 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
12417 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
12418 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
12420 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
12421 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
12424 * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12426 * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
12427 * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
12429 * sysdeps/pthread/posix-timer.h: Include <list.h>.
12430 (struct list_links): Type removed.
12431 (struct thread_node, struct timer_node): Replace struct list_links
12432 with struct list_head.
12433 (list_unlink_ip): Likewise.
12434 * sysdeps/pthread/timer_routines.c
12435 (timer_free_list, thread_free_list, thread_active_list): Likewise.
12436 (list_append, list_insbefore): Likewise.
12437 (list_init): Function removed.
12438 (thread_init, init_module): Use INIT_LIST_HEAD instead.
12439 * sysdeps/nptl/Makefile: Move tst-timer bits to ...
12440 * sysdeps/pthread/Makefile: ... here, new file.
12442 * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
12443 * sysdeps/nptl/Implies: ... here.
12444 * sysdeps/unix/sysv/linux/Implies: Add nptl.
12445 * nptl/sysdeps/pthread/list.h: Moved ...
12446 * include/list.h: ... here.
12447 * nptl/sysdeps/pthread/createthread.c: Moved ...
12448 * nptl/createthread.c: ... here.
12449 * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
12450 * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
12451 * nptl/pt-longjmp.c: ... here.
12452 * nptl/sysdeps/pthread/Makefile: Moved ...
12453 * sysdeps/nptl/Makefile: ... here.
12454 * nptl/sysdeps/pthread/Subdirs: Moved ...
12455 * sysdeps/nptl/Subdirs: ... here.
12456 * nptl/sysdeps/pthread/aio_misc.h: Moved ...
12457 * sysdeps/nptl/aio_misc.h: ... here.
12458 * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
12459 * sysdeps/nptl/bits/libc-lock.h: ... here.
12460 * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
12461 * sysdeps/nptl/bits/libc-lockP.h: ... here.
12462 * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
12463 * sysdeps/nptl/bits/stdio-lock.h: ... here.
12464 * nptl/sysdeps/pthread/configure: Moved ...
12465 * sysdeps/nptl/configure: ... here.
12466 * nptl/sysdeps/pthread/configure.ac: Moved ...
12467 * sysdeps/nptl/configure.ac: ... here.
12468 * nptl/sysdeps/pthread/gai_misc.h: Moved ...
12469 * sysdeps/nptl/gai_misc.h: ... here.
12470 * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
12471 * sysdeps/nptl/librt-cancellation.c: ... here.
12472 * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
12473 * sysdeps/nptl/malloc-machine.h: ... here.
12474 * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
12475 * sysdeps/nptl/pthread-functions.h: ... here.
12476 * nptl/sysdeps/pthread/pthread.h: Moved ...
12477 * sysdeps/nptl/pthread.h: ... here.
12478 * nptl/sysdeps/pthread/setxid.h: Moved ...
12479 * sysdeps/nptl/setxid.h: ... here.
12480 * nptl/sysdeps/pthread/sigfillset.c: Moved ...
12481 * sysdeps/nptl/sigfillset.c: ... here.
12482 * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
12483 * sysdeps/nptl/tcb-offsets.h: ... here.
12484 * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
12485 * sysdeps/nptl/tst-mqueue8x.c: ... here.
12486 * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
12487 * sysdeps/nptl/unwind-forcedunwind.c: ... here.
12488 * nptl/sysdeps/pthread/allocalim.h: Moved ...
12489 * sysdeps/pthread/allocalim.h: ... here.
12490 * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
12491 * sysdeps/pthread/bits/sigthread.h: ... here.
12492 * nptl/sysdeps/pthread/flockfile.c: Moved ...
12493 * sysdeps/pthread/flockfile.c: ... here.
12494 * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
12495 * sysdeps/pthread/ftrylockfile.c: ... here.
12496 * nptl/sysdeps/pthread/funlockfile.c: Moved ...
12497 * sysdeps/pthread/funlockfile.c: ... here.
12498 * nptl/sysdeps/pthread/posix-timer.h: Moved ...
12499 * sysdeps/pthread/posix-timer.h: ... here.
12500 * nptl/sysdeps/pthread/timer_create.c: Moved ...
12501 * sysdeps/pthread/timer_create.c: ... here.
12502 * nptl/sysdeps/pthread/timer_delete.c: Moved ...
12503 * sysdeps/pthread/timer_delete.c: ... here.
12504 * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
12505 * sysdeps/pthread/timer_getoverr.c: ... here.
12506 * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
12507 * sysdeps/pthread/timer_gettime.c: ... here.
12508 * nptl/sysdeps/pthread/timer_routines.c: Moved ...
12509 * sysdeps/pthread/timer_routines.c: ... here.
12510 * nptl/sysdeps/pthread/timer_settime.c: Moved ...
12511 * sysdeps/pthread/timer_settime.c: ... here.
12512 * nptl/sysdeps/pthread/tst-timer.c: Moved ...
12513 * sysdeps/pthread/tst-timer.c: ... here.
12514 * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
12515 * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
12517 * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
12518 * nptl/sysdeps/pthread/sigprocmask.c: File removed.
12520 * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
12521 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
12522 * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
12523 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
12524 Update #include target.
12525 * nptl/sysdeps/i386/i686/Makefile: Moved ...
12526 * sysdeps/i386/i686/nptl/Makefile: ... here.
12527 * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
12528 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
12529 Update #include target.
12530 * nptl/sysdeps/i386/i686/tls.h: Moved ...
12531 * sysdeps/i386/i686/nptl/tls.h: ... here. Use #include_next.
12532 * nptl/sysdeps/i386/Makefile: Moved ...
12533 * sysdeps/i386/nptl/Makefile: ... here.
12534 * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
12535 * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
12536 * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
12537 * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
12538 * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
12539 * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
12540 * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
12541 * nptl/sysdeps/i386/pthreaddef.h: Moved ...
12542 * sysdeps/i386/nptl/pthreaddef.h: ... here.
12543 * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
12544 * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
12545 * nptl/sysdeps/i386/tls.h: Moved ...
12546 * sysdeps/i386/nptl/tls.h: ... here.
12548 * sysdeps/sh/Makefile [$(subdir) = csu]
12549 (gen-as-const-headers): Add tcb-offsets.sym.
12550 * nptl/sysdeps/sh/Makefile: File removed.
12551 * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
12552 * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
12553 * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
12554 * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
12555 * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
12556 * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
12557 * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
12558 * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
12559 * nptl/sysdeps/sh/pthreaddef.h: Moved ...
12560 * sysdeps/sh/nptl/pthreaddef.h: ... here.
12561 * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
12562 * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
12563 * nptl/sysdeps/sh/tls.h: Moved ...
12564 * sysdeps/sh/nptl/tls.h: ... here.
12565 * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
12566 * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
12567 * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
12568 * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
12569 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
12570 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
12571 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
12572 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
12573 * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
12574 * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
12575 * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
12576 * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
12577 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
12578 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
12579 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
12580 * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
12581 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
12582 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
12583 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
12584 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
12585 * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
12586 * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
12587 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
12588 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
12589 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
12591 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
12592 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
12594 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
12595 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
12596 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
12597 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
12598 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
12599 * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
12600 * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
12601 * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
12602 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
12603 * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
12604 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
12605 * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
12606 * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
12607 * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
12608 * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
12609 * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
12610 * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
12611 * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
12612 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
12614 2014-06-12 Stefan Liebler <stli@linux.vnet.ibm.com>
12616 * posix/spawn_faction_addopen.c: Include string.h.
12618 2014-06-11 Roland McGrath <roland@hack.frob.com>
12620 * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
12621 * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
12622 * nptl/sysdeps/x86_64/Makefile: Moved ...
12623 * sysdeps/x86_64/nptl/Makefile: ... here.
12624 * nptl/sysdeps/x86_64/configure: Moved ...
12625 * sysdeps/x86_64/nptl/configure: ... here.
12626 * nptl/sysdeps/x86_64/configure.ac: Moved ...
12627 * sysdeps/x86_64/nptl/configure.ac: ... here.
12628 * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
12629 * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
12630 * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
12631 * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
12632 * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
12633 * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
12634 * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
12635 * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
12636 * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
12637 * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
12638 * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
12639 * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
12640 * nptl/sysdeps/x86_64/tls.h: Moved ...
12641 * sysdeps/x86_64/nptl/tls.h: ... here.
12642 * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
12643 * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
12644 * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
12645 * sysdeps/x86_64/x32/nptl/tls.h: ... here.
12647 * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
12649 2014-06-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12651 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12653 2014-06-11 Joseph Myers <joseph@codesourcery.com>
12655 * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
12657 [POSIX] (off_t): Likewise.
12658 * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
12659 [POSIX] (S_ISBLK): Require macro.
12660 [POSIX] (S_ISCHR): Likewise.
12661 [POSIX] (S_ISDIR): Likewise.
12662 [POSIX] (S_ISFIFO): Likewise.
12663 [POSIX] (S_ISREG): Likewise.
12664 [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
12666 * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
12668 [POSIX] (time_t): Likewise.
12669 [POSIX] (timer_t): Likewise.
12671 2014-06-11 Florian Weimer <fweimer@redhat.com>
12674 * posix/spawn_int.h (struct __spawn_action): Make the path string
12675 non-const to support deallocation.
12676 * posix/spawn_faction_addopen.c
12677 (posix_spawn_file_actions_addopen): Make a copy of the pathname.
12678 * posix/spawn_faction_destroy.c
12679 (posix_spawn_file_actions_destroy): Adjust comment. Deallocate
12680 path in all spawn_do_open actions.
12681 * posix/tst-spawn.c (do_test): Exercise the copy operation in
12682 posix_spawn_file_actions_addopen.
12684 2014-06-11 Chris Metcalf <cmetcalf@tilera.com>
12686 * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
12687 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
12688 * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
12689 conditional code always true.
12690 (__libc_vfork): New alias.
12692 2014-06-11 Roland McGrath <roland@hack.frob.com>
12694 * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12695 * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
12697 * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
12699 * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12700 * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
12702 * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12703 * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
12705 * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12706 * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
12708 2014-06-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
12710 * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
12711 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
12712 multiarch strcmp for PPC64.
12713 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
12714 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
12715 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
12716 multiarch optimizations.
12717 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12718 (__libc_ifunc_impl_list): Likewise.
12720 2014-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
12722 * benchtests/scripts/validate_benchout.py: New script.
12723 * benchtests/Makefile (bench-func): Call it.
12724 * benchtests/scripts/benchout.schema.json: New file.
12726 2014-06-10 Chris Metcalf <cmetcalf@tilera.com>
12728 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
12729 * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
12730 * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
12731 * sysdeps/tile/nptl/bits/semaphore.h: ... here.
12732 * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
12733 * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
12734 * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
12735 * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
12736 * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
12737 * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
12738 * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
12739 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
12740 * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
12741 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
12742 * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
12743 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
12744 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
12746 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
12748 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
12750 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
12751 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
12753 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
12755 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
12757 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
12759 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
12761 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
12762 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
12764 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
12766 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
12768 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
12770 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
12772 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
12773 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
12775 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
12777 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
12779 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
12781 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
12783 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
12785 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
12787 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
12788 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
12790 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
12792 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
12794 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
12796 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
12798 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
12800 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
12802 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
12803 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
12805 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
12807 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
12809 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
12811 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
12813 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
12814 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
12816 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
12818 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
12820 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
12821 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
12823 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
12824 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
12826 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
12828 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
12830 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
12832 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
12834 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
12836 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
12838 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
12839 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
12841 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
12843 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
12845 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
12847 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
12848 * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
12849 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
12850 * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
12851 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
12853 * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
12855 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
12856 * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
12857 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
12858 * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
12859 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
12860 * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
12861 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
12862 * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
12863 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
12864 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
12865 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
12866 * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
12867 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
12869 * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
12870 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
12872 * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
12873 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
12874 * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
12875 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
12877 * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
12878 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
12879 * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
12880 * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
12881 * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
12882 * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
12883 * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
12885 2014-06-10 Wilco <wdijkstr@arm.com>
12887 * math/test-fenv-return.c: New file.
12888 * math/Makefile: Add new test test-fenv-return.
12890 2014-06-10 Joseph Myers <joseph@codesourcery.com>
12893 * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
12894 when x - 1 is zero.
12895 * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
12896 * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
12897 * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
12898 0.0L for an argument of 1.0L.
12899 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
12901 * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
12902 value when x - 1 is zero.
12903 * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
12904 * sysdeps/i386/fpu/libm-test-ulps: Update.
12905 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12907 2014-06-09 Bernard Ogden <bernie.ogden@linaro.org>
12910 * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
12912 2014-06-09 Roland McGrath <roland@hack.frob.com>
12914 * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
12915 * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
12917 2014-06-09 Roland McGrath <roland@hack.frob.com>
12919 * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12920 * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
12922 * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12923 * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
12925 * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12926 * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
12928 * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12929 * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
12931 * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
12932 if not already defined.
12933 (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
12934 * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
12935 * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
12936 (TLS_INIT_TP): Use it.
12937 (TLS_DEFINE_INIT_TP): New macro.
12938 * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
12940 2014-06-09 Joseph Myers <joseph@codesourcery.com>
12942 * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
12944 [POSIX] (IXANY): Likewise.
12945 [POSIX] (OLCUC): Likewise.
12946 [POSIX || POSIX2008] (CBAUD): Do not allow.
12947 [POSIX || POSIX2008] (DEFECHO): Likewise.
12948 [POSIX || POSIX2008] (ECHOCTL): Likewise.
12949 [POSIX || POSIX2008] (ECHOKE): Likewise.
12950 [POSIX || POSIX2008] (ECHOPRT): Likewise.
12951 [POSIX || POSIX2008] (EXTA): Likewise.
12952 [POSIX || POSIX2008] (EXTB): Likewise.
12953 [POSIX || POSIX2008] (FLUSHO): Likewise.
12954 [POSIX || POSIX2008] (LOBLK): Likewise.
12955 [POSIX || POSIX2008] (PENDIN): Likewise.
12956 [POSIX || POSIX2008] (SWTCH): Likewise.
12957 [POSIX || POSIX2008] (VDISCARD): Likewise.
12958 [POSIX || POSIX2008] (VDSUSP): Likewise.
12959 [POSIX || POSIX2008] (VLNEXT): Likewise.
12960 [POSIX || POSIX2008] (VREPRINT): Likewise.
12961 [POSIX || POSIX2008] (VSTATUS): Likewise.
12962 [POSIX || POSIX2008] (VWERASE): Likewise.
12963 (B*): Change to B[0123456789]*.
12964 * conform/data/time.h-data [POSIX || UNIX98]
12965 (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
12966 [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
12967 [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
12968 [POSIX] (tm_*): Do not allow.
12970 2014-06-07 Joseph Myers <joseph@codesourcery.com>
12972 * Makefile (install): Don't set LANGUAGE.
12973 * Makefile.in (install): Likewise.
12974 * assert/Makefile (test-assert-ENV): Remove variable.
12975 (test-assert-perr-ENV): Likewise.
12976 * elf/Makefile (neededtest4-ENV): Likewise.
12977 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12978 [$(cross-compiling) = no]: Don't set LANGUAGE.
12979 * io/ftwtest-sh (LANG): Remove variable.
12980 * libio/Makefile (tst-widetext-ENV): Likewise.
12981 * manual/install.texi (Running make install): Don't refer to
12982 environment settings for make install.
12983 * INSTALL: Regenerated.
12984 * nptl/tst-tls6.sh: Don't set LANG.
12985 * posix/globtest.sh (LANG): Remove variable.
12986 * string/Makefile (tester-ENV): Likewise.
12987 (inl-tester-ENV): Likewise.
12988 (noinl-tester-ENV): Likewise.
12989 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12990 [$(cross-compiling) = no]: Don't set LANGUAGE.
12991 * timezone/Makefile (build-testdata): Use $(built-program-cmd)
12992 without explicit environment settings.
12994 2014-06-06 Roland McGrath <roland@hack.frob.com>
12996 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
12997 * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
12998 * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
12999 * sysdeps/sh/nptl/bits/semaphore.h: ... here.
13001 2014-06-06 Chris Metcalf <cmetcalf@tilera.com>
13003 * crypt/crypt-private.h [DOS]: Add some includes taken from the
13004 other files in the crypt directory.
13005 * crypt/crypt.c: Remove duplicate includes.
13006 * crypt/crypt-entry.c: Likewise.
13007 * crypt/crypt_util.c: Likewise.
13009 2014-06-06 Joseph Myers <joseph@codesourcery.com>
13011 * Makeconfig (run-program-env): New variable.
13012 (run-program-prefix-before-env): Likewise.
13013 (run-program-prefix-after-env): Likewise.
13014 (run-program-prefix): Define in terms of new variables.
13015 (built-program-cmd-before-env): New variable.
13016 (built-program-cmd-after-env): Likewise.
13017 (built-program-cmd): Define in terms of new variables.
13018 (test-program-prefix-before-env): New variable.
13019 (test-program-prefix-after-env): Likewise.
13020 (test-program-prefix): Define in terms of new variables.
13021 (test-program-cmd-before-env): New variable.
13022 (test-program-cmd-after-env): Likewise.
13023 (test-program-cmd): Define in terms of new variables.
13024 * Rules (make-test-out): Use $(run-program-env).
13025 * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
13026 (help): Do not mention environment variables. Mention
13027 --timeoutfactor option.
13028 (timeoutfactor): New variable.
13029 (blacklist_exports): Remove function.
13030 (exports): Remove variable.
13031 (command): Do not include ${exports}.
13032 * manual/install.texi (Configuring and compiling): Do not mention
13033 test wrappers preserving environment variables. Mention that last
13034 assignment to a variable must take precedence.
13035 * INSTALL: Regenerated.
13036 * benchtests/Makefile (run-bench): Use $(run-program-env).
13037 * catgets/Makefile ($(objpfx)test1.cat): Use
13038 $(built-program-cmd-before-env), $(run-program-env) and
13039 $(built-program-cmd-after-env).
13040 ($(objpfx)test2.cat): Do not specify environment variables
13042 ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
13043 $(run-program-env) and $(built-program-cmd-after-env).
13044 ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
13045 $(run-program-env) and $(test-program-cmd-after-env).
13046 ($(objpfx)sample.SJIS.cat): Do not specify environment variables
13048 * catgets/test-gencat.sh: Use test_program_cmd_before_env,
13049 run_program_env and test_program_cmd_after_env arguments.
13050 * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
13051 * elf/tst-pathopt.sh: Use run_program_env argument.
13052 * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
13053 $(test-wrapper-env) and $(run-program-env).
13054 * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
13055 run_program_env arguments.
13056 * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
13057 * intl/Makefile ($(objpfx)tst-gettext.out): Use
13058 $(test-program-prefix-before-env), $(run-program-env) and
13059 $(test-program-prefix-after-env).
13060 ($(objpfx)tst-gettext2.out): Likewise.
13061 * intl/tst-gettext.sh: Use test_program_prefix_before_env,
13062 run_program_env and test_program_prefix_after_env arguments.
13063 * intl/tst-gettext2.sh: Likewise.
13064 * intl/tst-gettext4.sh: Do not set environment variables
13066 * intl/tst-gettext6.sh: Likewise.
13067 * intl/tst-translit.sh: Likewise.
13068 * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
13069 $(test-program-prefix-before-env), $(run-program-env) and
13070 $(test-program-prefix-after-env).
13071 * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
13072 run_program_env and test_program_prefix_after_env arguments.
13073 * math/Makefile (run-regen-ulps): Use $(run-program-env).
13074 * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
13075 * nptl/tst-tls6.sh: Use run_program_env argument. Set LANG=C
13076 explicitly with each use of ${test_wrapper_env}.
13077 * posix/Makefile ($(objpfx)wordexp-tst.out): Use
13078 $(test-program-prefix-before-env), $(run-program-env) and
13079 $(test-program-prefix-after-env).
13080 * posix/tst-getconf.sh: Do not set environment variables
13082 * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
13083 run_program_env and test_program_prefix_after_env arguments.
13084 * stdio-common/tst-printf.sh: Do not set environment variables
13086 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
13087 $(test-program-prefix-before-env), $(run-program-env) and
13088 $(test-program-prefix-after-env).
13089 * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
13090 run_program_env and test_program_prefix_after_env arguments.
13091 Split $test calls into $test_pre and $test.
13092 * timezone/Makefile (build-testdata): Use
13093 $(built-program-cmd-before-env), $(run-program-env) and
13094 $(built-program-cmd-after-env).
13096 2014-06-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13098 * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
13099 strlen for non SHARED builds.
13101 2014-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
13103 * nptl/allocatestack.c (check_list): Inlined function...
13104 (__reclaim_stacks): ... here.
13106 2014-06-05 Ondřej Bílka <neleai@seznam.cz>
13109 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
13112 2014-06-05 Joseph Myers <joseph@codesourcery.com>
13114 * Rules (make-test-out): Include
13115 LOCPATH=$(common-objpfx)localedata in default environment.
13116 * debug/Makefile (tst-chk1-ENV): Remove variable.
13117 (tst-chk2-ENV): Likewise.
13118 (tst-chk3-ENV): Likewise.
13119 (tst-chk4-ENV): Likewise.
13120 (tst-chk5-ENV): Likewise.
13121 (tst-chk6-ENV): Likewise.
13122 (tst-lfschk1-ENV): Likewise.
13123 (tst-lfschk2-ENV): Likewise.
13124 (tst-lfschk3-ENV): Likewise.
13125 (tst-lfschk4-ENV): Likewise.
13126 (tst-lfschk5-ENV): Likewise.
13127 (tst-lfschk6-ENV): Likewise.
13128 * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
13129 (tst-iconv7-ENV): Likewise.
13130 * intl/Makefile (LOCPATH-ENV): Likewise.
13131 (tst-codeset-ENV): Likewise.
13132 (tst-gettext3-ENV): Likewise.
13133 (tst-gettext5-ENV): Likewise.
13134 * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
13135 (tst-fopenloc-ENV): Likewise.
13136 (tst-fgetws-ENV): Remove variable.
13137 (tst-ungetwc1-ENV): Likewise.
13138 (tst-ungetwc2-ENV): Likewise.
13139 (bug-ungetwc2-ENV): Likewise.
13140 (tst-swscanf-ENV): Likewise.
13141 (bug-ftell-ENV): Likewise.
13142 (tst-fgetwc-ENV): Likewise.
13143 (tst-fseek-ENV): Likewise.
13144 (tst-ftell-partial-wide-ENV): Likewise.
13145 (tst-ftell-active-handler-ENV): Likewise.
13146 (tst-ftell-append-ENV): Likewise.
13147 * posix/Makefile (tst-fnmatch-ENV): Likewise.
13148 (tst-regexloc-ENV): Likewise.
13149 (bug-regex1-ENV): Likewise.
13150 (tst-regex-ENV): Likewise.
13151 (tst-regex2-ENV): Likewise.
13152 (bug-regex5-ENV): Likewise.
13153 (bug-regex6-ENV): Likewise.
13154 (bug-regex17-ENV): Likewise.
13155 (bug-regex18-ENV): Likewise.
13156 (bug-regex19-ENV): Likewise.
13157 (bug-regex20-ENV): Likewise.
13158 (bug-regex22-ENV): Likewise.
13159 (bug-regex23-ENV): Likewise.
13160 (bug-regex25-ENV): Likewise.
13161 (bug-regex26-ENV): Likewise.
13162 (bug-regex30-ENV): Likewise.
13163 (bug-regex32-ENV): Likewise.
13164 (bug-regex33-ENV): Likewise.
13165 (bug-regex34-ENV): Likewise.
13166 (bug-regex35-ENV): Likewise.
13167 (tst-rxspencer-ENV): Likewise.
13168 (tst-rxspencer-no-utf8-ENV): Likewise.
13169 * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
13170 (tst-sscanf-ENV): Likewise.
13171 (tst-swprintf-ENV): Likewise.
13172 (tst-swscanf-ENV): Likewise.
13173 (test-vfprintf-ENV): Likewise.
13174 (scanf13-ENV): Likewise.
13175 (bug14-ENV): Likewise.
13176 (tst-grouping-ENV): Likewise.
13177 * stdlib/Makefile (tst-strtod-ENV): Likewise.
13178 (tst-strtod3-ENV): Likewise.
13179 (tst-strtod4-ENV): Likewise.
13180 (tst-strtod5-ENV): Likewise.
13181 (testmb2-ENV): Likewise./
13182 * string/Makefile (tst-strxfrm-ENV): Likewise.
13183 (tst-strxfrm2-ENV): Likewise.
13184 (bug-strcoll1-ENV): Likewise.
13185 (test-strcasecmp-ENV): Likewise.
13186 (test-strncasecmp-ENV): Likewise.
13187 * time/Makefile (tst-strptime-ENV): Likewise.
13188 (tst-ftime_l-ENV): Likewise.
13189 * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
13190 (tst-mbrtowc-ENV): Likewise.
13191 (tst-wcrtomb-ENV): Likewise.
13192 (tst-mbrtowc2-ENV): Likewise.
13193 (tst-c16c32-1-ENV): Likewise.
13194 (tst-mbsnrtowcs-ENV): Likewise.
13196 2014-06-05 Ondřej Bílka <neleai@seznam.cz>
13198 * manual/resource.texi (How to get information about the memory
13199 subsystem?): Fix typo.
13200 Reported by Peon de la Parra Ivan <peon@keba.com>
13202 2014-06-03 Guo Yixuan <culu.gyx@gmail.com>
13205 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
13206 (pthread_spin_lock): Branch out of spin loop to proper location.
13207 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
13208 (pthread_spin_lock): Likewise.
13210 * nptl/tst-spin4.c: New test.
13211 * nptl/Makefile (tests): Add tst-spin4.
13213 2014-06-03 Andreas Schwab <schwab@suse.de>
13216 * resolv/res_send.c (send_dg): Reload file descriptor after
13219 2014-06-03 Stefan Liebler <stli@linux.vnet.ibm.com>
13221 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13223 2014-06-03 Richard Henderson <rth@redhat.com>
13225 * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
13226 * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
13227 * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
13228 SAVE_PID and RESTORE_PID blocks from pt-vfork.S. Map 0 to INT_MIN
13229 in the SAVE_PID block.
13230 (__libc_vfork): New alias.
13231 * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
13233 * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
13234 child in registers, not on the stack. Remove RESET_PID conditionals.
13235 * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
13237 2014-06-03 Marcus Shawcroft <marcus.shawcroft@arm.com>
13239 * sysdeps/aarch64/libm-test-ulps: Regenerate.
13241 2014-06-03 Wilco <wdijkstr@arm.com>
13243 * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
13244 (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
13245 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
13246 Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
13247 * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
13250 2014-06-03 Wilco <wdijkstr@arm.com>
13252 * sysdeps/aarch64/fpu/math_private.h
13253 (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
13254 (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
13255 (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
13256 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
13259 2014-06-03 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
13261 * crypt/crypt-private.h: Include ufc-crypt.h.
13262 (__b64_from_24bit): Declare extern.
13263 * crypt/crypt_util.c(__b64_from_24bit): New function.
13264 (b64t): New static const variable.
13265 * crypt/md5-crypt.c (b64_from_24bit): Remove function.
13266 (b64t): Remove variable.
13267 (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
13268 * crypt/sha256-crypt.c: Include crypt-private.h.
13269 (b64t): Remove variable.
13270 (__sha256_crypt_r): Remove b64_from_24bit and replace
13271 with __b64_from_24bit.
13272 * crypt/sha512-crypt.c: Likewise.
13274 2014-06-02 Roland McGrath <roland@hack.frob.com>
13276 * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
13277 * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
13278 Label the code __libc_vfork rather than __vfork.
13279 [!NOT_IN_libc] (vfork): Define as weak alias.
13280 [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
13281 * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
13282 * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
13284 2014-06-02 Siddhesh Poyarekar <siddhesh@redhat.com>
13286 * malloc/malloc.c (malloc_info): Fix format specifier for
13289 2014-06-02 Wilco <wdijkstr@arm.com>
13291 * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
13294 2014-06-02 Wilco <wdijkstr@arm.com>
13297 * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
13298 Rewrite to reduce FPCR/FPSR accesses.
13300 2014-06-01 David S. Miller <davem@davemloft.net>
13302 * sysdeps/sparc/fpu/libm-test-ulps: Update.
13304 2014-05-31 David S. Miller <davem@davemloft.net>
13306 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
13307 to occur in round to nearest mode when |x| >= 2.0
13309 2014-05-30 Richard Henderson <rth@twiddle.net>
13311 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
13312 (PSEUDO_RET_NOERRNO): Remove.
13313 (ret): Don't redefine.
13314 (ret_NOERRNO): Define in terms of ret.
13315 (ret_ERRVAL): Likewise.
13317 * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
13318 use of PSEUDO_RET; perform the error check directly.
13320 2014-05-30 Marko Myllynen <myllynen@redhat.com>
13322 * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
13325 2014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
13327 * malloc/malloc (malloc_info): Fix formatting.
13329 2014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
13330 Roland McGrath <roland@hack.frob.com>
13332 * malloc/malloc (malloc_info): Also print mmapped statistics.
13334 2014-05-30 Roland McGrath <roland@hack.frob.com>
13336 * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
13337 * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
13339 2014-05-30 Ondřej Bílka <neleai@seznam.cz>
13341 * malloc/malloc.c (malloc_info): Inline mi_arena.
13343 2014-05-29 Richard Henderson <rth@twiddle.net>
13345 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
13346 Remove comma before expanding ASM_ARGS_##nr.
13347 (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
13348 Make _x0 a strict output; make _x8 a strict input; adjust expansion
13350 (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
13351 (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
13352 (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
13353 (ASM_ARGS_1): Add leading comma.
13355 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
13356 (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
13357 to __errno_location.
13358 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
13359 Remove the expected plt for __errno_location.
13361 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13362 [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
13365 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13366 Always allocate 64 bytes of stack frame. Use ldp/stp to create
13367 it and break it down.
13368 (DOCARGS_0, DOCARGS_1): Do nothing.
13369 (DOCARGS_2): Update to store into the new stack frame.
13370 (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
13371 (UNDOCARGS_1): Update to restore from the new stack frame.
13372 (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
13373 (UNDOCARGS_5, UNDOCARGS_6): Likewise.
13375 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13376 (SINGLE_THREAD_P): New parameter for result regno.
13377 (PSEUDO): Update to match; use cbz instead of beq.
13379 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13380 Use ENTRY to define the _nocancel entry point. Share the syscall
13381 and syscall error check paths with the cancel path.
13384 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
13385 whitespace; tabs before and after asm mnemonics.
13387 2014-05-29 Eric Wong <normalperson@yhbt.net>
13390 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
13391 Call fstat64 or stat64 internally, depending on arguments passed.
13392 Replace stat buffer argument with file descriptor argument.
13393 (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
13394 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
13395 Pass fd to __internal_statvfs instead of calling fstat64.
13396 * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
13397 Pass fd to __internal_statvfs64 instead of calling fstat64.
13398 * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
13399 Pass -1 to __internal_statvfs instead of calling stat64.
13400 * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
13401 Pass -1 to __internal_statvfs64 instead of calling stat64.
13403 2014-05-28 Roland McGrath <roland@hack.frob.com>
13405 * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
13406 that was previously under [RESET_PID].
13407 * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
13409 * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
13410 * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
13412 2014-05-27 Roland McGrath <roland@hack.frob.com>
13414 * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
13416 * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
13417 * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
13419 2014-05-27 Ondřej Bílka <neleai@seznam.cz>
13421 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
13423 2014-05-27 Andreas Schwab <schwab@suse.de>
13425 * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
13427 * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
13428 * elf/rtld.c (init_tls, dl_main): Likewise.
13429 * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
13430 * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
13431 * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
13432 * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
13433 * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
13434 * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
13435 * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
13436 * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
13437 * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
13438 * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
13439 * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
13440 * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
13441 * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
13442 * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
13443 * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
13444 * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
13445 * sysdeps/generic/tls.h: Update description.
13447 2014-05-27 Will Newton <will.newton@linaro.org>
13450 * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
13451 and restore r2 rather than just restoring.
13453 2014-05-27 Siddhesh Poyarekar <siddhesh@redhat.com>
13456 * libio/tst-ftell-append.c: New test case.
13457 * libio/Makefile (tests): Add test case.
13458 * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
13460 * libio/wfileops.c (do_ftell_wide): Likewise.
13462 2014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13464 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13466 * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
13468 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
13469 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
13470 * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
13471 * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
13472 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
13473 * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
13474 * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
13475 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
13476 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
13478 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
13479 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
13481 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
13482 * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
13483 * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
13484 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
13485 * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
13486 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
13488 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
13489 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
13491 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
13493 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
13495 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
13496 * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
13497 * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
13499 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
13500 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
13501 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
13502 * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
13504 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
13506 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
13507 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
13509 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
13510 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
13512 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
13513 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
13515 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
13517 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
13519 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
13520 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
13522 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
13524 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
13525 conditional [RESET_PID].
13526 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
13527 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
13529 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
13532 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
13534 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13535 (__libc_vfork): New strong alias.
13536 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
13538 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
13541 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
13543 (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
13544 (__libc_vfork): New strong alias.
13545 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
13547 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
13550 2014-05-26 Carlos O'Donell <carlos@redhat.com>
13552 * malloc/malloc.c (mi_arena): New function.
13553 (malloc_info): Remove nested function mi_arena. Call non-nosted
13556 2014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13558 * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
13560 * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
13561 * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
13562 * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
13563 * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
13564 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
13565 * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
13566 * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
13568 2014-05-26 Andreas Schwab <schwab@suse.de>
13571 * locale/programs/repertoire.c (repertoire_read): Add slash
13572 between I18NPATH element and file name.
13573 * locale/programs/locfile.c (locfile_read): Likewise.
13575 2014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
13577 * nptl/pthread_mutexattr_settype.c
13578 (__pthread_mutexattr_settype):
13579 Disable lock elision for PTHREAD_MUTEX_NORMAL.
13581 2014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
13583 * nptl/tst-mutex5 (do_test):
13584 Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
13586 2014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
13588 * benchtests/README: Document 'init' directive.
13589 * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
13591 * scripts/bench.py (gen_source): Define BENCH_INIT macro.
13592 (parse_file): Recognize 'init' directive.
13594 2014-05-26 Kyle McMartin <kyle@redhat.com>
13597 * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
13598 alignment of struct pthread.
13600 2014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
13603 * nscd/netgroupcache.c (addgetnetgrentX): Look for
13604 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13605 * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
13606 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13608 2014-05-25 Richard Henderson <rth@twiddle.net>
13610 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13611 (SINGLE_THREAD_P_PIC): Remove.
13612 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
13613 (SINGLE_THREAD_P_PIC): Remove.
13615 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
13616 branch to syscall error ...
13617 (PSEUDO): ... here.
13618 [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
13619 from __local_syscall_error to .Lsyscall_error.
13620 [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
13621 (SYSCALL_ERROR): Update label name.
13623 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13624 Do not use DOARGS/UNDOARGS.
13625 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
13626 (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
13627 (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
13628 (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
13629 (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
13631 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
13634 * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
13635 define if !NOT_IN_libc.
13636 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
13637 define with non-default symbol versions.
13639 2014-05-23 Richard Henderson <rth@twiddle.net>
13641 * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
13642 (vfork, __vfork): Define via compat_symbol.
13644 * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
13645 [!HAVE_IFUNC] (vfork_compat): Remove.
13646 [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
13648 2014-05-23 Joseph Myers <joseph@codesourcery.com>
13651 * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
13652 * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
13655 2014-05-23 Richard Henderson <rth@twiddle.net>
13657 * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
13658 * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
13659 * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
13660 * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
13662 * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
13663 * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
13664 * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
13665 * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
13666 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
13667 * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
13668 * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
13669 * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
13670 * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
13671 * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
13672 * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
13673 * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
13674 * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
13675 * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
13676 * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
13677 * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
13678 * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
13679 * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
13680 * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
13681 * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
13682 * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
13683 * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
13684 * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
13685 * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
13686 * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
13687 * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
13688 * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
13689 * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
13690 * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
13691 * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
13692 * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
13693 * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
13694 * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
13695 * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
13696 * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
13697 * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
13698 * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
13699 * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
13700 * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
13701 * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
13702 * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
13703 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
13704 * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
13705 * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
13706 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
13707 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
13708 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
13709 * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
13710 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
13711 * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
13712 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
13713 * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
13714 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
13715 * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
13716 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
13717 * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
13719 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
13720 * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
13721 * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here. Restore PID
13722 before exiting on error.
13723 (__libc_vfork): New strong alias.
13724 * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
13725 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
13727 * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
13728 that was previously under [RESET_PID].
13729 * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
13731 * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
13733 2014-05-23 Joseph Myers <joseph@codesourcery.com>
13736 * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
13737 value when x - 1 is zero.
13738 * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
13739 * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
13740 * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
13741 0.0L for an argument of 1.0L.
13742 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
13744 * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
13745 value when x - 1 is zero.
13746 * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
13747 * sysdeps/i386/fpu/libm-test-ulps: Update.
13748 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13750 2014-05-23 Rasmus Villemoes <rv@rasmusvillemoes.dk>
13752 * manual/filesys.texi (Scanning Directory Content): Fix prototype of
13753 alphasort and versionsort.
13755 2014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13757 * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
13759 [copysignf]: Likewise.
13761 2014-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
13763 * crypt/md5-crypt.c: Fix formatting.
13765 2014-05-22 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
13767 * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
13768 (b64_from_24bit): New function.
13770 2014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13772 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
13773 libc_hidden_builtin_def to ifunc.
13774 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
13775 [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
13777 2014-05-21 Roland McGrath <roland@hack.frob.com>
13779 * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
13780 * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
13782 2014-05-21 Joseph Myers <joseph@codesourcery.com>
13784 * nscd/Depend (linuxthreads): Remove.
13786 * resolv/Depend (linuxthreads): Remove.
13787 * rt/Depend (linuxthreads): Remove.
13789 * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
13790 (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
13791 $(common-objpfx)elf/.
13792 (link-libc-before-gnulib): Likewise.
13793 (elfobjdir): Remove variable.
13794 * Makefile (install): Use $(elf-objpfx) instead of
13795 $(common-objpfx)elf/.
13796 * Makerules (link-libc-args): Use $(elf-objpfx) instead of
13798 (link-libc-deps): Likewise.
13799 ($(common-objpfx)libc.so): Likewise.
13800 ($(common-objpfx)linkobj/libc.so): Likewise.
13801 [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
13802 instead of $(common-objpfx)elf/.
13803 (symbolic-link-list): Likewise.
13804 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
13805 [$(cross-compiling) = no]: Likewise.
13806 * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
13808 (static-gnulib-arch): Likewise.
13809 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
13810 [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
13811 $(common-objpfx)elf/.
13813 2014-05-21 Richard Henderson <rth@redhat.com>
13815 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13816 (SINGLE_THREAD_P): Use the correct width load. Fold
13817 into the ldr offset.
13819 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
13820 (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
13822 2014-05-20 Joseph Myers <joseph@codesourcery.com>
13824 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
13825 (libgcc_s_resume): Use __attribute_used__.
13826 * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
13829 2014-05-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13831 * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
13832 optimization when used with float constants.
13834 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13836 2014-05-20 Aurelien Jarno <aurelien@aurel32.net>
13839 * locale/nl_langinfo_l.c: Make direct reference to every
13840 _nl_current_CATEGORY symbol.
13841 * localedata/Makefile (test-srcs): Add tst-langinfo-static.
13842 (tests-static): Add tst-langinfo-static.
13843 (tests-special): Add tst-langinfo-static.out.
13844 ($(objpfx)tst-langinfo.out): Redirect output.
13845 ($(objpfx)tst-langinfo-static.out): New.
13846 * localedata/tst-langinfo.sh: Send output to stdout.
13847 * localedata/tst-langinfo-static.c: New file.
13850 * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
13851 when the shift amount is modulo the limb size.
13853 2014-05-20 Richard Henderson <rth@redhat.com>
13856 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
13857 Change type of sa_flags from unsigned int to int.
13860 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
13862 * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
13864 2014-05-20 Will Newton <will.newton@linaro.org>
13866 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13867 Test the return value of the system call in the nocancel case.
13869 2014-05-20 Will Newton <will.newton@linaro.org>
13870 Yvan Roux <yvan.roux@linaro.org>
13872 * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
13873 #include of asm/ptrace.h.
13874 (PTRACE_GET_THREAD_AREA): Remove #undef.
13875 (PTRACE_GETHBPREGS): Likewise.
13876 (PTRACE_SETHBPREGS): Likewise.
13877 (struct user_regs_struct): New structure.
13878 (struct user_fpsimd_struct): New structure.
13879 * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
13880 #include of asm/ptrace.h and second #include of sys/user.h.
13881 (PTRACE_GET_THREAD_AREA): Remove #undef.
13882 (PTRACE_GETHBPREGS): Likewise.
13883 (PTRACE_SETHBPREGS): Likewise.
13884 (ELF_NGREG): Use new struct user_regs_struct.
13885 (elf_fpregset_t): Use new struct user_fpsimd_struct.
13887 2014-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13889 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
13890 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
13892 2014-05-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13895 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
13896 membar to avoid block loads/stores to overlap previous stores.
13898 2014-05-17 Richard Henderson <rth@redhat.com>
13900 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
13901 Create the __##syscall_name##_nocancel entry point.
13902 * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
13903 Remove; let the sysdep-cancel.h code create it.
13905 2014-05-17 David S. Miller <davem@davemloft.net>
13907 * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
13908 Protect with __USE_GNU.
13909 (TIOCSET_TEMPT): Likewise.
13910 (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
13911 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
13912 these are already provided in bits/ioctl-types.h
13914 2014-05-16 Roland McGrath <roland@hack.frob.com>
13916 * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
13917 * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
13919 * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
13920 Use wait4 regardless of [__NR_waitpid].
13922 2014-05-16 Maciej W. Rozycki <macro@codesourcery.com>
13925 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13926 (_FP_NANSIGN_Q): Set the quiet bit.
13928 2014-05-16 Joseph Myers <joseph@codesourcery.com>
13930 * benchtests/Makefile
13931 ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
13932 not $(common-objpfx)math/libm.so.
13933 ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
13934 $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
13935 * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
13936 $(common-objpfx)dlfcn/libdl.so.
13937 ($(objpfx)tst-audit8): Depend on $(libm), not
13938 $(common-objpfx)math/libm.so.
13939 * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
13940 not $(common-objpfx)dlfcn/libdl.so.
13942 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
13943 Depend on $(libm), not $(objpfx)libm.so. Do not condition on
13944 [$(build-shared) = yes].
13945 ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
13946 $(common-objpfx)nptl/libpthread.so.
13947 * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
13948 $(common-objpfx)math/libm.so$(libm.so-version) or
13949 $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
13950 * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
13951 $(common-objpfx)dlfcn/libdl.so.
13952 * setjmp/Makefile (link-libm): Remove variable.
13953 ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
13954 * stdio-common/Makefile (link-libm): Remove variable.
13955 ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
13956 * stdlib/Makefile (link-libm): Remove variable.
13957 ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
13958 ($(objpfx)tst-strtod-round): Likewise.
13959 ($(objpfx)tst-tininess): Likewise.
13960 ($(objpfx)tst-strtod-underflow): Likewise.
13961 ($(objpfx)tst-strtod6): Likewise.
13962 ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
13963 $(libdl), not $(common-objpfx)nptl/libpthread.so and
13964 $(common-objpfx)dlfcn/libdl.so.
13966 2014-05-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13968 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
13969 BSD terminal modes definitions.
13971 2014-05-16 Roland McGrath <roland@hack.frob.com>
13973 * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
13974 * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
13976 * sysdeps/unix/sysv/linux/arch-fork.h: New file.
13977 * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
13978 * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
13979 Don't do #include_next.
13980 * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
13981 * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
13982 Don't do #include_next.
13983 * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
13984 * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
13985 * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
13986 * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
13988 2014-05-16 Allan McRae <allan@archlinux.org>
13990 * po/sv.po: Update Swedish translation from translation project.
13992 * timezone/Makefile ($(objpfx)tzselect): Use correct variable
13995 2014-05-16 Aurelien Jarno <aurelien@aurel32.net>
13998 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
13999 errno if the TIOCGPTN ioctl fails with an error different than
14001 * login/tst-ptsname.c: New file.
14002 * login/Makefile (tests): Add tst-ptsname.
14005 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
14008 2014-05-15 Siddhesh Poyarekar <siddhesh@redhat.com>
14011 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
14012 herrno to return EAI_AGAIN.
14014 2014-05-14 Roland McGrath <roland@hack.frob.com>
14016 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
14017 * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
14018 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
14019 * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
14020 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
14021 * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
14022 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
14023 * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
14024 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
14025 * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
14026 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
14027 * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
14028 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
14029 * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
14030 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
14031 * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
14032 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
14033 * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
14034 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
14035 * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
14036 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
14037 * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
14038 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
14039 * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
14040 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
14041 * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
14042 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
14043 * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
14044 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
14045 * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
14046 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
14047 * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
14048 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
14049 * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
14050 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
14052 * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
14053 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
14054 * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
14055 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
14056 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
14057 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
14058 * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
14059 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
14060 * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
14061 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
14062 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
14063 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
14064 * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
14065 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
14066 * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
14067 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
14068 * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
14069 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
14070 * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
14071 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
14072 * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
14073 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
14074 * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
14075 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
14076 * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
14077 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
14078 * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
14079 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
14081 * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
14082 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
14083 * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
14084 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
14085 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
14086 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
14087 * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
14088 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
14089 * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
14090 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
14091 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
14092 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
14093 * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
14094 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
14095 * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
14096 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
14097 * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
14098 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
14099 * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
14100 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
14102 * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
14103 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
14104 * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
14106 * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
14107 * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
14108 (libpthread-sysdep_routines): Add elision-related stuff here instead.
14109 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
14110 * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
14111 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
14112 * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
14113 * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
14114 * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
14115 * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
14116 * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
14117 * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
14118 * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
14119 * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
14120 * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
14121 * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
14122 * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
14123 * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
14124 * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
14125 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
14126 * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
14127 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
14128 * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
14129 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
14130 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
14131 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
14132 * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
14133 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
14134 * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
14135 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
14136 * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
14138 * sysdeps/unix/sysv/linux/mips/fork.h: New file.
14139 * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
14141 * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
14142 * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
14143 * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
14144 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
14145 * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
14146 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
14148 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
14149 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
14151 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
14152 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
14154 * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
14155 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
14157 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
14158 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
14159 * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
14160 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
14162 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
14163 * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
14164 * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
14165 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
14166 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
14167 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
14168 * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
14169 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
14171 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
14172 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
14174 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
14176 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
14177 * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
14178 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
14179 * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
14180 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
14182 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
14184 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
14186 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
14187 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
14188 * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
14189 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
14190 * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
14191 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
14193 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
14194 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
14196 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
14197 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
14199 * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
14200 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
14202 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
14203 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
14204 * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
14205 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
14207 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
14208 * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
14209 * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
14210 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
14211 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
14212 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
14213 * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
14214 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
14216 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
14217 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
14219 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
14221 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
14222 * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
14223 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
14224 * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
14225 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
14227 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
14229 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
14231 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
14232 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
14233 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
14234 * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
14235 * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
14236 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
14237 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
14238 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
14239 * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
14240 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
14242 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
14243 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
14245 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
14246 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
14248 * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
14249 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
14251 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
14252 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
14253 * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
14254 * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
14255 * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
14256 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
14258 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
14259 * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
14260 * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
14261 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
14262 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
14263 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
14264 * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
14265 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
14267 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
14268 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
14270 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
14272 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
14273 * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
14274 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
14275 * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
14276 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
14278 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
14280 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
14282 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
14283 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
14284 * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
14285 * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
14286 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
14287 * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
14288 * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
14289 * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
14290 * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
14291 * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
14292 * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
14294 * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
14295 * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
14297 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
14298 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
14300 * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
14301 * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
14302 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
14303 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
14304 * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
14305 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
14306 * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
14307 * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
14308 * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
14309 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
14310 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
14311 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
14312 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
14313 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
14314 * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
14315 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
14316 * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
14317 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
14319 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
14320 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
14321 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
14322 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
14324 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
14325 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
14326 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
14327 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
14328 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
14329 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
14330 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
14331 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
14333 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
14334 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
14336 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
14337 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
14338 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
14339 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
14340 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
14341 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
14342 * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
14343 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
14344 * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
14345 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
14346 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
14347 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
14348 * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
14349 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
14350 * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
14351 * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
14352 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
14354 * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
14355 * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
14356 * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
14357 * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
14358 * sysdeps/unix/sysv/linux/i386/fork.h: New file.
14360 * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
14361 * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
14362 * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
14363 * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
14364 * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
14365 * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
14366 * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
14367 * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
14368 * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
14369 * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
14371 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
14372 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
14374 * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
14375 * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
14376 * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
14377 * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
14378 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
14379 * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
14380 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
14381 * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
14382 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
14383 * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
14384 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
14385 * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
14386 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
14387 * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
14388 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
14390 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
14392 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
14394 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
14396 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
14398 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
14400 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
14402 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
14404 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
14406 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
14408 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
14409 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
14410 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
14411 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
14412 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
14413 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
14414 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
14415 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
14416 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
14417 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
14418 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
14419 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
14420 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
14421 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Likewise.
14422 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Likewise.
14424 * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
14425 that was previously under [RESET_PID].
14426 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
14427 * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
14428 * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
14430 * sysdeps/i386/nptl/Implies: New file.
14431 * sysdeps/x86_64/nptl/Implies: New file.
14432 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
14433 * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
14434 * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
14435 * sysdeps/x86/nptl/bits/semaphore.h: ... here.
14437 * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
14438 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14439 (__libc_vfork): New strong alias.
14440 * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
14441 * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
14443 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
14444 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14445 (__libc_vfork): New strong alias.
14446 * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
14447 * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
14449 * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
14450 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14451 (__libc_vfork): New strong alias.
14452 * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
14453 * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
14454 * nptl/pt-vfork.c: New file.
14455 * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
14456 (libpthread: GLIBC_2.20): New version set (empty).
14458 2014-05-14 Will Newton <will.newton@linaro.org>
14460 * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
14463 2014-05-14 Joseph Myers <joseph@codesourcery.com>
14466 * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
14467 arguments with exponent 65 or above.
14468 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
14469 arguments 0x1p113L or above.
14470 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
14471 to arguments 0x1p107L or above.
14472 * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
14473 positive arguments with exponent 65 or above.
14474 * math/auto-libm-test-in: Add more tests of log1p.
14475 * math/auto-libm-test-out: Regenerated.
14478 * math/s_cacos.c (__cacos): Ensure zero real part of result from
14479 non-finite arguments is +0.
14480 * math/s_cacosf.c (__cacosf): Likewise.
14481 * math/s_cacosl.c (__cacosl): Likewise.
14482 * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
14483 * sysdeps/i386/fpu/libm-test-ulps: Update.
14484 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14487 * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
14489 * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
14490 * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
14491 * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
14492 for explicit high bit of mantissa when testing for argument equal
14494 * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
14495 * sysdeps/i386/fpu/libm-test-ulps: Update.
14496 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14499 * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
14500 (__erf): Scale by 16 instead of 8 in potentially underflowing
14501 case. Ensure exception if result actually underflows.
14502 * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
14503 (__erff): Scale by 16 instead of 8 in potentially underflowing
14504 case. Ensure exception if result actually underflows.
14505 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
14506 (efx8): Remove variable.
14507 (__erfl): Scale by 16 instead of 8 in potentially underflowing
14508 case. Ensure exception if result actually underflows.
14509 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
14510 (efx8): Remove variable.
14511 (__erfl): Scale by 16 instead of 8 in potentially underflowing
14512 case. Ensure exception if result actually underflows.
14513 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
14514 (efx8): Remove variable.
14515 (__erfl): Scale by 16 instead of 8 in potentially underflowing
14516 case. Ensure exception if result actually underflows.
14517 * math/auto-libm-test-in: Add more tests of erf.
14518 * math/auto-libm-test-out: Regenerated.
14520 2014-05-14 Andreas Schwab <schwab@suse.de>
14522 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
14523 Remove code conditionalized on USE___THREAD.
14525 * config.h.in (HAVE_PT_CHOWN): Define as 0.
14526 * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
14529 2014-05-14 Joseph Myers <joseph@codesourcery.com>
14531 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
14532 Define unconditionally.
14533 (__ASSUME_O_CLOEXEC): Likewise.
14534 (__ASSUME_SOCK_CLOEXEC): Likewise.
14535 (__ASSUME_IN_NONBLOCK): Likewise.
14536 (__ASSUME_PIPE2): Likewise.
14537 (__ASSUME_EVENTFD2): Likewise.
14538 (__ASSUME_SIGNALFD4): Likewise.
14539 (__ASSUME_DUP3): Likewise.
14540 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14541 (__ASSUME_DUP3): Do not define.
14542 (__ASSUME_EVENTFD2): Likewise.
14543 (__ASSUME_IN_NONBLOCK): Likewise.
14544 (__ASSUME_O_CLOEXEC): Likewise.
14545 (__ASSUME_PIPE2): Likewise.
14546 (__ASSUME_SIGNALFD4): Likewise.
14547 (__ASSUME_SOCK_CLOEXEC): Likewise.
14548 (__ASSUME_UTIMES): Undefine.
14549 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14550 (__ASSUME_UTIMES): Do not define.
14551 (__ASSUME_O_CLOEXEC): Likewise.
14552 (__ASSUME_SOCK_CLOEXEC): Likewise.
14553 (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
14554 0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
14556 (__ASSUME_PIPE2): Likewise.
14557 (__ASSUME_EVENTFD2): Likewise.
14558 (__ASSUME_SIGNALFD4): Likewise.
14559 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
14560 * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
14562 (__ASSUME_EVENTFD2): Likewise.
14563 (__ASSUME_SIGNALFD4): Likewise.
14564 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
14565 (__ASSUME_32BITUIDS): Likewise.
14566 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
14567 (__ASSUME_IPC64): Likewise.
14568 (__ASSUME_ST_INO_64_BIT): Likewise.
14569 (__ASSUME_GETDENTS64_SYSCALL): Likewise.
14570 [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
14571 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14572 (__ASSUME_UTIMES): Do not define.
14573 (__ASSUME_PSELECT): Likewise.
14574 (__ASSUME_PPOLL): Likewise.
14575 (__ASSUME_O_CLOEXEC): Likewise.
14576 (__ASSUME_SOCK_CLOEXEC): Likewise.
14577 (__ASSUME_IN_NONBLOCK): Likewise.
14578 (__ASSUME_PIPE2): Likewise.
14579 (__ASSUME_EVENTFD2): Likewise.
14580 (__ASSUME_SIGNALFD4): Likewise.
14581 (__ASSUME_DUP3): Likewise.
14582 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14583 (__ASSUME_UTIMES): Likewise.
14584 (__ASSUME_O_CLOEXEC): Likewise.
14585 (__ASSUME_SOCK_CLOEXEC): Likewise.
14586 (__ASSUME_IN_NONBLOCK): Likewise.
14587 (__ASSUME_PIPE2): Likewise.
14588 (__ASSUME_EVENTFD2): Likewise.
14589 (__ASSUME_SIGNALFD4): Likewise.
14590 (__ASSUME_DUP3): Likewise.
14591 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14592 (__ASSUME_UTIMES): Likewise.
14593 (__ASSUME_O_CLOEXEC): Likewise.
14594 (__ASSUME_SOCK_CLOEXEC): Likewise.
14595 (__ASSUME_IN_NONBLOCK): Likewise.
14596 (__ASSUME_PIPE2): Likewise.
14597 (__ASSUME_EVENTFD2): Likewise.
14598 (__ASSUME_SIGNALFD4): Likewise.
14599 (__ASSUME_DUP3): Likewise.
14600 * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
14602 (__ASSUME_UTIMES): Likewise.
14603 (__ASSUME_EVENTFD2): Likewise.
14604 (__ASSUME_SIGNALFD4): Likewise.
14605 * sysdeps/unix/sysv/linux/tile/kernel-features.h
14606 (__ASSUME_O_CLOEXEC): Likewise.
14607 (__ASSUME_SOCK_CLOEXEC): Likewise.
14608 (__ASSUME_IN_NONBLOCK): Likewise.
14609 (__ASSUME_PIPE2): Likewise.
14610 (__ASSUME_EVENTFD2): Likewise.
14611 (__ASSUME_SIGNALFD4): Likewise.
14612 (__ASSUME_DUP3): Likewise.
14613 (__ASSUME_UTIMES): Undefine.
14615 * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
14616 feclearexcept. Remove symbol versioning code.
14617 * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv. Remove
14618 symbol versioning code.
14619 * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv. Remove
14620 symbol versioning code.
14621 * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
14622 feupdateenv. Remove symbol versioning code.
14623 * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
14624 fegetexceptflag. Remove symbol versioning code.
14625 * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
14626 fesetexceptflag. Remove symbol versioning code.
14627 * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
14628 GLIBC_2.2 and GLIBC_2.3.3 entries. Change GLIBC_2.1 to GLIBC_2.4.
14629 * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
14630 (__posix_fadvise64_l32): Remove prototype.
14631 [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
14634 2014-05-13 Roland McGrath <roland@hack.frob.com>
14636 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
14637 * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
14638 * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
14639 * sysdeps/arm/nptl/bits/semaphore.h: ... here.
14641 2014-05-13 Sami Kerola <kerolasa@iki.fi>
14643 * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
14644 current working directory
14646 2014-05-13 Roland McGrath <roland@hack.frob.com>
14648 * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
14649 * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
14650 * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
14651 * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
14652 * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
14653 * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
14654 * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
14655 * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
14656 * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
14657 * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
14658 * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
14659 * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
14660 * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
14661 * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
14662 * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
14663 * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
14664 * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
14665 * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
14666 * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
14667 * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
14668 * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
14669 * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
14670 * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
14671 * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
14672 * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
14673 * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
14674 * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
14675 * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
14676 * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
14677 * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
14678 * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
14679 * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
14680 * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
14681 * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
14682 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
14683 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
14684 * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
14685 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
14686 * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
14687 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
14688 * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
14689 * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
14691 * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
14692 * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
14694 * sysdeps/unix/sysv/linux/arm/Makefile
14695 [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
14696 Add rt-aeabi_unwind_cpp_pr1.
14697 [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
14698 Add nptl-aeabi_unwind_cpp_pr1.
14699 [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
14700 * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
14701 * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
14702 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
14703 * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
14704 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
14706 * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
14707 * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
14708 * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
14709 * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
14711 * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
14712 Deconditionalize the code that was previously under [RESET_PID].
14713 * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
14715 * sysdeps/generic/exit-thread.h: New file.
14716 * sysdeps/unix/sysv/linux/exit-thread.h: New file.
14717 * include/unistd.h (__exit_thread): Remove declaration.
14718 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
14719 * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
14720 * csu/libc-start.c: Include <exit-thread.h>.
14721 (LIBC_START_MAIN): Pass no argument to __exit_thread.
14722 * nptl/pthread_create.c: Include <exit-thread.h>.
14723 (start_thread): Call __exit_thread in place of __exit_thread_inline.
14724 * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
14725 * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
14726 * nptl/sysdeps/s390/pthreaddef.h: Likewise.
14727 * nptl/sysdeps/sh/pthreaddef.h: Likewise.
14728 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
14729 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
14730 * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
14731 * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
14732 * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
14733 * sysdeps/arm/nptl/pthreaddef.h: Likewise.
14734 * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
14735 * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
14736 * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
14737 * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
14738 * sysdeps/mips/nptl/pthreaddef.h: Likewise.
14739 * sysdeps/tile/nptl/pthreaddef.h: Likewise.
14741 2014-05-13 Andreas Schwab <schwab@suse.de>
14743 * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
14745 2014-05-12 Joseph Myers <joseph@codesourcery.com>
14747 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
14748 (__ASSUME_UTIMES): Do not condition on kernel version.
14749 (__ASSUME_PSELECT): Define unconditionally.
14750 (__ASSUME_PPOLL): Likewise.
14751 (__ASSUME_ATFCTS): Likewise.
14752 (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
14753 (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
14754 (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
14755 (__ASSUME_UTIMENSAT): Define unconditionally.
14756 (__ASSUME_PRIVATE_FUTEX): Likewise.
14757 (__ASSUME_FALLOCATE): Likewise.
14758 (__ASSUME_O_CLOEXEC): Likewise.
14759 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
14760 (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
14761 (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
14762 (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
14763 (__ASSUME_IN_NONBLOCK): Likewise.
14764 (__ASSUME_PIPE2): Likewise.
14765 (__ASSUME_EVENTFD2): Likewise.
14766 (__ASSUME_SIGNALFD4): Likewise.
14767 (__ASSUME_DUP3): Likewise.
14768 [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14769 (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
14770 (__ASSUME_AT_RANDOM): Likewise.
14771 (__ASSUME_PREADV): Likewise.
14772 (__ASSUME_PWRITEV): Likewise.
14773 (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
14774 (__ASSUME_F_GETOWN_EX): Define unconditionally.
14775 (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
14776 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
14777 [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
14778 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14779 (__ASSUME_O_CLOEXEC): Define unconditionally.
14780 (__ASSUME_PSELECT): Do not undefine conditionally.
14781 (__ASSUME_PPOLL): Likewise.
14782 (__ASSUME_ATFCTS): Likewise.
14783 (__ASSUME_SET_ROBUST_LIST): Likewise.
14784 (__ASSUME_UTIMENSAT): Likewise.
14785 (__ASSUME_FDATASYNC): Define unconditionally.
14786 * sysdeps/unix/sysv/linux/arm/kernel-features.h
14787 (__ASSUME_SIGFRAME_V2): Likewise.
14788 )__ASSUME_EVENTFD2): Likewise.
14789 (__ASSUME_SIGNALFD4): Likewise.
14790 (__ASSUME_PSELECT): Do not undefine conditionally.
14791 (__ASSUME_PPOLL): Likewise.
14792 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14793 (__ASSUME_PSELECT): Define unconditionally.
14794 (__ASSUME_PPOLL): Likewise.
14795 (__ASSUME_O_CLOEXEC): Likewise.
14796 (__ASSUME_SOCK_CLOEXEC): Likewise.
14797 (__ASSUME_IN_NONBLOCK): Likewise.
14798 (__ASSUME_PIPE2): Likewise.
14799 (__ASSUME_EVENTFD2): Likewise.
14800 (__ASSUME_SIGNALFD4): Likewise.
14801 (__ASSUME_DUP3): Likewise.
14802 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14803 (__ASSUME_O_CLOEXEC): Likewise.
14804 (__ASSUME_SOCK_CLOEXEC): Likewise.
14805 (__ASSUME_IN_NONBLOCK): Likewise.
14806 (__ASSUME_PIPE2): Likewise.
14807 (__ASSUME_EVENTFD2): Likewise.
14808 (__ASSUME_SIGNALFD4): Likewise.
14809 (__ASSUME_DUP3): Likewise.
14810 * sysdeps/unix/sysv/linux/mips/kernel-features.h
14811 (__ASSUME_EVENTFD2): Likewise.
14812 (__ASSUME_SIGNALFD4): Likewise.
14813 (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14815 2014-05-12 Andreas Schwab <schwab@suse.de>
14818 * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
14819 (_nss_nis_gethostbyname4_r): Return error if item length is larger
14820 than maximum RPC packet size.
14821 * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
14822 * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
14823 * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
14824 (_nss_nis_getservbyport_r): Likewise.
14826 2014-05-12 Will Newton <will.newton@linaro.org>
14828 * malloc/Makefile (tests): Add tst-mallopt.
14829 * malloc/tst-mallopt.c: New file.
14831 2014-05-09 Roland McGrath <roland@hack.frob.com>
14833 * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
14834 [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
14836 2014-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14838 * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
14839 (tst-tlsmod6.so): Likewise.
14841 2014-05-09 Roland McGrath <roland@hack.frob.com>
14843 * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
14845 2014-05-09 Joseph Myers <joseph@codesourcery.com>
14848 * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
14849 and <dl-procinfo.h>.
14850 (__fegetenv): Save SSE state in envp->__eip if supported.
14851 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
14852 envp->__eip if supported.
14853 * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
14854 and <dl-procinfo.h>.
14855 (__fesetenv): Always set __eip, __cs_selector, __opcode,
14856 __data_offset and __data_selector in environment to 0. Set SSE
14857 state if supported.
14858 * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
14860 [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
14862 * sysdeps/x86/fpu/test-fenv-sse.c: New file.
14864 2014-05-09 Will Newton <will.newton@linaro.org>
14866 * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
14867 and libc_relro_required for ARM.
14868 * sysdeps/arm/preconfigure: Regenerate.
14870 2014-05-09 Dominik Vogt <vogt@linux.vnet.ibm.com>
14871 Stefan Liebler <stli@linux.vnet.ibm.com>
14873 * config.make.in (enable-lock-elision): New Makefile variable.
14874 * configure.ac: Likewise.
14875 * configure: Regenerate.
14876 * sysdeps/s390/configure.ac:
14877 Add check for gcc transactions support.
14878 * sysdeps/s390/configure: Regenerate.
14879 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
14880 Build elision files if enabled.
14881 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
14882 Add lock elision support for s390.
14883 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
14884 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
14885 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
14886 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
14887 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
14888 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
14889 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
14891 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
14893 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
14895 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
14897 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
14898 (__lll_timedlock_elision, __lll_lock_elision)
14899 (__lll_unlock_elision, __lll_trylock_elision)
14900 (lll_timedlock_elision, lll_lock_elision)
14901 (lll_unlock_elision, lll_trylock_elision): Add.
14902 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14903 (pthread_mutex_t): Add lock elision support for s390.
14905 2014-05-14 Wilco <wdijkstr@arm.com>
14907 * sysdeps/arm/fclrexcpt.c: Cleanup.
14908 * sysdeps/arm/fedisblxcpt.c: Cleanup.
14909 * sysdeps/arm/feenablxcpt.c: Cleanup.
14910 * sysdeps/arm/fegetenv.c: Cleanup.
14911 * sysdeps/arm/fegetexcept.c: Cleanup.
14912 * sysdeps/arm/fegetround.c: Cleanup.
14913 * sysdeps/arm/feholdexcpt.c: Cleanup.
14914 * sysdeps/arm/fesetenv.c: Cleanup.
14915 * sysdeps/arm/fesetround.c: Cleanup.
14916 * sysdeps/arm/feupdateenv.c: Cleanup.
14917 * sysdeps/arm/fgetexcptflg.c: Cleanup.
14918 * sysdeps/arm/fraiseexcpt.c: Cleanup.
14919 * sysdeps/arm/fsetexcptflg.c: Cleanup.
14920 * sysdeps/arm/ftestexcept.c: Cleanup.
14921 * sysdeps/arm/get-rounding-mode.h: Cleanup.
14922 * sysdeps/arm/setfpucw.c: Cleanup.
14924 2014-05-09 Will Newton <will.newton@linaro.org>
14926 * sysdeps/arm/armv7/strcmp.S: New file.
14927 * NEWS: Mention addition of ARMv7 optimized strcmp.
14929 2014-05-08 Roland McGrath <roland@hack.frob.com>
14931 * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
14932 look for %.ac rather than %.in.
14934 * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
14935 * sysdeps/unix/sysv/linux/configure.ac: Likewise.
14936 * sysdeps/mach/hurd/configure: Regenerated.
14937 * sysdeps/unix/sysv/linux/configure: Regenerated.
14939 * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
14941 2014-05-07 Steve Ellcey <sellcey@mips.com>
14944 * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
14948 2014-05-07 Andreas Schwab <schwab@suse.de>
14950 * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
14951 when skipping over non-matching result from nscd.
14953 2014-05-07 Ondřej Bílka <neleai@seznam.cz>
14956 * nptl/sockperf.c (client): Check socket return value.
14959 * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
14960 nscd security class.
14962 2014-05-06 Roland McGrath <roland@hack.frob.com>
14964 * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
14965 * sysdeps/arm/unwind.h: ... here.
14967 2014-05-06 Aurelien Jarno <aurelien@aurel32.net>
14970 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
14973 2014-05-06 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
14975 * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
14976 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
14977 multiarch strncpy for PPC64.
14978 * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
14979 * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
14980 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
14981 multiarch optimizations.
14982 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14983 (__libc_ifunc_impl_list): Likewise.
14984 * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
14985 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
14986 multiarch stpncpy for PPC64.
14987 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
14988 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
14990 2014-05-06 Andreas Schwab <schwab@suse.de>
14993 * gmon/mcount.c (_MCOUNT_DECL): Use
14994 atomic_compare_and_exchange_bool_acq instead of
14995 catomic_compare_and_exchange_bool_acq.
14997 2014-05-05 Roland McGrath <roland@hack.frob.com>
14999 * elf/Makefile (others, install-bin): Remove pldd.
15000 (pldd-modules): Variable removed.
15001 ($(objpfx)pldd): Target removed.
15002 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
15003 (others, install-bin): Append pldd here.
15004 ($(objpfx)pldd): New target.
15006 * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
15007 to 0, so the first #if test emitted later doesn't see it undefined.
15008 (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
15009 * sysdeps/gnu/errlist.c: Regenerated.
15011 2014-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15013 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
15014 [libc_hidden_builtin_def]: Define to empty value.
15015 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
15016 [libc_hidden_builtin_def]: Likewise.
15017 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
15018 [libc_hidden_builtin_def]: Likewise.
15019 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
15020 [libc_hidden_builtin_def]: Likewise.
15021 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
15022 __redirect_memcpy and define ifunc as default hidden symbol.
15023 * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
15024 * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
15026 2014-05-04 Adam Conrad <adconrad@0c3.net>
15028 * locale/iso-4217.def: Reintroduce XDR currency.
15030 2014-05-04 Allan McRae <allan@archlinux.org>
15032 * po/eo.po: Update Esperanto translation from translation project.
15034 2014-05-02 Carlos O'Donell <carlos@redhat.com>
15036 * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
15037 and FEATURE_INDEX_MAX to 1.
15038 [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
15040 2014-05-01 Steve Ellcey <sellcey@mips.com>
15042 * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
15043 * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
15044 * iconvdata/big5.c (ONE_DIRECTION): Define.
15045 * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
15046 * iconvdata/cp1255.c (ONE_DIRECTION): Define.
15047 * iconvdata/cp1258.c (ONE_DIRECTION): Define.
15048 * iconvdata/cp932.c (ONE_DIRECTION): Define.
15049 * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
15050 * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
15051 * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
15052 * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
15053 * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
15054 * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
15055 * iconvdata/gb18030.c (ONE_DIRECTION): Define.
15056 * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
15057 * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
15058 * iconvdata/gbk.c (ONE_DIRECTION): Define.
15059 * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
15060 * iconvdata/ibm930.c (ONE_DIRECTION): Define.
15061 * iconvdata/ibm932.c (ONE_DIRECTION): Define.
15062 * iconvdata/ibm933.c (ONE_DIRECTION): Define.
15063 * iconvdata/ibm935.c (ONE_DIRECTION): Define.
15064 * iconvdata/ibm937.c (ONE_DIRECTION): Define.
15065 * iconvdata/ibm939.c (ONE_DIRECTION): Define.
15066 * iconvdata/ibm943.c (ONE_DIRECTION): Define.
15067 * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
15068 * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
15069 * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
15070 * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
15071 * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
15072 * iconvdata/iso646.c (ONE_DIRECTION): Define.
15073 * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
15074 * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
15075 * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
15076 * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
15077 * iconvdata/johab.c (ONE_DIRECTION): Define.
15078 * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
15079 * iconvdata/sjis.c (ONE_DIRECTION): Define.
15080 * iconvdata/t.61.c (ONE_DIRECTION): Define.
15081 * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
15082 * iconvdata/tscii.c (ONE_DIRECTION): Define.
15083 * iconvdata/uhc.c (ONE_DIRECTION): Define.
15084 * iconvdata/unicode.c (ONE_DIRECTION): Define.
15085 * iconvdata/utf-16.c (ONE_DIRECTION): Define.
15086 * iconvdata/utf-32.c (ONE_DIRECTION): Define.
15087 * iconvdata/utf-7.c (ONE_DIRECTION): Define.
15089 2014-05-01 Roland McGrath <roland@hack.frob.com>
15091 * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
15092 (_IO_JUMPS_OFFSET): Define to 0.
15094 * nptl/sysdeps/pthread/bits/libc-lock.h
15095 [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
15096 (__libc_lock_define_initialized_recursive): Always define using
15097 initializer. Modern compilers treat uninitialized (implicit zero) and
15098 explicit zero initializers the same (i.e. put the datum in bss).
15100 2014-05-01 Andreas Schwab <schwab@linux-m68k.org>
15102 * nscd/nscd-client.h: Include <string.h>.
15104 2014-05-01 David S. Miller <davem@davemloft.net>
15107 * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
15108 multiple zero bytes exist at the end of a string.
15109 Reported by Aurelien Jarno <aurelien@aurel32.net>
15111 * string/test-strcmp.c (check): Add explicit test for situations where
15112 there are multiple zero bytes after the first.
15114 2014-05-01 Andreas Schwab <schwab@linux-m68k.org>
15117 * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
15118 when compiling wprintf.
15119 * stdio-common/tstdiomisc.c (t3): New function.
15122 2014-05-01 Steve Ellcey <sellcey@mips.com>
15124 * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
15125 * iconv/gconv_simple.c (ONE_DIRECTION): Define.
15126 * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
15127 * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
15129 2014-05-01 Steve Ellcey <sellcey@mips.com>
15131 * stdlib/longlong.h: Updated from GCC.
15133 2014-05-01 Will Newton <will.newton@linaro.org>
15134 Bernard Ogden <bernie.ogden@linaro.org>
15136 * NEWS: Update fixed bug list.
15139 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
15141 2014-04-30 David S. Miller <davem@davemloft.net>
15143 * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
15144 (libc_feholdexcept_setround_sparc_ctx): New function.
15145 (libc_fesetenv_sparc_ctx): Likewise.
15146 (libc_feupdateenv_sparc_ctx): Likewise.
15147 (libc_feholdsetround_sparc_ctx): Likewise.
15148 (libc_feholdexcept_setround_ctx): Define.
15149 (libc_feholdexcept_setroundf_ctx): Likewise.
15150 (libc_feholdexcept_setroundl_ctx): Likewise.
15151 (libc_fesetenv_ctx): Likewise.
15152 (libc_fesetenvf_ctx): Likewise.
15153 (libc_fesetenvl_ctx): Likewise.
15154 (libc_feupdateenv_ctx): Likewise.
15155 (libc_feupdateenvf_ctx): Likewise.
15156 (libc_feupdateenvl_ctx): Likewise.
15157 (libc_feresetround_ctx): Likewise.
15158 (libc_feresetroundf_ctx): Likewise.
15159 (libc_feresetroundl_ctx): Likewise.
15160 (libc_feholdsetround_ctx): Likewise.
15161 (libc_feholdsetroundf_ctx): Likewise.
15162 (libc_feholdsetroundl_ctx): Likewise.
15164 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
15165 with __USE_GNU instead of XOPEN cpp guards.
15167 * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
15170 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
15171 with XOPEN cpp guards.
15173 2014-04-30 Julian Brown <julian@codesourcery.com>
15176 * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
15179 2014-04-30 Joseph Myers <joseph@codesourcery.com>
15182 * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
15184 (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
15185 * sysdeps/unix/sysv/linux/configure: Regenerated.
15186 * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
15187 * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
15188 * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
15189 * sysdeps/unix/sysv/linux/tile/configure: Likewise.
15190 * README: Update reference to required Linux kernel version.
15191 * manual/install.texi (Linux): Update reference to required Linux
15192 kernel headers version.
15193 * INSTALL: Regenerated.
15195 * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
15197 [POSIX] (limits.h): Likewise.
15198 [POSIX] (math.h): Likewise.
15199 [POSIX] (sys/wait.h): Likewise.
15200 * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
15202 [POSIX] (stddef.h): Do not allow header inclusion.
15204 2014-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15206 * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
15208 2014-04-30 Yang Yingliang <yangyingliang@huawei.com>
15210 * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
15211 Return immediately after lll_futex_wake.
15213 2014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
15216 * nscd/nscd-client.h (datahead_init_common): Initialize entire
15218 (datahead_init_pos): Call datahead_init_common early.
15219 (datahead_init_neg): Likewise.
15221 * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
15222 datahead_init_neg): New functions.
15223 * nscd/aicache.c (addhstaiX): Use them.
15224 * nscd/grpcache.c (cache_addgr): Likewise.
15225 * nscd/hstcache.c (cache_addhst): Likewise.
15226 * nscd/initgrcache.c (addinitgroupsX): Likewise.
15227 * nscd/netgroupcache.c (do_notfound): Likewise.
15228 (addgetnetgrentX): Likewise.
15229 (addinnetgrX): Likewise.
15230 * nscd/pwdcache.c (cache_addpw): Likewise.
15231 * nscd/servicescache.c (cache_addserv): Likewise.
15233 2014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
15234 Atsushi Onoe <atsushi@onoe.org>
15239 * resolv/res_query.c (__libc_res_nsearch): Return if at least
15240 one response is valid.
15241 * resolv/res_send.c (send_dg): Check for validity of other
15242 response if the current response is a referral.
15244 2014-04-29 Steve Ellcey <sellcey@mips.com>
15246 * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
15248 2014-04-29 Stefan Liebler <stli@linux.vnet.ibm.com>
15251 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
15252 Always divide by positive zero when computing -Inf result.
15253 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15254 * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
15256 2014-04-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15258 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
15259 FPSCR if value do not change.
15260 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
15261 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
15262 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
15263 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
15264 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
15265 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
15268 2014-05-29 Carlos O'Donell <carlos@systemhalted.org>
15270 * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
15271 * sysdeps/unix/sysv/linux/hppa: Move directory from
15272 ports/systeps/unix/sysv/linux/hppa.
15273 * README: Update listing for hppa-*-linux-gnu.
15275 2014-04-28 Ondřej Bílka <neleai@seznam.cz>
15278 * manual/stdio.texi (Hook functions): Fix types of stream hook
15281 * socket/sys/socket.h: Fix typo in comment.
15283 2014-04-28 Wilco <wdijkstr@arm.com>
15285 * sysdeps/arm/fenv_private.h: New file.
15286 * sysdeps/arm/math_private.h: New file.
15287 * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
15289 2014-04-25 H.J. Lu <hongjiu.lu@intel.com>
15291 * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
15293 (La_x86_64_retval): Likewise.
15295 2014-04-24 Ian Bolton <ian.bolton@arm.com>
15297 * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
15298 fpsr if value didn't change.
15299 * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
15300 to fpcr if value didn't change.
15301 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
15302 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
15303 fpsr or fpcr if value didn't change.
15304 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
15305 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
15306 fpcr if value didn't change.
15307 * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
15308 to fpsr if value didn't change.
15310 2014-02-23 Siddhesh Poyarekar <siddhesh@redhat.com>
15312 * nptl/tst-sem3.c: Use test-skeleton.c
15313 (main): Rename to do_test. Use return instead of
15315 * nptl/tst-sem4.c: Use test-skeleton.c
15316 (main): Rename to do_test.
15318 2014-04-22 David S. Miller <davem@davemloft.net>
15320 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
15321 (struct sigaction): New struct member __glibc_reserved0, change
15322 type of sa_flags to int.
15324 2014-04-22 Yufeng Zhang <yufeng.zhang@arm.com>
15326 * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
15327 (COUNT_LEADING_ZEROS_0): Define for AArch64.
15329 2014-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
15331 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
15332 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
15334 2014-04-22 Will Newton <will.newton@linaro.org>
15335 Venkataramanan Kumar <venkataramanan.kumar@linaro.org>
15337 * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
15338 (__longjmp): Add longjmp and longjmp_target SystemTap
15340 * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
15341 (__sigsetjmp): Add setjmp SystemTap probe.
15343 2014-04-17 Carlos O'Donell <carlos@redhat.com>
15345 * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
15346 match manual order.
15348 2014-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15350 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
15352 * sysdeps/powerpc/fpu/fenv_private.h
15353 (libc_feholdexcept_setroundl_ctx): Define to
15354 libc_feholdexcept_setround_ppc_ctx.
15355 (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
15356 (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
15357 (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
15358 (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
15360 2014-04-17 Ian Bolton <ian.bolton@arm.com>
15362 * sysdeps/aarch64/math-tests.h: New file.
15364 2014-04-17 Sihai Yao <sihai.ysh@alibaba-inc.com>
15366 * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
15368 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15369 Check and set bit_AVX2_Usable.
15370 * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
15372 (bit_AVX2): Likewise.
15373 (index_AVX2_Usable): Likewise.
15374 (CPUID_AVX2): Likewise.
15375 (HAS_AVX2): Likewise.
15377 2014-04-17 Will Newton <will.newton@linaro.org>
15379 * manual/setjmp.texi (System V contexts): Add note that
15380 calling setcontext on a context created by a call to a
15381 signal handler is undefined. Update text to note that
15382 setcontext from a signal handler is possible but not
15386 * stdlib/tst-setcontext.c: Include signal.h.
15387 (main): Check that the signal stack before and
15388 after swapcontext is the same.
15390 * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
15391 Re-implement to restore registers in user code and avoid
15392 rt_sigreturn system call.
15394 2014-04-17 Wilco <wdijkstr@arm.com>
15396 * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
15397 * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
15398 * math/test-fenv.c: Skip exception trap tests on targets which only
15399 support non-stop mode.
15401 2014-04-17 Ian Bolton <ian.bolton@arm.com>
15402 Wilco Dijkstra <wilco.dijkstra@arm.com>
15404 * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
15405 (libc_feholdsetround_aarch64_ctx)
15406 (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
15407 (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
15408 (libc_feresetround_ctx, libc_feresetroundf_ctx)
15409 (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
15410 (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
15411 (libc_feresetround_noexl_ctx): Define.
15413 2014-04-16 Richard Henderson <rth@redhat.com>
15415 * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
15417 * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
15420 * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
15421 const from the non-libc, non-ldso copy.
15423 * sysdeps/alpha/libm-test-ulps: Regenerate.
15425 2014-04-16 Ian Bolton <ian.bolton@arm.com>
15426 Wilco Dijkstra <wilco.dijkstra@arm.com>
15428 * sysdeps/aarch64/fpu/math_private.h: New file.
15430 2014-04-16 Marcus Shawcroft <marcus.shawcroft@arm.com>
15432 * sysdeps/aarch64/libm-test-ulps: Regenerate.
15434 2014-04-16 Igor Zamyatin <igor.zamyatin@intel.com>
15437 * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
15438 (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
15439 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
15440 Intel MPX bound registers before _dl_profile_fixup.
15441 * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
15442 registers after _dl_profile_fixup. Save and restore bound
15443 registers bnd0/bnd1 when calling _dl_call_pltexit.
15444 * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
15445 (LR_BND_OFFSET): Likewise.
15446 (LRV_BND0_OFFSET): Likewise.
15447 (LRV_BND1_OFFSET): Likewise.
15449 2014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
15451 * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
15453 * sysdeps/mach/hurd/i386/tls.h: ... here.
15454 (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
15455 pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
15458 2014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
15460 * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
15462 2014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
15464 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15466 2014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
15469 * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
15470 * sysdeps/s390/configure: Regenerate.
15473 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
15474 Set round-to-nearest internally to reduce error accumulation.
15476 2014-04-16 Alan Modra <amodra@gmail.com>
15480 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
15481 * math/libm-test.inc (frexp_test_data): Add tests.
15482 * NEWS: Update fixed bug list.
15484 2014-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
15486 * benchtests/Makefile: Depend on libraries in build directory.
15487 (bench-math): Separate out math tests.
15488 (bench-pthread): Separate out pthread tests.
15489 (bench): Include math and pthread tests.
15491 2014-04-14 Carlos O'Donell <carlos@redhat.com>
15494 * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
15495 _dl_debug_initialize.
15497 * configure.ac: Remove SELinux header check.
15498 * configure: Regenerate.
15499 * nscd/selinux.c (perms): Array of const char* to permission names.
15500 (nscd_request_avc_has_perm): Call security_deny_unknown to find
15501 default policy. Call string_to_security_class and string_to_av_perm to
15502 translate strings. Enforce default policy and call avs_has_perm with
15503 results of translated strings.
15505 2014-04-13 David S. Miller <davem@davemloft.net>
15507 * sysdeps/sparc/fpu/libm-test-ulps: Update.
15509 2014-04-12 Allan McRae <allan@archlinux.org>
15512 * manual/string.texi (Collation Functions): Fix qsort argument
15514 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
15516 2014-04-11 Chris Metcalf <cmetcalf@tilera.com>
15518 * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
15519 Make the test a no-op if there are no exceptions defined.
15521 2014-04-11 Paul Pluzhnikov <ppluzhnikov@google.com>
15523 * elf/Makefile (tests): make tst-dlopen-aout conditional on
15524 enable-hardcoded-path-in-tests
15526 2014-04-11 Will Newton <will.newton@linaro.org>
15528 * benchtests/Makefile (extra-objs): Add json-lib.o.
15529 (bench-func): Tidy up JSON output.
15530 * benchtests/bench-skeleton.c: Include json-lib.h.
15531 (main): Use JSON library functions to do output of
15533 * benchtests/bench-timing-type.c (main): Output the
15534 timing type simply, leaving formatting to the user.
15535 * benchtests/json-lib.c: New file.
15536 * benchtests/json-lib.h: Likewise.
15538 2014-04-11 Torvald Riegel <triegel@redhat.com>
15541 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
15542 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here. Add missing
15543 memory barriers. Add comments.
15544 * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
15545 * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
15546 * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
15547 * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
15548 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
15549 * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
15551 2014-04-11 Stefan Liebler <stli@linux.vnet.ibm.com>
15553 * sysdeps/s390/s390-32/configure.ac: Unify file with ...
15554 * sysdeps/s390/s390-64/configure.ac: ... this ...
15555 * sysdeps/s390/configure.ac: ... to here.
15556 * sysdeps/s390/s390-32/configure: Delete file.
15557 * sysdeps/s390/s390-64/configure: Delete file.
15558 * sysdeps/s390/configure: Regenerate.
15560 2014-04-11 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
15562 * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
15564 2014-04-11 Will Newton <will.newton@linaro.org>
15566 * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
15567 to zero if it is not defined elsewhere. (mtrim): Test
15568 the value of MALLOC_DEBUG with #if rather than #ifdef.
15570 2014-04-10 Torvald Riegel <triegel@redhat.com>
15572 * benchtests/pthread_once-inputs: New file.
15573 * benchtests/pthread_once-source.c: New file.
15574 * benchtests/README: Update documentation.
15576 2014-04-09 Igor Zamyatin <igor.zamyatin@intel.com>
15577 H.J. Lu <hongjiu.lu@intel.com>
15580 * config.h.in (HAVE_MPX_SUPPORT): New #undef.
15581 * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
15582 * sysdeps/x86_64/configure: Regenerated.
15583 * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
15585 (REGISTER_SAVE_RAX): Likewise.
15586 (REGISTER_SAVE_RCX): Likewise.
15587 (REGISTER_SAVE_RDX): Likewise.
15588 (REGISTER_SAVE_RSI): Likewise.
15589 (REGISTER_SAVE_RDI): Likewise.
15590 (REGISTER_SAVE_R8): Likewise.
15591 (REGISTER_SAVE_R9): Likewise.
15592 (REGISTER_SAVE_BND0): Likewise.
15593 (REGISTER_SAVE_BND1): Likewise.
15594 (REGISTER_SAVE_BND2): Likewise.
15595 (_dl_runtime_resolve): Use them. Save and restore Intel MPX
15596 bound registers when calling _dl_fixup.
15598 2014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15600 * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
15601 * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
15603 * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
15604 * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
15605 * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
15606 * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
15607 * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
15608 * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
15609 * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
15611 2014-04-09 Peter Brett <peter@peter-b.co.uk>
15614 * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
15615 pathconf(_PC_NAME_MAX).
15617 2014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15619 * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
15620 Remove macro usage.
15621 (__PTHREAD_SPINS): Move definition to ...
15622 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
15623 (__PTHREAD_SPINS): ... here.
15624 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15625 (__PTHREAD_SPIN): Likewise.
15626 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
15627 (__PTHREAD_SPIN): Likewise.
15628 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
15629 (__PTHREAD_SPIN): Likewise.
15630 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
15631 (__PTHREAD_SPIN): Likewise.
15632 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
15633 (__PTHREAD_SPIN): Likewise.
15634 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
15635 (__PTHREAD_SPIN): Likewise.
15636 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
15637 (__PTHREAD_SPIN): Likewise.
15638 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
15639 (__PTHREAD_SPIN): Likewise.
15640 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
15641 (__PTHREAD_SPIN): Likewise.
15642 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
15643 (__PTHREAD_SPIN): Likewise.
15644 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
15645 (__PTHREAD_SPIN): Likewise.
15646 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
15647 (__PTHREAD_SPIN): Likewise.
15649 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
15650 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
15651 * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
15652 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
15654 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
15655 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
15656 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
15657 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
15658 correct imply path.
15659 * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
15660 strlen symbol for non multi-arch builds.
15661 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
15662 missing hidden_def and weak_alias.
15664 2014-04-08 Carlos O'Donell <carlos@redhat.com>
15666 * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
15668 2014-04-07 Will Newton <will.newton@linaro.org>
15670 * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
15671 and contents. [!_LIBC] Remove #ifndef and contents.
15672 (basename): Use ANSI prototype. [_LIBC] Remove #idef.
15673 * string/memccpy.c (__memccpy): Use ANSI prototype.
15674 * string/memfrob.c (memfrob): Likewise.
15675 * string/strcoll.c (STRCOLL): Likewise.
15676 * string/strlen.c (strlen): Likewise.
15677 * string/strtok.c (STRTOK): Likewise.
15678 * string/strcat.c: Remove unused #include of memcopy.h.
15679 (strcat): Use ANSI prototype.
15680 * string/strchr.c: Remove unused #include of memcopy.h.
15681 (strchr): Use ANSI prototype.
15682 * string/strcmp.c: Remove unused #include of memcopy.h.
15683 (strcmp): Use ANSI prototype.
15684 * string/strcpy.c: Remove unused #include of memcopy.h.
15685 (strcpy): Use ANSI prototype.
15687 2014-04-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15689 * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
15690 * config.make.in (config-extra-cppflags): Set it from
15691 libc_extra_cppflags.
15692 * configure.ac (libc_extra_cflags): Make it accumulate over
15693 configure fragments.
15694 (libc_extra_cppflags): New flag.
15695 * configure. Regenerate.
15696 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
15697 (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
15698 not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
15699 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
15702 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
15703 result for FE_DOWNWARD rounding mode.
15704 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
15706 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15708 2014-04-04 Chris Metcalf <cmetcalf@tilera.com>
15710 * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
15711 in function argument name.
15713 2014-04-03 David Svoboda <svoboda@cert.org>
15716 * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
15719 2014-04-03 Roland McGrath <roland@hack.frob.com>
15721 * elf/dl-unmap-segments.h: New file.
15722 * sysdeps/generic/ldsodefs.h
15723 (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
15724 * elf/dl-close.c: Include <dl-unmap-segments.h>.
15725 * elf/dl-fptr.c: Likewise.
15726 (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
15727 * sysdeps/aarch64/tlsdesc.c: Likewise.
15728 * sysdeps/arm/tlsdesc.c: Likewise.
15729 * sysdeps/i386/tlsdesc.c: Likewise.
15730 * sysdeps/tile/dl-runtime.c: Likewise.
15731 * sysdeps/x86_64/tlsdesc.c: Likewise.
15732 * elf/dl-load.h: New file.
15733 * elf/dl-load.c: Include it.
15734 (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
15735 Macros moved to dl-load.h.
15736 (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
15737 (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
15738 Use _dl_unmap_segments in place of __munmap.
15739 Break out segment-mapping loop into ...
15740 * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
15742 2014-04-03 Will Newton <will.newton@linaro.org>
15744 * elf/dl-lookup.c (do_lookup_x): Remove comment
15745 referring to nested function and move variable
15746 declarations down to before first use.
15748 2014-04-02 Joseph Myers <joseph@codesourcery.com>
15752 * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
15754 * math/s_catanf.c (__catanf): Likewise.
15755 * math/s_catanh.c (__catanh): Likewise.
15756 * math/s_catanhf.c (__catanhf): Likewise.
15757 * math/s_catanhl.c (__catanhl): Likewise.
15758 * math/s_catanl.c (__catanl): Likewise.
15759 * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
15760 by positive zero when computing -Inf result.
15761 * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
15762 (catanh_test): Likewise.
15763 * sysdeps/i386/fpu/libm-test-ulps: Update.
15764 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15767 * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
15768 instead of using underflowing value in computing result.
15769 * math/s_clog10.c (__clog10): Likewise.
15770 * math/s_clog10f.c (__clog10f): Likewise.
15771 * math/s_clog10l.c (__clog10l): Likewise.
15772 * math/s_clogf.c (__clogf): Likewise.
15773 * math/s_clogl.c (__clogl): Likewise.
15774 * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
15775 (clog10_test): Likewise.
15776 * sysdeps/i386/fpu/libm-test-ulps: Update.
15777 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15779 2014-04-02 Alan Modra <amodra@gmail.com>
15782 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
15783 output when value is near a power of two. Use int64_t for lx and
15784 remove casts. Use decimal rather than hex exponent constants.
15785 Don't use long double multiplication when double will suffice.
15786 * math/libm-test.inc (nextafter_test_data): Add tests.
15787 * NEWS: Add 16739 and 16786 to bug list.
15789 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
15791 * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
15793 2014-04-01 Will Newton <will.newton@linaro.org>
15795 * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
15796 -fno-builtin. (CFLAGS-bench-ffsll.c): Likewise.
15798 2014-04-01 Florian Weimer <fweimer@redhat.com>
15801 * nptl/nptl-init.c (sighandler_setxid): Check system call result.
15802 * nptl/tst-setuid2.c: New file.
15803 * nptl/Makefile (xtests): Add tst-setuid2.
15805 2014-04-01 Alan Modra <amodra@gmail.com>
15808 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
15810 2014-03-31 Joseph Myers <joseph@codesourcery.com>
15814 * math/w_scalb.c (__scalb): For non-SVID mode, check result and
15815 set errno as appropriate.
15816 * math/w_scalbf.c (__scalbf): Likewise.
15817 * math/w_scalbl.c (__scalbl): Likewise.
15818 * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
15819 ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
15820 * math/libm-test.inc (scalb_test_data): Add errno expectations.
15821 Add more NaN tests.
15824 * math/w_atan2.c: Include <errno.h>.
15825 (__atan2): Set errno for result underflowing to zero.
15826 * math/w_atan2f.c: Include <errno.h>.
15827 (__atan2f): Set errno for result underflowing to zero.
15828 * math/w_atan2l.c: Include <errno.h>.
15829 (__atan2l): Set errno for result underflowing to zero.
15830 * math/auto-libm-test-in: Don't allow missing errno for some atan2
15832 * math/auto-libm-test-out: Regenerated.
15834 2014-03-31 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15836 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
15837 Encode instruction correctly in little endian.
15838 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
15840 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
15842 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
15844 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
15847 2014-03-31 Joseph Myers <joseph@codesourcery.com>
15850 * sysdeps/unix/sysv/linux/kernel-features.h
15851 [__sparc__ && !__arch64__ && !__sparc_v9__]
15852 (__ASSUME_SET_ROBUST_LIST): Do not define.
15853 [__sparc__ && !__arch64__ && !__sparc_v9__]
15854 (__ASSUME_FUTEX_LOCK_PI): Likewise.
15855 [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
15857 * sysdeps/unix/sysv/linux/arm/kernel-features.h
15858 (__ASSUME_FUTEX_LOCK_PI): Undefine.
15859 (__ASSUME_REQUEUE_PI): Likewise.
15860 (__ASSUME_SET_ROBUST_LIST): Likewise.
15861 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
15862 [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
15864 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15865 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
15867 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
15869 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
15871 * sysdeps/unix/sysv/linux/mips/kernel-features.h
15872 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
15874 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
15875 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
15879 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15880 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
15881 * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
15883 2014-03-31 Will Newton <will.newton@linaro.org>
15885 * benchtests/Makefile (bench): Add ffs and ffsll to list
15887 * benchtests/ffs-inputs: New file.
15888 * benchtests/ffsll-inputs: Likewise.
15890 2014-03-29 Joseph Myers <joseph@codesourcery.com>
15893 * math/e_scalb.c (__ieee754_scalb): Check second argument is not
15894 too large before casting to int.
15895 * math/e_scalbf.c (__ieee754_scalbf): Likewise.
15896 * math/e_scalbl.c (__ieee754_scalbl): Likewise.
15897 * math/libm-test.inc (scalb_test_data): Add more tests.
15899 2014-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
15901 * benchtests/Makefile (DETAILED_OPT): New make option.
15902 (bench-func): Run benchmark program with -d if DETAILED_OPT is
15904 * benchtests/bench-skeleton.c: Include stdbool.h.
15905 (main): Store and print timings per input.
15906 * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
15907 member to each argument value.
15908 (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
15909 (_print_arg_data): Initialize per-input timing to 0.
15911 * benchtests/Makefile (timing-type): New binary.
15912 (bench-clean): Also remove bench-timing-type.
15913 (bench): New target for timing-type.
15914 (bench-func): Print output in JSON format.
15915 * benchtests/bench-skeleton.c (main): Print output in JSON
15917 * benchtests/bench-timing-type.c: New file.
15918 * benchtests/bench-timing.h (TIMING_TYPE): New macro.
15919 (TIMING_PRINT_STATS): Remove.
15920 * benchtests/scripts/bench.py (_print_arg_data): Store variant
15923 * benchtests/bench-modf.c: Remove.
15924 * benchtests/modf-inputs: New inputs file.
15926 2014-03-28 Joseph Myers <joseph@codesourcery.com>
15929 * math/s_clog10.c (M_PI_LOG10E): New macro.
15930 (__clog10): Use M_PI_LOG10E instead of M_PI when real and
15931 imaginary parts are 0.
15932 * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
15933 (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
15934 imaginary parts are 0.
15935 * math/s_clog10l.c (M_PI_LOG10El): New macro.
15936 (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
15937 imaginary parts are 0.
15938 * math/libm-test.inc (clog10_test_data): Update expected results
15939 for when real and imaginary parts are 0.
15941 2014-03-27 Paul Pluzhnikov <ppluzhnikov@google.com>
15943 * elf/dl-load.c: Finish conversion of __builtin_expect into
15944 __glibc_{un}likely.
15946 2014-03-27 Joseph Myers <joseph@codesourcery.com>
15949 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
15950 1+x for argument with exponent below -67.
15951 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
15953 * math/auto-libm-test-in: Add more tests of exp.
15954 * math/auto-libm-test-out: Regenerated.
15956 2014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
15959 * inet/getnetgrent_r.c (get_nonempty_val): New function.
15960 (nscd_getnetgrent): Use it.
15963 * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
15966 2014-03-27 Andi Kleen <ak@linux.intel.com>
15968 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
15969 (lll_robust_lock, lll_cond_lock, lll_timedlock)
15970 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
15971 (lll_robust_unlock): Remove out of line section. Use cfi
15973 (LLL_STUB_UNWIND_INFO*): Remove.
15974 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
15975 (lll_robust_lock, lll_cond_lock, lll_timedlock)
15976 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
15977 (lll_robust_unlock): Remove out of line section. Use cfi
15979 (LLL_STUB_UNWIND_INFO*): Remove.
15981 2014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
15984 * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
15987 2014-03-26 Paul Pluzhnikov <ppluzhnikov@google.com>
15989 * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
15991 2014-03-26 Joseph Myers <joseph@codesourcery.com>
15994 * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
15996 * math/test-fenv-preserve.c: New file.
15997 * math/Makefile (tests): Add test-fenv-preserve.
15999 2014-03-26 Will Newton <will.newton@linaro.org>
16001 * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
16003 2014-03-25 Roland McGrath <roland@hack.frob.com>
16005 * scripts/versionlist.awk: Partition the version sets and emit all
16006 GLIBC_* (sorted) before all others (sorted).
16008 2014-03-25 Joseph Myers <joseph@codesourcery.com>
16010 * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
16011 GLIBC_2.2.5 version.
16013 2014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16015 * scripts/localplt.awk: Check for PLT generated by internal IFUNC
16018 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
16021 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16023 2014-03-25 Andreas Schwab <schwab@suse.de>
16025 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
16026 label to be used after in6ailist is initialized.
16028 2014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16030 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
16031 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
16033 2014-03-25 Joseph Myers <joseph@codesourcery.com>
16037 * math/gen-auto-libm-tests.c (fp_format_desc): Add field
16039 (fp_formats): Update initializers.
16040 (init_fp_formats): Initialize new field.
16041 (output_for_one_input_case): Allow underflow for results up to
16043 * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
16044 * math/auto-libm-test-in: Don't mark some underflows from asin and
16046 * math/auto-libm-test-out: Regenerated.
16047 * sysdeps/i386/fpu/libm-test-ulps: Update.
16048 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16050 2014-03-25 Andreas Schwab <schwab@suse.de>
16052 * libio/Makefile (tst-ftell-partial-wide-ENV)
16053 (tst-ftell-active-handler-ENV): Define.
16055 2014-03-25 Stefan Liebler <stli@linux.vnet.ibm.com>
16057 * NEWS: Add 16712, 16713, 16714 to fixed bug list.
16059 2014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
16061 * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
16063 2014-03-24 Joseph Myers <joseph@codesourcery.com>
16065 * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
16066 * sysdeps/x86_64/fpu/multiarch/e_exp.c
16067 [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
16069 2014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
16072 * elf/dl-load.c (open_verify): Add mode parameter.
16073 Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
16074 (open_path): Change from boolean 'secure' to complete flag 'mode'
16075 (_dl_map_object): Adjust.
16076 * elf/Makefile (tests): Add tst-dlopen-aout.
16077 * elf/tst-dlopen-aout.c: New test.
16079 2014-03-24 Stefan Liebler <stli@linux.vnet.ibm.com>
16082 * sysdeps/unix/sysv/linux/s390/bits/stat.h
16083 (struct stat): Rename member pad0 to __glibc_reserved0.
16086 * sysdeps/s390/s390-32/bits/wordsize.h
16087 (__WORDSIZE32_SIZE_ULONG): New define.
16088 * sysdeps/s390/s390-64/bits/wordsize.h
16089 (__WORDSIZE32_SIZE_ULONG): Likewise.
16090 * sysdeps/generic/stdint.h (SIZE_MAX):
16091 Define as UL if __WORDSIZE32_SIZE_ULONG.
16094 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
16095 (__glibc_reserved0): New variable.
16096 (sa_flags): Change type to int.
16098 * posix/Makefile (before-compile): Use += before-compile instead
16101 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
16102 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
16104 2014-03-20 Andreas Schwab <schwab@suse.de>
16107 * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
16108 non-matching result from nscd.
16110 2014-03-24 Siddhesh Poyarekar <siddhesh@redhat.com>
16112 * scripts/bench.py: Moved to ...
16113 * benchtests/scripts/bench.py: ... here.
16114 * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
16116 2014-03-24 Andreas Schwab <schwab@suse.de>
16119 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
16120 alloca_account and account alloca use for struct in6ailist.
16122 2014-03-24 Joseph Myers <joseph@codesourcery.com>
16125 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
16126 rounding mode to recompute results that overflow to infinity or
16128 * math/auto-libm-test-in: Don't mark tests as expected to fail for
16130 * math/auto-libm-test-out: Regenerated.
16131 * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
16132 (ccosh_test): Likewise.
16133 (csin_test_data): Use plus_oflow.
16134 (csin_test): Use ALL_RM_TEST.
16135 (csinh_test_data): Use plus_oflow.
16136 (csinh_test): Use ALL_RM_TEST.
16137 * sysdeps/i386/fpu/libm-test-ulps: Update.
16138 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16140 2014-03-21 Joseph Myers <joseph@codesourcery.com>
16142 * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
16143 * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
16144 * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
16147 * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
16148 when x - 1 is zero.
16149 * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
16150 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
16151 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
16152 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
16154 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
16155 * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
16157 * math/libm-test.inc (log_test): Use ALL_RM_TEST.
16158 * sysdeps/i386/fpu/libm-test-ulps: Update.
16159 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16161 2014-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
16163 * scripts/bench.pl: Remove file.
16164 * scripts/bench.py: New benchmark script.
16165 * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
16166 * benchtests/README: Mention python dependency.
16167 * scripts/pylintrc: New file.
16168 * scripts/pylint: New file.
16170 * bits/mathdef.h: Use #ifdef instead of #if.
16171 * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
16172 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16173 * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
16174 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16175 * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
16176 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16178 2014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16179 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
16181 * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
16182 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
16183 and strpbrk-ppc64 objects.
16184 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16185 (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
16186 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
16187 multiarch strpbrk for POWER7.
16188 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
16189 multiarch strpbrk for PPC64.
16190 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
16192 * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
16193 strpbrk for POWER7.
16195 2014-03-20 Joseph Myers <joseph@codesourcery.com>
16197 * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
16198 (atan_test): Likewise.
16199 (atanh_test_data): Use NO_TEST_INLINE for two tests.
16200 (atanh_test): Use ALL_RM_TEST.
16201 (atan2_test_data): Likewise.
16202 (cabs_test): Likewise.
16203 (cacosh_test): Likewise.
16204 (carg_test): Likewise.
16205 (casin_test): Likewise.
16206 (casinh_test): Likewise.
16207 (cbrt_test): Likewise.
16208 (csqrt_test): Likewise.
16209 (erf_test): Likewise.
16210 (erfc_test): Likewise.
16211 (pow10_test): Likewise.
16212 (exp2_test): Likewise.
16213 (hypot_test): Likewise.
16214 (j0_test): Likewise.
16215 (j1_test): Likewise.
16216 (lgamma_test): Likewise.
16217 (gamma_test): Likewise.
16218 (sincos_test): Likewise.
16219 (tanh_test): Likewise.
16220 (y0_test): Likewise.
16221 (y1_test): Likewise.
16222 * sysdeps/i386/fpu/libm-test-ulps: Update.
16223 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16225 2014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16227 * string/strcspn.c (strcspn): Using macro to redefine symbol name.
16228 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
16229 and strcspn-ppc64 objects.
16230 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16231 (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
16232 * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
16233 multiarch strcspn for POWER7.
16234 * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
16235 multiarch strcspn for PPC64.
16236 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
16238 * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
16239 strcspn for POWER7.
16241 2014-03-20 Joseph Myers <joseph@codesourcery.com>
16243 * math/gen-libm-test.pl (generate_testfile): Expect only function
16244 name as argument to AUTO_TESTS_* and pass results for all rounding
16245 modes to parse_args.
16246 (parse_auto_input): Separate inputs of automatic tests from
16247 outputs before storing in %auto_tests.
16248 * math/libm-test.inc (acos_test_data): Update call to
16250 (acos_test): Use ALL_RM_TEST.
16251 (acos_tonearest_test_data): Remove.
16252 (acos_test_tonearest): Likewise.
16253 (acos_towardzero_test_data): Likewise.
16254 (acos_test_towardzero): Likewise.
16255 (acos_downward_test_data): Likewise.
16256 (acos_test_downward): Likewise.
16257 (acos_upward_test_data): Likewise.
16258 (acos_test_upward): Likewise.
16259 (acosh_test_data): Update call to AUTO_TESTS_f_f.
16260 (asin_test_data): Likewise.
16261 (asin_test): Use ALL_RM_TEST.
16262 (asin_tonearest_test_data): Remove.
16263 (asin_test_tonearest): Likewise.
16264 (asin_towardzero_test_data): Likewise.
16265 (asin_test_towardzero): Likewise.
16266 (asin_downward_test_data): Likewise.
16267 (asin_test_downward): Likewise.
16268 (asin_upward_test_data): Likewise.
16269 (asin_test_upward): Likewise.
16270 (asinh_test_data): Update call to AUTO_TESTS_f_f.
16271 (atan_test_data): Likewise.
16272 (atanh_test_data): Likewise.
16273 (atan2_test_data): Update call to AUTO_TESTS_ff_f.
16274 (cabs_test_data): Update call to AUTO_TESTS_c_f.
16275 (carg_test_data): Likewise.
16276 (cbrt_test_data): Update call to AUTO_TESTS_f_f.
16277 (ccos_test_data): Update call to AUTO_TESTS_c_c.
16278 (ccosh_test_data): Likewise.
16279 (cexp_test_data): Likewise.
16280 (clog_test_data): Likewise.
16281 (clog10_test_data): Likewise.
16282 (cos_test_data): Update call to AUTO_TESTS_f_f.
16283 (cos_test): Use ALL_RM_TEST.
16284 (cos_tonearest_test_data): Remove.
16285 (cos_test_tonearest): Likewise.
16286 (cos_towardzero_test_data): Likewise.
16287 (cos_test_towardzero): Likewise.
16288 (cos_downward_test_data): Likewise.
16289 (cos_test_downward): Likewise.
16290 (cos_upward_test_data): Likewise.
16291 (cos_test_upward): Likewise.
16292 (cosh_test_data): Update call to AUTO_TESTS_f_f.
16293 (cosh_test): Use ALL_RM_TEST.
16294 (cosh_tonearest_test_data): Remove.
16295 (cosh_test_tonearest): Likewise.
16296 (cosh_towardzero_test_data): Likewise.
16297 (cosh_test_towardzero): Likewise.
16298 (cosh_downward_test_data): Likewise.
16299 (cosh_test_downward): Likewise.
16300 (cosh_upward_test_data): Likewise.
16301 (cosh_test_upward): Likewise.
16302 (cpow_test_data): Update call to AUTO_TESTS_cc_c.
16303 (csqrt_test_data): Update call to AUTO_TESTS_c_c.
16304 (ctan_test_data): Likewise.
16305 (ctan_test): Use ALL_RM_TEST.
16306 (ctan_tonearest_test_data): Remove.
16307 (ctan_test_tonearest): Likewise.
16308 (ctan_towardzero_test_data): Likewise.
16309 (ctan_test_towardzero): Likewise.
16310 (ctan_downward_test_data): Likewise.
16311 (ctan_test_downward): Likewise.
16312 (ctan_upward_test_data): Likewise.
16313 (ctan_test_upward): Likewise.
16314 (ctanh_test_data): Update call to AUTO_TESTS_c_c.
16315 (ctanh_test): Use ALL_RM_TEST.
16316 (ctanh_tonearest_test_data): Remove.
16317 (ctanh_test_tonearest): Likewise.
16318 (ctanh_towardzero_test_data): Likewise.
16319 (ctanh_test_towardzero): Likewise.
16320 (ctanh_downward_test_data): Likewise.
16321 (ctanh_test_downward): Likewise.
16322 (ctanh_upward_test_data): Likewise.
16323 (ctanh_test_upward): Likewise.
16324 (erf_test_data): Update call to AUTO_TESTS_f_f.
16325 (erfc_test_data): Likewise.
16326 (exp_test_data): Likewise.
16327 (exp_test): Use ALL_RM_TEST.
16328 (exp_tonearest_test_data): Remove.
16329 (exp_test_tonearest): Likewise.
16330 (exp_towardzero_test_data): Likewise.
16331 (exp_test_towardzero): Likewise.
16332 (exp_downward_test_data): Likewise.
16333 (exp_test_downward): Likewise.
16334 (exp_upward_test_data): Likewise.
16335 (exp_test_upward): Likewise.
16336 (exp10_test_data): Update call to AUTO_TESTS_f_f.
16337 (exp10_test): Use ALL_RM_TEST.
16338 (exp10_tonearest_test_data): Remove.
16339 (exp10_test_tonearest): Likewise.
16340 (exp10_towardzero_test_data): Likewise.
16341 (exp10_test_towardzero): Likewise.
16342 (exp10_downward_test_data): Likewise.
16343 (exp10_test_downward): Likewise.
16344 (exp10_upward_test_data): Likewise.
16345 (exp10_test_upward): Likewise.
16346 (exp2_test_data): Update call to AUTO_TESTS_f_f.
16347 (expm1_test_data): Likewise.
16348 (expm1_test): Use ALL_RM_TEST.
16349 (expm1_tonearest_test_data): Remove.
16350 (expm1_test_tonearest): Likewise.
16351 (expm1_towardzero_test_data): Likewise.
16352 (expm1_test_towardzero): Likewise.
16353 (expm1_downward_test_data): Likewise.
16354 (expm1_test_downward): Likewise.
16355 (expm1_upward_test_data): Likewise.
16356 (expm1_test_upward): Likewise.
16357 (fma_test_data): Update call to AUTO_TESTS_fff_f.
16358 (fma_test): Use ALL_RM_TEST.
16359 (fma_towardzero_test_data): Remove.
16360 (fma_test_towardzero): Likewise.
16361 (fma_downward_test_data): Likewise.
16362 (fma_test_downward): Likewise.
16363 (fma_upward_test_data): Likewise.
16364 (fma_test_upward): Likewise.
16365 (hypot_test_data): Update call to AUTO_TESTS_ff_f.
16366 (j0_test_data): Update call to AUTO_TESTS_f_f.
16367 (j1_test_data): Likewise.
16368 (jn_test_data): Update call to AUTO_TESTS_if_f.
16369 (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
16370 (log_test_data): Update call to AUTO_TESTS_f_f.
16371 (log10_test_data): Likewise.
16372 (log1p_test_data): Likewise.
16373 (log2_test_data): Likewise.
16374 (pow_test_data): Update call to AUTO_TESTS_ff_f.
16375 (pow_tonearest_test_data): Likewise.
16376 (sin_test_data): Update call to AUTO_TESTS_f_f.
16377 (sin_test): Use ALL_RM_TEST.
16378 (sin_tonearest_test_data): Remove.
16379 (sin_test_tonearest): Likewise.
16380 (sin_towardzero_test_data): Likewise.
16381 (sin_test_towardzero): Likewise.
16382 (sin_downward_test_data): Likewise.
16383 (sin_test_downward): Likewise.
16384 (sin_upward_test_data): Likewise.
16385 (sin_test_upward): Likewise.
16386 (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
16387 (sinh_test_data): Update call to AUTO_TESTS_f_f.
16388 (sinh_test): Use ALL_RM_TEST.
16389 (sinh_tonearest_test_data): Remove.
16390 (sinh_test_tonearest): Likewise.
16391 (sinh_towardzero_test_data): Likewise.
16392 (sinh_test_towardzero): Likewise.
16393 (sinh_downward_test_data): Likewise.
16394 (sinh_test_downward): Likewise.
16395 (sinh_upward_test_data): Likewise.
16396 (sinh_test_upward): Likewise.
16397 (sqrt_test_data): Update call to AUTO_TESTS_f_f.
16398 (sqrt_test): Use ALL_RM_TEST.
16399 (sqrt_tonearest_test_data): Remove.
16400 (sqrt_test_tonearest): Likewise.
16401 (sqrt_towardzero_test_data): Likewise.
16402 (sqrt_test_towardzero): Likewise.
16403 (sqrt_downward_test_data): Likewise.
16404 (sqrt_test_downward): Likewise.
16405 (sqrt_upward_test_data): Likewise.
16406 (sqrt_test_upward): Likewise.
16407 (tan_test_data): Update call to AUTO_TESTS_f_f.
16408 (tan_test): Use ALL_RM_TEST.
16409 (tan_tonearest_test_data): Remove.
16410 (tan_test_tonearest): Likewise.
16411 (tan_towardzero_test_data): Likewise.
16412 (tan_test_towardzero): Likewise.
16413 (tan_downward_test_data): Likewise.
16414 (tan_test_downward): Likewise.
16415 (tan_upward_test_data): Likewise.
16416 (tan_test_upward): Likewise.
16417 (tanh_test_data): Update call to AUTO_TESTS_f_f.
16418 (tgamma_test_data): Likewise.
16419 (y0_test_data): Likewise.
16420 (y1_test_data): Likewise.
16421 (yn_test_data): Update call to AUTO_TESTS_if_f.
16422 (main): Do not call removed functions.
16424 2014-03-19 Joseph Myers <joseph@codesourcery.com>
16426 * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
16427 (ldexp_test_data): Remove.
16428 (ldexp_test): Move to after scalbn_test. Use ALL_RM_TEST with
16430 (scalb_test): Use ALL_RM_TEST.
16432 2014-03-19 Andreas Schwab <schwab@suse.de>
16434 * nscd/nscd.service: Also invalidate netgroup cache on reload.
16436 2014-03-19 Joseph Myers <joseph@codesourcery.com>
16439 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16440 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
16441 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
16442 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16443 (__ASSUME_PREADV): Undefine.
16444 (__ASSUME_PWRITEV): Likewise.
16446 2014-03-18 Roland McGrath <roland@hack.frob.com>
16448 * bits/mman-linux.h: Add comment about non-Linux use.
16449 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
16450 bits/mman-linux.h resting place.
16452 * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
16453 * bits/mman-linux.h: ... here.
16455 2014-03-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16457 * conform/conformtest.pl: Add standard definition when calling C
16458 preprocessor on data files.
16459 (checknamespace): Remove unused variable.
16461 2014-03-18 Joseph Myers <joseph@codesourcery.com>
16463 * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
16464 minus_oflow, plus_uflow and minus_uflow in expected results.
16465 * math/libm-test.inc (scalbn_test_data): Add more tests of
16466 negative arguments. Use plus_oflow, minus_oflow, plus_uflow and
16468 (scalbn_test): Use ALL_RM_TEST.
16469 (scalbln_test_data): Add more tests of negative arguments. Use
16470 plus_oflow, minus_oflow, plus_uflow and minus_uflow.
16471 (scalbln_test): Use ALL_RM_TEST.
16473 2014-03-18 Roland McGrath <roland@hack.frob.com>
16475 * scripts/abilist.awk: Ignore symbols marked with .hidden.
16477 2014-03-18 Will Newton <will.newton@linaro.org>
16479 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
16480 inaccurate comment.
16482 2014-03-18 Joseph Myers <joseph@codesourcery.com>
16484 * Makerules [!subdir] (check-abi): Exit with error status if a
16487 2014-03-17 Joseph Myers <joseph@codesourcery.com>
16489 * math/libm-test.inc (nearbyint_test_data): Include all tests used
16490 for rint. Include results for all rounding modes.
16491 (nearbyint_test): Use ALL_RM_TEST.
16492 (rint_test_data): Include all tests used for nearbyint.
16494 2014-03-17 Will Newton <will.newton@linaro.org>
16496 * nptl/sysdeps/pthread/pthread.h: Revert previous
16499 * sysdeps/generic/ldsodefs.h: Revert previous
16502 * libio/genops.c: Revert previous change.
16503 * libio/libioP.h: Likewise.
16504 * stdio-common/vfprintf.c: Likewise.
16506 * sysdeps/generic/math_private.h: Revert previous
16509 * sysdeps/generic/math_private.h: Check whether
16510 HAVE_RM_CTX is defined with #ifdef rather
16513 * argp/argp-fmtstream.h: Check whether
16514 __STRICT_ANSI__ is defined with #ifdef rather
16516 * argp/argp.h: Likewise.
16518 * libio/genops.c: Check whether
16519 _IO_JUMPS_OFFSET is defined with #ifdef rather
16521 * libio/libioP.h: Likewise.
16522 * stdio-common/vfprintf.c: Likewise.
16524 * sysdeps/generic/ldsodefs.h: Check whether
16525 HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
16528 * nptl/sysdeps/pthread/pthread.h: Check
16529 __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
16532 2014-03-17 Siddhesh Poyarekar <siddhesh@redhat.com>
16534 * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
16536 * libio/tst-ftell-active-handler.c (do_append_test): Add a
16540 * libio/fileops.c (_IO_file_open): Seek to end of file but
16541 don't cache the offset.
16542 (get_file_offset): Remove function.
16543 (do_ftell): Use cached offset when available.
16544 * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
16545 don't cache the offset.
16546 * libio/tst-ftell-active-handler.c (do_rewind_test): New test
16548 (do_one_test): Call it.
16549 (do_ftell_test): Fix up expected old offset for a+ mode.
16550 * libio/wfileops.c (do_ftell_wide): Used cached offset when
16553 * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
16554 up test status with function return status.
16555 (do_write_test): Likewise.
16556 (do_append_test): Likewise.
16558 * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
16559 && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
16562 2014-03-17 Joseph Myers <joseph@codesourcery.com>
16564 * math/gen-libm-test.pl (parse_args): Handle results specified for
16565 each rounding mode separately.
16566 * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
16567 tests and results from lrint_tonearest_test_data,
16568 lrint_towardzero_test_data, lrint_downward_test_data and
16569 lrint_upward_test_data.
16570 (lrint_test): Use ALL_RM_TEST.
16571 (lrint_tonearest_test_data): Remove.
16572 (lrint_test_tonearest): Likewise.
16573 (lrint_towardzero_test_data): Likewise.
16574 (lrint_test_towardzero): Likewise.
16575 (lrint_downward_test_data): Likewise.
16576 (lrint_test_downward): Likewise.
16577 (lrint_upward_test_data): Likewise.
16578 (lrint_test_upward): Likewise.
16579 (llrint_test_data): Merge in per-rounding-mode tests and results
16580 from llrint_tonearest_test_data, llrint_towardzero_test_data,
16581 llrint_downward_test_data and llrint_upward_test_data.
16582 (llrint_test): Use ALL_RM_TEST.
16583 (llrint_tonearest_test_data): Remove.
16584 (llrint_test_tonearest): Likewise.
16585 (llrint_towardzero_test_data): Likewise.
16586 (llrint_test_towardzero): Likewise.
16587 (llrint_downward_test_data): Likewise.
16588 (llrint_test_downward): Likewise.
16589 (llrint_upward_test_data): Likewise.
16590 (llrint_test_upward): Likewise.
16591 (rint_test_data): Merge in per-rounding-mode tests and results
16592 from rint_tonearest_test_data, rint_towardzero_test_data,
16593 rint_downward_test_data and rint_upward_test_data. Add
16594 per-rounding-mode results for tests not in those arrays.
16595 (rint_test): Use ALL_RM_TEST.
16596 (rint_tonearest_test_data): Remove.
16597 (rint_test_tonearest): Likewise.
16598 (rint_towardzero_test_data): Likewise.
16599 (rint_test_towardzero): Likewise.
16600 (rint_downward_test_data): Likewise.
16601 (rint_test_downward): Likewise.
16602 (rint_upward_test_data): Likewise.
16603 (rint_test_upward): Likewise.
16604 (main): Don't call removed functions.
16606 2014-03-14 Roland McGrath <roland@hack.frob.com>
16608 * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
16609 "Compiled on ..." crapola. It is anti-useful.
16611 2014-03-14 Joseph Myers <joseph@codesourcery.com>
16613 * scripts/evaluate-test.sh: Handle fourth argument to determine
16614 whether test run should stop on failure.
16615 * Makeconfig (stop-on-test-failure): New variable.
16616 (evaluate-test): Pass fourth argument to evaluate-test.sh based on
16617 $(stop-on-test-failure).
16618 * Makefile (tests): Give a summary of results from testing and
16619 exit with failure status if they include an ERROR or FAIL.
16620 (xtests): Likewise.
16621 * manual/install.texi (Configuring and compiling): Mention
16622 stop-on-test-failure=y.
16623 * INSTALL: Regenerated.
16625 2014-03-14 Roland McGrath <roland@hack.frob.com>
16627 * scripts/versionlist.awk: New file.
16628 * Makerules [$(build-shared) = yes]
16629 (postclean-generated): Add Versions.def, not Versions.def.v and
16631 ($(common-objpfx)Versions.def.v.i): Target removed.
16632 ($(common-objpfx)Versions.def): New target.
16633 ($(common-objpfx)Versions.all): Depend on that rather that
16634 $(common-objpfx)Versions.def.v.
16635 * Versions.def: File removed.
16637 * Makeconfig (+gccwarn): Add -Wundef.
16638 * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
16639 a dl-sysdep.h breaking its contract.
16640 [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
16641 * include/stackinfo.h: New file.
16642 * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
16643 * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
16644 * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
16645 * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
16646 * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
16647 * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
16648 * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16649 * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16650 * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16651 * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16652 * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16653 * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
16654 * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16655 * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16656 * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16658 2014-03-14 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16661 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
16663 * math/libm-test.inc (round_test_data): Add more tests.
16666 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
16668 * math/libm-test.inc (nearbyint_test_data): Add more tests.
16671 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
16673 * math/libm-test.inc (ceil_test_data): Add more tests.
16675 * math/libm-test.inc (trunc_test_data): Add more tests related to
16678 2014-03-14 Roland McGrath <roland@hack.frob.com>
16680 * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
16681 with #if rather than #ifdef.
16682 * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
16684 2014-03-14 H.J. Lu <hongjiu.lu@intel.com>
16686 * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
16687 first. Disable AVX-512 GCC support if assembler doesn't support
16689 * sysdeps/x86_64/configure: Regenerated.
16691 2014-03-13 Carlos O'Donell <carlos@redhat.com>
16693 * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
16694 [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
16695 (__old_pthread_attr_setstack): Likewise.
16696 * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
16697 [!_STACK_GROWS_DOWN]: Likewise.
16699 2014-03-13 Mike Frysinger <vapier@gentoo.org>
16701 * config.make.in (have-bash2): Delete.
16702 * configure.ac (libc_cv_have_bash2): Delete.
16703 * configure: Regenerate.
16704 * elf/Makefile (common-ldd-rewrite): Rename to ...
16705 (ldd-rewrite): ... this. Move bash-ldd-rewrite content to end.
16706 (sh-ldd-rewrite): Delete.
16707 (bash-ldd-rewrite): Delete.
16708 (have-bash2): Delete checks.
16709 [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
16712 * config.make.in (have-ksh): Delete.
16714 * configure.ac (libc_cv_have_ksh): Delete.
16715 * configure: Regenerate.
16717 * elf/Makefile: Delete $(have-ksh) check.
16718 ($(objpfx)sotruss): Change KSH to BASH.
16719 * elf/sotruss.ksh: Rename to ...
16720 * elf/sotruss.sh: ... this. Change @KSH@ to @BASH@. Change
16721 function style to match POSIX. Drop ksh vim mode setting.
16723 * manual/time.texi (Specifying the Time Zone with TZ): Change
16724 Tuesday to Thursday.
16726 * debug/tst-longjmp_chk2.c: Update header comment.
16727 (stackoverflow_handler): Add comment. Call assert on pass value.
16729 2014-03-13 Igor Zamyatin <igor.zamyatin@intel.com>
16732 * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
16733 (HAVE_AVX512_ASM_SUPPORT): Likewise.
16734 * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
16735 (La_x86_64_vector): Add zmm.
16736 * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
16737 (modules-names): Add tst-auditmod10a and tst-auditmod10b.
16738 ($(objpfx)tst-audit10): New target.
16739 ($(objpfx)tst-audit10.out): Likewise.
16740 (tst-audit10-ENV): New.
16741 (AVX512-CFLAGS): Likewise.
16742 (CFLAGS-tst-audit10.c): Likewise.
16743 (CFLAGS-tst-auditmod10a.c): Likewise.
16744 (CFLAGS-tst-auditmod10b.c): Likewise.
16745 * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
16746 HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
16747 * sysdeps/x86_64/configure: Regenerated.
16748 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
16749 AVX-512 zmm register support.
16750 (_dl_x86_64_save_sse): Likewise.
16751 (_dl_x86_64_restore_sse): Likewise.
16752 * sysdeps/x86_64/dl-trampoline.h: Updated to support different
16753 size vector registers.
16754 * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
16755 (ZMM_SIZE): Likewise.
16756 * sysdeps/x86_64/tst-audit10.c: New file.
16757 * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
16758 * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
16760 2014-03-13 Roland McGrath <roland@hack.frob.com>
16762 * configure.ac (HAVE_EHDR_START): New check.
16763 * configure: Regenerated.
16764 * config.h.in (HAVE_EHDR_START): New #undef.
16765 * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
16766 assuming the lowest-addressed segment maps the start of the file.
16768 2014-03-13 Joseph Myers <joseph@codesourcery.com>
16770 * INSTALL: Regenerated.
16772 2014-03-13 Will Newton <will.newton@linaro.org>
16774 * manual/setjmp.texi (System V contexts): Improve
16775 clarity and grammar of documentation.
16777 2014-03-12 Paul Pluzhnikov <ppluzhnikov@google.com>
16780 * elf/Makefile (tests): Add tst-pie2.
16781 (tests-pie): Add tst-pie2.
16782 * elf/tst-pie2.c: New file.
16783 * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
16785 * elf/rtld.c (map_doit): Load executable as lt_executable.
16786 (dl_main): Likewise.
16788 2014-03-12 Joseph Myers <joseph@codesourcery.com>
16791 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16792 (__ASSUME_PSELECT): Undefine.
16794 2014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16797 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
16798 (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
16800 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
16801 selector for static builds.
16803 2014-03-12 Siddhesh Poyarekar <siddhesh@redhat.com>
16806 * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
16809 2014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16811 * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
16812 IFUNC selector for static builds.
16814 2014-03-11 Joseph Myers <joseph@codesourcery.com>
16816 * sysdeps/mips/math_private.h [__mips_hard_float]
16817 (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
16818 libc_feresetround_mips_ctx.
16819 [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
16820 [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
16821 [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
16824 * math/s_nextafter.c (__nextafter): Do not return value from
16825 overflowing computation.
16826 * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
16827 * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
16828 * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
16830 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
16832 * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
16833 * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
16835 2014-03-11 Roland McGrath <roland@hack.frob.com>
16837 * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
16838 * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
16839 Move sfi_sp use from the load-multiple (that no longer sets sp) to
16840 the new mov targetting sp.
16842 2014-03-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16845 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
16846 Define it for static builds as well.
16847 (NO_BZERO_IMPL): Likewise.
16849 2014-03-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
16851 * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
16852 * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
16853 multiarch strspn for PPC64.
16854 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
16855 * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
16856 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16857 (__libc_ifunc_impl_list): Likewise.
16858 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
16859 multiarch optimizations
16860 * string/strspn.c (strspn): Using macro to redefine symbol name.
16862 2014-03-10 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
16863 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16865 * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
16866 * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
16867 multiarch strncat for PPC64.
16868 * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
16869 * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
16870 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16871 (__libc_ifunc_impl_list): Likewise.
16872 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
16873 multiarch optimizations
16875 2014-03-10 Siddhesh Poyarekar <siddhesh@redhat.com>
16878 * nscd/nscd.service: Make service type forking.
16880 2014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16882 * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
16883 sign in non default rounding modes.
16884 * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
16886 2014-03-08 Joseph Myers <joseph@codesourcery.com>
16888 * math/libm-test.inc (ALL_RM_TEST): New macro.
16889 (ceil_test): Use ALL_RM_TEST.
16890 (cimag_test): Likewise.
16891 (conj_test): Likewise.
16892 (copysign_test): Likewise.
16893 (cproj_test): Likewise.
16894 (creal_test): Likewise.
16895 (fabs_test): Likewise.
16896 (floor_test): Likewise.
16897 (fmax_test): Likewise.
16898 (fmin_test): Likewise.
16899 (fmod_test): Likewise.
16900 (fpclassify_test): Likewise.
16901 (frexp_test): Likewise.
16902 (ilogb_test): Likewise.
16903 (isfinite_test): Likewise.
16904 (finite_test): Likewise.
16905 (isgreater_test): Likewise.
16906 (isgreaterequal_test): Likewise.
16907 (isinf_test): Likewise.
16908 (isless_test): Likewise.
16909 (islessequal_test): Likewise.
16910 (islessgreater_test): Likewise.
16911 (isnan_test): Likewise.
16912 (isnormal_test): Likewise.
16913 (issignaling_test): Likewise.
16914 (isunordered_test): Likewise.
16915 (logb_test): Likewise.
16916 (logb_downward_test_data): Remove.
16917 (logb_test_downward): Likewise.
16918 (lround_test): Use ALL_RM_TEST.
16919 (llround_test): Likewise.
16920 (modf_test): Likewise.
16921 (nexttoward_test): Likewise.
16922 (remainder_test): Likewise.
16923 (drem_test): Likewise.
16924 (remainder_tonearest_test_data): Likewise.
16925 (remainder_test_tonearest): Likewise.
16926 (drem_test_tonearest): Likewise.
16927 (remainder_towardzero_test_data): Likewise.
16928 (remainder_test_towardzero): Likewise.
16929 (drem_test_towardzero): Likewise.
16930 (remainder_downward_test_data): Likewise.
16931 (remainder_test_downward): Likewise.
16932 (drem_test_downward): Likewise.
16933 (remainder_upward_test_data): Likewise.
16934 (remainder_test_upward): Likewise.
16935 (drem_test_upward): Likewise.
16936 (remquo_test): Use ALL_RM_TEST. Remove comment about x.
16937 (round_test): Use ALL_RM_TEST.
16938 (signbit_test): Likewise.
16939 (trunc_test): Likewise.
16940 (significand_test): Likewise.
16941 (main): Don't call removed functions.
16943 2014-03-07 Joseph Myers <joseph@codesourcery.com>
16946 * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
16947 || __USE_XOPEN2K8].
16948 (ILL_ILLOPN): Likewise.
16949 (ILL_ILLADR): Likewise.
16950 (ILL_ILLTRP): Likewise.
16951 (ILL_PRVOPC): Likewise.
16952 (ILL_PRVREG): Likewise.
16953 (ILL_COPROC): Likewise.
16954 (ILL_BADSTK): Likewise.
16955 (FPE_INTDIV): Likewise.
16956 (FPE_INTOVF): Likewise.
16957 (FPE_FLTDIV): Likewise.
16958 (FPE_FLTOVF): Likewise.
16959 (FPE_FLTUND): Likewise.
16960 (FPE_FLTRES): Likewise.
16961 (FPE_FLTINV): Likewise.
16962 (FPE_FLTSUB): Likewise.
16963 (SEGV_MAPERR): Likewise.
16964 (SEGV_ACCERR): Likewise.
16965 (BUS_ADRALN): Likewise.
16966 (BUS_ADRERR): Likewise.
16967 (BUS_OBJERR): Likewise.
16968 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16969 (TRAP_TRACE): Likewise.
16970 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16972 (CLD_KILLED): Likewise.
16973 (CLD_DUMPED): Likewise.
16974 (CLD_TRAPPED): Likewise.
16975 (CLD_STOPPED): Likewise.
16976 (CLD_CONTINUED): Likewise.
16977 (POLL_IN): Likewise.
16978 (POLL_OUT): Likewise.
16979 (POLL_MSG): Likewise.
16980 (POLL_ERR): Likewise.
16981 (POLL_PRI): Likewise.
16982 (POLL_HUP): Likewise.
16983 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
16985 (ILL_ILLOPN): Likewise.
16986 (ILL_ILLADR): Likewise.
16987 (ILL_ILLTRP): Likewise.
16988 (ILL_PRVOPC): Likewise.
16989 (ILL_PRVREG): Likewise.
16990 (ILL_COPROC): Likewise.
16991 (ILL_BADSTK): Likewise.
16992 (FPE_INTDIV): Likewise.
16993 (FPE_INTOVF): Likewise.
16994 (FPE_FLTDIV): Likewise.
16995 (FPE_FLTOVF): Likewise.
16996 (FPE_FLTUND): Likewise.
16997 (FPE_FLTRES): Likewise.
16998 (FPE_FLTINV): Likewise.
16999 (FPE_FLTSUB): Likewise.
17000 (SEGV_MAPERR): Likewise.
17001 (SEGV_ACCERR): Likewise.
17002 (BUS_ADRALN): Likewise.
17003 (BUS_ADRERR): Likewise.
17004 (BUS_OBJERR): Likewise.
17005 (BUS_MCEERR_AR): Likewise.
17006 (BUS_MCEERR_AO): Likewise.
17007 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17008 (TRAP_TRACE): Likewise.
17009 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17011 (CLD_KILLED): Likewise.
17012 (CLD_DUMPED): Likewise.
17013 (CLD_TRAPPED): Likewise.
17014 (CLD_STOPPED): Likewise.
17015 (CLD_CONTINUED): Likewise.
17016 (POLL_IN): Likewise.
17017 (POLL_OUT): Likewise.
17018 (POLL_MSG): Likewise.
17019 (POLL_ERR): Likewise.
17020 (POLL_PRI): Likewise.
17021 (POLL_HUP): Likewise.
17022 * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
17023 (ILL_ILLOPN): Likewise.
17024 (ILL_ILLADR): Likewise.
17025 (ILL_ILLTRP): Likewise.
17026 (ILL_PRVOPC): Likewise.
17027 (ILL_PRVREG): Likewise.
17028 (ILL_COPROC): Likewise.
17029 (ILL_BADSTK): Likewise.
17030 (FPE_INTDIV): Likewise.
17031 (FPE_INTOVF): Likewise.
17032 (FPE_FLTDIV): Likewise.
17033 (FPE_FLTOVF): Likewise.
17034 (FPE_FLTUND): Likewise.
17035 (FPE_FLTRES): Likewise.
17036 (FPE_FLTINV): Likewise.
17037 (FPE_FLTSUB): Likewise.
17038 (SEGV_MAPERR): Likewise.
17039 (SEGV_ACCERR): Likewise.
17040 (BUS_ADRALN): Likewise.
17041 (BUS_ADRERR): Likewise.
17042 (BUS_OBJERR): Likewise.
17043 (BUS_MCEERR_AR): Likewise.
17044 (BUS_MCEERR_AO): Likewise.
17045 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17046 (TRAP_TRACE): Likewise.
17047 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17049 (CLD_KILLED): Likewise.
17050 (CLD_DUMPED): Likewise.
17051 (CLD_TRAPPED): Likewise.
17052 (CLD_STOPPED): Likewise.
17053 (CLD_CONTINUED): Likewise.
17054 (POLL_IN): Likewise.
17055 (POLL_OUT): Likewise.
17056 (POLL_MSG): Likewise.
17057 (POLL_ERR): Likewise.
17058 (POLL_PRI): Likewise.
17059 (POLL_HUP): Likewise.
17060 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
17062 (ILL_ILLOPN): Likewise.
17063 (ILL_ILLADR): Likewise.
17064 (ILL_ILLTRP): Likewise.
17065 (ILL_PRVOPC): Likewise.
17066 (ILL_PRVREG): Likewise.
17067 (ILL_COPROC): Likewise.
17068 (ILL_BADSTK): Likewise.
17069 (ILL_BADIADDR): Likewise.
17070 (ILL_BREAK): Likewise.
17071 (FPE_INTDIV): Likewise.
17072 (FPE_INTOVF): Likewise.
17073 (FPE_FLTDIV): Likewise.
17074 (FPE_FLTOVF): Likewise.
17075 (FPE_FLTUND): Likewise.
17076 (FPE_FLTRES): Likewise.
17077 (FPE_FLTINV): Likewise.
17078 (FPE_FLTSUB): Likewise.
17079 (FPE_DECOVF): Likewise.
17080 (FPE_DECDIV): Likewise.
17081 (FPE_DECERR): Likewise.
17082 (FPE_INVASC): Likewise.
17083 (FPE_INVDEC): Likewise.
17084 (SEGV_MAPERR): Likewise.
17085 (SEGV_ACCERR): Likewise.
17086 (SEGV_PSTKOVF): Likewise.
17087 (BUS_ADRALN): Likewise.
17088 (BUS_ADRERR): Likewise.
17089 (BUS_OBJERR): Likewise.
17090 (BUS_MCEERR_AR): Likewise.
17091 (BUS_MCEERR_AO): Likewise.
17092 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17093 (TRAP_TRACE): Likewise.
17094 (TRAP_BRANCH): Likewise.
17095 (TRAP_HWBKPT): Likewise.
17096 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17098 (CLD_KILLED): Likewise.
17099 (CLD_DUMPED): Likewise.
17100 (CLD_TRAPPED): Likewise.
17101 (CLD_STOPPED): Likewise.
17102 (CLD_CONTINUED): Likewise.
17103 (POLL_IN): Likewise.
17104 (POLL_OUT): Likewise.
17105 (POLL_MSG): Likewise.
17106 (POLL_ERR): Likewise.
17107 (POLL_PRI): Likewise.
17108 (POLL_HUP): Likewise.
17109 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
17110 (ILL_ILLOPN): Likewise.
17111 (ILL_ILLADR): Likewise.
17112 (ILL_ILLTRP): Likewise.
17113 (ILL_PRVOPC): Likewise.
17114 (ILL_PRVREG): Likewise.
17115 (ILL_COPROC): Likewise.
17116 (ILL_BADSTK): Likewise.
17117 (FPE_INTDIV): Likewise.
17118 (FPE_INTOVF): Likewise.
17119 (FPE_FLTDIV): Likewise.
17120 (FPE_FLTOVF): Likewise.
17121 (FPE_FLTUND): Likewise.
17122 (FPE_FLTRES): Likewise.
17123 (FPE_FLTINV): Likewise.
17124 (FPE_FLTSUB): Likewise.
17125 (SEGV_MAPERR): Likewise.
17126 (SEGV_ACCERR): Likewise.
17127 (BUS_ADRALN): Likewise.
17128 (BUS_ADRERR): Likewise.
17129 (BUS_OBJERR): Likewise.
17130 (BUS_MCEERR_AR): Likewise.
17131 (BUS_MCEERR_AO): Likewise.
17132 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17133 (TRAP_TRACE): Likewise.
17134 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17136 (CLD_KILLED): Likewise.
17137 (CLD_DUMPED): Likewise.
17138 (CLD_TRAPPED): Likewise.
17139 (CLD_STOPPED): Likewise.
17140 (CLD_CONTINUED): Likewise.
17141 (POLL_IN): Likewise.
17142 (POLL_OUT): Likewise.
17143 (POLL_MSG): Likewise.
17144 (POLL_ERR): Likewise.
17145 (POLL_PRI): Likewise.
17146 (POLL_HUP): Likewise.
17147 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
17148 (ILL_ILLOPN): Likewise.
17149 (ILL_ILLADR): Likewise.
17150 (ILL_ILLTRP): Likewise.
17151 (ILL_PRVOPC): Likewise.
17152 (ILL_PRVREG): Likewise.
17153 (ILL_COPROC): Likewise.
17154 (ILL_BADSTK): Likewise.
17155 (FPE_INTDIV): Likewise.
17156 (FPE_INTOVF): Likewise.
17157 (FPE_FLTDIV): Likewise.
17158 (FPE_FLTOVF): Likewise.
17159 (FPE_FLTUND): Likewise.
17160 (FPE_FLTRES): Likewise.
17161 (FPE_FLTINV): Likewise.
17162 (FPE_FLTSUB): Likewise.
17163 (SEGV_MAPERR): Likewise.
17164 (SEGV_ACCERR): Likewise.
17165 (BUS_ADRALN): Likewise.
17166 (BUS_ADRERR): Likewise.
17167 (BUS_OBJERR): Likewise.
17168 (BUS_MCEERR_AR): Likewise.
17169 (BUS_MCEERR_AO): Likewise.
17170 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17171 (TRAP_TRACE): Likewise.
17172 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17174 (CLD_KILLED): Likewise.
17175 (CLD_DUMPED): Likewise.
17176 (CLD_TRAPPED): Likewise.
17177 (CLD_STOPPED): Likewise.
17178 (CLD_CONTINUED): Likewise.
17179 (POLL_IN): Likewise.
17180 (POLL_OUT): Likewise.
17181 (POLL_MSG): Likewise.
17182 (POLL_ERR): Likewise.
17183 (POLL_PRI): Likewise.
17184 (POLL_HUP): Likewise.
17185 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
17186 (ILL_ILLOPN): Likewise.
17187 (ILL_ILLADR): Likewise.
17188 (ILL_ILLTRP): Likewise.
17189 (ILL_PRVOPC): Likewise.
17190 (ILL_PRVREG): Likewise.
17191 (ILL_COPROC): Likewise.
17192 (ILL_BADSTK): Likewise.
17193 (FPE_INTDIV): Likewise.
17194 (FPE_INTOVF): Likewise.
17195 (FPE_FLTDIV): Likewise.
17196 (FPE_FLTOVF): Likewise.
17197 (FPE_FLTUND): Likewise.
17198 (FPE_FLTRES): Likewise.
17199 (FPE_FLTINV): Likewise.
17200 (FPE_FLTSUB): Likewise.
17201 (SEGV_MAPERR): Likewise.
17202 (SEGV_ACCERR): Likewise.
17203 (BUS_ADRALN): Likewise.
17204 (BUS_ADRERR): Likewise.
17205 (BUS_OBJERR): Likewise.
17206 (BUS_MCEERR_AR): Likewise.
17207 (BUS_MCEERR_AO): Likewise.
17208 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17209 (TRAP_TRACE): Likewise.
17210 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17212 (CLD_KILLED): Likewise.
17213 (CLD_DUMPED): Likewise.
17214 (CLD_TRAPPED): Likewise.
17215 (CLD_STOPPED): Likewise.
17216 (CLD_CONTINUED): Likewise.
17217 (POLL_IN): Likewise.
17218 (POLL_OUT): Likewise.
17219 (POLL_MSG): Likewise.
17220 (POLL_ERR): Likewise.
17221 (POLL_PRI): Likewise.
17222 (POLL_HUP): Likewise.
17223 * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
17224 (ILL_ILLOPN): Likewise.
17225 (ILL_ILLADR): Likewise.
17226 (ILL_ILLTRP): Likewise.
17227 (ILL_PRVOPC): Likewise.
17228 (ILL_PRVREG): Likewise.
17229 (ILL_COPROC): Likewise.
17230 (ILL_BADSTK): Likewise.
17231 (ILL_DBLFLT): Likewise.
17232 (ILL_HARDWALL): Likewise.
17233 (FPE_INTDIV): Likewise.
17234 (FPE_INTOVF): Likewise.
17235 (FPE_FLTDIV): Likewise.
17236 (FPE_FLTOVF): Likewise.
17237 (FPE_FLTUND): Likewise.
17238 (FPE_FLTRES): Likewise.
17239 (FPE_FLTINV): Likewise.
17240 (FPE_FLTSUB): Likewise.
17241 (SEGV_MAPERR): Likewise.
17242 (SEGV_ACCERR): Likewise.
17243 (BUS_ADRALN): Likewise.
17244 (BUS_ADRERR): Likewise.
17245 (BUS_OBJERR): Likewise.
17246 (BUS_MCEERR_AR): Likewise.
17247 (BUS_MCEERR_AO): Likewise.
17248 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17249 (TRAP_TRACE): Likewise.
17250 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17252 (CLD_KILLED): Likewise.
17253 (CLD_DUMPED): Likewise.
17254 (CLD_TRAPPED): Likewise.
17255 (CLD_STOPPED): Likewise.
17256 (CLD_CONTINUED): Likewise.
17257 (POLL_IN): Likewise.
17258 (POLL_OUT): Likewise.
17259 (POLL_MSG): Likewise.
17260 (POLL_ERR): Likewise.
17261 (POLL_PRI): Likewise.
17262 (POLL_HUP): Likewise.
17263 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
17264 (ILL_ILLOPN): Likewise.
17265 (ILL_ILLADR): Likewise.
17266 (ILL_ILLTRP): Likewise.
17267 (ILL_PRVOPC): Likewise.
17268 (ILL_PRVREG): Likewise.
17269 (ILL_COPROC): Likewise.
17270 (ILL_BADSTK): Likewise.
17271 (FPE_INTDIV): Likewise.
17272 (FPE_INTOVF): Likewise.
17273 (FPE_FLTDIV): Likewise.
17274 (FPE_FLTOVF): Likewise.
17275 (FPE_FLTUND): Likewise.
17276 (FPE_FLTRES): Likewise.
17277 (FPE_FLTINV): Likewise.
17278 (FPE_FLTSUB): Likewise.
17279 (SEGV_MAPERR): Likewise.
17280 (SEGV_ACCERR): Likewise.
17281 (BUS_ADRALN): Likewise.
17282 (BUS_ADRERR): Likewise.
17283 (BUS_OBJERR): Likewise.
17284 (BUS_MCEERR_AR): Likewise.
17285 (BUS_MCEERR_AO): Likewise.
17286 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17287 (TRAP_TRACE): Likewise.
17288 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17290 (CLD_KILLED): Likewise.
17291 (CLD_DUMPED): Likewise.
17292 (CLD_TRAPPED): Likewise.
17293 (CLD_STOPPED): Likewise.
17294 (CLD_CONTINUED): Likewise.
17295 (POLL_IN): Likewise.
17296 (POLL_OUT): Likewise.
17297 (POLL_MSG): Likewise.
17298 (POLL_ERR): Likewise.
17299 (POLL_PRI): Likewise.
17300 (POLL_HUP): Likewise.
17301 * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
17302 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
17305 * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
17306 before #include of <time.h>.
17307 [!__USE_XOPEN2K] (__need_timespec): Likewise.
17308 * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
17309 (test-xfail-UNIX98/sched.h/conform): Likewise.
17311 2014-03-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
17313 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
17314 error absence of trapping exception support.
17315 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
17317 2014-03-07 Joseph Myers <joseph@codesourcery.com>
17319 * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
17320 ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
17321 * timezone/Makefile (testdata): Move definition above include of
17323 (test-zones): New variable.
17324 (tests-special): Add zone files.
17325 (build-testdata): Use $(evaluate-test).
17327 * elf/Makefile (tests-special): Rename tests to end with .out.
17328 ($(objpfx)noload-mem): Likewise.
17329 ($(objpfx)tst-leaks1-mem): Likewise.
17330 ($(objpfx)tst-leaks1-static-mem.out): Likewise.
17331 * iconv/Makefile (xtests-special): Change test-iconvconfig to
17332 $(objpfx)test-iconvconfig.out.
17333 (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out. Use
17334 set -e inside subshell and redirect output to file.
17335 * iconvdata/Makefile (generated): Rename tests to end with .out.
17337 (tests-special): Rename tests to end with .out.
17338 ($(objpfx)mtrace-tst-loading): Likewise.
17339 * intl/Makefile (generated): Likewise.
17340 (tests-special): Likewise.
17341 ($(objpfx)mtrace-tst-gettext): Likewise.
17342 * misc/Makefile (generated): Likewise.
17343 (tests-special): Likewise.
17344 ($(objpfx)tst-error1-mem): Likewise.
17345 * nptl/Makefile (tests-special): Likewise.
17346 ($(objpfx)tst-stack3-mem): Likewise.
17347 (generated): Likewise.
17348 * posix/Makefile (generated): Likewise.
17349 (tests-special): Likewise.
17350 (xtests-special): Likewise.
17351 ($(objpfx)tst-fnmatch-mem): Likewise.
17352 ($(objpfx)bug-regex2-mem): Likewise.
17353 ($(objpfx)bug-regex14-mem): Likewise.
17354 ($(objpfx)bug-regex21-mem): Likewise.
17355 ($(objpfx)bug-regex31-mem): Likewise.
17356 ($(objpfx)tst-vfork3-mem): Likewise.
17357 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
17358 ($(objpfx)tst-pcre-mem): Likewise.
17359 ($(objpfx)tst-boost-mem): Likewise.
17360 ($(objpfx)bug-ga2-mem): Likewise.
17361 ($(objpfx)bug-glob2-mem): Likewise.
17362 * resolv/Makefile (generate): Likewise.
17363 (tests-special): Likewise.
17364 (xtests-special): Likewise.
17365 (generated): Likewise.
17366 ($(objpfx)mtrace-tst-leaks): Likewise.
17367 ($(objpfx)mtrace-tst-leaks2): Likewise.
17369 * scripts/merge-test-results.sh: New file.
17370 * Makefile (tests-special-notdir): New variable.
17371 (tests): Run merge-test-results.sh.
17372 (xtests): Likewise.
17373 * Rules (tests-special-notdir): New variable.
17374 (xtests-special-notdir): Likewise.
17375 (tests): Run merge-test-results.sh
17376 (xtests): Likewise.
17378 * Makeconfig (test-xfail-name): New variable.
17379 (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
17380 compute variable name for expected failures.
17381 * conform/Makefile (conformtest-headers-data): New variable.
17382 (conformtest-standards): Likewise.
17383 (conformtest-headers-ISO): Likewise.
17384 (conformtest-headers-ISO99): Likewise.
17385 (conformtest-headers-ISO11): Likewise.
17386 (conformtest-headers-POSIX): Likewise.
17387 (conformtest-headers-XPG3): Likewise.
17388 (conformtest-headers-XPG4): Likewise.
17389 (conformtest-headers-UNIX98): Likewise.
17390 (conformtest-headers-XOPEN2K): Likewise.
17391 (conformtest-headers-POSIX2008): Likewise.
17392 (conformtest-headers-XOPEN2K8): Likewise.
17393 (conformtest-header-list-base): Likewise.
17394 (conformtest-header-list-tests): Likewise.
17395 (conformtest-header-base): Likewise.
17396 (conformtest-header-tests): Likewise.
17397 (tests-special): Add $(conformtest-header-list-tests). If
17398 [$(fast-check) && !$(cross-compiling)], add
17399 $(conformtest-header-tests) instead of
17400 $(objpfx)run-conformtest.out.
17401 (generated): Add $(conformtest-header-list-base). If
17402 [$(fast-check) && !$(cross-compiling)], add
17403 $(conformtest-header-base). Remove previous setting.
17404 ($(conformtest-header-list-tests)): New target.
17405 (test-xfail-run-conformtest): Remove variable.
17406 ($(objpfx)run-conformtest.out): Remove target.
17407 (test-xfail-ISO11/complex.h/conform): New variable.
17408 (test-xfail-ISO11/stdalign.h/conform): Likewise.
17409 (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
17410 (test-xfail-XPG3/varargs.h/conform): Likewise.
17411 (test-xfail-XPG4/varargs.h/conform): Likewise.
17412 (test-xfail-UNIX98/varargs.h/conform): Likewise.
17413 (test-xfail-XPG4/ndbm.h/conform): Likewise.
17414 (test-xfail-UNIX98/ndbm.h/conform): Likewise.
17415 (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
17416 (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
17417 (test-xfail-XPG3/fcntl.h/conform): Likewise.
17418 (test-xfail-XPG3/ftw.h/conform): Likewise.
17419 (test-xfail-XPG3/grp.h/conform): Likewise.
17420 (test-xfail-XPG3/langinfo.h/conform): Likewise.
17421 (test-xfail-XPG3/limits.h/conform): Likewise.
17422 (test-xfail-XPG3/pwd.h/conform): Likewise.
17423 (test-xfail-XPG3/search.h/conform): Likewise.
17424 (test-xfail-XPG3/signal.h/conform): Likewise.
17425 (test-xfail-XPG3/stdio.h/conform): Likewise.
17426 (test-xfail-XPG3/stdlib.h/conform): Likewise.
17427 (test-xfail-XPG3/string.h/conform): Likewise.
17428 (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
17429 (test-xfail-XPG3/sys/msg.h/conform): Likewise.
17430 (test-xfail-XPG3/sys/sem.h/conform): Likewise.
17431 (test-xfail-XPG3/sys/shm.h/conform): Likewise.
17432 (test-xfail-XPG3/sys/stat.h/conform): Likewise.
17433 (test-xfail-XPG3/sys/types.h/conform): Likewise.
17434 (test-xfail-XPG3/sys/wait.h/conform): Likewise.
17435 (test-xfail-XPG3/termios.h/conform): Likewise.
17436 (test-xfail-XPG3/time.h/conform): Likewise.
17437 (test-xfail-XPG3/unistd.h/conform): Likewise.
17438 (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
17439 (test-xfail-XPG4/fcntl.h/conform): Likewise.
17440 (test-xfail-XPG4/langinfo.h/conform): Likewise.
17441 (test-xfail-XPG4/netdb.h/conform): Likewise.
17442 (test-xfail-XPG4/netinet/in.h/conform): Likewise.
17443 (test-xfail-XPG4/signal.h/conform): Likewise.
17444 (test-xfail-XPG4/stdio.h/conform): Likewise.
17445 (test-xfail-XPG4/stdlib.h/conform): Likewise.
17446 (test-xfail-XPG4/stropts.h/conform): Likewise.
17447 (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
17448 (test-xfail-XPG4/sys/msg.h/conform): Likewise.
17449 (test-xfail-XPG4/sys/sem.h/conform): Likewise.
17450 (test-xfail-XPG4/sys/shm.h/conform): Likewise.
17451 (test-xfail-XPG4/sys/socket.h/conform): Likewise.
17452 (test-xfail-XPG4/sys/stat.h/conform): Likewise.
17453 (test-xfail-XPG4/sys/time.h/conform): Likewise.
17454 (test-xfail-XPG4/sys/types.h/conform): Likewise.
17455 (test-xfail-XPG4/sys/wait.h/conform): Likewise.
17456 (test-xfail-XPG4/termios.h/conform): Likewise.
17457 (test-xfail-XPG4/ucontext.h/conform): Likewise.
17458 (test-xfail-XPG4/unistd.h/conform): Likewise.
17459 (test-xfail-XPG4/utmpx.h/conform): Likewise.
17460 (test-xfail-POSIX/sched.h/conform): Likewise.
17461 (test-xfail-POSIX/signal.h/conform): Likewise.
17462 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
17463 (test-xfail-POSIX/tar.h/conform): Likewise.
17464 (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
17465 (test-xfail-UNIX98/fcntl.h/conform): Likewise.
17466 (test-xfail-UNIX98/langinfo.h/conform): Likewise.
17467 (test-xfail-UNIX98/netdb.h/conform): Likewise.
17468 (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
17469 (test-xfail-UNIX98/sched.h/conform): Likewise.
17470 (test-xfail-UNIX98/signal.h/conform): Likewise.
17471 (test-xfail-UNIX98/stdio.h/conform): Likewise.
17472 (test-xfail-UNIX98/stdlib.h/conform): Likewise.
17473 (test-xfail-UNIX98/stropts.h/conform): Likewise.
17474 (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
17475 (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
17476 (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
17477 (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
17478 (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
17479 (test-xfail-UNIX98/sys/time.h/conform): Likewise.
17480 (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
17481 (test-xfail-UNIX98/ucontext.h/conform): Likewise.
17482 (test-xfail-UNIX98/unistd.h/conform): Likewise.
17483 (test-xfail-UNIX98/utmpx.h/conform): Likewise.
17484 (test-xfail-XOPEN2K/aio.h/conform): Likewise.
17485 (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
17486 (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
17487 (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
17488 (test-xfail-XOPEN2K/math.h/conform): Likewise.
17489 (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
17490 (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
17491 (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
17492 (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
17493 (test-xfail-XOPEN2K/signal.h/conform): Likewise.
17494 (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
17495 (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
17496 (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
17497 (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
17498 (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
17499 (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
17500 (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
17501 (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
17502 (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
17503 (test-xfail-XOPEN2K/termios.h/conform): Likewise.
17504 (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
17505 (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
17506 (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
17507 (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
17508 (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
17509 (test-xfail-POSIX2008/netdb.h/conform): Likewise.
17510 (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
17511 (test-xfail-POSIX2008/signal.h/conform): Likewise.
17512 (test-xfail-POSIX2008/stropts.h/conform): Likewise.
17513 (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
17514 (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
17515 (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
17516 (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
17517 (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
17518 (test-xfail-XOPEN2K8/math.h/conform): Likewise.
17519 (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
17520 (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
17521 (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
17522 (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
17523 (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
17524 (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
17525 (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
17526 (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
17527 (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
17528 (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
17529 (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
17530 (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
17531 (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
17532 (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
17533 (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
17534 (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
17535 (conformtest-cc-flags): Likewise.
17536 ($(conformtest-header-tests): New target.
17537 * conform/check-header-lists.sh: New file.
17538 * conform/run-conformtest.sh: Remove.
17540 * conform/conformtest.pl: Allow ' and \ in values given for
17542 * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
17544 [POSIX] (sys/types.h): Likewise.
17545 [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
17547 [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
17549 * conform/data/signal.h-data (SIGIO): Remove expectation.
17550 [XPG3] (SIGBUS): Do not expect.
17551 [POSIX || XPG3] (SIGPOLL): Likewise.
17552 [POSIX || XPG3] (SIGPROF): Likewise.
17553 [POSIX || XPG3] (SIGSYS): Likewise.
17554 [XPG3] (SIGTRAP): Likewise.
17555 [POSIX || XPG3] (SIGURG): Likewise.
17556 [POSIX || XPG3] (SIGVTALRM): Likewise.
17557 [POSIX || XPG3] (SIGXCPU): Likewise.
17558 [POSIX || XPG3] (SIGXFSZ): Likewise.
17559 [POSIX] (SA_SIGINFO): Expect.
17560 [XPG3] (siginfo_t): Do not expect type or contents.
17561 [POSIX] (si_pid): Do not expect element.
17562 [POSIX] (si_uid): Likewise.
17563 [POSIX] (si_addr): Likewise.
17564 [POSIX] (si_status): Likewise.
17565 [POSIX] (si_band): Likewise.
17566 [XPG4] (si_value): Likewise.
17567 [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
17568 [POSIX || XPG3] (ILL_ILLOPN): Likewise.
17569 [POSIX || XPG3] (ILL_ILLADR): Likewise.
17570 [POSIX || XPG3] (ILL_ILLTRP): Likewise.
17571 [POSIX || XPG3] (ILL_PRVOPC): Likewise.
17572 [POSIX || XPG3] (ILL_PRVREG): Likewise.
17573 [POSIX || XPG3] (ILL_COPROC): Likewise.
17574 [POSIX || XPG3] (ILL_BADSTK): Likewise.
17575 [POSIX || XPG3] (FPE_INTDIV): Likewise.
17576 [POSIX || XPG3] (FPE_INTOVF): Likewise.
17577 [POSIX || XPG3] (FPE_FLTDIV): Likewise.
17578 [POSIX || XPG3] (FPE_FLTOVF): Likewise.
17579 [POSIX || XPG3] (FPE_FLTUND): Likewise.
17580 [POSIX || XPG3] (FPE_FLTRES): Likewise.
17581 [POSIX || XPG3] (FPE_FLTINV): Likewise.
17582 [POSIX || XPG3] (FPE_FLTSUB): Likewise.
17583 [POSIX || XPG3] (SEGV_MAPERR): Likewise.
17584 [POSIX || XPG3] (SEGV_ACCERR): Likewise.
17585 [POSIX || XPG3] (BUS_ADRALN): Likewise.
17586 [POSIX || XPG3] (BUS_ADRERR): Likewise.
17587 [POSIX || XPG3] (BUS_OBJERR): Likewise.
17588 [POSIX || XPG3] (CLD_EXITED): Likewise.
17589 [POSIX || XPG3] (CLD_KILLED): Likewise.
17590 [POSIX || XPG3] (CLD_DUMPED): Likewise.
17591 [POSIX || XPG3] (CLD_TRAPPED): Likewise.
17592 [POSIX || XPG3] (CLD_STOPPED): Likewise.
17593 [POSIX || XPG3] (CLD_CONTINUED): Likewise.
17594 [POSIX || XPG3] (POLL_IN): Likewise.
17595 [POSIX || XPG3] (POLL_OUT): Likewise.
17596 [POSIX || XPG3] (POLL_MSG): Likewise.
17597 [POSIX || XPG3] (POLL_ERR): Likewise.
17598 [POSIX || XPG3] (POLL_PRI): Likewise.
17599 [POSIX || XPG3] (POLL_HUP): Likewise.
17600 [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
17601 [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
17602 (SIG*): Do not allow.
17603 [XPG3] (si_*): Likewise.
17604 [XPG3] (SI_*): Likewise.
17605 [XPG3 || XPG4] (sigev_*): Likewise.
17606 [XPG3 || XPG4] (SIGEV_*): Likewise.
17607 [XPG3 || XPG4] (sival_*): Likewise.
17608 [POSIX || XPG3 || XPG4] (uc_*): Likewise.
17609 [POSIX || XPG3] (BUS_*): Likewise.
17610 [POSIX || XPG3] (CLD_*): Likewise.
17611 [POSIX || XPG3] (FPE_*): Likewise.
17612 [POSIX || XPG3] (ILL_*): Likewise.
17613 [POSIX || XPG3] (POLL_*): Likewise.
17614 [POSIX || XPG3] (SEGV_*): Likewise.
17615 [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
17616 [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
17617 [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
17618 [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
17619 [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
17620 * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
17621 Specify type and value.
17622 (TVERSLEN): Likewise.
17623 (REGTYPE): Likewise.
17624 (AREGTYPE): Likewise.
17625 (LNKTYPE): Likewise.
17626 (SYMTYPE): Likewise.
17627 (CHRTYPE): Likewise.
17628 (BLKTYPE): Likewise.
17629 (DIRTYPE): Likewise.
17630 (FIFOTYPE): Likewise.
17631 (CONTTYPE): Likewise.
17635 (TUREAD): Likewise.
17636 (TUWRITE): Likewise.
17637 (TUEXEC): Likewise.
17638 (TGREAD): Likewise.
17639 (TGWRITE): Likewise.
17640 (TGEXEC): Likewise.
17641 (TOREAD): Likewise.
17642 (TOWRITE): Likewise.
17643 (TOEXEC): Likewise.
17644 [POSIX] (TSVTX): Expect constant.
17646 2014-03-06 Joseph Myers <joseph@codesourcery.com>
17648 * Makefile (tests): Change dependencies to ....
17649 (tests-special): ... additions to this variable.
17650 (tests): Depend on $(tests-special).
17651 * Makerules (check-abi-list): New variable.
17652 (check-abi): Depend on $(check-abi-list).
17653 [$(subdir) = elf] (tests-special): Add
17654 $(objpfx)check-abi-libc.out.
17655 [$(build-shared) = yes && subdir] (tests-special): Add
17657 [$(build-shared) = yes && subdir] (tests): Do not depend on
17659 * Rules (tests): Depend on $(tests-special).
17660 (xtests): Depend on $(xtests-special).
17661 * catgets/Makefile (tests): Change dependencies to ....
17662 (tests-special): ... additions to this variable.
17663 * conform/Makefile (tests): Change dependencies to ....
17664 (tests-special): ... additions to this variable.
17665 * elf/Makefile (tests): Change dependencies to ....
17666 (tests-special): ... additions to this variable.
17667 * grp/Makefile (tests): Change dependencies to ....
17668 (tests-special): ... additions to this variable.
17669 * iconv/Makefile (xtests): Change dependencies to ....
17670 (xtests-special): ... additions to this variable.
17671 * iconvdata/Makefile (tests): Change dependencies to ....
17672 (tests-special): ... additions to this variable.
17673 * intl/Makefile (tests): Change dependencies to ....
17674 (tests-special): ... additions to this variable. Also add
17675 $(objpfx)tst-gettext.out.
17676 * io/Makefile (tests): Change dependencies to ....
17677 (tests-special): ... additions to this variable.
17678 * libio/Makefile (tests): Change dependencies to ....
17679 (tests-special): ... additions to this variable.
17680 * malloc/Makefile (tests): Change dependencies to ....
17681 (tests-special): ... additions to this variable.
17682 * misc/Makefile (tests): Change dependencies to ....
17683 (tests-special): ... additions to this variable.
17684 * nptl/Makefile (tests): Change dependencies to ....
17685 (tests-special): ... additions to this variable.
17686 * nptl_db/Makefile (tests): Change dependencies to ....
17687 (tests-special): ... additions to this variable.
17688 * posix/Makefile (tests): Change dependencies to ....
17689 (tests-special): ... additions to this variable.
17690 (xtests): Change dependencies to ....
17691 (xtests-special): ... additions to this variable.
17692 * resolv/Makefile (tests): Change dependencies to ....
17693 (tests-special): ... additions to this variable.
17694 (xtests): Change dependencies to ....
17695 (xtests-special): ... additions to this variable.
17696 * stdio-common/Makefile (tests): Change dependencies to ....
17697 (tests-special): ... additions to this variable.
17698 (do-tst-unbputc): Remove target.
17699 (do-tst-printf): Likewise.
17700 * stdlib/Makefile (tests): Change dependencies to ....
17701 (tests-special): ... additions to this variable.
17702 * string/Makefile (tests): Change dependencies to ....
17703 (tests-special): ... additions to this variable.
17704 * sysdeps/x86/Makefile (tests): Change dependencies to ....
17705 (tests-special): ... additions to this variable.
17707 * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
17709 * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
17711 * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
17712 * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
17714 * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
17715 * conform/data/arpa/inet.h-data [XPG3]: Likewise.
17716 * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
17717 * conform/data/fmtmsg.h-data [XPG3]: Likewise.
17718 * conform/data/libgen.h-data [XPG3]: Likewise.
17719 * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
17720 * conform/data/ndbm.h-data [XPG3]: Likewise.
17721 * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17722 * conform/data/netdb.h-data [XPG3]: Likewise.
17723 * conform/data/netinet/in.h-data [XPG3]: Likewise.
17724 * conform/data/poll.h-data [XPG3]: Likewise.
17725 * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17726 * conform/data/strings.h-data [XPG3]: Likewise.
17727 * conform/data/stropts.h-data [XPG3]: Likewise.
17728 * conform/data/sys/mman.h-data [XPG3]: Likewise.
17729 * conform/data/sys/resource.h-data [XPG3]: Likewise.
17730 * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
17732 * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
17733 * conform/data/sys/time.h-data [XPG3]: Likewise.
17734 * conform/data/sys/timeb.h-data [XPG3]: Likewise.
17735 * conform/data/sys/uio.h-data [XPG3]: Likewise.
17736 * conform/data/sys/un.h-data [XPG3]: Likewise.
17737 * conform/data/syslog.h-data [XPG3]: Likewise.
17738 * conform/data/ucontext.h-data [XPG3]: Likewise.
17739 * conform/data/utmpx.h-data [XPG3]: Likewise.
17740 * conform/data/varargs.h-data [UNIX98]: Enable file.
17742 * manual/Makefile (INSTALL_INFO): Remove variable setting.
17744 * math/libm-test.inc (struct test_f_f_data): Move expected results
17745 into structure for each rounding mode.
17746 (struct test_ff_f_data): Likewise.
17747 (struct test_ff_f_data_nexttoward): Likewise.
17748 (struct test_fi_f_data): Likewise.
17749 (struct test_fl_f_data): Likewise.
17750 (struct test_if_f_data): Likewise.
17751 (struct test_fff_f_data): Likewise.
17752 (struct test_c_f_data): Likewise.
17753 (struct test_f_f1_data): Likewise.
17754 (struct test_fF_f1_data): Likewise.
17755 (struct test_ffI_f1_data): Likewise.
17756 (struct test_c_c_data): Likewise.
17757 (struct test_cc_c_data): Likewise.
17758 (struct test_f_i_data): Likewise.
17759 (struct test_ff_i_data): Likewise.
17760 (struct test_f_l_data): Likewise.
17761 (struct test_f_L_data): Likewise.
17762 (struct test_fFF_11_data): Likewise.
17764 (RM_FE_DOWNWARD): Likewise.
17765 (RM_FE_TONEAREST): Likewise.
17766 (RM_FE_TOWARDZERO): Likewise.
17767 (RM_FE_UPWARD): Likewise.
17768 (RUN_TEST_LOOP_f_f): Update references to expected results.
17769 (RUN_TEST_LOOP_2_f): Likewise.
17770 (RUN_TEST_LOOP_fff_f): Likewise.
17771 (RUN_TEST_LOOP_c_f): Likewise.
17772 (RUN_TEST_LOOP_f_f1): Likewise.
17773 (RUN_TEST_LOOP_fF_f1): Likewise.
17774 (RUN_TEST_LOOP_fI_f1): Likewise.
17775 (RUN_TEST_LOOP_ffI_f1): Likewise.
17776 (RUN_TEST_LOOP_c_c): Likewise.
17777 (RUN_TEST_LOOP_cc_c): Likewise.
17778 (RUN_TEST_LOOP_f_i): Likewise.
17779 (RUN_TEST_LOOP_f_i_tg): Likewise.
17780 (RUN_TEST_LOOP_ff_i_tg): Likewise.
17781 (RUN_TEST_LOOP_f_b): Likewise.
17782 (RUN_TEST_LOOP_f_b_tg): Likewise.
17783 (RUN_TEST_LOOP_f_l): Likewise.
17784 (RUN_TEST_LOOP_f_L): Likewise.
17785 (RUN_TEST_LOOP_fFF_11): Likewise.
17786 * math/gen-libm-test.pl (parse_args): Output four copies of
17787 expected results for each test.
17789 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17790 (__ASSUME_UTIMES): Remove.
17791 * sysdeps/unix/sysv/linux/tile/kernel-features.h
17792 (__ASSUME_UTIMES): Likewise.
17794 * math/gen-auto-libm-tests.c: Update comment on output format.
17795 (output_for_one_input_case): Generate before-rounding and
17796 after-rounding information as conditions on output flags not
17797 floating-point format.
17798 * math/auto-libm-test-out: Regenerated.
17799 * math/gen-libm-test.pl (cond_value): New function.
17800 (or_cond_value): Use cond_value.
17801 (generate_testfile): Handle conditional exceptions.
17803 2014-03-05 Joseph Myers <joseph@codesourcery.com>
17805 * math/libm-test.inc (max_valid_error): New variable.
17806 (init_max_error): Take new argument specifying whether function
17807 results are exactly determined. Set max_valid_error and bound
17808 other variables for errors based on this argument.
17809 (set_max_error): Do not record results above max_valid_error.
17810 (check_float_internal): Only accept errors of up to 0.5ulps if
17811 also at most max_valid_error.
17812 (START): Take new argument EXACT and pass it to init_max_error.
17813 (acos_test): Update call to START.
17814 (acos_test_tonearest): Likewise.
17815 (acos_test_towardzero): Likewise.
17816 (acos_test_downward): Likewise.
17817 (acos_test_upward): Likewise.
17818 (acosh_test): Likewise.
17819 (asin_test): Likewise.
17820 (asin_test_tonearest): Likewise.
17821 (asin_test_towardzero): Likewise.
17822 (asin_test_downward): Likewise.
17823 (asin_test_upward): Likewise.
17824 (asinh_test): Likewise.
17825 (atan_test): Likewise.
17826 (atanh_test): Likewise.
17827 (atan2_test): Likewise.
17828 (cabs_test): Likewise.
17829 (cacos_test): Likewise.
17830 (cacosh_test): Likewise.
17831 (carg_test): Likewise.
17832 (casin_test): Likewise.
17833 (casinh_test): Likewise.
17834 (catan_test): Likewise.
17835 (catanh_test): Likewise.
17836 (cbrt_test): Likewise.
17837 (ccos_test): Likewise.
17838 (ccosh_test): Likewise.
17839 (ceil_test): Likewise.
17840 (cexp_test): Likewise.
17841 (cimag_test): Likewise.
17842 (clog_test): Likewise.
17843 (clog10_test): Likewise.
17844 (conj_test): Likewise.
17845 (copysign_test): Likewise.
17846 (cos_test): Likewise.
17847 (cos_test_tonearest): Likewise.
17848 (cos_test_towardzero): Likewise.
17849 (cos_test_downward): Likewise.
17850 (cos_test_upward): Likewise.
17851 (cosh_test): Likewise.
17852 (cosh_test_tonearest): Likewise.
17853 (cosh_test_towardzero): Likewise.
17854 (cosh_test_downward): Likewise.
17855 (cosh_test_upward): Likewise.
17856 (cpow_test): Likewise.
17857 (cproj_test): Likewise.
17858 (creal_test): Likewise.
17859 (csin_test): Likewise.
17860 (csinh_test): Likewise.
17861 (csqrt_test): Likewise.
17862 (ctan_test): Likewise.
17863 (ctan_test_tonearest): Likewise.
17864 (ctan_test_towardzero): Likewise.
17865 (ctan_test_downward): Likewise.
17866 (ctan_test_upward): Likewise.
17867 (ctanh_test): Likewise.
17868 (ctanh_test_tonearest): Likewise.
17869 (ctanh_test_towardzero): Likewise.
17870 (ctanh_test_downward): Likewise.
17871 (ctanh_test_upward): Likewise.
17872 (erf_test): Likewise.
17873 (erfc_test): Likewise.
17874 (exp_test): Likewise.
17875 (exp_test_tonearest): Likewise.
17876 (exp_test_towardzero): Likewise.
17877 (exp_test_downward): Likewise.
17878 (exp_test_upward): Likewise.
17879 (exp10_test): Likewise.
17880 (exp10_test_tonearest): Likewise.
17881 (exp10_test_towardzero): Likewise.
17882 (exp10_test_downward): Likewise.
17883 (exp10_test_upward): Likewise.
17884 (pow10_test): Likewise.
17885 (exp2_test): Likewise.
17886 (expm1_test): Likewise.
17887 (expm1_test_tonearest): Likewise.
17888 (expm1_test_towardzero): Likewise.
17889 (expm1_test_downward): Likewise.
17890 (expm1_test_upward): Likewise.
17891 (fabs_test): Likewise.
17892 (fdim_test): Likewise.
17893 (floor_test): Likewise.
17894 (fma_test): Likewise.
17895 (fma_test_towardzero): Likewise.
17896 (fma_test_downward): Likewise.
17897 (fma_test_upward): Likewise.
17898 (fmax_test): Likewise.
17899 (fmin_test): Likewise.
17900 (fmod_test): Likewise.
17901 (fpclassify_test): Likewise.
17902 (frexp_test): Likewise.
17903 (hypot_test): Likewise.
17904 (ilogb_test): Likewise.
17905 (isfinite_test): Likewise.
17906 (finite_test): Likewise.
17907 (isgreater_test): Likewise.
17908 (isgreaterequal_test): Likewise.
17909 (isinf_test): Likewise.
17910 (isless_test): Likewise.
17911 (islessequal_test): Likewise.
17912 (islessgreater_test): Likewise.
17913 (isnan_test): Likewise.
17914 (isnormal_test): Likewise.
17915 (issignaling_test): Likewise.
17916 (isunordered_test): Likewise.
17917 (j0_test): Likewise.
17918 (j1_test): Likewise.
17919 (jn_test): Likewise.
17920 (ldexp_test): Likewise.
17921 (lgamma_test): Likewise.
17922 (gamma_test): Likewise.
17923 (lrint_test): Likewise.
17924 (lrint_test_tonearest): Likewise.
17925 (lrint_test_towardzero): Likewise.
17926 (lrint_test_downward): Likewise.
17927 (lrint_test_upward): Likewise.
17928 (llrint_test): Likewise.
17929 (llrint_test_tonearest): Likewise.
17930 (llrint_test_towardzero): Likewise.
17931 (llrint_test_downward): Likewise.
17932 (llrint_test_upward): Likewise.
17933 (log_test): Likewise.
17934 (log10_test): Likewise.
17935 (log1p_test): Likewise.
17936 (log2_test): Likewise.
17937 (logb_test): Likewise.
17938 (logb_test_downward): Likewise.
17939 (lround_test): Likewise.
17940 (llround_test): Likewise.
17941 (modf_test): Likewise.
17942 (nearbyint_test): Likewise.
17943 (nextafter_test): Likewise.
17944 (nexttoward_test): Likewise.
17945 (pow_test): Likewise.
17946 (pow_test_tonearest): Likewise.
17947 (pow_test_towardzero): Likewise.
17948 (pow_test_downward): Likewise.
17949 (pow_test_upward): Likewise.
17950 (remainder_test): Likewise.
17951 (drem_test): Likewise.
17952 (remainder_test_tonearest): Likewise.
17953 (drem_test_tonearest): Likewise.
17954 (remainder_test_towardzero): Likewise.
17955 (drem_test_towardzero): Likewise.
17956 (remainder_test_downward): Likewise.
17957 (drem_test_downward): Likewise.
17958 (remainder_test_upward): Likewise.
17959 (drem_test_upward): Likewise.
17960 (remquo_test): Likewise.
17961 (rint_test): Likewise.
17962 (rint_test_tonearest): Likewise.
17963 (rint_test_towardzero): Likewise.
17964 (rint_test_downward): Likewise.
17965 (rint_test_upward): Likewise.
17966 (round_test): Likewise.
17967 (scalb_test): Likewise.
17968 (scalbn_test): Likewise.
17969 (scalbln_test): Likewise.
17970 (signbit_test): Likewise.
17971 (sin_test): Likewise.
17972 (sin_test_tonearest): Likewise.
17973 (sin_test_towardzero): Likewise.
17974 (sin_test_downward): Likewise.
17975 (sin_test_upward): Likewise.
17976 (sincos_test): Likewise.
17977 (sinh_test): Likewise.
17978 (sinh_test_tonearest): Likewise.
17979 (sinh_test_towardzero): Likewise.
17980 (sinh_test_downward): Likewise.
17981 (sinh_test_upward): Likewise.
17982 (sqrt_test): Likewise.
17983 (sqrt_test_tonearest): Likewise.
17984 (sqrt_test_towardzero): Likewise.
17985 (sqrt_test_downward): Likewise.
17986 (sqrt_test_upward): Likewise.
17987 (tan_test): Likewise.
17988 (tan_test_tonearest): Likewise.
17989 (tan_test_towardzero): Likewise.
17990 (tan_test_downward): Likewise.
17991 (tan_test_upward): Likewise.
17992 (tanh_test): Likewise.
17993 (tgamma_test): Likewise.
17994 (trunc_test): Likewise.
17995 (y0_test): Likewise.
17996 (y1_test): Likewise.
17997 (yn_test): Likewise.
17998 (significand_test): Likewise.
18000 * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
18001 individual tests in comment.
18002 (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
18003 (prev_max_error): New variable.
18004 (prev_real_max_error): Likewise.
18005 (prev_imag_max_error): Likewise.
18006 (compare_ulp_data): Don't refer to test names in comment.
18007 (find_test_ulps): Remove function.
18008 (find_function_ulps): Likewise.
18009 (find_complex_function_ulps): Likewise.
18010 (init_max_error): Take function name as argument. Look up ulps
18012 (print_ulps): Remove function.
18013 (print_max_error): Use prev_max_error instead of calling
18014 find_function_ulps.
18015 (print_complex_max_error): Use prev_real_max_error and
18016 prev_imag_max_error instead of calling find_complex_function_ulps.
18017 (check_float_internal): Take max_ulp parameter instead of calling
18018 find_test_ulps. Don't call print_ulps.
18019 (check_float): Update call to check_float_internal.
18020 (check_complex): Update calls to check_float_internal.
18021 (START): Pass argument to init_max_error.
18022 * math/gen-libm-test.pl (%results): Don't include "kind"
18024 (parse_ulps): Don't handle ulps of individual tests.
18025 (print_ulps_file): Likewise.
18026 (output_ulps): Likewise.
18027 * math/README.libm-test: Update.
18028 * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
18030 * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
18031 * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
18032 * sysdeps/arm/libm-test-ulps: Likewise.
18033 * sysdeps/i386/fpu/libm-test-ulps: Likewise.
18034 * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
18035 * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
18036 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
18037 * sysdeps/microblaze/libm-test-ulps: Likewise.
18038 * sysdeps/mips/mips32/libm-test-ulps: Likewise.
18039 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
18040 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
18041 * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
18042 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
18043 * sysdeps/sh/libm-test-ulps: Likewise.
18044 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
18045 * sysdeps/tile/libm-test-ulps: Likewise.
18046 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18048 2014-03-04 Joseph Myers <joseph@codesourcery.com>
18050 * math/libm-test.inc (print_complex_max_error): Check separately
18051 whether real and imaginary errors are within allowed range and
18052 pass 0 to print_complex_function_ulps instead of value within
18055 2014-03-04 Siddhesh Poyarekar <siddhesh@redhat.com>
18057 * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
18059 (get_handles_fopen): Likewise.
18060 (do_write_test): Likewise.
18062 * libio/wfileops.c (do_ftell_wide): Fix up formatting.
18064 * libio/fileops.c (do_ftell): Use cached offset when
18066 * libio/iofwide.c (do_ftell_wide): Likewise.
18067 * libio/iofdopen.c (_IO_new_fdopen): Don't use
18069 * libio/wfileops.c (_IO_fwide): Don't cache offset.
18072 * libio/libioP.h (get_file_offset): New function.
18073 * libio/fileops.c (get_file_offset): Likewise.
18074 (do_ftell): Likewise.
18075 (_IO_new_file_seekoff): Split out ftell logic.
18076 * libio/wfileops.c (do_ftell_wide): Likewise.
18077 (_IO_wfile_seekoff): Split out ftell logic.
18078 * libio/tst-ftell-active-handler.c: New test case.
18079 * libio/Makefile (tests): Add it.
18081 2014-03-03 Roland McGrath <roland@hack.frob.com>
18083 * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
18084 * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
18086 2014-03-03 Siddhesh Poyarekar <siddhesh@redhat.com>
18089 * nscd/connections.c (nscd_init): Call do_exit.
18090 (start_threads): Call do_exit and notify_parent.
18091 (begin_drop_privileges): Call do_exit.
18092 (finish_drop_privileges): Likewise.
18093 * nscd/selinux.c (preserve_capabilities): Likewise.
18094 (install_real_capabilities): Likewise.
18095 (nscd_selinux_enabled): Likewise.
18096 (avc_create_thread): Likewise.
18097 (avc_alloc_lock): Likewise.
18098 (nscd_avc_init): Likewise.
18099 * nscd/nscd.c (parent_fd): New static variable.
18100 (main): Create a pipe between parent and child processes.
18101 Skip closing parent_fd.
18102 (monitor_child): New function.
18103 (do_exit): Likewise.
18104 (notify_parent): Likewise.
18105 * nscd/nscd.h (notify_parent): Likewise.
18106 (do_exit): Likewise.
18108 2014-03-03 Carlos O'Donell <carlos@redhat.com>
18110 * malloc/malloc.c (__libc_calloc): Revert last change.
18112 2014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18114 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18116 2014-03-03 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18118 * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
18119 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
18121 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
18122 (__libc_ifunc_impl_list): Likewise.
18123 * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
18124 * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
18125 * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
18126 * string/strrchr.c: Define STRRCHR.
18128 2014-02-28 Ondřej Bílka <neleai@seznam.cz>
18130 * benchtest/bench-strtok.c (simple_strtok): Delete.
18131 (strtok_string): Use as benchmark.
18132 * string/strtok (STRTOK): New macro.
18134 2014-02-28 Carlos O'Donell <carlos@redhat.com>
18136 * manual/threads.texi: Add header and standard comments to all
18139 * elf/dl-lookup.c (check_match): New function.
18140 (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
18141 (do_lookup_x): Remove nested function check_match. Use non-nested
18142 function check_match.
18144 2014-02-28 Roland McGrath <roland@hack.frob.com>
18146 * csu/Makefile (generated, before-compile): Use += rather than =.
18147 * catgets/Makefile (generated, generated-dirs): Likewise.
18148 * debug/Makefile (generated): Likewise.
18149 * dlfcn/Makefile (generated): Likewise.
18150 * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
18151 * iconvdata/Makefile (before-compile, generated): Likewise.
18152 * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
18153 * libio/Makefile (generated): Likewise.
18154 * malloc/Makefile (generated): Likewise.
18155 * manual/Makefile (generated, generated-dirs): Likewise.
18156 * misc/Makefile (generated): Likewise.
18157 * posix/Makefile (generated): Likewise.
18158 * resolv/Makefile (generated): Likewise.
18159 * sunrpc/Makefile (generated, generated-dirs): Likewise.
18160 * timezone/Makefile (generated, generated-dirs): Likewise.
18162 * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
18164 2014-02-27 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18166 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
18167 power8 implementation.
18168 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
18169 file: POWER8 llround ifunc implementation.
18170 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
18171 (__lllround): Add POWER8 implementation.
18172 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
18173 POWER8 llround implementation.
18175 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
18176 power8 implementation.
18177 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
18178 file: POWER8 llrint ifunc implementation.
18179 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
18180 Add POWER8 implementation.
18181 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
18182 POWER8 llrint implementation.
18184 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
18185 power8 implementation.
18186 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
18187 file: POWER8 finite ifunc implementation.
18188 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
18189 Add POWER8 implementation.
18190 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
18192 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
18193 POWER8 finite implementation.
18194 * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
18196 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
18197 power8 implementation.
18198 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
18199 file: POWER8 isinf ifunc implementation.
18200 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
18201 POWER8 implementation.
18202 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
18204 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
18205 isinf implementation.
18206 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
18208 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
18209 (INIT_ARCH): Add hwcap2 initialization.
18210 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
18211 power8 implementation.
18212 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
18213 file: POWER8 isnan ifunc implementation.
18214 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
18215 POWER8 implementation.
18216 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
18218 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
18219 isnan implementation.
18220 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
18222 2014-02-27 Joey Ye <joey.ye@arm.com>
18224 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
18225 (_FP_NANFRAC_Q): Set to zero.
18227 2014-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
18230 * math/auto-libm-test-in: New test inputs.
18231 * math/auto-libm-test-out: Regenerate.
18232 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
18235 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
18237 2014-02-27 Joseph Myers <joseph@codesourcery.com>
18239 * scripts/evaluate-test.sh: Take new argument indicating whether
18240 failure is expected.
18241 * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
18242 indicating whether failure is expected.
18243 * conform/Makefile (test-xfail-run-conformtest): New variable.
18244 ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
18246 * posix/Makefile (test-xfail-annexc): New variable.
18247 ($(objpfx)annexc.out): Don't expect to fail at makefile level.
18249 2014-02-26 Joseph Myers <joseph@codesourcery.com>
18251 * argp/Makefile: Include Makeconfig immediately after defining
18253 * assert/Makefile: Likewise.
18254 * benchtests/Makefile: Likewise.
18255 * catgets/Makefile: Likewise.
18256 * conform/Makefile: Likewise.
18257 * crypt/Makefile: Likewise.
18258 * csu/Makefile: Likewise.
18259 (all): Remove target.
18260 * ctype/Makefile: Include Makeconfig immediately after defining
18262 * debug/Makefile: Likewise.
18263 * dirent/Makefile: Likewise.
18264 * dlfcn/Makefile: Likewise.
18265 * gmon/Makefile: Likewise.
18266 * gnulib/Makefile: Likewise.
18267 * grp/Makefile: Likewise.
18268 * gshadow/Makefile: Likewise.
18269 * hesiod/Makefile: Likewise.
18270 * hurd/Makefile: Likewise.
18271 (all): Remove target.
18272 * iconvdata/Makefile: Include Makeconfig immediately after
18274 * inet/Makefile: Likewise.
18275 * intl/Makefile: Likewise.
18276 * io/Makefile: Likewise.
18277 * libio/Makefile: Likewise.
18278 (all): Remove target.
18279 * locale/Makefile: Include Makeconfig immediately after defining
18281 * login/Makefile: Likewise.
18282 * mach/Makefile: Likewise.
18283 (all): Remove target.
18284 * malloc/Makefile: Include Makeconfig immediately after defining
18286 (all): Remove target.
18287 * manual/Makefile: Include Makeconfig immediately after defining
18289 * math/Makefile: Likewise.
18290 * misc/Makefile: Likewise.
18291 * nis/Makefile: Likewise.
18292 * nss/Makefile: Likewise.
18293 * po/Makefile: Likewise.
18294 (all): Remove target.
18295 * posix/Makefile: Include Makeconfig immediately after defining
18297 * pwd/Makefile: Likewise.
18298 * resolv/Makefile: Likewise.
18299 * resource/Makefile: Likewise.
18300 * rt/Makefile: Likewise.
18301 * setjmp/Makefile: Likewise.
18302 * shadow/Makefile: Likewise.
18303 * signal/Makefile: Likewise.
18304 * socket/Makefile: Likewise.
18305 * soft-fp/Makefile: Likewise.
18306 * stdio-common/Makefile: Likewise.
18307 * stdlib/Makefile: Likewise.
18308 * streams/Makefile: Likewise.
18309 * string/Makefile: Likewise.
18310 * sunrpc/Makefile: Likewise.
18311 (all): Remove target.
18312 * sysvipc/Makefile: Include Makeconfig immediately after defining
18314 * termios/Makefile: Likewise.
18315 * time/Makefile: Likewise.
18316 * timezone/Makefile: Likewise.
18317 (all): Remove target.
18318 * wcsmbs/Makefile: Include Makeconfig immediately after defining
18320 * wctype/Makefile: Likewise.
18322 2014-02-26 Steve Ellcey <sellcey@mips.com>
18324 * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
18325 (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
18326 (libc_feholdexcept_setround_mips): Ditto.
18327 (libc_feholdsetround): New.
18328 (libc_feholdsetroundf): New.
18329 (libc_feholdsetroundl): New.
18330 (libc_feupdateenv_test_mips): New.
18331 (libc_feupdateenv_test): New.
18332 (libc_feupdateenv_testf): New.
18333 (libc_feupdateenv_testl): New.
18334 (libc_feresetround): New.
18335 (libc_feresetroundf): New.
18336 (libc_feresetroundl): New.
18337 (libc_fetestexcept_mips): New.
18338 (libc_fetestexcept): New.
18339 (libc_fetestexceptf): New.
18340 (libc_fetestexceptl): New.
18341 (HAVE_RM_CTX): New.
18342 (libc_feholdexcept_setround_mips_ctx): New.
18343 (libc_feholdexcept_setround_ctx): New.
18344 (libc_feholdexcept_setroundf_ctx): New.
18345 (libc_feholdexcept_setroundl_ctx): New.
18346 (libc_fesetenv_mips_ctx): New.
18347 (libc_fesetenv_ctx): New.
18348 (libc_fesetenv_ctxf): New.
18349 (libc_fesetenv_ctxl): New.
18350 (libc_feupdateenv_mips_ctx): New.
18351 (libc_feupdateenv_ctx): New.
18352 (libc_feupdateenvf_ctx): New.
18353 (libc_feupdateenvl_ctx): New.
18354 (libc_feholdsetround_mips_ctx): New.
18355 (libc_feholdsetround_ctx): New.
18356 (libc_feholdsetroundf_ctx): New.
18357 (libc_feholdsetroundl_ctx): New.
18358 (libc_feresetround_mips_ctx): New.
18359 (libc_feresetround_ctx): New.
18360 (libc_feresetroundf_ctx): New.
18361 (libc_feresetroundl_ctx): New.
18363 2014-02-26 Carlos O'Donell <carlos@redhat.com>
18365 * manual/ipc.texi (Semaphores): Use @Theglibc{}.
18367 * manual/ipc.texi: New file.
18368 * manual/Makefile (chapters): Add ipc.
18369 * manual/job.texi: Add "Inter-Process Communication" to next.
18370 * manual/process.texi: Add "Inter-Process Communication" to prev.
18372 2014-02-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18374 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18376 2014-02-26 Ondřej Bílka <neleai@seznam.cz>
18378 * malloc/malloc.c (__libc_calloc): Simplify implementation.
18380 * manual/arith.texi: Fix spaces after sentences.
18381 * manual/charset.texi: Likewise.
18382 * manual/errno.texi: Likewise.
18383 * manual/install.texi: Likewise.
18384 * manual/llio.texi: Likewise.
18385 * manual/locale.texi: Likewise.
18386 * manual/maint.texi: Likewise.
18387 * manual/math.texi: Likewise.
18388 * manual/memory.texi: Likewise.
18389 * manual/message.texi: Likewise.
18390 * manual/probes.texi: Likewise.
18391 * manual/resource.texi: Likewise.
18392 * manual/signal.texi: Likewise.
18393 * manual/socket.texi: Likewise.
18394 * manual/stdio.texi: Likewise.
18395 * manual/string.texi: Likewise.
18396 * manual/time.texi: Likewise.
18397 * manual/users.texi: Likewise.
18399 2014-02-25 Carlos O'Donell <carlos@redhat.com>
18402 * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
18403 _DEFAULT_SOURCE is defined.
18405 2014-02-25 Ulrich Drepper <drepper@gmail.com>
18406 Carlos O'Donell <carlos@redhat.com>
18409 * elf/dl-tls.c (_dl_count_modids): New function.
18410 * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
18411 * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
18412 audit library and increment generation counter.
18413 (_dl_allocate_tls_init): Add assertion to check TLS generation count.
18414 * elf/tst-audit9.c: New file.
18415 * elf/tst-auditmod9a.c: New file.
18416 * elf/tst-auditmod9b.c: New file.
18417 * elf/Makefile: Add rules to build and run tst-audit9.
18419 2014-02-25 Florian Weimer <fweimer@redhat.com>
18422 * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
18424 2014-02-25 Will Newton <will.newton@linaro.org>
18426 * sysdeps/arm/__longjmp.S: Include stap-probe.h.
18427 (__longjmp): Restore sp and lr before restoring callee
18428 saved registers. Add longjmp and longjmp_target
18429 SystemTap probe point.
18430 * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
18431 * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
18432 Define to zero to match jmpbuf layout.
18433 * sysdeps/arm/setjmp.S: Include stap-probe.h.
18434 (__sigsetjmp): Save sp and lr before saving callee
18435 saved registers. Add setjmp SystemTap probe point.
18437 2014-02-24 Stefan Liebler <stli@linux.vnet.ibm.com>
18439 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18441 2014-02-24 Andreas Schwab <schwab@suse.de>
18444 * elf/pldd.c (wait_for_ptrace_stop): New function.
18445 (main): Call it after attaching.
18447 2014-02-22 Roland McGrath <roland@hack.frob.com>
18449 * Makerules ($(common-objpfx)Versions.v.i): No longer depend
18450 on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
18451 Versions files is now verboten.
18452 * hurd/Versions (libc: GLIBC_2.0):
18453 Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
18454 (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
18455 [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
18456 * mach/Versions: Likewise.
18458 * csu/Versions: Remove unused %include.
18459 * resolv/Versions: Likewise.
18461 2014-02-21 Joseph Myers <joseph@codesourcery.com>
18463 * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
18464 ($(objpfx)check-local-headers.out): Likewise.
18465 ($(objpfx)begin-end-check.out): Likewise.
18466 * Makerules (check-abi-%.out): Likewise.
18467 * catgets/Makefile ($(objpfx)test1.cat): Likewise.
18468 ($(objpfx)test2.cat): Likewise.
18469 ($(objpfx)de/libc.cat): Likewise.
18470 ($(objpfx)test-gencat.out): Likewise.
18471 * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
18472 * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
18473 ($(objpfx)noload-mem): Likewise.
18474 ($(objpfx)tst-pathopt.out): Likewise.
18475 ($(objpfx)tst-rtld-load-self.out): Likewise.
18476 ($(objpfx)tst-array1-cmp.out): Likewise.
18477 ($(objpfx)tst-array1-static-cmp.out): Likewise.
18478 ($(objpfx)tst-array2-cmp.out): Likewise.
18479 ($(objpfx)tst-array3-cmp.out): Likewise.
18480 ($(objpfx)tst-array4-cmp.out): Likewise.
18481 ($(objpfx)tst-array5-cmp.out): Likewise.
18482 ($(objpfx)tst-array5-static-cmp.out): Likewise.
18483 ($(objpfx)check-textrel.out): Likewise.
18484 ($(objpfx)check-execstack.out): Likewise.
18485 ($(objpfx)check-localplt.out): Likewise.
18486 ($(objpfx)order2-cmp.out): Likewise.
18487 ($(objpfx)tst-leaks1-mem): Likewise.
18488 ($(objpfx)tst-leaks1-static-mem): Likewise.
18489 ($(objpfx)tst-initorder-cmp.out): Likewise.
18490 ($(objpfx)tst-initorder2-cmp.out): Likewise.
18491 ($(objpfx)tst-unused-dep.out): Likewise.
18492 ($(objpfx)tst-unused-dep-cmp.out): Likewise.
18493 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
18494 * iconv/Makefile (test-iconvconfig): Likewise.
18495 * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
18496 ($(objpfx)iconv-test.out): Likewise.
18497 ($(objpfx)tst-tables.out): Likewise.
18498 * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
18499 ($(objpfx)tst-gettext.out): Likewise.
18500 ($(objpfx)tst-translit.out): Likewise.
18501 ($(objpfx)tst-gettext2.out): Likewise.
18502 ($(objpfx)tst-gettext4.out): Likewise.
18503 ($(objpfx)tst-gettext6.out): Likewise.
18504 * io/Makefile ($(objpfx)ftwtest.out): Likewise.
18505 * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
18506 ($(objpfx)tst-fopenloc-cmp.out): Likewise.
18507 ($(objpfx)tst-fopenloc-mem.out): Likewise.
18508 * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
18509 * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
18510 * posix/Makefile ($(objpfx)globtest.out): Likewise.
18511 ($(objpfx)wordexp-tst.out): Likewise.
18512 ($(objpfx)annexc.out): Likewise.
18513 ($(objpfx)tst-fnmatch-mem): Likewise.
18514 ($(objpfx)bug-regex2-mem): Likewise.
18515 ($(objpfx)bug-regex14-mem): Likewise.
18516 ($(objpfx)bug-regex21-mem): Likewise.
18517 ($(objpfx)bug-regex31-mem): Likewise.
18518 ($(objpfx)tst-vfork3-mem): Likewise.
18519 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
18520 ($(objpfx)tst-pcre-mem): Likewise.
18521 ($(objpfx)tst-boost-mem): Likewise.
18522 ($(objpfx)tst-getconf.out): Likewise.
18523 ($(objpfx)bug-ga2-mem): Likewise.
18524 ($(objpfx)bug-glob2-mem): Likewise.
18525 * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
18526 ($(objpfx)mtrace-tst-leaks2): Likewise.
18527 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
18528 ($(objpfx)tst-printf.out): Likewise.
18529 ($(objpfx)tst-setvbuf1.out): Likewise.
18530 ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
18531 * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
18532 ($(objpfx)tst-fmtmsg.out): Likewise.
18533 * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
18534 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
18536 * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
18537 * bits/sigaction.h [__USE_MISC]: Likewise.
18538 * bits/waitstatus.h: Update #endif comments.
18539 * ctype/ctype.h: Likewise.
18540 * dirent/dirent.h: Likewise.
18541 [__USE_MISC]: Remove redundant conditionals.
18542 * grp/grp.h: Update #endif comments.
18543 [__USE_GNU]: Remove redundant conditionals.
18544 [__USE_MISC]: Likewise.
18545 * inet/netinet/in.h [__USE_GNU]: Likewise.
18546 * io/sys/stat.h [__USE_MISC]: Likewise.
18547 * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
18548 * libio/bits/stdio.h: Update #endif comments.
18549 [__USE_MISC]: Remove redundant conditionals.
18550 * libio/bits/stdio2.h [__USE_MISC]: Likewise.
18551 * libio/stdio.h: Update #endif comments.
18552 [__USE_MISC]: Remove redundant conditionals.
18553 * math/bits/math-finite.h [__USE_MISC]: Likewise.
18554 * math/bits/mathcalls.h [__USE_MISC]: Likewise.
18555 * math/math.h: Update #else and #endif comments.
18556 [__USE_MISC]: Remove redundant conditionals.
18557 * misc/sys/uio.h: Update #endif comments.
18558 * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
18559 * posix/glob.h [__USE_MISC]: Likewise.
18560 * posix/sys/types.h: Update #endif comments.
18561 [__USE_MISC]: Remove redundant conditionals.
18562 * posix/sys/wait.h: Update #endif comments.
18563 [__USE_MISC]: Remove redundant conditionals.
18564 * posix/unistd.h: Update #endif comments.
18565 [__USE_MISC]: Remove redundant conditionals.
18566 * pwd/pwd.h [__USE_GNU]: Likewise.
18567 [__USE_MISC]: Likewise.
18568 * resolv/netdb.h [__USE_GNU]: Likewise.
18569 * signal/signal.h: Update #endif comments.
18570 [__USE_MISC]: Remove redundant conditionals.
18571 * stdlib/stdlib.h: Update #else and #endif comments.
18572 [__USE_MISC]: Remove redundant conditionals.
18573 [__USE_GNU]: Likewise.
18574 * string/bits/string2.h [__USE_MISC]: Likewise.
18575 * string/string.h: Update #endif comments.
18576 [__USE_MISC]: Remove redundant conditionals.
18577 * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
18579 * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
18580 * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
18581 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
18583 * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
18585 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
18587 [__USE_MISC]: Remove redundant conditionals.
18588 * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
18589 * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
18590 * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
18591 * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
18592 * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
18594 * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
18595 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
18597 * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
18598 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
18600 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
18602 * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
18603 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
18605 * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
18607 * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
18608 * sysdeps/x86/bits/string.h: Update #endif comments.
18609 * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
18611 * time/sys/time.h: Update #endif comments.
18612 * time/time.h: Likewise.
18613 [__USE_MISC]: Remove redundant conditionals.
18615 2014-02-21 Yury Gribov <y.gribov@samsung.com>
18618 * sysdeps/arm/libm-test-ulps: Update for VFPv4.
18620 2014-02-21 Andreas Schwab <schwab@linux-m68k.org>
18622 * Versions.def (librt): Add GLIBC_2.17.
18624 2014-02-21 Adam Conrad <adconrad@0c3.net>
18626 * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
18627 synonym for _SYS_AUXV_H to allow direct inclusion.
18628 * sysdeps/sparc/bits/hwcap.h: Likewise.
18629 * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
18630 _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
18631 * sysdeps/sparc/sysdep.h: Likewise.
18633 2014-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
18635 * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
18637 2014-02-21 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18639 * benchtests/bench-strrchr.c: Print length instead of position.
18641 2014-02-20 Joseph Myers <joseph@codesourcery.com>
18644 * sysdeps/unix/sysv/linux/kernel-features.h
18645 [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
18646 (__ASSUME_SENDMMSG_SOCKETCALL): Define.
18647 [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
18648 __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
18650 [__i386__ || __powerpc__ || __sh__ || __sparc__]
18651 (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18652 [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
18653 (__ASSUME_SENDMMSG): Define instead of using previous
18654 [__LINUX_KERNEL_VERSION >= 0x020627] condition.
18655 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18656 (__ASSUME_SENDMMSG_SYSCALL): Define.
18657 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18658 [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
18660 * sysdeps/unix/sysv/linux/arm/kernel-features.h
18661 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18663 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18664 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18666 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
18667 && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18668 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18669 [__ASSUME_SENDMMSG]: Change conditionals to
18670 [__ASSUME_SENDMMSG_SOCKETCALL].
18671 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18672 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
18674 * sysdeps/unix/sysv/linux/mips/kernel-features.h
18675 [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
18677 * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
18678 !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18679 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18680 [!__ASSUME_SENDMMSG]: Change conditional to
18681 [!__ASSUME_SENDMMSG_SOCKETCALL].
18682 * sysdeps/unix/sysv/linux/tile/kernel-features.h
18683 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18687 * sysdeps/unix/sysv/linux/kernel-features.h
18688 [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
18689 (__ASSUME_RECVMMSG_SOCKETCALL): Define.
18690 [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
18691 __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
18692 || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
18693 [__i386__ || __sparc__]
18694 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18695 [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
18696 (__ASSUME_RECVMMSG): Define instead of using previous
18697 [__LINUX_KERNEL_VERSION >= 0x020621] condition.
18698 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18699 (__ASSUME_RECVMMSG_SYSCALL): Define.
18700 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18701 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18703 * sysdeps/unix/sysv/linux/arm/kernel-features.h
18704 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18706 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18707 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18709 * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
18710 && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18711 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18712 [__ASSUME_RECVMMSG]: Change condition to
18713 [__ASSUME_RECVMMSG_SOCKETCALL].
18714 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18715 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18717 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18718 * sysdeps/unix/sysv/linux/mips/kernel-features.h
18719 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18721 * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
18722 !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18723 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18724 [!__ASSUME_RECVMMSG]: Change condition to
18725 [!__ASSUME_RECVMMSG_SOCKETCALL].
18726 * sysdeps/unix/sysv/linux/tile/kernel-features.h
18727 (__ASSUME_RECVMMSG_SYSCALL): Define.
18730 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
18731 __powerpc__ || __s390__ || __sh__ || __sparc__]
18732 (__ASSUME_SOCKETCALL): Define.
18733 [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
18734 (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
18735 [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
18736 || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
18737 __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
18738 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
18739 [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
18740 (__ASSUME_ACCEPT4): Define instead of using previous
18741 [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
18742 __powerpc__ || __sparc__ || __s390__)] condition.
18743 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18744 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18745 * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
18746 !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
18747 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
18748 [!__ASSUME_ACCEPT4]: Change condition to
18749 [!__ASSUME_ACCEPT4_SOCKETCALL].
18750 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18751 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL. Correct
18752 condition to [__LINUX_KERNEL_VERSION >= 0x030200].
18753 * sysdeps/unix/sysv/linux/arm/kernel-features.h
18754 [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
18755 __ASSUME_ACCEPT4_SYSCALL.
18756 * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
18757 Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
18758 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18759 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
18760 __ASSUME_ACCEPT4_SYSCALL.
18761 * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
18762 && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
18763 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
18764 [__ASSUME_ACCEPT4]: Change condition to
18765 [__ASSUME_ACCEPT4_SOCKETCALL].
18766 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
18767 (__ASSUME_SOCKETCALL): Define.
18768 [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
18769 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18770 (__ASSUME_SOCKETCALL): Define.
18771 (__ASSUME_ACCEPT4): Remove.
18772 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
18774 * sysdeps/unix/sysv/linux/mips/kernel-features.h
18775 [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
18777 * sysdeps/unix/sysv/linux/tile/kernel-features.h
18778 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18780 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
18782 (HWCAP_ARM_LPAE): Likewise.
18783 (HWCAP_ARM_EVTSTRM): Likewise.
18784 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
18785 Add vpfd32, lpae and evtstrm.
18786 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
18789 2014-02-19 Joseph Myers <joseph@codesourcery.com>
18791 * math/auto-libm-test-in: Add tests of clog10.
18792 * math/auto-libm-test-out: Regenerated.
18793 * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
18794 * sysdeps/i386/fpu/libm-test-ulps: Update.
18795 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18797 2014-02-18 Andreas Schwab <schwab@suse.de>
18800 * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
18801 Store non-zero if the second buffer was newly allocated.
18802 (send_dg): Likewise.
18803 (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
18804 to send_vc and send_dg.
18805 (res_nsend): Pass NULL for ansp2_malloced.
18806 * resolv/res_query.c (__libc_res_nquery): Add parameter
18807 answerp2_malloced and pass it down to __libc_res_nsend.
18808 (res_nquery): Pass additional NULL to __libc_res_nquery.
18809 (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
18810 down to __libc_res_nquery and __libc_res_nquerydomain. Deallocate
18811 second answer buffer if answerp2_malloced was set.
18812 (res_nsearch): Pass additional NULL to __libc_res_nsearch.
18813 (__libc_res_nquerydomain): Add parameter
18814 answerp2_malloced and pass it down to __libc_res_nquery.
18815 (res_nquerydomain): Pass additional NULL to
18816 __libc_res_nquerydomain.
18817 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
18818 additional NULL to __libc_res_nsend and __libc_res_nquery.
18819 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
18820 additional NULL to __libc_res_nsearch.
18821 (_nss_dns_gethostbyname4_r): Revert last change. Use new
18822 parameter of __libc_res_nsearch to check for separately allocated
18824 (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
18826 * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
18827 additional NULL to __libc_res_nquery.
18828 * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
18829 __libc_res_nsearch.
18830 (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
18831 * include/resolv.h: Update prototypes of __libc_res_nquery,
18832 __libc_res_nsearch, __libc_res_nsend.
18834 2014-02-18 Joseph Myers <joseph@codesourcery.com>
18836 * math/auto-libm-test-in: Add tests of fma.
18837 * math/auto-libm-test-out: Regenerated.
18838 * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
18839 (fma_towardzero_test_data): Likewise.
18840 (fma_downward_test_data): Likewise.
18841 (fma_upward_test_data): Likewise.
18842 * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
18844 (rounding_modes): Add values for new field.
18845 (func_calc_method): Add value mpfr_fff_f.
18846 (func_calc_desc): Add mpfr_fff_f union field.
18847 (test_function): Add field exact_args.
18848 (FUNC): Add macro argument EXACT_ARGS.
18849 (FUNC_mpfr_f_f): Update call to FUNC.
18850 (FUNC_mpfr_f_f): Likewise.
18851 (FUNC_mpfr_ff_f): Likewise.
18852 (FUNC_mpfr_if_f): Likewise.
18853 (FUNC_mpc_c_f): Likewise.
18854 (FUNC_mpc_c_c): Likewise.
18855 (test_functions): Add fma. Update calls to FUNC.
18856 (handle_input_arg): Add argument exact_args.
18857 (add_test): Update call to handle_input_arg.
18858 (calc_generic_results): Add argument mode. Handle mpfr_fff_f.
18859 (output_for_one_input_case): Update call to calc_generic_results.
18860 Recalculate exact zero results in each rounding mode.
18862 * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
18863 non-negative before setting low bit.
18864 * math/auto-libm-test-in: Mark one asin test possibly having
18865 spurious underflow.
18866 * math/auto-libm-test-out: Regenerated.
18867 * sysdeps/i386/fpu/libm-test-ulps: Update.
18868 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18870 2014-02-17 David Holsgrove <david.holsgrove@xilinx.com>
18872 * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
18873 * sysdeps/unix/sysv/linux/microblaze: Move directory from
18874 ports/sysdeps/unix/sysv/linux/microblaze.
18875 * README: Add missing listing for microblaze*-*-linux-gnu.
18877 2014-02-16 Ondřej Bílka <neleai@seznam.cz>
18879 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
18882 2014-02-16 Mike Frysinger <vapier@gentoo.org>
18884 * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
18885 * sysdeps/unix/sysv/linux/ia64: Move directory from
18886 ports/sysdeps/unix/sysv/linux/ia64.
18887 * README: Update listing for ia64-*-linux-gnu.
18889 2014-02-14 Tomas Dohnalek <tdohnale@redhat.com>
18890 Joseph Myers <joseph@codesourcery.com>
18892 * Makeconfig (test-name): New variable.
18893 (evaluate-test): Likewise.
18894 * Makerules (do-test-clean): Remove .test-result files.
18895 (common-mostlyclean): Likewise.
18896 * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
18897 * scripts/evaluate-test.sh: New file.
18899 2014-02-14 Joseph Myers <joseph@codesourcery.com>
18901 * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
18902 separate $(objpfx)tst-fopenloc-cmp.out and
18903 $(objpfx)tst-fopenloc-mem.out targets.
18904 (tests): Update dependencies.
18905 * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
18906 (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
18907 tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
18908 (tst-rxspencer-no-utf8-ARGS): New variable.
18909 (tst-rxspencer-no-utf8-ENV): Likewise.
18910 (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
18911 instead of $(objpfx)tst-rxspencer-mem.
18912 ($(objpfx)tst-rxspencer-mem): Change target to
18913 $(objpfx)tst-rxspencer-no-utf8-mem. Depend on
18914 $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
18915 * posix/tst-rxspencer-no-utf8.c: New file.
18917 * elf/Makefile ($(objpfx)order.out): Remove rule.
18918 [$(run-built-tests) = yes] (tests): Depend on
18919 $(objpfx)order-cmp.out.
18920 ($(objpfx)order-cmp.out): New rule.
18921 [$(run-built-tests) = yes] (tests): Depend on
18922 $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
18923 $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
18924 $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
18925 $(objpfx)tst-array5-static-cmp.out.
18926 ($(objpfx)tst-array1.out): Remove rule.
18927 ($(objpfx)tst-array1-cmp.out): New rule.
18928 ($(objpfx)tst-array1-static.out): Remove rule.
18929 ($(objpfx)tst-array1-static-cmp.out): New rule.
18930 ($(objpfx)tst-array2.out): Remove rule.
18931 ($(objpfx)tst-array2-cmp.out): New rule.
18932 ($(objpfx)tst-array3.out): Remove rule.
18933 ($(objpfx)tst-array3-cmp.out): New rule.
18934 ($(objpfx)tst-array4.out): Remove rule.
18935 ($(objpfx)tst-array4-cmp.out): New rule.
18936 ($(objpfx)tst-array5.out): Remove rule.
18937 ($(objpfx)tst-array5-cmp.out): New rule.
18938 ($(objpfx)tst-array5-static.out): Remove rule.
18939 ($(objpfx)tst-array5-static-cmp.out): New rule.
18940 [$(run-built-tests) = yes] (tests): Depend on
18941 $(objpfx)order2-cmp.out.
18942 ($(objpfx)order2.out): Remove rule.
18943 ($(objpfx)order2-cmp.out): New rule.
18944 ($(objpfx)tst-initorder.out): Remove rule.
18945 [$(run-built-tests) = yes] (tests): Depend on
18946 $(objpfx)tst-initorder-cmp.out.
18947 ($(objpfx)tst-initorder-cmp.out): New rule.
18948 ($(objpfx)tst-initorder2.out): Remove rule.
18949 [$(run-built-tests) = yes] (tests): Depend on
18950 $(objpfx)tst-initorder2-cmp.out.
18951 ($(objpfx)tst-initorder2-cmp.out): New rule.
18952 [$(run-built-tests) = yes] (tests): Depend on
18953 $(objpfx)tst-unused-dep-cmp.out.
18954 ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
18955 ($(objpfx)tst-unused-dep-cmp.out): New rule.
18956 * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
18957 on $(objpfx)tst-setvbuf1-cmp.out.
18958 ($(objpfx)tst-setvbuf1.out): Do not run cmp.
18959 ($(objpfx)tst-setvbuf1-cmp.out): New rule.
18960 * string/Makefile [$(run-built-tests) = yes] (tests): Depend
18961 $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
18962 ($(objpfx)tst-svc.out): Remove rule.
18963 ($(objpfx)tst-svc-cmp.out): New rule.
18965 2014-02-13 Joseph Myers <joseph@codesourcery.com>
18967 * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
18968 * ctype/ctype.h [__USE_MISC]: Likewise.
18969 * dirent/dirent.h [__USE_MISC]: Likewise.
18970 * grp/grp.h [__USE_MISC]: Likewise.
18971 * io/fcntl.h [__USE_MISC]: Likewise.
18972 * io/sys/stat.h [__USE_MISC]: Likewise.
18973 * libio/stdio.h [__USE_MISC]: Likewise.
18974 * posix/unistd.h [__USE_MISC]: Likewise.
18975 * pwd/pwd.h [__USE_MISC]: Likewise.
18976 * stdlib.h [__USE_MISC]: Likewise.
18977 * string/bits/string2.h [__USE_MISC]: Likewise.
18978 * string/string.h [__USE_MISC]: Likewise.
18979 * time/time.h [__USE_MISC]: Likewise.
18981 2014-02-13 Andreas Schwab <schwab@suse.de>
18984 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
18985 second answer buffer if it was separately allocated.
18987 2014-02-12 Joseph Myers <joseph@codesourcery.com>
18989 * sysdeps/mips/math-tests.h: Include <features.h>.
18990 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
18991 (ROUNDING_TESTS_long_double): Do not define.
18992 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
18993 (EXCEPTION_TESTS_long_double): Likewise.
18994 * sysdeps/mips/mips64/libm-test-ulps: Update.
18996 * include/features.h (__USE_BSD): Remove macro definitions.
18997 (__USE_SVID): Likewise.
18998 (_BSD_SOURCE): Likewise.
18999 (_SVID_SOURCE): Likewise.
19000 [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
19001 from definition of _DEFAULT_SOURCE.
19002 [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
19004 * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
19005 * bits/mman.h [__USE_BSD]: Likewise.
19006 * bits/termios.h [__USE_BSD]: Likewise.
19007 * bits/waitstatus.h [__USE_BSD]: Likewise.
19008 * ctype/ctype.h [__USE_SVID]: Likewise.
19009 * dirent/dirent.h [__USE_BSD]: Likewise.
19010 * grp/grp.h [__USE_SVID]: Likewise.
19011 [__USE_BSD]: Likewise.
19012 * inet/netinet/igmp.h [__USE_BSD]: Likewise.
19013 * io/fcntl.h [__USE_BSD]: Likewise.
19014 * io/ftw.h [__USE_BSD]: Likewise.
19015 * io/sys/stat.h [__USE_BSD]: Likewise.
19016 * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
19017 * libio/bits/stdio2.h [__USE_BSD]: Likewise.
19018 * libio/stdio.h [__USE_SVID]: Likewise.
19019 [__USE_BSD]: Likewise.
19020 * math/math.h [__USE_SVID]: Likewise.
19021 [__USE_BSD]: Likewise.
19022 * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
19023 * misc/bits/syslog.h [__USE_BSD]: Likewise.
19024 * misc/search.h [__USE_SVID]: Likewise.
19025 * misc/sys/mman.h [__USE_BSD]: Likewise.
19026 * misc/sys/syslog.h [__USE_BSD]: Likewise.
19027 * misc/sys/uio.h [__USE_BSD]: Likewise.
19028 * posix/bits/unistd.h [__USE_BSD]: Likewise.
19029 * posix/glob.h [__USE_BSD]: Likewise.
19030 * posix/regex.h [__USE_BSD]: Likewise.
19031 * posix/sys/types.h [__USE_BSD]: Likewise.
19032 [__USE_SVID]: Likewise.
19033 * posix/sys/utsname.h [__USE_SVID]: Likewise.
19034 * posix/sys/wait.h [__USE_BSD]: Likewise.
19035 [__USE_SVID]: Likewise.
19036 * posix/unistd.h [__USE_BSD]: Likewise.
19037 [__USE_SVID]: Likewise.
19038 * pwd/pwd.h [__USE_SVID]: Likewise.
19039 * resolv/netdb.h [__USE_BSD]: Likewise.
19040 * setjmp/setjmp.h [__USE_BSD]: Likewise.
19041 * signal/signal.h [__USE_BSD]: Likewise.
19042 [__USE_SVID]: Likewise.
19043 * socket/sys/socket.h [__USE_BSD]: Likewise.
19044 * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
19045 * stdlib/stdlib.h [__USE_BSD]: Likewise.
19046 [__USE_SVID]: Likewise.
19047 * string/bits/string2.h [__USE_BSD]: Likewise.
19048 [__USE_SVID]: Likewise.
19049 * string/bits/string3.h [__USE_BSD]: Likewise.
19050 * string/endian.h [__USE_BSD]: Likewise.
19051 * string/string.h [__USE_SVID]: Likewise.
19052 [__USE_BSD]: Likewise.
19053 * string/strings.h [__USE_BSD]: Likewise.
19054 * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
19055 * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
19056 * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
19057 * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
19058 * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
19059 * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
19061 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
19063 * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
19064 * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
19066 * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
19067 * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
19069 * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
19071 * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
19072 * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
19073 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
19075 * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
19077 * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
19078 * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
19079 * termios/termios.h [__USE_BSD]: Likewise.
19080 * time/sys/time.h [__USE_BSD]: Likewise.
19081 * time/time.h [__USE_BSD]: Likewise.
19082 [__USE_SVID]: Likewise.
19084 * Makefile (subdir_targets): Remove subdir_lint.out.
19086 * stdio-common/Makefile (do-tst-unbputc): Remove target.
19087 (do-tst-printf): Likewise.
19088 (tests): Depend directly on $(objpfx)tst-unbputc.out and
19089 $(objpfx)tst-printf.out.
19091 * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
19093 * Makerules (check-abi-%): Change target to
19094 $(objpfx)check-abi-%.out.
19095 (check-abi target): Update dependencies.
19096 (check-abi-pattern variable): Redirect output of diff to $@.
19097 (check-abi variable): Likewise.
19098 * elf/Makefile (check-abi): Update dependencies.
19100 * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
19102 (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
19103 value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
19105 (_FP_PACK_CANONICAL): Determine tininess based on rounding to
19106 normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
19107 value has largest subnormal exponent.
19108 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
19109 (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
19110 * sysdeps/aarch64/soft-fp/sfp-machine.h
19111 (_FP_TININESS_AFTER_ROUNDING): New macro.
19112 * sysdeps/alpha/soft-fp/sfp-machine.h
19113 (_FP_TININESS_AFTER_ROUNDING): Likewise.
19114 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19116 * sysdeps/mips/mips64/soft-fp/sfp-machine.h
19117 (_FP_TININESS_AFTER_ROUNDING): Likewise.
19118 * sysdeps/mips/soft-fp/sfp-machine.h
19119 (_FP_TININESS_AFTER_ROUNDING): Likewise.
19120 * sysdeps/powerpc/soft-fp/sfp-machine.h
19121 (_FP_TININESS_AFTER_ROUNDING): Likewise.
19122 * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19124 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
19125 (_FP_TININESS_AFTER_ROUNDING): Likewise.
19126 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
19127 (_FP_TININESS_AFTER_ROUNDING): Likewise.
19128 * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19131 2014-02-12 Dylan Alex Simon <dylan@dylex.net>
19134 * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
19137 2014-02-12 Richard Henderson <rth@redhat.com>
19139 * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
19140 * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
19141 * sysdeps/unix/sysv/linux/alpha: Move directory from
19142 ports/sysdeps/unix/sysv/linux/alpha.
19143 * README: Update listing for alpha-*-linux-gnu.
19145 2014-02-11 Joseph Myers <joseph@codesourcery.com>
19147 * include/features.h: Update comment documenting feature test
19149 [_BSD_SOURCE || _SVID_SOURCE]: Give #warning. Define
19151 * manual/creature.texi (_BSD_SOURCE): Remove documentation.
19152 (_SVID_SOURCE): Likewise.
19153 (_DEFAULT_SOURCE): Update description of default features.
19154 (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
19156 * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
19157 (S_ISVTX): Likewise.
19158 * manual/math.texi (Mathematical Constants): Likewise.
19159 * manual/signal.texi (Interrupted Primitives): Likewise.
19160 * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
19161 * math/test-matherr.c (_SVID_SOURCE): Do not define.
19162 * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
19163 Don't refer to _SVID_SOURCE in warning text.
19165 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19167 * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
19169 (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
19170 * sysdeps/mips/dl-lookup.c: Remove.
19171 * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
19173 2014-02-11 Stefan Liebler <stli@linux.vnet.ibm.com>
19176 * math/auto-libm-test-in: Add testcase for expl.
19177 * math/auto-libm-test-out: Regenerate.
19178 * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
19179 calculation of unsafe.
19180 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
19182 2014-02-11 Marcus Shawcroft <marcus.shawcroft@arm.com>
19184 * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
19185 * sysdeps/unix/sysv/linux/aarch64: Move directory from
19186 ports/sysdeps/unix/sysv/linux/aarch64.
19187 * README: Update listing for aarch64*-*-linux-gnu.
19189 2014-02-11 Will Newton <will.newton@linaro.org>
19191 * manual/probes.texi (Mathematical Function Probes): Use
19192 "triggered" instead of "hit".
19194 * manual/probes.texi (Internal Probes): Add documentation
19195 of setjmp, longjmp and longjmp_target probes.
19197 * include/stap-probe.h: Add comment about probe argument
19200 * malloc/mtrace.c (attribute_hidden): Remove unused macro
19201 definition. (tr_where, tr_freehook, tr_mallochook,
19202 tr_reallochook, tr_memalignhook): Use ANSI protoype.
19204 2014-02-11 David S. Miller <davem@davemloft.net>
19206 * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
19207 processing int_tests.
19209 2014-02-10 Joseph Myers <joseph@codesourcery.com>
19211 * sysdeps/mips: Move directory from ports/sysdeps/mips.
19212 * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
19213 * sysdeps/unix/sysv/linux/mips: Move directory from
19214 ports/sysdeps/unix/sysv/linux/mips.
19215 * README: Update listing for mips-*-linux-gnu and
19216 mips64-*-linux-gnu.
19218 2014-02-10 Andreas Schwab <schwab@linux-m68k.org>
19220 * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
19221 * sysdeps/unix/sysv/linux/m68k: Move directory from
19222 ports/sysdeps/unix/sysv/linux/m68k.
19223 * README: Update listing for m68k-*-linux-gnu.
19225 2014-02-10 Chris Metcalf <cmetcalf@tilera.com>
19227 * sysdeps/tile: Move directory from ports/sysdeps/tile.
19228 * sysdeps/unix/sysv/linux/generic: Move directory from
19229 ports/sysdeps/unix/sysv/linux/generic.
19230 * sysdeps/unix/sysv/linux/tile: Move directory from
19231 ports/sysdeps/unix/sysv/linux/tile.
19232 * README: Update listing for tile*-*-linux-gnu.
19234 2014-02-10 Ondřej Bílka <neleai@seznam.cz>
19236 * assert/assert.c (__assert_fail_base): Use glibc_likely instead
19238 * benchtests/bench-memmem.c (simple_memmem): Likewise.
19239 * catgets/open_catalog.c (__open_catalog): Likewise.
19240 * csu/libc-start.c (LIBC_START_MAIN): Likewise.
19241 * debug/confstr_chk.c: Likewise.
19242 * debug/fread_chk.c (__fread_chk): Likewise.
19243 * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
19244 * debug/getgroups_chk.c: Likewise.
19245 * debug/mbsnrtowcs_chk.c: Likewise.
19246 * debug/mbsrtowcs_chk.c: Likewise.
19247 * debug/mbstowcs_chk.c: Likewise.
19248 * debug/memcpy_chk.c: Likewise.
19249 * debug/memmove_chk.c: Likewise.
19250 * debug/mempcpy_chk.c: Likewise.
19251 * debug/memset_chk.c: Likewise.
19252 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
19253 * debug/strcat_chk.c (__strcat_chk): Likewise.
19254 * debug/strcpy_chk.c (__strcpy_chk): Likewise.
19255 * debug/strncat_chk.c (__strncat_chk): Likewise.
19256 * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
19257 * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
19258 * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
19259 * debug/wcpncpy_chk.c: Likewise.
19260 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
19261 * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
19262 * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
19263 * debug/wcsncpy_chk.c: Likewise.
19264 * debug/wcsnrtombs_chk.c: Likewise.
19265 * debug/wcsrtombs_chk.c: Likewise.
19266 * debug/wcstombs_chk.c: Likewise.
19267 * debug/wmemcpy_chk.c: Likewise.
19268 * debug/wmemmove_chk.c: Likewise.
19269 * debug/wmempcpy_chk.c: Likewise.
19270 * debug/wmemset_chk.c: Likewise.
19271 * dirent/scandirat.c (SCANDIRAT): Likewise.
19272 * dlfcn/dladdr1.c (dladdr1): Likewise.
19273 * dlfcn/dladdr.c (dladdr): Likewise.
19274 * dlfcn/dlclose.c (dlclose_doit): Likewise.
19275 * dlfcn/dlerror.c (__dlerror): Likewise.
19276 * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
19277 * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
19278 * dlfcn/dlopen.c (dlopen_doit): Likewise.
19279 * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
19280 * dlfcn/dlsym.c (dlsym_doit): Likewise.
19281 * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
19282 * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
19283 * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
19285 * elf/dl-conflict.c: Likewise.
19286 * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
19287 * elf/dl-dst.h: Likewise.
19288 * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
19289 * elf/dl-fptr.c (_dl_make_fptr): Likewise.
19290 * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
19291 * elf/dl-init.c (call_init, _dl_init): Likewise.
19292 * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
19293 * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
19294 (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
19296 * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
19298 * elf/dl-minimal.c (__libc_memalign): Likewise.
19299 * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
19300 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
19301 * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
19302 * elf/dl-sym.c (do_sym): Likewise.
19303 * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
19304 (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
19305 * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
19306 * elf/dl-writev.h (_dl_writev): Likewise.
19307 * elf/ldconfig.c (search_dir): Likewise.
19308 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
19309 (dl_main): Likewise.
19310 * elf/setup-vdso.h (setup_vdso): Likewise.
19311 * grp/compat-initgroups.c (compat_call): Likewise.
19312 * grp/fgetgrent.c (fgetgrent): Likewise.
19313 * grp/initgroups.c (getgrouplist, initgroups): Likewise.
19314 * grp/putgrent.c (putgrent): Likewise.
19315 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
19317 * hurd/hurdinit.c: Likewise.
19318 * iconvdata/8bit-gap.c (struct): Likewise.
19319 * iconvdata/ansi_x3.110.c : Likewise.
19320 * iconvdata/big5.c : Likewise.
19321 * iconvdata/big5hkscs.c : Likewise.
19322 * iconvdata/cp1255.c: Likewise.
19323 * iconvdata/cp1258.c : Likewise.
19324 * iconvdata/cp932.c : Likewise.
19325 * iconvdata/euc-cn.c: Likewise.
19326 * iconvdata/euc-jisx0213.c : Likewise.
19327 * iconvdata/euc-jp.c: Likewise.
19328 * iconvdata/euc-jp-ms.c : Likewise.
19329 * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
19330 * iconvdata/gb18030.c : Likewise.
19331 * iconvdata/gbbig5.c (const): Likewise.
19332 * iconvdata/gbgbk.c: Likewise.
19333 * iconvdata/gbk.c : Likewise.
19334 * iconvdata/ibm1364.c : Likewise.
19335 * iconvdata/ibm930.c : Likewise.
19336 * iconvdata/ibm932.c: Likewise.
19337 * iconvdata/ibm933.c : Likewise.
19338 * iconvdata/ibm935.c : Likewise.
19339 * iconvdata/ibm937.c : Likewise.
19340 * iconvdata/ibm939.c : Likewise.
19341 * iconvdata/ibm943.c: Likewise.
19342 * iconvdata/iso_11548-1.c: Likewise.
19343 * iconvdata/iso-2022-cn.c : Likewise.
19344 * iconvdata/iso-2022-cn-ext.c : Likewise.
19345 * iconvdata/iso-2022-jp-3.c: Likewise.
19346 * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
19347 * iconvdata/iso-2022-kr.c : Likewise.
19348 * iconvdata/iso646.c (gconv_end): Likewise.
19349 * iconvdata/iso_6937-2.c : Likewise.
19350 * iconvdata/iso_6937.c : Likewise.
19351 * iconvdata/iso8859-1.c: Likewise.
19352 * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
19353 * iconvdata/shift_jisx0213.c : Likewise.
19354 * iconvdata/sjis.c : Likewise.
19355 * iconvdata/t.61.c : Likewise.
19356 * iconvdata/tcvn5712-1.c : Likewise.
19357 * iconvdata/tscii.c: Likewise.
19358 * iconvdata/uhc.c : Likewise.
19359 * iconvdata/unicode.c (gconv_end): Likewise.
19360 * iconvdata/utf-16.c (gconv_end): Likewise.
19361 * iconvdata/utf-32.c (gconv_end): Likewise.
19362 * iconvdata/utf-7.c (base64): Likewise.
19363 * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
19364 * iconv/gconv_close.c (__gconv_close): Likewise.
19365 * iconv/gconv_open.c (__gconv_open): Likewise.
19366 * iconv/gconv_simple.c (internal_ucs4_loop_single)
19367 (ucs4_internal_loop, ucs4_internal_loop_unaligned)
19368 (ucs4_internal_loop_single, internal_ucs4le_loop_single)
19369 (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
19370 (ucs4le_internal_loop_single): Likewise.
19371 * iconv/iconv.c (iconv): Likewise.
19372 * iconv/iconv_close.c: Likewise.
19373 * iconv/loop.c (SINGLE): Likewise.
19374 * iconv/skeleton.c (FUNCTION_NAME): Likewise.
19375 * include/atomic.h: Likewise.
19376 * inet/inet6_option.c (option_alloc): Likewise.
19377 * intl/bindtextdom.c (set_binding_values): Likewise.
19378 * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
19379 * intl/loadmsgcat.c (_nl_load_domain): Likewise.
19380 * intl/localealias.c (read_alias_file): Likewise.
19381 * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
19382 * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
19383 (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
19384 * libio/fmemopen.c (fmemopen): Likewise.
19385 * libio/iofgets.c (_IO_fgets): Likewise.
19386 * libio/iofgets_u.c (fgets_unlocked): Likewise.
19387 * libio/iofgetws.c (fgetws): Likewise.
19388 * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
19389 * libio/iogetdelim.c (_IO_getdelim): Likewise.
19390 * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
19391 (adjust_wide_data, _IO_wfile_seekoff): Likewise.
19392 * locale/findlocale.c (_nl_find_locale): Likewise.
19393 * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
19394 * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
19396 * locale/setlocale.c (setlocale): Likewise.
19397 * login/programs/pt_chown.c (main): Likewise.
19398 * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
19399 * malloc/malloc.c (_int_malloc, _int_free): Likewise.
19400 * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
19401 (mmap, mmap64, mremap, munmap): Likewise.
19402 * math/e_exp2l.c: Likewise.
19403 * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
19404 * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
19405 * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
19406 * math/s_catan.c (__catan): Likewise.
19407 * math/s_catanf.c (__catanf): Likewise.
19408 * math/s_catanh.c (__catanh): Likewise.
19409 * math/s_catanhf.c (__catanhf): Likewise.
19410 * math/s_catanhl.c (__catanhl): Likewise.
19411 * math/s_catanl.c (__catanl): Likewise.
19412 * math/s_ccosh.c (__ccosh): Likewise.
19413 * math/s_ccoshf.c (__ccoshf): Likewise.
19414 * math/s_ccoshl.c (__ccoshl): Likewise.
19415 * math/s_cexp.c (__cexp): Likewise.
19416 * math/s_cexpf.c (__cexpf): Likewise.
19417 * math/s_cexpl.c (__cexpl): Likewise.
19418 * math/s_clog10.c (__clog10): Likewise.
19419 * math/s_clog10f.c (__clog10f): Likewise.
19420 * math/s_clog10l.c (__clog10l): Likewise.
19421 * math/s_clog.c (__clog): Likewise.
19422 * math/s_clogf.c (__clogf): Likewise.
19423 * math/s_clogl.c (__clogl): Likewise.
19424 * math/s_csin.c (__csin): Likewise.
19425 * math/s_csinf.c (__csinf): Likewise.
19426 * math/s_csinh.c (__csinh): Likewise.
19427 * math/s_csinhf.c (__csinhf): Likewise.
19428 * math/s_csinhl.c (__csinhl): Likewise.
19429 * math/s_csinl.c (__csinl): Likewise.
19430 * math/s_csqrt.c (__csqrt): Likewise.
19431 * math/s_csqrtf.c (__csqrtf): Likewise.
19432 * math/s_csqrtl.c (__csqrtl): Likewise.
19433 * math/s_ctan.c (__ctan): Likewise.
19434 * math/s_ctanf.c (__ctanf): Likewise.
19435 * math/s_ctanh.c (__ctanh): Likewise.
19436 * math/s_ctanhf.c (__ctanhf): Likewise.
19437 * math/s_ctanhl.c (__ctanhl): Likewise.
19438 * math/s_ctanl.c (__ctanl): Likewise.
19439 * math/w_pow.c: Likewise.
19440 * math/w_powf.c: Likewise.
19441 * math/w_powl.c: Likewise.
19442 * math/w_scalb.c (sysv_scalb): Likewise.
19443 * math/w_scalbf.c (sysv_scalbf): Likewise.
19444 * math/w_scalbl.c (sysv_scalbl): Likewise.
19445 * misc/error.c (error_tail): Likewise.
19446 * misc/pselect.c (__pselect): Likewise.
19447 * nis/nis_callback.c (__nis_create_callback): Likewise.
19448 * nis/nis_call.c (__nisfind_server): Likewise.
19449 * nis/nis_creategroup.c (nis_creategroup): Likewise.
19450 * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
19451 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
19452 * nis/nis_getservlist.c (nis_getservlist): Likewise.
19453 * nis/nis_lookup.c (nis_lookup): Likewise.
19454 * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
19455 * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
19456 (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
19457 * nis/nis_xdr.c (xdr_endpoint): Likewise.
19458 * nis/nss_compat/compat-grp.c (getgrent_next_file)
19459 (internal_getgrnam_r, internal_getgrgid_r): Likewise.
19460 * nis/nss_compat/compat-initgroups.c (add_group)
19461 (internal_getgrent_r): Likewise.
19462 * nis/nss_compat/compat-pwd.c (getpwent_next_file)
19463 (internal_getpwnam_r, internal_getpwuid_r): Likewise.
19464 * nis/nss_compat/compat-spwd.c (getspent_next_file)
19465 (internal_getspnam_r): Likewise.
19466 * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
19467 (_nss_nis_getaliasbyname_r): Likewise.
19468 * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
19469 (_nss_nis_getntohost_r): Likewise.
19470 * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
19471 (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
19472 (_nss_nis_getgrgid_r): Likewise.
19473 * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
19474 (internal_nis_gethostent_r, internal_gethostbyname2_r)
19475 (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
19476 (_nss_nis_gethostbyname4_r): Likewise.
19477 * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
19478 (initgroups_netid): Likewise.
19479 * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
19480 * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
19481 (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
19482 * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
19483 (_nss_nis_getprotobynumber_r): Likewise.
19484 * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
19485 (_nss_nis_getsecretkey): Likewise.
19486 * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
19487 (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
19488 (_nss_nis_getpwuid_r): Likewise.
19489 * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
19490 (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
19491 * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
19492 (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
19493 * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
19494 (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
19495 * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
19497 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
19498 (_nss_nisplus_getntohost_r): Likewise.
19499 * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
19500 (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
19501 * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
19502 (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
19504 * nis/nss_nisplus/nisplus-initgroups.c
19505 (_nss_nisplus_initgroups_dyn): Likewise.
19506 * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
19507 (_nss_nisplus_getnetbyaddr_r): Likewise.
19508 * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
19509 (_nss_nisplus_getprotobynumber_r): Likewise.
19510 * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
19511 (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
19512 * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
19514 * nis/nss_nisplus/nisplus-service.c
19515 (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
19516 (_nss_nisplus_getservbyport_r): Likewise.
19517 * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
19518 (_nss_nisplus_getspnam_r): Likewise.
19519 * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
19521 * nscd/aicache.c (addhstaiX): Likewise.
19522 * nscd/cache.c (cache_search, prune_cache): Likewise.
19523 * nscd/connections.c (register_traced_file, send_ro_fd)
19524 (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
19525 (main_loop_epoll): Likewise.
19526 * nscd/grpcache.c (addgrbyX): Likewise.
19527 * nscd/hstcache.c (addhstbyX): Likewise.
19528 * nscd/initgrcache.c (addinitgroupsX): Likewise.
19529 * nscd/mem.c (gc, mempool_alloc): Likewise.
19530 * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
19531 (addinnetgrX): Likewise.
19532 * nscd/nscd-client.h (__nscd_acquire_maplock)
19533 (__nscd_drop_map_ref): Likewise.
19534 * nscd/nscd_getai.c (__nscd_getai): Likewise.
19535 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
19536 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
19538 * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
19539 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
19540 * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
19541 (__nscd_get_map_ref): Likewise.
19542 * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
19543 * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
19545 * nscd/pwdcache.c (addpwbyX): Likewise.
19546 * nscd/selinux.c (preserve_capabilities): Likewise.
19547 * nscd/servicescache.c (addservbyX): Likewise.
19548 * nss/nss_files/files-XXX.c (internal_getent): Likewise.
19549 * posix/fnmatch.c (fnmatch): Likewise.
19550 * posix/getopt.c (_getopt_internal_r): Likewise.
19551 * posix/glob.c (glob, glob_in_dir): Likewise.
19552 * posix/wordexp.c (exec_comm_child): Likewise.
19553 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
19554 (getanswer_r, gaih_getanswer_slice): Likewise.
19555 * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
19556 * resolv/res_init.c: Likewise.
19557 * resolv/res_mkquery.c (res_nmkquery): Likewise.
19558 * resolv/res_query.c (__libc_res_nquery): Likewise.
19559 * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
19561 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
19562 * stdio-common/perror.c (perror): Likewise.
19563 * stdio-common/printf_fp.c (___printf_fp): Likewise.
19564 * stdio-common/tmpnam.c (tmpnam): Likewise.
19565 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
19566 * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
19567 * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
19569 * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
19570 * stdlib/putenv.c (putenv): Likewise.
19571 * stdlib/setenv.c (__add_to_environ): Likewise.
19572 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
19573 * stdlib/strtol_l.c (INTERNAL): Likewise.
19574 * string/memmem.c (memmem): Likewise.
19575 * string/strerror.c (strerror): Likewise.
19576 * string/strnlen.c (__strnlen): Likewise.
19577 * string/test-memmem.c (simple_memmem): Likewise.
19578 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
19579 * sunrpc/pm_getport.c (__get_socket): Likewise.
19580 * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
19581 * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
19582 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
19583 (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
19585 * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
19586 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
19587 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
19588 * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
19589 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
19590 * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
19592 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
19594 * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
19595 * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
19596 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
19597 * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
19598 * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
19599 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
19600 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
19601 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
19602 * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
19603 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
19604 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
19605 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
19607 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
19609 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
19611 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
19612 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
19613 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
19614 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
19615 * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
19616 * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
19617 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
19618 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
19619 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
19620 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
19621 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
19622 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
19623 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19624 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
19625 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
19626 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
19628 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
19630 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
19632 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
19634 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
19635 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
19636 * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
19638 * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
19639 * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
19640 * sysdeps/posix/opendir.c (__opendirat): Likewise.
19641 * sysdeps/posix/sleep.c: Likewise.
19642 * sysdeps/posix/tempname.c: Likewise.
19643 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
19644 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19646 * sysdeps/powerpc/powerpc32/dl-machine.h
19647 (elf_machine_runtime_setup, elf_machine_rela): Likewise.
19648 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
19649 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19650 * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
19651 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
19653 * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
19654 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
19655 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19656 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
19657 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19658 * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
19659 * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
19660 * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
19661 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
19662 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
19663 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
19664 (elf_machine_lazy_rel): Likewise.
19665 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
19666 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
19667 (elf_machine_lazy_rel): Likewise.
19668 * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
19669 * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
19670 * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
19671 * sysdeps/unix/grantpt.c (grantpt): Likewise.
19672 * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
19673 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
19674 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
19675 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
19677 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
19678 * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
19679 * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
19680 * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
19681 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
19682 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
19683 * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
19684 * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
19685 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
19686 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
19687 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
19689 * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
19690 (__posix_fallocate64_l64): Likewise.
19691 * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
19692 (posix_fallocate): Likewise.
19693 * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
19695 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
19696 * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
19697 (getifaddrs_internal): Likewise.
19698 * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
19699 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
19700 * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
19701 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
19702 * sysdeps/unix/sysv/linux/posix_fallocate64.c
19703 (__posix_fallocate64_l64): Likewise.
19704 * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
19706 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
19707 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
19708 (__get_clockfreq): Likewise.
19709 * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
19710 * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
19711 * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
19712 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
19713 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
19714 * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
19715 * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
19716 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
19718 * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
19719 * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
19720 * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
19721 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
19722 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
19723 * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
19724 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
19726 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
19727 (posix_fallocate): Likewise.
19728 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
19729 * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
19730 * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
19731 * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
19732 (elf_machine_rela, elf_machine_rela_relative)
19733 (elf_machine_lazy_rel): Likewise.
19734 * time/asctime.c (asctime_internal): Likewise.
19735 * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
19736 * time/tzset.c (__tzset_parse_tz): Likewise.
19737 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
19738 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
19739 * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
19740 * wcsmbs/wcsmbsload.h: Likewise.
19743 * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
19745 * malloc/arena.c (grow_heap, get_free_list, reused_arena)
19746 (arena_get2): Remove THREAD_STATS conditionals.
19747 * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
19748 (__malloc_stats, int): Likewise.
19750 2014-02-08 Mike Frysinger <vapier@gentoo.org>
19752 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
19753 f.f_type to RAMFS_MAGIC too. Compare mp->mnt_type to shm too.
19755 * manual/setjmp.texi: Fix typos/grammar errors.
19757 * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
19758 Only return early when n is <= 0. Delete unused return statement.
19760 * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
19761 (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
19762 * debug/tst-longjmp_chk3.c: New file.
19764 * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
19765 (test_main): Replace code with set_fortify_handler call.
19766 * debug/test-strcpy_chk.c: Likewise.
19767 * debug/tst-chk1.c: Likewise.
19768 * debug/tst-longjmp_chk.c: Likewise.
19769 * test-skeleton.c: Include fcntl.h & paths.h
19770 (set_fortify_handler): Define.
19772 * debug/tst-longjmp_chk.c: Add header comment and include
19773 ../test-skeleton.c.
19774 (do_test): Mark static.
19775 (TEST_FUNCTION): Define.
19777 * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
19778 (IP_PMTUDISC_INTERFACE): Likewise.
19779 (IP_MULTICAST_IF): Likewise.
19780 (IP_MULTICAST_TTL): Likewise.
19781 (IP_MULTICAST_LOOP): Likewise.
19782 (IP_ADD_MEMBERSHIP): Likewise.
19783 (IP_DROP_MEMBERSHIP): Likewise.
19784 (IP_UNBLOCK_SOURCE): Likewise.
19785 (IP_BLOCK_SOURCE): Likewise.
19786 (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
19787 (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
19788 (IP_MSFILTER): Likewise.
19789 (MCAST_JOIN_GROUP): Likewise.
19790 (MCAST_BLOCK_SOURCE): Likewise.
19791 (MCAST_UNBLOCK_SOURCE): Likewise.
19792 (MCAST_LEAVE_GROUP): Likewise.
19793 (MCAST_JOIN_SOURCE_GROUP): Likewise.
19794 (MCAST_LEAVE_SOURCE_GROUP): Likewise.
19795 (MCAST_MSFILTER): Likewise.
19796 (IP_MULTICAST_ALL): Likewise.
19797 (IP_UNICAST_IF): Likewise.
19799 * timezone/Makefile: Delete $(have-ksh) check.
19800 ($(objpfx)tzselect): Change $(KSH) to $(BASH).
19801 * timezone/tzselect.ksh: Add +x mode bits.
19803 * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
19804 (ANON_INODE_FS_MAGIC): Likewise.
19805 (BDEVFS_MAGIC): Likewise.
19806 (BINFMTFS_MAGIC): Likewise.
19807 (BTRFS_TEST_MAGIC): Likewise.
19808 (CRAMFS_MAGIC_WEND): Likewise.
19809 (DEBUGFS_MAGIC): Likewise.
19810 (ECRYPTFS_SUPER_MAGIC): Likewise.
19811 (EXT3_SUPER_MAGIC): Likewise.
19812 (EXT4_SUPER_MAGIC): Likewise.
19813 (FUTEXFS_SUPER_MAGIC): Likewise.
19814 (HOSTFS_SUPER_MAGIC): Likewise.
19815 (HUGETLBFS_MAGIC): Likewise.
19816 (MINIX3_SUPER_MAGIC): Likewise.
19817 (MTD_INODE_FS_MAGIC): Likewise.
19818 (NILFS_SUPER_MAGIC): Likewise.
19819 (OPENPROM_SUPER_MAGIC): Likewise.
19820 (PIPEFS_MAGIC): Likewise.
19821 (PSTOREFS_MAGIC): Likewise.
19822 (QNX6_SUPER_MAGIC): Likewise.
19823 (RAMFS_MAGIC): Likewise.
19824 (REISERFS_SUPER_MAGIC_STRING): Likewise.
19825 (REISER2FS_SUPER_MAGIC_STRING): Likewise.
19826 (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
19827 (SECURITYFS_MAGIC): Likewise.
19828 (SELINUX_MAGIC): Likewise.
19829 (SMACK_MAGIC): Likewise.
19830 (SOCKFS_MAGIC): Likewise.
19831 (SQUASHFS_MAGIC): Likewise.
19832 (STACK_END_MAGIC): Likewise.
19833 (TMPFS_MAGIC): Likewise.
19834 (USBDEVICE_SUPER_MAGIC): Likewise.
19835 (V9FS_MAGIC): Likewise.
19836 (XENFS_SUPER_MAGIC): Likewise.
19837 (CRAMFS_MAGIC): Fix typo in comment.
19838 (EXT2_SUPER_MAGIC): Update comment.
19839 (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
19841 2014-02-08 Joseph Myers <joseph@codesourcery.com>
19843 * sysdeps/arm: Move directory from ports/sysdeps/arm.
19844 * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
19845 * sysdeps/unix/sysv/linux/arm: Move directory from
19846 ports/sysdeps/unix/sysv/linux/arm.
19847 * README: Update listing for arm-*-linux-gnueabi.
19849 * README: Remove mention of am33.
19851 2014-02-07 Roland McGrath <roland@hack.frob.com>
19853 * bits/sigset.h (__sigemptyset): Use a statement expression rather
19854 than the comma operator, to avoid "rhs of comma has no effect"
19856 (__sigfillset, __sigandset, __sigorset): Likewise.
19857 * include/signal.h (__sigemptyset): Likewise.
19858 * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
19860 2014-02-07 Allan McRae <allan@archlinux.org>
19862 * version.h (RELEASE): Set to "development".
19863 (VERSION): Set to "2.19.90"
19864 * NEWS: Add 2.20 section.
19866 2014-02-06 Carlos O'Donell <carlos@redhat.com>
19869 * inet/netinet/in.h: Remove comma after IPPROTO_MH.
19871 2014-02-06 Siddhesh Poyarekar <siddhesh@redhat.com>
19873 * manual/contrib.texi: Update entry for Carlos O'Donell,
19874 Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
19876 2014-02-05 Carlos O'Donell <carlos@rehdat.com>
19878 * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
19880 * sysdeps/unix/sysv/linux/kernel-features.h
19881 [__LINUX_KERNEL_VERSION >= 0x020621]
19882 (__ASSUME_PROC_PID_TASK_COMM): Define.
19884 2014-02-05 Siddhesh Poyarekar <siddhesh@redhat.com>
19887 * libio/wfileops.c (_IO_wfile_seekoff): Break out form
19888 conversion when destination buffer does not have enough space.
19889 * libio/tst-ftell-partial-wide.c: New test case.
19890 * libio/Makefile (tests): Add tst-ftell-partial-wide.
19892 * manual/contrib.texi: Update entry for Ondrej Bilka, Will
19893 Newton and Alexandre Oliva. Add entries for Steve Ellcey, Chris
19894 Leonard and Allan McRae.
19896 2014-02-04 David S. Miller <davem@davemloft.net>
19898 * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
19901 2014-02-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19903 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
19905 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
19907 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
19909 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
19911 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
19913 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
19915 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
19917 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
19919 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
19921 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
19923 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
19925 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
19927 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
19930 2014-02-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19932 * nptl/shlib-versions: Change powerpc*le start to 2.17.
19933 * shlib-versions: Likewise.
19935 2014-02-04 Roland McGrath <roland@hack.frob.com>
19936 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19938 * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
19939 (abilist-pattern): New variable, set to %-le.abilist.
19941 * Makerules (abilist-pattern): New variable.
19942 (vpath): Use $(abilist-pattern) in place of %.abilist.
19943 (check-abi-% pattern rule): Likewise.
19944 (check-abi, update-abi): Likewise.
19946 2014-02-04 Eric Wong <normalperson@yhbt.net>
19948 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19950 2014-02-03 Carlos O'Donell <carlos@redhat.com>
19952 * manual/startup.texi: Add next, previous, and top entries for
19953 the `Program Arguments' and `Environment Variables' nodes.
19955 2014-02-03 Alexandre Oliva <aoliva@redhat.com>
19957 * manual/macros.texi: Add comments before MTASC-safety macros.
19959 * manual/users.texi: Document MTASC-safety properties.
19961 * manual/threads.texi (pthread_key_create, pthread_key_delete)
19962 (pthread_getspecific, pthread_setspecific): Format with
19963 @deftypefun, and add @safety note.
19964 * manual/signal.texi: Move comments that analyze the above
19965 functions to their home place.
19967 2014-02-03 Allan McRae <allan@archlinux.org>
19969 * po/sl.po: Update Slovenian translation from translation project.
19971 2014-02-02 Alexandre Oliva <aoliva@redhat.com>
19973 * manual/time.texi (timegm): Add missing blank after @c.
19974 Reported by Joseph Myers <joseph@codesourcery.com>.
19976 2014-02-01 Alexandre Oliva <aoliva@redhat.com>
19978 * manual/check-safety.sh: New.
19979 * manual/Makefile ($(objpfx)stamp-summary): Run it.
19981 * manual/terminal.texi: Document MTASC-safety properties.
19983 * manual/filesys.texi: Document MTASC-safety properties.
19985 * manual/errno.texi: Document MTASC-safety properties.
19987 * manual/intro.texi: Document safety identifiers and
19990 * manual/string.texi (wcstok): Fix prototype.
19991 (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
19993 * manual/time.texi: Document MTASC-safety properties.
19995 * manual/string.texi: Document MTASC-safety properties.
19997 * manual/threads.texi: Document MTASC-safety properties.
19999 * manual/stdio.texi: Document MTASC-safety properties.
20001 * manual/syslog.texi: Document MTASC-safety properties.
20003 * manual/sysinfo.texi: Document MTASC-safety properties.
20005 * manual/startup.texi: Document MTASC-safety properties.
20007 * manual/socket.texi: Document MTASC-safety properties.
20009 * manual/signal.texi: Document MTASC-safety properties.
20011 2014-01-31 Alexandre Oliva <aoliva@redhat.com>
20013 * manual/setjmp.texi: Document MTASC-safety properties.
20015 * manual/search.texi: Document MTASC-safety properties.
20017 * manual/resource.texi: Document MTASC-safety properties.
20019 * manual/process.texi: Document MTASC-safety properties.
20021 * manual/platform.texi: Document MTASC-safety properties.
20023 * manual/pipe.texi: Document MTASC-safety properties.
20025 * manual/pattern.texi: Document MTASC-safety properties.
20027 * manual/message.texi: Document MTASC-safety properties.
20030 * manual/memory.texi: Document MTASC-safety properties.
20032 * manual/math.texi: Document MTASC-safety properties.
20034 * manual/locale.texi: Document MTASC-safety properties.
20036 * manual/llio.texi: Document MTASC-safety properties.
20038 * manual/libdl.texi: New.
20040 * manual/lang.texi: Document MTASC-safety properties.
20042 * manual/job.texi: Document MTASC-safety properties.
20044 * manual/getopt.texi: Document MTASC-safety properties.
20046 * manual/ctype.texi: Document MTASC-safety properties.
20048 2014-01-31 Maciej W. Rozycki <macro@codesourcery.com>
20051 * csu/libc-tls.c (static_map): Remove variable.
20052 (__libc_setup_tls): Use main executable's link map for TLS data.
20053 * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
20054 casing for LM_ID_BASE and GL(dl_nns).
20055 * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
20056 function. Alias dl_iterate_phdr to __dl_iterate_phdr.
20057 * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
20058 casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
20059 * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
20061 (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
20064 2014-01-30 Alexandre Oliva <aoliva@redhat.com>
20066 * manual/debug.texi: Document MTASC-safety properties.
20068 2014-01-29 H.J. Lu <hongjiu.lu@intel.com>
20071 * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
20072 of __x86_64__ when disabling x87 inline functions.
20074 2014-01-29 Alexandre Oliva <aoliva@redhat.com>
20076 * manual/charset.texi: Document MTASC-safety properties.
20078 * manual/crypt.texi: Document MTASC-safety properties.
20080 * manual/conf.texi: Document MTASC-safety properties.
20082 * manual/arith.texi: Document MTASC-safety properties.
20084 * manual/argp.texi: Document MTASC-safety properties.
20086 * manual/macros.texi: Introduce macros to document multi
20087 thread, asynchronous signal and asynchronous cancellation
20089 * manual/intro.texi: Introduce the properties themselves.
20091 2014-01-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
20093 * sysdeps/sh/sh4/Makefile: New file.
20095 2014-01-27 Andreas Schwab <schwab@linux-m68k.org>
20097 * math/gen-libm-test.pl ($srcdir): New variable.
20098 ($auto_input): Use it.
20100 2014-01-27 Siddhesh Poyarekar <siddhesh@redhat.com>
20103 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
20104 access beyond array bounds when parsing netgroups file.
20106 * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
20107 the old buffer before realloc.
20109 2014-01-27 Allan McRae <allan@archlinux.org>
20111 * po/fr.po: Update French translation from translation project.
20113 2014-01-26 Kaz Kojima <kkojima@rr.iij4u.or.jp>
20115 * sysdeps/sh/libm-test-ulps: Regenerate.
20117 2014-01-24 David S. Miller <davem@davemloft.net>
20119 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
20121 2014-01-25 Kaz Kojima <kkojima@rr.iij4u.or.jp>
20123 * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
20124 * sysdeps/sh/libm-test-ulps: ... here and regenerated.
20126 2013-01-24 Siddhesh Poyarekar <siddhesh@redhat.com>
20129 * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
20130 string pointers after reallocation.
20132 2014-01-24 Kaz Kojima <kkojima@rr.iij4u.or.jp>
20134 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
20135 __SH4A__ instead of __SH_FPU_ANY__.
20137 2014-01-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
20139 * sysdeps/sh/fpu_control.h: New file.
20140 * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
20141 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
20142 * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
20143 * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
20144 * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
20145 * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
20146 * sysdeps/sh/sys/ucontext.h: Remove.
20147 * sysdeps/sh/sys: Remove directory.
20149 2014-01-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20151 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
20152 s390/sys/ucontext.h.
20153 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
20154 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
20156 2014-01-20 H.J. Lu <hongjiu.lu@intel.com>
20159 * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
20161 2014-01-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20164 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
20165 Adjust the vDSO correctly for internal calls.
20166 * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
20168 2014-01-20 Allan McRae <allan@archlinux.org>
20170 * po/ca.po: Update Catalan translation from translation project.
20172 2014-01-16 Mike Frysinger <vapier@gentoo.org>
20174 * sysdeps/s390/sotruss-lib.c: New file.
20176 2014-01-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20179 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
20180 (__GI___gettimeofday): Alias for a different internal symbol to avoid
20181 local calls issues by not having a PLT stub required for IFUNC calls.
20182 * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
20184 2014-01-16 Joseph Myers <joseph@codesourcery.com>
20186 * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
20187 * math/test-fpucw-static.c: Likewise.
20189 2013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
20192 * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
20194 2014-01-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20196 * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
20197 implementation for powerpc.
20199 2014-01-15 Ondřej Bílka <neleai@seznam.cz>
20202 * sysdeps/posix/system.c (__libc_system): Do not enable
20203 asynchronous cancellation.
20205 2014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20208 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
20209 handling only for numbers special also in the IEEE case.
20211 2014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20213 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
20215 2014-01-11 Allan McRae <allan@archlinux.org>
20217 * po/bg.po: Update Bulgarian translation from translation project.
20219 * po/de.po: Update German translation from translation project.
20221 2014-01-10 Roland McGrath <roland@hack.frob.com>
20223 * sysdeps/generic/gcc-compat.h: New file.
20225 2014-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
20227 * benchtests/asin-inputs: Correct slow inputs.
20228 * benchtests/acos-inputs: Likewise.
20230 2014-01-10 Allan McRae <allan@archlinux.org>
20232 * po:sv.po: Update Swedish translation from translation project.
20234 * po/vi.po: Update Vietnamese translation from translation project.
20236 * po/eo.po: Update Esperanto translation from translation project.
20238 * po/cs.po: Update Czech translation from translation project.
20240 * po/nl.po: Update Dutch translation from translation project.
20242 * po/pl.po: Update Polish translation from translation project.
20244 * po/ru.po: Update Russian translation from translation project.
20246 * po/uk.po: Update Ukrainian translation from translation project.
20248 2014-01-08 Brooks Moses <bmoses@google.com>
20250 * elf/dl-load.c: Fix comment typo.
20252 2014-01-08 Carlos O'Donell <carlos@redhat.com>
20254 * po/header.pot: Rename to...
20255 * po/pot.header: ... this.
20256 * po/Makefile: Use pot.header.
20258 2014-01-08 Yuriy Kaminskiy <yumkam@gmail.com>
20259 Maxim Kuvyrkov <maxim@kugelworks.com>
20262 * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
20263 SRC and DEST against LEN.
20265 2014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20268 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
20270 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
20272 2014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20274 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20276 2014-01-08 Joseph Myers <joseph@codesourcery.com>
20279 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
20280 for large positive arguments.
20282 2014-01-07 Joseph Myers <joseph@codesourcery.com>
20284 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
20286 * math/auto-libm-test-in: Mark various tests with
20287 xfail-rounding:ldbl-128ibm.
20288 * math/auto-libm-test-out: Regenerated.
20291 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
20292 Increase overflow threshold.
20294 2014-01-07 Ondřej Bílka <neleai@seznam.cz>
20297 * stdio-common/vfprintf.c: Check for integer overflow.
20299 2014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20301 * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
20302 the first argument and return value of __tls_get_addr_internal.
20304 2014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20306 * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
20307 also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
20309 2014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20311 * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
20312 * sysdeps/s390/rtld-global-offsets.sym: New file.
20313 * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
20315 * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
20316 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
20317 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
20319 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
20320 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
20322 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
20324 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
20326 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
20327 halfs of GPRs for high_gprs contexts.
20328 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
20329 restore upper halfs of GPRs for high_gprs contexts. Copy uc_flags
20331 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
20333 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
20335 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
20336 for high GPRs (uc_high_gprs) and for future extensions
20338 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
20339 for future extensions (__reserved).
20340 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
20342 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
20343 SC_HIGHGPRS offset definition.
20344 * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
20345 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
20347 * Versions.def: Add GLIBC_2.19 for libpthread.
20348 * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
20349 siglongjmp for libpthread with GLIBC_2.19 symver.
20350 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
20351 * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
20352 * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
20353 * sysdeps/s390/__longjmp.c: New file.
20354 * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
20355 * sysdeps/s390/longjmp.c: New file.
20356 * sysdeps/s390/setjmp.S: New file.
20357 * sysdeps/s390/sigjmp.S: New file.
20358 * sysdeps/s390/v1-longjmp.c: New file.
20359 * sysdeps/s390/v1-setjmp.h: New file.
20360 * sysdeps/s390/v1-sigjmp.c: New file.
20361 * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
20362 * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
20363 GLIBC_2.19 version.
20364 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
20365 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
20366 versioned symbols for ____longjmp_chk.
20367 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
20369 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
20371 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
20373 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
20375 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
20377 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
20378 * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
20379 * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
20380 * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
20381 * sysdeps/s390/s390-32/setjmp-common.S: ... this.
20382 * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
20383 * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
20384 * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
20385 * sysdeps/s390/s390-64/setjmp-common.S: ... this.
20386 * sysdeps/s390/rtld-__longjmp.c: New file.
20387 * sysdeps/s390/rtld-setjmp.S: New file.
20389 2014-01-06 Joseph Myers <joseph@codesourcery.com>
20392 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20393 Return -__logl (x) for small positive arguments without evaluating
20396 2014-01-06 Mike Frysinger <vapier@gentoo.org>
20398 * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
20400 (__ptrace_peeksiginfo_args): ... this.
20401 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
20402 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
20403 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
20405 2014-01-06 Allan McRae <allan@archlinux.org>
20407 * inet/netinet/in.h: Fix typo in comment.
20409 2014-01-05 Andreas Jaeger <aj@suse.de>
20411 * sysdeps/i386/fpu/libm-test-ulps: Update.
20413 2014-01-05 Allan McRae <allan@archlinux.org>
20415 * po/libc.pot: Regenerated.
20417 * malloc/memusagestat.c: Fix gettext call formatting.
20419 2014-01-04 Sami Kerola <kerolasa@iki.fi>
20421 * nscd/nscd.c: Improve usage() output.
20423 2014-01-04 Mike Frysinger <vapier@gentoo.org>
20425 * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
20426 * sysdeps/unix/sysv/linux/configure: Regenerated.
20427 * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
20428 * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
20430 2014-01-03 Joseph Myers <joseph@codesourcery.com>
20433 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20434 (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
20436 2014-01-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20438 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
20439 extra tokens at end of #undef directive.
20440 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
20441 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
20442 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
20444 2014-01-03 Joseph Myers <joseph@codesourcery.com>
20446 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
20448 * math/auto-libm-test-in: Mark various tests with
20449 xfail-rounding:ldbl-128ibm.
20450 * math/auto-libm-test-out: Regenerated.
20452 2014-01-02 Joseph Myers <joseph@codesourcery.com>
20455 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
20456 numbers with subnormal high part when calculating exponent.
20459 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
20463 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
20465 (__ieee754_acoshl): Use __log1pl not __log1p.
20467 2013-01-02 Ondřej Bílka <neleai@seznam.cz>
20469 * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
20470 (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
20471 (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
20472 (grow_heap, heap_trim, _int_new_arena, get_free_list)
20473 (reused_arena, arena_get2): Convert to GNU style.
20474 * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
20475 (mem2mem_check, mem2chunk_check, top_check, realloc_check)
20476 (memalign_check, __malloc_set_state): Likewise.
20477 * malloc/mallocbug.c (main): Likewise.
20478 * malloc/malloc.c (__malloc_assert, malloc_init_state)
20479 (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
20480 (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
20481 (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
20482 (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
20483 (__posix_memalign, malloc_info): Likewise.
20484 * malloc/malloc.h: Likewise.
20485 * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
20486 (mallochook, memalignhook, reallochook, mabort): Likewise.
20487 * malloc/mcheck.h: Likewise.
20488 * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
20489 (free, mmap, mmap64, mremap, munmap, dest): Likewise.
20490 * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
20491 * malloc/morecore.c (__default_morecore): Likewise.
20492 * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
20493 * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
20494 (_obstack_allocated_p, obstack_free, _obstack_memory_used)
20495 (print_and_abort): Likewise.
20496 * malloc/obstack.h: Likewise.
20497 * malloc/set-freeres.c (__libc_freeres): Likewise.
20498 * malloc/tst-mallocstate.c (main): Likewise.
20499 * malloc/tst-mtrace.c (main): Likewise.
20500 * malloc/tst-realloc.c (do_test): Likewise.
20502 2013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
20505 * nscd/netgroupcache.c (do_notfound): New function.
20506 (addgetnetgrentX): Use it.
20509 * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
20510 NSS_STATUS_NOTFOUND.
20512 2014-01-01 Joseph Myers <joseph@codesourcery.com>
20514 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
20515 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20517 2014-01-01 Allan McRae <allan@archlinux.org>
20519 * scripts/update-copyrights: Update configure input file suffix.
20521 * NEWS: Update copyright year.
20522 * catgets/gencat.c: Likewise.
20523 * csu/version.c: Likewise.
20524 * debug/catchsegv.sh: Likewise.
20525 * debug/pcprofiledump.c: Likewise.
20526 * debug/xtrace.sh: Likewise.
20527 * elf/ldconfig.c: Likewise.
20528 * elf/ldd.bash.in: Likewise.
20529 * elf/pldd.c: Likewise.
20530 * elf/sotruss.ksh: Likewise.
20531 * elf/sprof.c: Likewise.
20532 * iconv/iconv_prog.c: Likewise.
20533 * iconv/iconvconfig.c: Likewise.
20534 * locale/programs/locale.c: Likewise.
20535 * locale/programs/localedef.c: Likewise.
20536 * login/programs/pt_chown.c: Likewise.
20537 * malloc/memusage.sh: Likewise.
20538 * malloc/memusagestat.c: Likewise.
20539 * malloc/mtrace.pl: Likewise.
20540 * manual/libc.texinfo: Likewise.
20541 * nscd/nscd.c: Likewise.
20542 * nss/getent.c: Likewise.
20543 * nss/makedb.c: Likewise.
20544 * posix/getconf.c: Likewise.
20545 * scripts/test-installation.pl: Likewise.
20547 * All files with FSF copyright notices: Update copyright dates
20548 using scripts/update-copyrights.
20549 * intl/plural.c: Regenerated.
20550 * locale/programs/charmap-kw.h: Likewise.
20551 * locale/programs/locfile-kw.h: Likewise.
20553 2013-12-31 Mike Frysinger <vapier@gentoo.org>
20555 * sysdeps/unix/sysv/linux/configure: Regenerated.
20556 * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
20557 the linux/fanotify.h header.
20558 * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
20559 HAVE_LINUX_FANOTIFY_H is defined.
20561 2013-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
20563 * benchtests/cos-inputs: New inputs.
20564 * benchtests/sin-inputs: Likewise.
20566 * benchtests/atan-inputs: New inputs. Fix name of multiple
20567 precision fallback inputs.
20569 * benchtests/atanh-inputs: New inputs.
20570 * benchtests/tanh-inputs: Likewise.
20572 * benchtests/acosh-inputs: New inputs.
20573 * benchtests/asinh-inputs: Likewise.
20575 * benchtests/cosh-inputs: New inputs.
20576 * benchtests/sinh-inputs: Likewise.
20578 * benchtests/acos-inputs: Add more inputs.
20579 * benchtests/asin-inputs: Likewise.
20581 2013-12-30 Ville Skytta <ville.skytta@iki.fi>
20584 * manual/arith.texi: Fix spelling.
20585 * manual/charset.texi: Likewise.
20586 * manual/errno.texi: Likewise.
20587 * manual/filesys.texi: Likewise.
20588 * manual/lang.texi: Likewise.
20589 * manual/llio.texi: Likewise.
20590 * manual/locale.texi: Likewise.
20591 * manual/message.texi: Likewise.
20592 * manual/resource.texi: Likewise.
20593 * manual/search.texi: Likewise.
20594 * manual/setjmp.texi: Likewise.
20595 * manual/stdio.texi: Likewise.
20596 * manual/string.texi: Likewise.
20597 * manual/sysinfo.texi: Likewise.
20598 * manual/time.texi: Likewise.
20600 2013-12-27 Carlos O'Donell <carlos@redhat.com>
20602 * po/sl.po: New file.
20604 2013-12-27 Mike Frysinger <vapier@gentoo.org>
20606 * .gitignore: Add core/.gdbinit/.gdb_history.
20608 2013-12-27 Allan McRae <allan@archlinux.org>
20611 * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
20612 Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
20614 2013-12-24 Brooks Moses <bmoses@google.com>
20616 * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
20617 all compilers that claim C++98 compliance, not just GCC.
20618 * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
20621 2013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
20623 * NEWS: Restore accidentally deleted bug-fix entries.
20625 2013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
20626 Ondřej Bílka <neleai@seznam.cz>
20629 * malloc/malloc.c (_int_free): Perform sanity check only if we
20632 2013-12-23 Ondřej Bílka <neleai@seznam.cz>
20635 * manual/stdio.texi (String Input Conversions): Clarify that character
20636 classes are not supported.
20638 2013-12-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20640 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20642 2013-12-22 Joseph Myers <joseph@codesourcery.com>
20645 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20646 Calculate results for small negative arguments directly rather
20647 than using reflection formula with special underflow handling.
20649 * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
20650 * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
20651 sysdeps/unix/bsd/bsd4.4/syscalls.list.
20652 (fchflags): Likewise.
20653 (revoke): Likewise.
20654 (setlogin): Likewise.
20655 (sigaltstack): Likewise.
20657 (sigblock): Remove.
20658 (sigsetmask): Likewise.
20660 (waitpid): Likewise.
20661 * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
20662 * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
20664 * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
20665 * sysdeps/unix/bsd/Makefile: ... here.
20666 * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
20667 * sysdeps/unix/bsd/Versions: ... here.
20668 * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
20669 * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
20670 * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
20671 * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
20672 * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
20673 * sysdeps/unix/bsd/sigblock.c: ... here.
20674 * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
20675 * sysdeps/unix/bsd/sigsetmask.c: ... here.
20676 * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
20677 * sysdeps/unix/bsd/sigvec.c: ... here.
20678 * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
20679 * sysdeps/unix/bsd/tcdrain.c: ... here.
20680 * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
20681 * sysdeps/unix/bsd/tcgetattr.c: ... here.
20682 * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
20683 * sysdeps/unix/bsd/tcsetattr.c: ... here.
20684 * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
20685 * sysdeps/unix/bsd/wait.c: ... here.
20686 * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
20687 * sysdeps/unix/bsd/wait3.c: ... here.
20688 * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
20689 * sysdeps/unix/bsd/waitpid.c: ... here.
20691 2013-12-21 Joseph Myers <joseph@codesourcery.com>
20694 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
20695 round-to-nearest for [!USE_AS_EXPM1L].
20696 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
20697 * math/auto-libm-test-in: Do not expect cosh tests to fail. Add
20698 more tests of exp and exp10. Expect some exp10 tests to miss
20699 exceptions or fail in directed rounding modes.
20700 * math/auto-libm-test-out: Regenerated.
20701 * math/libm-test.inc (exp10_tonearest_test_data): New array.
20702 (exp10_test_tonearest): New function.
20703 (exp10_towardzero_test_data): New array.
20704 (exp10_test_towardzero): New function.
20705 (exp10_downward_test_data): New array.
20706 (exp10_test_downward): New function.
20707 (exp10_upward_test_data): New array.
20708 (exp10_test_upward): New function.
20709 (main): Call the new functions.
20710 * sysdeps/i386/fpu/libm-test-ulps: Update.
20711 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20713 2013-12-20 Joseph Myers <joseph@codesourcery.com>
20715 * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
20716 asinh, atan, atan2, atanh, cbrt, cos and cosh.
20717 * math/auto-libm-test-out: Regenerated.
20718 * math/libm-test.inc (acosh_test_data): Add more tests.
20719 (atanh_test_data): Likewise.
20720 (ceil_test_data): Likewise.
20721 (copysign_test_data): Likewise.
20722 * sysdeps/i386/fpu/libm-test-ulps: Update.
20723 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20725 * timezone/checktab.awk: Update from tzcode 2013i.
20726 * timezone/private.h: Likewise.
20727 * timezone/scheck.c: Likewise.
20728 * timezone/tzfile.h: Likewise.
20729 * timezone/tzselect.ksh: Likewise.
20730 * timezone/zdump.c: Likewise.
20731 * timezone/zic.c: Likewise.
20733 * math/auto-libm-test-in: Add tests of cpow.
20734 * math/auto-libm-test-out: Regenerated.
20735 * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
20736 * math/gen-auto-libm-tests.c (func_calc_method): Add value
20738 (func_calc_desc): Add mpc_cc_c union field.
20739 (test_functions): Add cpow.
20740 (special_fill_2pi): New function.
20741 (special_real_inputs): Add 2pi.
20742 (calc_generic_results): Handle mpc_cc_c.
20743 * sysdeps/i386/fpu/libm-test-ulps: Update.
20744 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20746 * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
20747 csqrt, ctan and ctanh.
20748 * math/auto-libm-test-out: Regenerated.
20749 * math/libm-test.inc (TEST_COND_x86_64): New macro.
20750 (TEST_COND_x86): Likewise.
20751 (ccos_test_data): Use AUTO_TESTS_c_c.
20752 (ccosh_test_data): Likewise.
20753 (cexp_test_data): Likewise.
20754 (clog_test_data): Likewise.
20755 (csqrt_test_data): Likewise.
20756 (ctan_test_data): Likewise.
20757 (ctan_tonearest_test_data): Likewise.
20758 (ctan_towardzero_test_data): Likewise.
20759 (ctan_downward_test_data): Likewise.
20760 (ctan_upward_test_data): Likewise.
20761 (ctanh_test_data): Likewise.
20762 (ctanh_tonearest_test_data): Likewise.
20763 (ctanh_towardzero_test_data): Likewise.
20764 (ctanh_downward_test_data): Likewise.
20765 (ctanh_upward_test_data): Likewise.
20766 * math/gen-auto-libm-tests.c (func_calc_method): Add value
20768 (func_calc_desc): Add mpc_c_c union field.
20769 (FUNC_mpc_c_c): New macro.
20770 (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
20771 ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
20773 (special_fill_min_subnorm_p120): New function.
20774 (special_real_inputs): Add min_subnorm_p120.
20775 (calc_generic_results): Handle mpc_c_c.
20776 * sysdeps/i386/fpu/libm-test-ulps: Update.
20777 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20779 2013-12-20 Siddhesh Poyarekar <siddhesh@redhat.com>
20781 * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
20782 (do_sin_slow): New functions.
20783 (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
20784 (cslow2, csloww1, csloww2): Use the new functions.
20786 * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
20787 Use M to change sign of result instead of X. Assume X is
20789 (csloww1): Likewise.
20793 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
20794 arguments A and DA.
20798 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
20800 (sloww1): Don't adjust sign of DX.
20801 (csloww1): Likewise.
20802 (sloww2): Use X directly and don't adjust sign of DX.
20803 (csloww2): Likewise.
20805 2013-12-19 Joseph Myers <joseph@codesourcery.com>
20807 * math/auto-libm-test-in: Add tests of cabs and carg.
20808 * math/auto-libm-test-out: Regenerated.
20809 * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
20810 (carg_test_data): Likewise.
20811 * math/gen-auto-libm-tests.c (func_calc_method): Add value
20813 (func_calc_desc): Add mpc_c_f union field.
20814 (test_functions): Add cabs and carg.
20815 (calc_generic_results): Handle mpc_c_f.
20817 * sysdeps/powerpc/powerpc32/libgcc-compat.S
20818 [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
20819 as a macro and a compat symbol.
20820 [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
20821 [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
20822 [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
20823 [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
20824 [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
20825 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
20827 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
20829 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
20831 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
20833 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
20835 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
20837 * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
20838 __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
20841 2013-12-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20843 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20845 2013-12-19 Joseph Myers <joseph@codesourcery.com>
20847 * manual/texinfo.tex: Update to version 2013-11-26.10 with
20848 trailing whitespace removed.
20849 * scripts/config.guess: Update to version 2013-11-29.
20850 * scripts/config.sub: Update to version 2013-10-01.
20852 * math/auto-libm-test-in: Add tests of sincos.
20853 * math/auto-libm-test-out: Regenerated.
20854 * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
20855 * math/gen-auto-libm-tests.c (func_calc_method): Add value
20857 (func_calc_desc): Add mpfr_f_11 union field.
20858 (test_functions): Add sincos.
20859 (calc_generic_results): Handle mpfr_f_11.
20860 * sysdeps/i386/fpu/libm-test-ulps: Update.
20861 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20863 2013-12-19 Andreas Schwab <schwab@suse.de>
20865 * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
20867 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
20868 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
20869 [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
20871 2013-12-19 Joseph Myers <joseph@codesourcery.com>
20873 * math/gen-libm-test.pl (%beautify): Remove M_* constants.
20874 * sysdeps/i386/fpu/libm-test-ulps: Update.
20875 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20878 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
20879 round-to-nearest mode when using frndint.
20880 * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
20881 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
20882 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
20884 * math/auto-libm-test-in: Add more tests of expm1. Do not expect
20886 * math/auto-libm-test-out: Regenerated.
20887 * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
20888 (TEST_COND_x86): Likewise.
20889 (expm1_tonearest_test_data): New array.
20890 (expm1_test_tonearest): New function.
20891 (expm1_towardzero_test_data): New array.
20892 (expm1_test_towardzero): New function.
20893 (expm1_downward_test_data): New array.
20894 (expm1_test_downward): New function.
20895 (expm1_upward_test_data): New array.
20896 (expm1_test_upward): New function.
20897 (main): Run the new test functions.
20898 * sysdeps/i386/fpu/libm-test-ulps: Update.
20899 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20901 * include/features.h: Update comment documenting feature test
20902 macros. Mention _DEFAULT_SOURCE in comment.
20903 [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
20904 [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
20905 _BSD_SOURCE and _SVID_SOURCE.
20906 [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
20907 !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
20908 !_SVID_SOURCE]: Likewise.
20909 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20910 (__USE_POSIX_IMPLICITLY): Define.
20911 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20912 (_POSIX_SOURCE): Undefine and redefine.
20913 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20914 (_POSIX_C_SOURCE): Likewise.
20915 * manual/creature.texi (_DEFAULT_SOURCE): Document.
20916 (Feature Test Macros): Update documentation of default features.
20918 2013-12-19 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
20920 * benchtests/Makefile: Add bench-strtok.
20921 * benchtests/bench-strtok.c: New file: strtok benchtest.
20923 2013-12-19 Allan McRae <allan@archlinux.org>
20925 * manual/install.texi: Suppress menu for plain text output.
20926 * INSTALL: Regenerated.
20928 2013-12-18 Brooks Moses <bmoses@google.com>
20931 * misc/getauxval.c: Include errno.h.
20932 (__getauxval): Set errno to ENOENT if the requested type is not
20934 * misc/sys/auxv.h (getauxval): Document that it may set errno;
20935 don't declare with __attribute_const__.
20936 * elf/tst-auxv.c: Add tests for errno and type-not-found case.
20937 * manual/startup.texi: Document that getauxval sets errno.
20939 2013-12-18 Joseph Myers <joseph@codesourcery.com>
20941 * math/auto-libm-test-in: Add tests of jn and yn.
20942 * math/auto-libm-test-out: Regenerated.
20943 * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
20944 (yn_test_data): Likewise.
20945 * math/gen-auto-libm-tests.c (func_calc_method): Add value
20947 (func_calc_desc): Add mpfr_if_f union field.
20948 (FUNC_mpfr_if_f): New macro.
20949 (test_functions): Add jn and yn.
20950 (calc_generic_results): Assert type of second input for
20951 mpfr_ff_f. Handle mpfr_if_f.
20952 (output_for_one_input_case): Disable all checking for arguments
20953 fitting floating-point types in case of an integer argument.
20954 * sysdeps/i386/fpu/libm-test-ulps: Update.
20955 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20957 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
20958 Don't expect fegetround reference in libm.so.
20960 2013-12-17 Marcus Shawcroft <marcus.shawcroft@linaro.org>
20962 * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
20963 $(config-cflags-nofma).
20965 2013-12-18 Joseph Myers <joseph@codesourcery.com>
20967 * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
20968 * math/auto-libm-test-out: Regenerated.
20971 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
20972 to determine exponent and adjust argument to have exponent of -1.
20973 * math/auto-libm-test-in: Add more tests of log, log10, log1p and
20975 * math/auto-libm-test-out: Regenerated.
20976 * sysdeps/i386/fpu/libm-test-ulps: Update.
20977 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20979 2013-12-18 Ondřej Bílka <neleai@seznam.cz>
20981 * manual/probes.texi: Remove cases when per-thread arenas are
20984 2013-12-18 Andreas Schwab <schwab@suse.de>
20986 * sysdeps/i386/i686/multiarch/strstr.c: Remove.
20987 * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
20988 * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
20989 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
20990 * sysdeps/i386/i686/multiarch/Makefile: Update.
20991 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
20993 2013-12-17 Joseph Myers <joseph@codesourcery.com>
20995 * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
20996 * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
20998 2013-12-17 Paul Eggert <eggert@cs.ucla.edu>
21001 Support TZ transition times < 00:00:00.
21002 This is needed for version-3 tz-format files; it supports time
21003 stamps past 2037 for America/Godthab (the only entry in the tz
21004 database for which this change is relevant).
21005 * manual/time.texi (TZ Variable): Document transition times
21006 from -167:59:59 through -00:00:01.
21007 * time/tzset.c (tz_rule): Time of day is now signed.
21008 (__tzset_parse_tz): Parse negative time of day.
21010 Document TZ transition times >= 25:00:00.
21011 * manual/time.texi (TZ Variable): Document transition times from
21012 25:00:00 through 167:59:59. These are already supported, and this
21013 support will help with version-3 tz-format files.
21015 * manual/time.texi (TZ Variable): Modernize North America example
21016 to reflect current (i.e., 2007-and-later) daylight saving rules.
21018 * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
21020 2013-12-17 Joseph Myers <joseph@codesourcery.com>
21022 * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
21023 * sysdeps/unix/bsd/bits/stat.h: Likewise.
21024 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
21025 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
21026 * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
21027 * sysdeps/unix/bsd/bsdstat.h: Likewise.
21028 * sysdeps/unix/bsd/clock.c: Likewise.
21029 * sysdeps/unix/bsd/i386/vfork.S: Likewise.
21030 * sysdeps/unix/bsd/i386/wait3.S: Likewise.
21031 * sysdeps/unix/bsd/init-posix.c: Likewise.
21032 * sysdeps/unix/bsd/poll.c: Likewise.
21033 * sysdeps/unix/bsd/ptsname.c: Likewise.
21034 * sysdeps/unix/bsd/seekdir.c: Likewise.
21035 * sysdeps/unix/bsd/setegid.c: Likewise.
21036 * sysdeps/unix/bsd/seteuid.c: Likewise.
21037 * sysdeps/unix/bsd/setgid.c: Likewise.
21038 * sysdeps/unix/bsd/setrgid.c: Likewise.
21039 * sysdeps/unix/bsd/setruid.c: Likewise.
21040 * sysdeps/unix/bsd/setsid.c: Likewise.
21041 * sysdeps/unix/bsd/setuid.c: Likewise.
21042 * sysdeps/unix/bsd/sigaction.c: Likewise.
21043 * sysdeps/unix/bsd/sigprocmask.c: Likewise.
21044 * sysdeps/unix/bsd/sigsuspend.c: Likewise.
21045 * sysdeps/unix/bsd/sys/reboot.h: Likewise.
21046 * sysdeps/unix/bsd/telldir.c: Likewise.
21047 * sysdeps/unix/bsd/times.c: Likewise.
21048 * sysdeps/unix/bsd/usleep.c: Likewise.
21050 * misc/Makefile (install-lib): Remove libbsd-compat.a.
21051 ($(objpfx)libbsd-compat.a): Remove rule.
21053 * include/features.h (__FAVOR_BSD): Do not define.
21054 * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
21055 features conflicting with POSIX.
21056 (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
21057 (_BSD_SOURCE): Remove description of not being a subset of other
21058 feature test macros.
21059 * manual/job.texi (getpgrp): Do not document BSD version.
21060 (getpgid): Do not document by reference to BSD getpgrp.
21061 * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
21062 * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
21063 * signal/signal.h [__FAVOR_BSD]: Likewise.
21064 * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
21065 instead of making contents conditional on [__FAVOR_BSD].
21066 * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
21068 2013-12-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21070 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21072 2013-12-17 Joseph Myers <joseph@codesourcery.com>
21075 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
21076 values below 2**-450, not 2**-500.
21077 * math/auto-libm-test-in: Don't allow spurious underflow from
21079 * math/auto-libm-test-out: Regenerated.
21083 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
21084 values of ha and hb and sort them after adjusting subnormal
21086 * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
21088 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
21089 values of ea and eb and sort them after adjusting subnormal
21091 * math/auto-libm-test-in: Do not expect some hypot tests of
21092 subnormals to fail. Add more hypot tests.
21093 * math/auto-libm-test-out: Regenerated.
21095 2013-12-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>
21098 * sysdeps/sh/s_fma.c: New file.
21099 * sysdeps/sh/s_fmaf.c: New file.
21100 * sysdeps/sh/soft-fp/sfp-machine.h: New file. Based on arm
21102 * sysdeps/sh/Implies: Add sh/soft-fp.
21104 2013-12-16 Roland McGrath <roland@hack.frob.com>
21106 * elf/dl-error.c (struct catch): Add new member `errcode'. Add a
21107 level of indirection to members `objname', `errstring', `malloced'.
21108 (_dl_signal_error): Store through pointers in *LCATCH rather modifying
21109 *LCATCH itself. Set *LCATCH->errcode to ERRCODE rather than passing
21110 it as the __longjmp argument (just pass 1 instead).
21111 (_dl_catch_error): Initialize C with argument pointers and address of
21112 volatile local ERRCODE rather than copying values out of C at return.
21114 2013-12-16 Joseph Myers <joseph@codesourcery.com>
21116 * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
21117 * math/auto-libm-test-out: Regenerated.
21118 * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
21119 (hypot_test_data): Likewise.
21120 (pow_test_data): Likewise.
21121 (pow_tonearest_test_data): Likewise.
21122 * math/gen-auto-libm-tests.c (func_calc_method): Add value
21124 (func_calc_desc): Add mpfr_ff_f union field.
21125 (FUNC_mpfr_ff_f): New macro.
21126 (test_functions): Add atan2, hypot and pow.
21127 (special_fill_min): New function.
21128 (special_fill_minus_min): Likewise.
21129 (special_fill_min_subnorm): Likewise.
21130 (special_fill_minus_min_subnorm): Likewise.
21131 (special_real_inputs): Add min, -min, min_subnorm and
21133 (calc_generic_results): Handle mpfr_ff_f.
21134 * sysdeps/i386/fpu/libm-test-ulps: Update.
21135 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21137 2013-12-16 Will Newton <will.newton@linaro.org>
21139 * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
21140 (Aligned Memory Blocks): Add documentation for aligned_alloc
21141 and suggest it as an alternative to posix_memalign.
21142 (Hooks for Malloc): Document __memalign_hook is also called
21143 for aligned_alloc. (Summary of Malloc): Add summary for
21144 aligned alloc. Document __memalign_hook is also called
21147 2013-12-16 Will Newton <will.newton@linaro.org>
21149 * manual/memory.texi (Malloc Examples): Clarify default
21150 alignment documentation. Suggest posix_memalign rather
21151 than memalign or valloc.
21152 (Aligned Memory Blocks): Remove suggestion to use memalign
21153 or valloc. Remove obsolete comment about BSD.
21154 Document memalign errno values and mark the function obsolete.
21155 Document posix_memalign returned error codes. Mark valloc
21156 as obsolete. (Hooks for Malloc): __memalign_hook is also
21157 called for posix_memalign and valloc.
21158 (Summary of Malloc): Add posix_memalign to function summary.
21159 __memalign_hook is also called for posix_memalign and valloc.
21161 2013-12-16 Siddhesh Poyarekar <siddhesh@redhat.com>
21163 * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
21167 (sloww): Use mynumber union. Expand ternary operator into
21168 if-else statements.
21169 (cslow): use mynumber union.
21171 2013-12-16 Allan McRae <allan@archlinux.org>
21173 * configure.ac: Set AUTOCONF when maintainer-mode is not used.
21174 * configure: Regenerated.
21176 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
21179 * configure.ac: Added --enable-maintainer-mode. Check for
21180 autoconf when enabled.
21181 * configure: Regenerated.
21183 * nscd/nscd.service: New file.
21184 * nscd/nscd.tmpfiles: New file.
21186 2013-12-14 Ondřej Bílka <neleai@seznam.cz>
21189 * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
21190 * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
21191 * sysdeps/x86_64/multiarch/strstr.c: ... here.
21192 (strstr): Add __strstr_sse2_unaligned ifunc.
21193 * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
21194 * sysdeps/x86_64/multiarch/strcasestr.c ... here.
21195 (strcasestr): Remove __strcasestr_sse42 ifunc.
21196 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
21197 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
21198 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21200 2013-12-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
21202 * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
21203 * sysdeps/sh/bits/fenv.h: ... here.
21204 * sysdeps/sh/sh4/fpu/bits: Remove directory.
21206 2013-12-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21208 * NEWS: Mention ppc64 STT_GNU_IFUNC support.
21210 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
21211 hypotf multiarch implementations.
21212 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
21213 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
21214 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
21215 multiarch hypot for PPC64.
21216 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
21217 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
21218 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
21219 multiarch hypotf for PPC64.
21221 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
21222 modff multiarch implementations.
21223 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
21224 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
21225 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
21226 multiarch modf for PPC64.
21227 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
21228 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
21229 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
21230 multiarch modff for PPC64.
21232 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
21233 and logl multiarch implementations.
21234 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
21235 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
21236 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
21237 multiarch logb for PPC64.
21238 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
21239 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
21240 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
21241 multiarch logb for PPC64.
21242 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
21243 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
21244 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
21245 multiarch logb for PPC64.
21247 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
21248 isinff multiarch implementation.
21249 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
21251 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
21252 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
21253 multiarch isinf for PPC64.
21254 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
21256 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
21257 multiarch isinff for PPC64.
21259 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
21260 finitef multiarch implementation.
21261 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
21263 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
21264 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
21265 multiarch finite for PPC64.
21266 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
21268 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
21269 multiarch finitef for PPC64.
21271 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
21272 lrint multiarch implementation.
21273 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
21275 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
21276 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
21277 multiarch llrint for PPC64.
21278 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
21279 multiarch lrint for PPC64.
21281 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
21282 copysignf multiarch implementation.
21283 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
21285 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
21287 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
21288 multiarch copysign for PPC64.
21289 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
21290 multiarch copysignf for PPC64.
21292 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
21293 multiarch implementation.
21294 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
21296 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
21298 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
21300 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
21302 multiarch llround for PPC64.
21303 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
21304 multiarch trunc for PPC64.
21305 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
21306 multiarch truncf for PPC64.
21308 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
21309 multiarch implementation.
21310 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
21312 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
21314 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
21316 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
21318 multiarch llround for PPC64.
21319 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
21320 multiarch round for PPC64.
21321 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
21322 multiarch roundf for PPC64.
21324 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
21325 multiarch implementation.
21326 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
21328 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
21330 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
21332 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
21334 multiarch llround for PPC64.
21335 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
21336 multiarch floor for PPC64.
21337 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
21338 multiarch floorf for PPC64.
21340 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
21341 multiarch implementation.
21342 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
21344 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
21346 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
21348 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
21350 multiarch llround for PPC64.
21351 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
21352 multiarch ceil for PPC64.
21353 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
21354 multiarch ceilf for PPC64.
21356 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
21357 multiarch implementation.
21358 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
21360 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
21362 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
21364 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
21365 multiarch llround for PPC64.
21366 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
21367 multiarch lround for PPC64.
21369 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
21370 multiarch implementation.
21371 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
21372 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
21373 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
21375 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
21376 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
21377 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
21378 multiarch isnan for PPC64.
21379 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
21380 multiarch isnanf for PPC64.
21382 * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
21383 * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
21384 * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
21385 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
21386 * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
21387 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
21389 * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
21390 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
21391 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
21392 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
21394 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
21395 multiarch implementations.
21396 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21397 (__libc_ifunc_impl_list): Likewise.
21398 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
21399 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
21400 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
21401 multiarch stpcpy for PPC64.
21403 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
21404 multiarch implementations.
21405 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21406 (__libc_ifunc_impl_list): Likewise.
21407 * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
21408 * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
21409 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
21410 multiarch strcpy for PPC64.
21412 * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
21413 redefine function name.
21414 (_wordcopy_fwd_dest_aligned): Likewise.
21415 (_wordcopy_bwd_aligned): Likewise.
21416 (_wordcopy_bwd_dest_aligned): Likewise.
21417 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
21418 multiarch implementations.
21419 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21420 (__libc_ifunc_impl_list): Likewise.
21421 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
21422 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
21423 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
21424 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
21425 multiarch wcscpy for PPC64.
21427 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
21428 multiarch implementations.
21429 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21430 (__libc_ifunc_impl_list): Likewise.
21431 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
21432 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
21433 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
21434 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
21435 multiarch wcscpy for PPC64.
21437 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
21438 multiarch implementations.
21439 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21440 (__libc_ifunc_impl_list): Likewise.
21441 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
21442 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
21443 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
21444 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
21445 multiarch wcsrchr for PPC64.
21447 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
21448 multiarch implementations.
21449 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21450 (__libc_ifunc_impl_list): Likewise.
21451 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
21452 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
21453 * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
21454 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
21455 multiarch wcschr for PPC64.
21457 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
21458 multiarch implementations.
21459 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21460 (__libc_ifunc_impl_list): Likewise.
21461 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
21462 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
21463 * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
21464 multiarch strchrnul for PPC64.
21466 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
21468 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21469 (__libc_ifunc_impl_list): Likewise.
21470 * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
21471 * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
21472 * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
21473 * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
21476 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
21478 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21479 (__libc_ifunc_impl_list): Likewise.
21480 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
21481 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
21482 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
21483 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
21486 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
21487 multiarch implementations.
21488 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21489 (__libc_ifunc_impl_list): Likewise.
21490 * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
21491 * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
21492 strncasecmp for PPC64.
21493 * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
21494 * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
21495 multiarch strncasecmp_l for PPC64.
21497 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
21498 multiarch implementations.
21499 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
21500 (__libc_ifunc_impl_list): Likewise.
21501 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
21502 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
21503 multiarch strcasecmp for PPC64.
21504 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
21506 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
21507 multiarch strcasecmp_l for PPC64.
21509 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
21511 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21512 (__libc_ifunc_impl_list): Likewise.
21513 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
21514 * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
21515 * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
21518 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
21520 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21521 (__libc_ifunc_impl_list): Likewise.
21522 * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
21523 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
21524 * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
21527 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
21529 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21530 (__libc_ifunc_impl_list): Likewise.
21531 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
21532 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
21533 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
21534 rawmemrchr for PPC64.
21536 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
21538 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21539 (__libc_ifunc_impl_list): Likewise.
21540 * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
21541 * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
21542 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
21545 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
21547 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21548 (__libc_ifunc_impl_list): Likewise.
21549 * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
21550 * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
21551 * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
21554 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
21556 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21557 (__libc_ifunc_impl_list): Likewise.
21558 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
21559 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
21560 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
21563 * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
21564 avoid cretion of __bzero symbol.
21565 * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
21567 * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
21569 * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
21571 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
21572 multiarch implementations.
21573 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21574 (__libc_ifunc_impl_list): Likewise.
21575 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
21576 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
21577 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
21578 * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
21580 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
21581 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
21582 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
21583 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
21584 * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
21586 * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
21588 * string/memcmp.c (memcmp): Using macro to redefine symbol name.
21589 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
21591 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21592 (__libc_ifunc_impl_list): Likewise.
21593 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
21594 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
21595 * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
21596 * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
21599 * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
21600 multiarch for POWER/PPC64.
21601 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
21602 * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
21603 * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
21604 * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
21605 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
21606 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
21607 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
21608 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
21609 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
21612 * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
21613 * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
21614 * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
21615 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
21616 * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
21617 * sysdeps/powerpc/powerpc64/power5/Implies: New File.
21618 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
21619 * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
21620 * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
21621 * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
21622 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
21623 * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
21624 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
21625 * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
21626 * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
21627 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
21628 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
21629 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
21630 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
21631 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
21632 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
21633 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
21635 2013-12-12 Kaz Kojima <kkojima@rr.iij4u.or.jp>
21637 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
21639 2013-12-12 Siddhesh Poyarekar <siddhesh@redhat.com>
21641 * benchtests/Makefile (bench): Add exp2 and log2.
21642 (LDLIBS-bench-exp2): Add -lm.
21643 (LDLIBS-bench-log2): Likewise.
21644 * benchtests/exp2-inputs: New inputs file.
21645 * benchtests/log2-inputs: New inputs file.
21646 * benchtests/log-inputs: Add new inputs.
21647 * benchtests/tan-inputs: Likewise.
21649 2013-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
21651 * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
21653 (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
21654 (csloww2): ... from here.
21656 * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
21657 instead of structures.
21658 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
21659 (POLYNOMIAL): Likewise.
21660 (TAYLOR_SLOW): Likewise.
21666 (sloww1); Likewise.
21667 (sloww2): Likewise.
21668 (bsloww1): Likewise.
21669 (bsloww2): Likewise.
21670 (cslow2): Likewise.
21671 (csloww): Likewise.
21672 (csloww1): Likewise.
21673 (csloww2): Likewise.
21675 2013-12-10 Ondřej Bílka <neleai@seznam.cz>
21677 * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
21678 (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
21679 Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
21680 * malloc/hooks.c (realloc_check): Likewise.
21682 * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
21683 * malloc/arena.c: Remove PER_THREAD conditional.
21684 [!PER_THREAD]: Remove code.
21685 (ptmalloc_unlock_all2): Likewise.
21686 (ptmalloc_init): Likewise.
21687 (_int_new_arena): Likewise.
21688 (arena_get2): Likewise.
21689 * malloc/hooks.c (__malloc_get_state): Likewise.
21690 (__malloc_set_state): Likewise.
21691 * malloc/malloc.c: Likewise.
21692 (struct malloc_state): Likewise.
21693 (struct malloc_par): Likewise.
21694 (__libc_realloc): Likewise.
21695 (__libc_mallopt): Likewise.
21697 2013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21699 * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
21701 2013-12-09 Ondřej Bílka <neleai@seznam.cz>
21703 * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
21704 macro to a function. Check for zero perturb_byte.
21705 (_int_malloc, _int_free): Remove zero perturb_byte checks.
21707 * malloc/malloc.c: (force_reg): Remove.
21708 (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
21709 (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
21710 force_reg by atomic_forced_read.
21711 * malloc/arena.c (ptmalloc_init): Likewise.
21712 * malloc/hooks.c (top_check): Likewise.
21714 2013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21716 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21718 2013-12-09 Markus Trippelsdorf <markus@trippelsdorf.de>
21720 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21722 2013-12-08 Joseph Myers <joseph@codesourcery.com>
21724 * math/auto-libm-test-in: Add tests of lgamma.
21725 * math/auto-libm-test-out: Regenerated.
21726 * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
21727 (M_LOG_2_SQRT_PIl): Likewise.
21728 (lgamma_test_data): Use AUTO_TESTS_f_f1.
21729 * math/gen-auto-libm-tests.c (func_calc_method): Add value
21731 (func_calc_desc): Add mpfr_f_f1 union field.
21732 (ARGS1): New macro.
21740 (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
21741 (test_functions): Add lgamma.
21742 (calc_generic_results): Handle mpfr_f_f1.
21743 * sysdeps/i386/fpu/libm-test-ulps: Update.
21744 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21746 2013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21748 * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
21749 __mpn_add_n for PowerPC64/POWER7.
21750 * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
21751 __mpn_sub_n for PowerPC64/POWER7.
21753 * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
21754 __mpn_addmul_1 for PowerPC64.
21755 * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
21756 __mpn_submul_1 for PowerPC64.
21757 * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
21759 * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
21762 2013-12-06 Fernando J. V. da Silva <fernandojvdasilva@gmail.com>
21765 * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
21767 2013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21769 * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
21771 * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
21772 add multiarch folders.
21773 * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
21774 * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
21775 * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
21776 * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
21777 * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
21778 * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
21779 * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
21780 * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
21781 * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
21782 * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
21783 * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
21784 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
21785 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
21786 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
21787 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
21788 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
21789 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
21791 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
21792 __ieee754_hypot and __ieee754_hypotf multiarch implementations.
21793 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
21795 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
21797 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
21798 multiarch __ieee754_hypot for PowerPC32.
21799 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
21801 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
21803 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
21804 multiarch __ieee754_hypotf for PowerPC32.
21806 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
21807 long_double_symbol only if __logbl is defined.
21808 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
21809 * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
21810 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
21811 * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
21812 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
21813 * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
21814 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
21815 path for implementation.
21816 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
21817 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
21818 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
21819 logb, and logbl multiarch implementations for PowerPC32.
21820 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
21822 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
21824 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
21825 multiarch logb for PowerPC32.
21826 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
21828 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
21830 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
21831 multiarch logbf for PowerPC32.
21832 * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
21833 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
21835 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
21836 multiarch logbl implementation for PowerPC32.
21838 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
21839 and modff multiarch implementations.
21840 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
21842 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
21844 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
21845 multiarch modf for PowerPC32.
21846 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
21848 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
21850 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
21851 multiarch modff for PowerPC32.
21853 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
21854 and lrintf multiarch implementations.
21855 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
21857 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
21859 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
21860 multiarch lrint for PowerPC32.
21861 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
21862 file: multiarch lrintf for PowerPC32.
21864 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
21865 and lroundf multiarch implementations.
21866 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
21868 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
21870 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
21872 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
21873 multiarch lround for PowerPC32.
21874 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
21875 file: multiarch lroundf for PowerPC32.
21877 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
21878 copysign and copysignf multiarch implementations.
21879 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
21881 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
21883 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
21884 file: multiarch copysign for PowerPC32.
21885 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
21886 file: multiarch copysignf for PowerPC32.
21888 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
21889 and truncf multiarch implementations.
21890 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
21892 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
21894 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
21895 multiarch trunc for PowerPC32.
21896 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
21898 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
21900 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
21901 multiarch truncf for PowerPC32.
21903 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
21904 and roundf multiarch implementations.
21905 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
21907 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
21909 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
21910 multiarch round for PowerPC32.
21911 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
21913 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
21915 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
21916 multiarch roundf for PowerPC32.
21918 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
21919 and floorf multiarch implementations.
21920 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
21922 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
21924 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
21925 multiarch floor for PowerPC32.
21926 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
21928 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
21930 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
21931 multiarch floorf for PowerPC32.
21933 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
21934 and ceilf multiarch implementations.
21935 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
21937 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
21939 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
21940 multiarch ceil for PowerPC32.
21941 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
21943 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
21945 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
21946 multiarch ceilf for PowerPC32.
21948 * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
21950 * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
21951 FINITEF is defined.
21952 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
21953 and finitef multiarch implementations.
21954 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
21956 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
21958 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
21959 multiarch finite for PowerPC32.
21960 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
21962 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
21963 file: multiarch finitef for PowerPC32.
21965 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
21966 and isinff multiarch implementations.
21967 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
21969 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
21971 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
21972 multiarch isinf for PowerPC32.
21973 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
21975 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
21976 multiarch isinff for PowerPC32.
21978 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
21979 alias when __isnan is defined.
21980 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
21981 and isnanf multiarch implementations.
21982 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
21984 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
21986 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
21988 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
21990 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
21991 multiarch isnan for PowerPC32.
21992 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
21994 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
21996 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
21997 multiarch isnanf for PowerPC32.
21999 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
22000 and sqrtf multiarch implementations.
22001 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
22003 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
22005 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
22006 multiarch sqrt for PowerPC32.
22007 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
22009 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
22011 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
22012 multiarch sqrtf for PowerPC32.
22014 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
22015 and llroundf multiarch implementations.
22016 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
22018 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
22020 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
22022 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
22023 file: multiarch llround for PowerPC32.
22024 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
22025 file: multiarch llroundf for PowerPC32.
22027 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
22028 multiarch PowerPC32 fpu implementations.
22029 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
22031 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
22033 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
22034 multiarch llrint for PowerPC32.
22035 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
22037 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
22039 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
22042 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
22044 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
22046 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
22048 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
22050 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
22051 multiarch wordcopy for PPC32.
22052 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
22054 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22055 (__libc_ifunc_impl_list): Likewise.
22056 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
22057 * sysdeps/powerpc/power4/wordcopy.c: ... to here.
22058 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
22059 * sysdeps/powerpc/power6/wordcopy.c: ... to here.
22060 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
22061 * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
22063 * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
22064 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
22066 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
22068 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
22070 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
22071 multiarch wcscpy for PPC32.
22072 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
22074 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22075 (__libc_ifunc_impl_list): Likewise.
22076 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
22077 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
22078 * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
22079 sysdeps/powerpc/power6/wcscpy.c.
22081 * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
22082 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
22084 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
22086 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
22088 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
22089 multiarch wcsrchr for PPC32.
22090 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
22092 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22093 (__libc_ifunc_impl_list): Likewise.
22094 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
22095 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
22096 * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
22097 sysdeps/powerpc/power6/wcsrchr.c.
22099 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
22101 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
22103 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
22104 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
22105 multiarch wcschr for PPc32.
22106 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
22108 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22109 (__libc_ifunc_impl_list): Likewise.
22110 * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
22111 * sysdeps/powerpc/power6/wcschr.c: ... to here.
22112 * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
22113 sysdeps/powerpc/power6/wcschr.c.
22115 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
22116 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
22118 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
22119 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
22120 file: multiarch strchr for PPC32.
22121 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
22123 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22124 (__libc_ifunc_impl_list): Likewise.
22126 * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
22128 * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
22130 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
22132 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
22133 multiarch strchrnul for PPC32.
22134 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
22136 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22137 (__libc_ifunc_impl_list): Likewise.
22139 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
22141 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
22142 multiarch strncasecmp for PPC32.
22143 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
22145 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
22146 multiarch strncasecmp_l for PPC32.
22147 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
22148 strncasecmp multiarch objects.
22149 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22150 (__libc_ifunc_impl_list): Likewise.
22152 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
22154 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
22155 multiarch strncasecmp for PPC32.
22156 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
22158 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
22159 multiarch strcasecmp_l for PPC32.
22160 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
22162 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22163 (__libc_ifunc_impl_list): Likewise.
22165 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
22167 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
22169 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
22170 multiarch strncmp for PPC32.
22171 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
22173 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22174 (__libc_ifunc_impl_list): Likewise.
22176 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
22177 * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
22179 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
22180 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
22181 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
22183 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22184 (__libc_ifunc_impl_list): Likewise.
22186 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
22188 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
22190 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
22191 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
22193 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22194 (__libc_ifunc_impl_list): Likewise.
22196 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
22198 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
22200 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
22201 multiarch rawmemchr for PPC32.
22202 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
22204 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22205 (__libc_ifunc_impl_list): Likewise.
22207 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
22209 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
22211 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
22212 file: memrchr multiarch for PPC32.
22213 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
22215 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22216 (__libc_ifunc_impl_list): Likewise.
22218 * string/memchr.c (__memchr): Using macro to redefine symbol name.
22219 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
22221 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
22222 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
22223 multiarch memchr for PPC32.
22224 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
22226 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22227 (__libc_ifunc_impl_list): Likewise.
22229 * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
22230 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
22232 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
22234 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
22235 file: multiarch mempcpy for PPC32.
22236 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
22238 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22239 (__libc_ifunc_impl_list): Likewise.
22241 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
22242 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
22243 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
22244 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
22245 multiarch bzero for PPC32.
22246 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
22248 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
22250 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
22251 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
22252 file: multiarch memset for PPC32.
22253 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
22254 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
22255 memset multiarch objects.
22256 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22257 (__libc_ifunc_impl_list): Likewise.
22259 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
22261 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
22262 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
22264 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
22265 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
22267 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22268 (__libc_ifunc_impl_list): Likewise.
22270 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
22271 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
22272 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
22274 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
22276 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
22278 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
22279 multiarch memcpy for PPC32.
22280 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
22282 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22283 (__libc_ifunc_impl_list): Likewise.
22285 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
22286 support multiarch for POWER/PPC32.
22287 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
22289 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
22290 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
22291 Implies file to make multiarch folder appers before the fpu and
22292 default folder for power4 configuration.
22294 2013-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
22296 * scripts/bench.pl: Append volatile keyword to type.
22298 2013-12-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
22300 * sysdeps/sh/sotruss-lib.c: New file.
22301 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
22303 2013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22305 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22307 2013-12-05 Joseph Myers <joseph@codesourcery.com>
22310 * math/w_tgamma.c: Include <errno.h>.
22311 (__tgamma): Use __glibc_unlikely. Set errno on underflow to 0.
22312 * math/w_tgammaf.c: Include <errno.h>.
22313 (__tgammaf): Use __glibc_unlikely. Set errno on underflow to 0.
22314 * math/w_tgammal.c: Include <errno.h>.
22315 (__tgammal): Use __glibc_unlikely. Set errno on underflow to 0.
22316 * math/auto-libm-test-in: Do not allow missing errno on tgamma
22317 underflow. Add more tgamma tests.
22318 * math/auto-libm-test-out: Regenerated.
22319 * sysdeps/i386/fpu/libm-test-ulps: Update.
22320 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22322 * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
22323 sin, sinh, tan, tanh, tgamma, y0 and y1.
22324 * math/auto-libm-test-out: Regenerated.
22325 * math/libm-test.inc (TEST_COND_x86_64): New macro.
22326 (TEST_COND_x86): Likewise.
22327 (M_E2l): Remove macro.
22329 (M_2_SQRT_PIl): Likewise.
22330 (M_SQRT_PIl): Likewise.
22331 (M_1_DIV_El): Likewise.
22332 (log_test_data): Use AUTO_TESTS_f_f.
22333 (log10_test_data): Likewise.
22334 (log1p_test_data): Likewise.
22335 (log2_test_data): Likewise.
22336 (sin_test_data): Likewise.
22337 (sin_tonearest_test_data): Likewise.
22338 (sin_towardzero_test_data): Likewise.
22339 (sin_downward_test_data): Likewise.
22340 (sin_upward_test_data): Likewise.
22341 (sinh_test_data): Likewise.
22342 (sinh_tonearest_test_data): Likewise.
22343 (sinh_towardzero_test_data): Likewise.
22344 (sinh_downward_test_data): Likewise.
22345 (sinh_upward_test_data): Likewise.
22346 (tan_test_data): Likewise.
22347 (tan_tonearest_test_data): Likewise.
22348 (tan_towardzero_test_data): Likewise.
22349 (tan_downward_test_data): Likewise.
22350 (tan_upward_test_data): Likewise.
22351 (tanh_test_data): Likewise.
22352 (tgamma_test_data): Likewise.
22353 (y0_test_data): Likewise.
22354 (y1_test_data): Likewise.
22355 * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
22356 (special_real_inputs): Add pi/4.
22357 * sysdeps/i386/fpu/libm-test-ulps: Update.
22358 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22360 2013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22362 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
22363 "longjmp_target" static probes.
22364 (__longjmp): Rename to __longjmp_symbol.
22365 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
22366 * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
22367 on which longjmp to generate.
22368 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
22369 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
22371 (__sigsetjmp): Rename to __sigsetjmp_symbol.
22372 (__sigjmp_save): Rename to __sigjmp_save_symbol.
22373 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
22374 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
22375 and __sigjmp_save_symbol based on which sigsetjmp to generated.
22376 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
22377 * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
22378 __longjmp_symbol based on which __longjmp to generate.
22379 * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
22381 (setjmp): Rename to setjmp_symbol.
22382 (__sigsetjmp): Rename to __sigsetjmp_symbol.
22383 (_setjmp): Rename to _setjmp_symbol.
22384 (__sigsetjmp): Rename to __sigsetjmp_symbol.
22385 * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
22386 _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
22387 which setjmp to generate.
22388 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
22389 "longjmp_target" static probes.
22391 2013-12-05 Siddhesh Poyarekar <siddhesh@redhat.com>
22393 * benchtests/README: Add note about output arguments.
22394 * benchtests/bench-sincos.c: Remove file.
22395 * benchtests/sincos-inputs: New file.
22396 * scripts/bench.pl: Identify output arguments and define
22397 static variables for them.
22399 * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
22402 * Makefile (INSTALL): Add install-plain.texi as the primary
22404 * manual/install-plain.texi: New file.
22405 * manual/install.texi: Include node directive only for
22406 non-plaintext output.
22408 2013-12-04 Joseph Myers <joseph@codesourcery.com>
22410 * stdlib/longlong.h: Update from GCC.
22414 * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
22415 * math/w_j0f.c (y0f): Likewise.
22416 * math/w_j0l.c (__y0l): Likewise.
22417 * math/w_j1.c (y1): Likewise.
22418 * math/w_j1f.c (y1f): Likewise.
22419 * math/w_j1l.c (__y1l): Likewise
22420 * math/w_jn.c (yn): Likewise.
22421 * math/w_jnf.c (ynf): Likewise.
22422 * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
22423 Bessel function pole errors in _POSIX_ mode. Use NAN as return
22424 value for Bessel function domain errors outside _SVID_ mode.
22425 Adjust sign of return value for yn (negative integer, 0).
22426 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
22427 by zero in return for negative x and set sign appropriately for
22429 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
22430 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
22431 * math/libm-test.inc (y0_test_data): Add more tests and adjust
22432 expectations in error cases.
22433 (y1_test_data): Likewise.
22434 (yn_test_data): Likewise.
22435 * sysdeps/i386/fpu/libm-test-ulps: Update.
22436 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22438 2013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22440 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
22441 "64" to "64-v1". Add "64-v2".
22442 (abi-64-options): Rename to ...
22443 (abi-64-v1-options): ... this. Redefine _CALL_ELF.
22444 (abi-64-condition): Rename to ...
22445 (abi-64-v1-condition): ... this. Add _CALL_ELF check.,
22446 (abi-64-ld-soname): Rename to ...
22447 (abi-64-v1-ld-soname): ... this.
22448 (abi-64-v2-options): Define.
22449 (abi-64-v2-condition): Likewise.
22450 (abi-64-v2-ld-soname): Likewise.
22451 * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
22452 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
22453 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
22454 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
22455 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
22457 2013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22458 Alan Modra <amodra@gmail.com>
22460 * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
22461 New versions for use with the ELFv2 ABI.
22462 (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
22463 * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
22465 (struct La_ppc64v2_retval): Likewise.
22466 (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
22467 (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
22468 * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
22469 to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
22470 (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
22471 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
22472 Do not save or restore CR.
22473 (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
22474 (_dl_profile_resolve): Do no save or restore CR. Support extended
22475 return values for ELFv2 ABI. Fix location of FPR return registers.
22476 * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
22477 updated values for _CALL_ELF == 2.
22478 (La_regs, La_retval, int_retval): Likewise.
22480 2013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22482 * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
22483 (FRAME_MIN_SIZE_PARM): Likewise.
22484 (FRAME_BACKCHAIN): Likewise.
22485 (FRAME_CR_SAVE): Likewise.
22486 (FRAME_LR_SAVE): Likewise.
22487 (FRAME_TOC_SAVE): Likewise.
22488 (FRAME_PARM_SAVE): Likewise.
22489 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
22490 FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
22491 FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22492 (call_mcount_parm_offset): New macro.
22493 (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
22494 (PROF): Use symbolic stack frame offsets.
22495 (TAIL_CALL_SYSCALL_ERROR): Likewise.
22496 * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
22497 Redefine in terms of FRAME_MIN_SIZE.
22498 (_dl_runtime_resolve): Use symbolic stack frame offsets.
22499 (_dl_profile_resolve): Likewise. Update comment.
22500 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
22501 symbols stack frame offsets.
22502 (__sigsetjmp): Likewise.
22503 * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
22504 * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
22505 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
22506 * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
22508 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
22509 (FRAME_BACKCHAIN): Remove.
22510 (FRAME_CR_SAVE): Likewise.
22511 (FRAME_LR_SAVE): Likewise.
22512 (FRAME_COMPILER_DW): Likewise.
22513 (FRAME_LINKER_DW): Likewise.
22514 (FRAME_TOC_SAVE): Likewise.
22515 (FRAME_PARM_SAVE): Likewise.
22516 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
22517 (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
22518 (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22519 * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
22520 (CHECK_SP): Use symbolic stack frame offsets.
22521 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
22522 zone" instead of caller's parameter save area for temp storage.
22523 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
22524 Likewise. Also, use symbolic stack frame offsets.
22525 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
22526 stackblock): Redefine for _CALL_ELF == 2 to save parameters into
22527 our own stack frame instead of the caller's.
22528 (__socket): Use symbolic stack frame offsets.
22530 2013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22531 Alan Modra <amodra@gmail.com>
22533 * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
22535 (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
22536 (PPC64_LOCAL_ENTRY_OFFSET): Define.
22537 * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
22539 (elf_machine_fixup_plt): Call it.
22540 (elf_machine_plt_conflict): Likewise. Add map, sym_map, and
22542 (elf_machine_rela): Update call to elf_machine_plt_conflict.
22543 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22544 (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
22545 r2 before calling target.
22547 2013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22548 Alan Modra <amodra@gmail.com>
22550 * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
22551 (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
22552 versions of macros to support ELFv2 ABI.
22553 (LOCALENTRY): New macro.
22554 (ENTRY, EALIGN): Use it.
22555 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
22556 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
22557 fall through into ENTRY entry point.
22558 * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
22559 Only define if _CALL_ELF != 2.
22561 (elf_machine_matches_host): Verify ABI version matches.
22562 (RTLD_START): Use LOCALENTRY.
22563 (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
22564 (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
22565 (PLT_ENTRY_WORDS): New macro.
22566 (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
22567 (elf_machine_runtime_setup): Support ELFv2 ABI.
22568 (elf_machine_fixup_plt): Likewise.
22569 (elf_machine_plt_conflict): Likewise.
22570 (resolve_ifunc): Likewise.
22571 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
22572 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22574 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
22575 (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
22576 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22577 (makecontext): Support ELFv2 ABI.
22578 * elf/elf.h (EF_PPC64_ABI): Define.
22580 2013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22582 * sysdeps/powerpc/powerpc64/sysdep.h
22583 (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
22584 (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
22585 (ENTRY) [ASSEMBLER]: ... but instead here ...
22586 (EALIGN) [ASSEMBLER]: ... and here.
22587 (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
22588 (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
22589 (ENTRY_2) [!ASSEMBLER]: Use it.
22590 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
22591 ENTRY_2 changes. Use PPC64_LOAD_FUNCPTR.
22592 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22593 (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
22594 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
22595 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
22596 Use PPC64_LOAD_FUNCPTR.
22598 * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
22600 2013-12-04 Alan Modra <amodra@gmail.com>
22602 * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
22603 (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
22604 (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
22605 (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
22607 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
22608 overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
22609 R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
22610 Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
22611 R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
22612 Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
22614 2013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22616 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22617 (__makecontext): Fix incorrect CFI when backtracing out of
22618 context created via makecontext.
22619 * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
22620 (__setcontext): Fix incorrect CFI during switch to new context.
22621 (__novec_setcontext): Likewise.
22623 2013-12-04 Ondřej Bílka <neleai@seznam.cz>
22626 * time/strptime_l.c (__strptime_internal): Allow modifiers
22628 * time/tst-strptime.c (day_tests): Add testcase.
22630 2013-12-04 Siddhesh Poyarekar <siddhesh@redhat.com>
22632 * scripts/bench.pl: Skip over blank lines.
22634 2013-12-04 Paul Eggert <eggert@cs.ucla.edu>
22637 * manual/time.texi (Calendar Time): Clarify what timezone functions
22640 2013-12-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22642 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22644 2013-12-04 Ondřej Bílka <neleai@seznam.cz>
22646 * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
22648 * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
22649 * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
22650 * debug/memset_chk.c (__memset_chk): Likewise.
22651 * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
22652 * debug/strncpy_chk.c: Likewise.
22654 2013-12-03 Joseph Myers <joseph@codesourcery.com>
22658 * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
22659 (__ieee754_exp): For possibly underflowing results, check size of
22660 result and force underflow exception if required.
22661 * math/auto-libm-test-in: Add more tests of exp.
22662 * math/auto-libm-test-out: Regenerated.
22663 * sysdeps/i386/fpu/libm-test-ulps: Update.
22664 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22667 * math/w_exp2.c (__exp2): Handle a zero result as underflow.
22668 * math/w_exp2f.c (__exp2f): Likewise.
22669 * math/w_exp2l.c (__exp2l): Likewise.
22670 * math/auto-libm-test-in: Do not allow missing errno on exp2
22672 * math/auto-libm-test-out: Regenerated.
22674 2013-12-03 Ondřej Bílka <neleai@seznam.cz>
22677 * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
22678 handle filename validation.
22679 * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
22682 2013-12-03 Joseph Myers <joseph@codesourcery.com>
22685 * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
22686 (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
22687 * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
22689 (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
22690 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
22691 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22692 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
22693 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22694 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
22695 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22696 * math/auto-libm-test-in: Don't allow missing errno from erfc.
22697 Add more erfc tests.
22698 * math/auto-libm-test-out: Regenerated.
22699 * sysdeps/i386/fpu/libm-test-ulps: Update.
22700 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22702 * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
22703 exp2, expm1, j0 and j1.
22704 * math/auto-libm-test-out: Regenerated.
22705 * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
22706 (erfc_test_data): Likewise.
22707 (exp_test_data): Likewise.
22708 (exp_tonearest_test_data): Likewise.
22709 (exp_towardzero_test_data): Likewise.
22710 (exp_downward_test_data): Likewise.
22711 (exp_upward_test_data): Likewise.
22712 (exp10_test_data): Likewise.
22713 (exp2_test_data): Likewise.
22714 (expm1_test_data): Likewise.
22715 (j0_test_data): Likewise.
22716 (j1_test_data): Likewise.
22717 * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
22718 (input_flag_type): Add flag_xfail_rounding.
22719 (input_flags): Add xfail-rounding.
22720 (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
22721 (output_for_one_input_case): Handle flag_xfail_rounding.
22722 * sysdeps/i386/fpu/libm-test-ulps: Update.
22723 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22725 2013-12-03 Aurelien Jarno <aurelien@aurel32.net>
22728 * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
22731 2013-12-03 Siddhesh Poyarekar <siddhesh@redhat.com>
22734 * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
22735 (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
22736 (STAP_PROBE0): New macro.
22737 (STAP_PROBE1): Likewise.
22738 (STAP_PROBE2): Likewise.
22739 (STAP_PROBE3): Likewise.
22740 (STAP_PROBE4): Likewise.
22742 2013-12-02 Ondřej Bílka <neleai@seznam.cz>
22744 * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
22746 2013-12-02 Steve Ellcey <sellcey@mips.com>
22748 * benchtests/Makefile (bench): Add sqrt.
22749 (LDLIBS-bench-sqrt): New.
22750 * benchtests/sqrt-input: New.
22752 2013-12-02 Pavel Simerda <psimerda@redhat.com>
22754 * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
22755 (GAIH_EAI): Likewise.
22756 (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
22757 (gaih_inet): Likewise.
22758 (getaddrinfo): Don't use GAIH_EAI.
22760 * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
22761 (struct gaih): Remove definition.
22763 2013-12-02 Siddhesh Poyarekar <siddhesh@redhat.com>
22765 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
22766 Use HERRNOP directly.
22768 2013-12-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22770 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22772 2013-11-30 Joseph Myers <joseph@codesourcery.com>
22774 * math/gen-auto-libm-tests.c (test_functions): Add more
22775 single-argument functions.
22776 (special_fill_pi_2): New function.
22777 (special_fill_minus_pi_2): Likewise.
22778 (special_fill_pi_6): Likewise.
22779 (special_fill_minus_pi_6): Likewise.
22780 (special_fill_pi_3): Likewise.
22781 (special_fill_2pi_3): Likewise.
22782 (special_fill_e): Likewise.
22783 (special_fill_1_e): Likewise.
22784 (special_fill_e_minus_1): Likewise.
22785 (special_real_inputs): Add more special inputs.
22786 (output_for_one_input_case): Do not require ERANGE on underflow to
22787 zero if round-to-nearest result does not underflow to zero, unless
22788 exact results required.
22789 * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
22790 atan, atanh, cbrt, cos and cosh.
22791 * math/auto-libm-test-out: Regenerated.
22792 * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
22793 (acos_tonearest_test_data): Likewise.
22794 (acos_towardzero_test_data): Likewise.
22795 (acos_downward_test_data): Likewise.
22796 (acos_upward_test_data): Likewise.
22797 (acosh_test_data): Likewise.
22798 (asin_test_data): Likewise.
22799 (asin_tonearest_test_data): Likewise.
22800 (asin_towardzero_test_data): Likewise.
22801 (asin_upward_test_data): Likewise.
22802 (asinh_test_data): Likewise.
22803 (atan_test_data): Likewise.
22804 (atanh_test_data): Likewise.
22805 (cbrt_test_data): Likewise.
22806 (cos_test_data): Likewise.
22807 (cos_tonearest_test_data): Likewise.
22808 (cos_towardzero_test_data): Likewise.
22809 (cos_downward_test_data): Likewise.
22810 (cos_upward_test_data): Likewise.
22811 (cosh_test_data): Likewise.
22812 (cosh_tonearest_test_data): Likewise.
22813 (cosh_towardzero_test_data): Likewise.
22814 (cosh_downward_test_data): Likewise.
22815 (cosh_upward_test_data): Likewise.
22816 * sysdeps/i386/fpu/libm-test-ulps: Update.
22817 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22819 2013-11-29 Joseph Myers <joseph@codesourcery.com>
22822 * math/w_exp10.c (__exp10): Handle a zero result as underflow.
22823 * math/w_exp10f.c (__exp10f): Likewise.
22824 * math/w_exp10l.c (__exp10l): Likewise.
22825 * math/libm-test.inc (exp10_test_data): Add more tests and expect
22826 errno settings in existing tests.
22829 * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
22830 precision control set to double precision.
22831 * sysdeps/i386/fpu/w_sqrt.c: New file.
22832 * math/auto-libm-test-in: Add more tests.
22833 * math/auto-libm-test-out: Update.
22835 * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
22836 (sqrt_test_tonearest): New function.
22837 (sqrt_towardzero_test_data): New variable.
22838 (sqrt_test_towardzero): New function.
22839 (sqrt_downward_test_data): New variable.
22840 (sqrt_test_downward): New function.
22841 (sqrt_upward_test_data): New variable.
22842 (sqrt_test_upward): New function.
22843 (main): Call the new functions.
22845 * math/gen-auto-libm-tests.c: New file.
22846 * math/auto-libm-test-in: Likewise.
22847 * math/auto-libm-test-out: New generated file.
22848 * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
22850 (%beautify): Add generated representations of zero.
22851 (top level): Set $auto_input and call parse_auto_input.
22852 (beautify): Remove trailing "f" from hex float constants.
22853 (parse_args): Handle XFAIL_TEST.
22854 (convert_condition): New function.
22855 (or_value): Likewise.
22856 (or_cond_value): Likewise.
22857 (generate_testfile): Handle AUTO_TESTS_* lines.
22858 (parse_auto_input): New function.
22859 * math/libm-test.inc (XFAIL_TEST): New macro.
22860 (ERRNO_UNCHANGED): Update value.
22861 (ERRNO_EDOM): Likewise.
22862 (ERRNO_ERANGE): Likewise.
22863 (IGNORE_RESULT): Likewise.
22864 (TEST_COND_flt_32): New macro.
22865 (TEST_COND_dbl_64): Likewise.
22866 (TEST_COND_ldbl_96_intel): Likewise.
22867 (TEST_COND_ldbl_96_m68k): Likewise.
22868 (TEST_COND_ldbl_128): Likewise.
22869 (TEST_COND_ldbl_128ibm): Likewise.
22870 (TEST_COND_long32): Likewise.
22871 (TEST_COND_long64): Likewise.
22872 (TEST_COND_before_rounding): Likewise.
22873 (TEST_COND_after_rounding): Likewise.
22874 (enable_test): Handle XFAIL_TEST flag.
22875 (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
22876 with finite results.
22877 * math/Makefile ($(objpfx)libm-test.stmp): Depend on
22878 auto-libm-test-out.
22880 2013-11-29 Siddhesh Poyarekar <siddhesh@redhat.com>
22881 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
22884 * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
22885 __tls_get_addr_internal instead of __tls_get_offset in order to
22886 avoid GOT pointer dependency. Make rtld export
22887 __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
22888 __tls_get_addr since we are a __tls_get_offset platform.
22889 * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
22890 GOT pointer being set up before.
22891 * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
22893 2013-11-28 Joseph Myers <joseph@codesourcery.com>
22895 * manual/math.texi (Errors in Math Functions): Document accuracy
22899 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
22900 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
22901 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
22902 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
22903 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
22904 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
22905 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
22906 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
22907 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
22908 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
22909 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
22910 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
22911 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
22912 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
22913 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
22914 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
22916 * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
22917 * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
22918 * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
22919 * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
22920 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
22922 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
22924 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
22926 * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
22927 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
22928 (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
22929 atomic-feupdateenv and flt-rounds.
22930 * sysdeps/powerpc/nofpu/Versions (libc): Add
22931 __atomic_feholdexcept, __atomic_feclearexcept,
22932 __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
22933 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
22934 (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
22935 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
22936 (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
22938 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
22941 * manual/arith.texi (FP Exceptions): Document that exceptions may
22942 not be raised when matherr is used.
22943 (Math Error Reporting): Document overflow in directed rounding
22944 modes. Document that errno may not be set when finite values are
22945 returned on overflow. Document intent to set errno on underflow
22946 only for underflow to zero.
22949 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
22950 round-to-nearest then adjust result for other rounding modes.
22951 * include/fenv.h (fegetround): Use libm_hidden_proto.
22952 * math/fegetround.c (fegetround): Use libm_hidden_def.
22953 * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
22954 * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
22955 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
22956 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
22958 * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
22959 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
22960 * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
22961 * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
22963 2013-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
22966 * nss/Versions (libnss_files): Add
22967 _nss_files_gethostbyname3_r.
22968 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
22970 (HOST_DB_LOOKUP): Remove macro.
22971 (_nss_files_gethostbyname_r): Implement function without the
22972 HOST_DB_LOOKUP macro.
22973 (_nss_files_gethostbyname2_r): Likewise.
22975 2013-11-28 Ondřej Bílka <neleai@seznam.cz>
22977 * malloc/malloc.c (__libc_calloc): Make memset a tail call.
22979 2013-11-26 Uros Bizjak <ubizjak@gmail.com>
22981 * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
22982 _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
22985 2013-11-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22987 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
22988 __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
22989 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
22990 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
22991 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
22992 __fe_nomask_env_priv and attribute_hidden.
22993 * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
22994 (libc_feupdateenv_test_ppc): Likewise.
22995 (libc_feresetround_ppc): Likewise.
22996 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22997 (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
22998 compat_symbol macro.
22999 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23000 (__fe_nomask_env): Likewise.
23001 * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
23003 2013-11-26 Ondřej Bílka <neleai@seznam.cz>
23005 * string/Makefile: Remove ifunc tests.
23006 * string/test-string.h: Define TEST_IFUNC.
23007 * string/test-bcopy-ifunc.c: Remove.
23008 * string/test-bzero-ifunc.c: Likewise.
23009 * string/test-memccpy-ifunc.c: Likewise.
23010 * string/test-memchr-ifunc.c: Likewise.
23011 * string/test-memcmp-ifunc.c: Likewise.
23012 * string/test-memcpy-ifunc.c: Likewise.
23013 * string/test-memmem-ifunc.c: Likewise.
23014 * string/test-memmove-ifunc.c: Likewise.
23015 * string/test-mempcpy-ifunc.c: Likewise.
23016 * string/test-memrchr-ifunc.c: Likewise.
23017 * string/test-memset-ifunc.c: Likewise.
23018 * string/test-rawmemchr-ifunc.c: Likewise.
23019 * string/test-stpcpy-ifunc.c: Likewise.
23020 * string/test-stpncpy-ifunc.c: Likewise.
23021 * string/test-strcasecmp-ifunc.c: Likewise.
23022 * string/test-strcasestr-ifunc.c: Likewise.
23023 * string/test-strcat-ifunc.c: Likewise.
23024 * string/test-strchr-ifunc.c: Likewise.
23025 * string/test-strchrnul-ifunc.c: Likewise.
23026 * string/test-strcmp-ifunc.c: Likewise.
23027 * string/test-strcpy-ifunc.c: Likewise.
23028 * string/test-strcspn-ifunc.c: Likewise.
23029 * string/test-strlen-ifunc.c: Likewise.
23030 * string/test-strncasecmp-ifunc.c: Likewise.
23031 * string/test-strncat-ifunc.c: Likewise.
23032 * string/test-strncmp-ifunc.c: Likewise.
23033 * string/test-strncpy-ifunc.c: Likewise.
23034 * string/test-strnlen-ifunc.c: Likewise.
23035 * string/test-strpbrk-ifunc.c: Likewise.
23036 * string/test-strrchr-ifunc.c: Likewise.
23037 * string/test-strspn-ifunc.c: Likewise.
23038 * string/test-strstr-ifunc.c: Likewise.
23040 2013-11-26 Ondřej Bílka <neleai@seznam.cz>
23042 * benchtests/Makefile: Remove ifunc tests.
23043 * benchtests/bench-string.h: Define TEST_IFUNC.
23044 * benchtests/bench-bcopy-ifunc.c: Remove.
23045 * benchtests/bench-bzero-ifunc.c: Likewise.
23046 * benchtests/bench-memccpy-ifunc.c: Likewise.
23047 * benchtests/bench-memchr-ifunc.c: Likewise.
23048 * benchtests/bench-memcmp-ifunc.c: Likewise.
23049 * benchtests/bench-memcpy-ifunc.c: Likewise.
23050 * benchtests/bench-memmem-ifunc.c: Likewise.
23051 * benchtests/bench-memmove-ifunc.c: Likewise.
23052 * benchtests/bench-mempcpy-ifunc.c: Likewise.
23053 * benchtests/bench-memrchr-ifunc.c: Likewise.
23054 * benchtests/bench-memset-ifunc.c: Likewise.
23055 * benchtests/bench-rawmemchr-ifunc.c: Likewise.
23056 * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
23057 * benchtests/bench-stpcpy-ifunc.c: Likewise.
23058 * benchtests/bench-stpncpy-ifunc.c: Likewise.
23059 * benchtests/bench-strcasecmp-ifunc.c: Likewise.
23060 * benchtests/bench-strcasestr-ifunc.c: Likewise.
23061 * benchtests/bench-strcat-ifunc.c: Likewise.
23062 * benchtests/bench-strchr-ifunc.c: Likewise.
23063 * benchtests/bench-strchrnul-ifunc.c: Likewise.
23064 * benchtests/bench-strcmp-ifunc.c: Likewise.
23065 * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
23066 * benchtests/bench-strcpy-ifunc.c: Likewise.
23067 * benchtests/bench-strcspn-ifunc.c: Likewise.
23068 * benchtests/bench-strlen-ifunc.c: Likewise.
23069 * benchtests/bench-strncasecmp-ifunc.c: Likewise.
23070 * benchtests/bench-strncat-ifunc.c: Likewise.
23071 * benchtests/bench-strncmp-ifunc.c: Likewise.
23072 * benchtests/bench-strncpy-ifunc.c: Likewise.
23073 * benchtests/bench-strnlen-ifunc.c: Likewise.
23074 * benchtests/bench-strpbrk-ifunc.c: Likewise.
23075 * benchtests/bench-strrchr-ifunc.c: Likewise.
23076 * benchtests/bench-strsep-ifunc.c: Likewise.
23077 * benchtests/bench-strspn-ifunc.c: Likewise.
23078 * benchtests/bench-strstr-ifunc.c: Likewise.
23080 2013-11-26 Ondřej Bílka <neleai@seznam.cz>
23082 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
23084 2013-11-26 Ondřej Bílka <neleai@seznam.cz>
23086 * resolv/netdb.h: Use __glibc_reserved instead __unused.
23087 * rt/aio.h: Likewise.
23088 * sysdeps/gnu/bits/utmp.h: Likewise.
23089 * sysdeps/gnu/bits/utmpx.h: Likewise.
23090 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
23091 * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
23092 * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
23093 * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
23094 * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
23095 * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
23096 * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
23097 * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
23098 * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
23099 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
23100 * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
23101 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
23102 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
23103 * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
23104 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23105 * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
23106 * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
23107 * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
23108 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
23109 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
23110 * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
23111 * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
23112 * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
23113 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
23114 * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
23115 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
23116 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
23117 * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
23118 * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
23119 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
23120 * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
23121 * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
23122 * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
23123 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
23124 * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
23125 * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
23126 * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
23127 * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
23128 * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
23129 * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
23130 * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
23131 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
23133 2013-11-25 Carlos O'Donell <carlos@redhat.com>
23136 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
23137 Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
23139 2013-11-25 Joseph Myers <joseph@codesourcery.com>
23141 * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
23142 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
23145 2013-11-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23147 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
23148 SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
23149 * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
23150 (__fesetround): Remove define.
23151 * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
23152 rounding and exceptions handling.
23153 * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
23154 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
23155 (__fe_nomask_env): Likewise.
23156 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
23157 __fegetround instead of fegetround.
23158 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
23159 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
23161 2013-11-21 Roland McGrath <roland@hack.frob.com>
23163 * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
23166 * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
23168 2013-11-21 Meador Inge <meadori@codesourcery.com>
23171 * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
23172 (encrypt_r): Likewise.
23173 * malloc/obstack.h (obstack_free): Likewise.
23174 * posix/unistd.h (encrypt): Likewise.
23176 2013-11-21 Guy Martin <gmsoft@tuxicoman.be>
23178 * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
23179 DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
23180 DL_CALL_DT_FINI() that call the functions directly.
23181 * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
23182 * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
23183 * elf/dl-fini.c: Likewise.
23185 2013-11-20 Ondřej Bílka <neleai@seznam.cz>
23187 * malloc/hooks.c (memalign_check): Add alignment rounding.
23188 * malloc/malloc.c (_mid_memalign): New function.
23189 (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
23190 Implement by calling _mid_memalign.
23191 * manual/probes.texi (Memory Allocation Probes): Remove
23192 memory_valloc_retry and memory_pvalloc_retry.
23194 2013-11-20 Siddhesh Poyarekar <siddhesh@redhat.com>
23196 * locale/programs/locarchive.c (open_archive): Add const
23197 qualifier to ARCHIVEFNAME and copy default fname to
23201 * libio/tst-widetext.input: Rename Oriya to Odia.
23202 * locale/iso-639.def: Likewise.
23204 * manual/probes.texi (Mathematical Function Probes): Add
23205 documentation for sin, cos, asin and acos probes.
23206 * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
23207 (__sin32): Add slowasin probe.
23208 (__cos32): Add slowacos probe.
23209 (__mpsin): Add slowsin probe.
23210 (__mpcos): Add slowcos probe.
23212 2013-11-19 Joseph Myers <joseph@codesourcery.com>
23215 * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
23216 thread-local __sim_exceptions_thread and global
23217 __sim_exceptions_global.
23218 (__sim_disabled_exceptions): Change to thread-local
23219 __sim_disabled_exceptions_thread and global
23220 __sim_disabled_exceptions_global.
23221 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
23222 and global __sim_round_mode_global.
23223 (__simulate_exceptions): Use thread-local floating-point state and
23224 set global state from it as needed.
23225 * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
23226 __sim_exceptions_thread, __sim_disabled_exceptions_thread and
23227 __sim_round_mode_thread.
23228 * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
23229 (__sim_exceptions): Change to thread-local __sim_exceptions_thread
23230 and global __sim_exceptions_global.
23231 (__sim_disabled_exceptions): Change to thread-local
23232 __sim_disabled_exceptions_thread and global
23233 __sim_disabled_exceptions_global.
23234 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
23235 and global __sim_round_mode_global.
23236 [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
23237 (SIM_SET_GLOBAL): Likewise.
23238 * sysdeps/powerpc/soft-fp/sfp-machine.h
23239 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
23240 __sim_round_mode_thread.
23241 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
23242 __sim_disabled_exceptions_thread.
23243 (__sim_exceptions): Change to __sim_exceptions_thread.
23244 (__sim_disabled_exceptions): Change to
23245 __sim_disabled_exceptions_thread.
23246 (__sim_round_mode): Change to __sim_round_mode_thread.
23247 * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
23248 thread-local floating-point state and set global state from it as
23250 * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
23251 * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
23252 (__sim_disabled_exceptions): Remove extern declaration.
23253 (feenableexcept): Use thread-local floating-point state and set
23254 global state from it as needed.
23255 * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
23256 extern declaration.
23257 (__sim_disabled_exceptions): Likewise.
23258 (__sim_round_mode): Likewise.
23259 (__fegetenv): Use thread-local floating-point state.
23260 * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
23261 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
23262 * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
23263 floating-point state and set global state from it as needed.
23264 * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
23265 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
23266 * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
23268 * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
23269 * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
23271 sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
23272 * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
23273 Use __sim_round_mode_thread.
23274 * math/test-fenv-tls.c: New file.
23275 * math/Makefile (tests): Add test-fenv-tls.
23276 ($(objpfx)test-fenv-tls): Depend on
23277 $(common-objpfx)nptl/libpthread.so.
23279 2013-11-19 Andreas Schwab <schwab@suse.de>
23281 * locale/programs/locale.c (show_info): Decode wordarray elements.
23282 * locale/categories.def (LC_MONETARY): Add element for
23283 _NL_MONETARY_CRNCYSTR.
23284 * locale/C-monetary.c (conversion_rate): New variable.
23285 (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
23288 2013-11-18 Chris Metcalf <cmetcalf@tilera.com>
23290 * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
23291 Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
23293 2013-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
23295 * elf/Makefile (tst-auxv): New test.
23296 * elf/tst-auxv.c: New
23297 * elf/rtld.c (dl_main): Adjust AT_EXECFN
23299 2013-11-18 Joseph Myers <joseph@codesourcery.com>
23301 * include/libc-symbols.h (__hidden_proto): Add argument "thread".
23302 (hidden_proto): Caller changed.
23303 (hidden_tls_proto): New macro.
23304 (libc_hidden_tls_proto): Likewise.
23305 (rtld_hidden_tls_proto): Likewise.
23306 (libm_hidden_tls_proto): Likewise.
23307 (libresolv_hidden_tls_proto): Likewise.
23308 (librt_hidden_tls_proto): Likewise.
23309 (libdl_hidden_tls_proto): Likewise.
23310 (libnss_files_hidden_tls_proto): Likewise.
23311 (libnsl_hidden_tls_proto): Likewise.
23312 (libnss_nisplus_hidden_tls_proto): Likewise.
23313 (libutil_hidden_tls_proto): Likewise.
23315 2013-11-18 Ondřej Bílka <neleai@seznam.cz>
23318 * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
23319 (decompose_rpath): Defer expansion to fillin_rpath.
23320 (_dl_init_paths): Pass linkmap to fillin_rpath.
23322 2013-11-18 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
23324 * benchtests/Makefile: Add strsep.
23325 * benchtests/bench-strsep.c: New file: strsep benchtest.
23326 * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
23328 2013-11-18 Andreas Schwab <schwab@suse.de>
23330 * locale/programs/locale.c (show_info) [case byte]: Check for
23331 '\377' instead of '\177'.
23332 * locale/C-monetary.c (not_available): Always use "\377".
23333 * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
23334 unspecified p_sign_posn and n_sign_posn. Check for '\377' to
23335 detect unavailable sign_posn locale elements.
23336 * locale/localeconv.c (__localeconv): For grouping and
23337 mon_grouping handle "\177" and "\377" like no grouping.
23338 (INT_ELEM): New macro. Use it to set all numeric members.
23339 * locale/programs/ld-monetary.c (monetary_read)
23340 <tok_mon_grouping>: Normalize single -1 to the empty string.
23341 * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
23344 2013-11-07 Ondřej Bílka <neleai@seznam.cz>
23347 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
23348 when we match (nil).
23349 * stdio-common/tst-sscanf.c (struct test): Add testcase.
23351 2013-11-16 Joseph Myers <joseph@codesourcery.com>
23353 * math/libm-test.inc (TEST_NAN_SIGN): New macro.
23354 (NO_TEST_INLINE): Update value.
23355 (ERRNO_UNCHANGED): Likewise.
23356 (ERRNO_EDOM): Likewise.
23357 (ERRNO_ERANGE): Likewise.
23358 (IGNORE_RESULT): Likewise.
23359 (check_float_internal): Check signs of NaN results if
23360 TEST_NAN_SIGN used.
23361 (check_complex): Pass TEST_NAN_SIGN flag through to second
23362 check_float_internal call.
23363 (copysign_test_data): Add tests with quiet NaNs as second
23364 argument. Use TEST_NAN_SIGN.
23365 (fabs_test_data): Add test of negative quiet NaN argument. Use
23367 (signbit_test_data): Add tests of quiet NaN argument.
23368 * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
23370 * math/gen-libm-test.pl (show_exceptions): Take extra argument
23372 (parse_args): Handle function results specified as IGNORE.
23373 * math/libm-test.inc (IGNORE_RESULT): New macro.
23374 (check_float_internal): Do not check numerical result if flag
23376 (check_complex): Pass through IGNORE_RESULT to second
23377 check_float_internal call.
23378 (check_int): Do not check numerical result if flag IGNORE_RESULT
23380 (check_long): Likewise.
23381 (check_bool): Likewise.
23382 (check_longlong): Likewise.
23383 (lrint_test_data): Add tests of infinite and NaN arguments.
23384 (lrint_tonearest_test_data): Likewise.
23385 (lrint_towardzero_test_data): Likewise.
23386 (lrint_downward_test_data): Likewise.
23387 (lrint_upward_test_data): Likewise.
23388 (llrint_test_data): Likewise.
23389 (llrint_tonearest_test_data): Likewise.
23390 (llrint_towardzero_test_data): Likewise.
23391 (llrint_downward_test_data): Likewise.
23392 (llrint_upward_test_data): Likewise.
23393 (lround_test_data): Likewise.
23394 (llround_test_data): Likewise.
23396 * math/libm-test.inc (NO_TEST_INLINE): New macro.
23397 (ERRNO_UNCHANGED): Update value.
23398 (ERRNO_EDOM): Likewise.
23399 (ERRNO_ERANGE): Likewise.
23400 (NO_TEST_INLINE_FLOAT): New macro.
23401 (NO_TEST_INLINE_DOUBLE): Likewise.
23402 (enable_test): New function.
23403 (RUN_TEST_f_f): Check enable_test before running test.
23404 (RUN_TEST_2_f): Likewise.
23405 (RUN_TEST_fff_f): Likewise.
23406 (RUN_TEST_c_f): Likewise.
23407 (RUN_TEST_f_f1): Likewise.
23408 (RUN_TEST_fF_f1): Likewise.
23409 (RUN_TEST_fI_f1): Likewise.
23410 (RUN_TEST_ffI_f1): Likewise.
23411 (RUN_TEST_c_c): Likewise.
23412 (RUN_TEST_cc_c): Likewise.
23413 (RUN_TEST_f_i): Likewise.
23414 (RUN_TEST_f_i_tg): Likewise.
23415 (RUN_TEST_ff_i_tg): Likewise.
23416 (RUN_TEST_f_b): Likewise.
23417 (RUN_TEST_f_b_tg): Likewise.
23418 (RUN_TEST_f_l): Likewise.
23419 (RUN_TEST_f_L): Likewise.
23420 (RUN_TEST_fFF_11): Likewise.
23421 (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
23423 (cosh_test_data): Likewise.
23424 (exp_test_data): Likewise.
23425 (expm1_test_data): Likewise.
23426 (hypot_test_data): Likewise.
23427 (pow_test_data): Likewise.
23428 (sinh_test_data): Likewise.
23429 (tanh_test_data): Likewise.
23430 * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
23433 * libm-test.inc (acos_test_data): Disallow inexact exceptions for
23434 tests with quiet NaN input and output.
23435 (acosh_test_data): Likewise.
23436 (asin_test_data): Likewise.
23437 (asinh_test_data): Likewise.
23438 (atan_test_data): Likewise.
23439 (atanh_test_data): Likewise.
23440 (atan2_test_data): Likewise.
23441 (cbrt_test_data): Likewise.
23442 (cos_test_data): Likewise.
23443 (cosh_test_data): Likewise.
23444 (erf_test_data): Likewise.
23445 (erfc_test_data): Likewise.
23446 (exp_test_data): Likewise.
23447 (exp10_test_data): Likewise.
23448 (exp2_test_data): Likewise.
23449 (expm1_test_data): Likewise.
23450 (hypot_test_data): Likewise.
23451 (j0_test_data): Likewise.
23452 (j1_test_data): Likewise.
23453 (jn_test_data): Likewise.
23454 (lgamma_test_data): Likewise.
23455 (log_test_data): Likewise.
23456 (log10_test_data): Likewise.
23457 (log1p_test_data): Likewise.
23458 (log2_test_data): Likewise.
23459 (pow_test_data): Likewise.
23460 (scalb_test_data): Likewise.
23461 (sin_test_data): Likewise.
23462 (sincos_test_data): Likewise.
23463 (sinh_test_data): Likewise.
23464 (tan_test_data): Likewise.
23465 (tanh_test_data): Likewise.
23466 (tgamma_test_data): Likewise.
23467 (y0_test_data): Likewise.
23468 (y1_test_data): Likewise.
23469 (yn_test_data): Likewise.
23472 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
23473 argument being NaN and avoid computations with second argument in
23475 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
23476 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
23477 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
23479 2013-11-15 Arun Kumar Pyasi <arun@chitwanix.com>
23481 * locale/iso-639.def: Add Chitwani Tharu (the).
23483 2013-11-14 Andreas Schwab <schwab@suse.de>
23485 * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
23486 word instead of empty string.
23488 2013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23490 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23491 (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
23492 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23493 (__fe_nomask_env): Likewise.
23495 2013-11-13 Steve Ellcey <sellcey@mips.com>
23497 * benchtests/bench-timing.h: Include time.h.
23499 2013-11-13 H.J. Lu <hongjiu.lu@intel.com>
23502 * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
23504 * sysdeps/unix/sysv/linux/configure: Regenerated.
23506 2013-11-13 Joseph Myers <joseph@codesourcery.com>
23509 * stdlib/strtod_l.c (round_and_return): Do not consider
23510 retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
23511 exponent one less than half the least subnormal exponent.
23512 * stdlib/test-strtod-round-data: Add more tests.
23513 * stdlib/tst-strtod-round.c (tests): Regenerated.
23515 2013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23518 * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
23519 (__fe_mask_env): Likewise.
23520 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
23521 libm_hidden_proto and add function prototype.
23522 (__fe_mask_env): Add function prototype.
23523 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23524 (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
23525 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
23526 (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
23527 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23528 (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
23530 2013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
23532 * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
23533 set reference_name to "" to avoid passing NULL to DSO_FILENAME.
23535 2013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
23537 * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
23538 of htab_find_slot().
23540 2013-11-11 David S. Miller <davem@davemloft.net>
23543 * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
23544 symbol in the non-vis3 case in static builds.
23545 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
23546 * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
23547 * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
23548 * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
23550 2013-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
23553 * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
23556 2013-11-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23558 * benchtests/Makefile: Add bench-strtod.
23559 * benchtests/bench-strtod.c: New file: strtod benchtest
23561 2013-11-11 Andreas Schwab <schwab@suse.de>
23564 * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
23565 terminating NUL in key length.
23567 2013-11-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23569 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
23570 Add artificial ODP entry for vDSO symbol for PPC64.
23571 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
23572 * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
23574 2013-11-07 Ondřej Bílka <neleai@seznam.cz>
23577 * nss/getent.c (services_keys): Recognize services starting with digit.
23579 2013-11-06 David S. Miller <davem@davemloft.net>
23582 * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
23583 on pre-v9 cpus, use a fnegs+fmovs sequence instead.
23585 2013-11-06 Will Newton <will.newton@linaro.org>
23587 * manual/memory.texi (Malloc Examples): Remove register
23588 keyword from examples.
23590 2013-11-04 Chris Leonard <cjl@sugarlabs.org>
23592 * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
23594 2013-11-04 Joseph Myers <joseph@codesourcery.com>
23597 * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
23598 depending on [__GCC_IEC_559 > 0].
23599 [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
23600 depending on [__GCC_IEC_559_COMPLEX > 0].
23602 2013-11-03 Chris Leonard <cjl@sugarlabs.org>
23604 * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
23607 2013-11-03 Ondřej Bílka <neleai@seznam.cz>
23609 * elf/rtld.c: Remove unused NONTLS_INIT_TP.
23611 2013-11-01 Ondřej Bílka <neleai@seznam.cz>
23614 * malloc/malloc (malloc_info): Do not handle first bin as
23617 2013-11-01 Chris Leonard <cjl@sugarlabs.org>
23619 * locale/iso-639.def: Add Central Nahuatl (nhn).
23621 2013-11-01 Bruno Haible <bruno@clisp.org>
23624 * manual/math.texi (BSD Random): Specify range upper bound as
23627 2013-10-31 Chris Leonard <cjl@sugarlabs.org>
23629 * locale/iso-639.def: Add Meadow Mari (mhr).
23631 2013-10-31 Ondřej Bílka <neleai@seznam.cz>
23633 [BZ #14752], [BZ #15763]
23634 * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
23636 * rt/tst_shm.c: Add test for escaping directory.
23638 2013-10-31 Andreas Schwab <schwab@suse.de>
23641 * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
23642 followed by 'x' as part of digit sequence.
23643 * stdio-common/tst-sscanf.c (double_tests2): New tests.
23645 2013-10-31 Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
23648 * configure.ac: allow GNU Make 4.0 and greater.
23649 * configure: Regenerated.
23651 2013-10-30 Will Newton <will.newton@linaro.org>
23654 * malloc/hooks.c (memalign_check): Limit alignment to the
23655 maximum representable power of two.
23656 * malloc/malloc.c (__libc_memalign): Likewise.
23657 * malloc/tst-memalign.c (do_test): Add test for very
23658 large alignment values.
23659 * malloc/tst-posix_memalign.c (do_test): Likewise.
23661 2013-10-30 Ondřej Bílka <neleai@seznam.cz>
23664 * malloc/malloc.c (sysmalloc): Compute statistics atomically.
23665 (munmap_chunk): Likewise.
23666 (mremap_chunk): Likewise.
23668 2013-10-30 Ondřej Bílka <neleai@seznam.cz>
23671 * stdlib/div.c (div): Remove obsolete code.
23672 * stdlib/ldiv.c (ldiv): Likewise.
23673 * stdlib/lldiv.c (lldiv): Likewise.
23675 2013-10-30 Siddhesh Poyarekar <siddhesh@redhat.com>
23678 * nss/nss_files/files-XXX.c (get_contents_ret): New
23680 (get_contents): New function.
23681 (internal_getent): Use it. Expand size of LINEBUFLEN.
23683 2013-10-30 Mike Frysinger <vapier@gentoo.org>
23685 * configure.in: Moved to ...
23686 * configure.ac: ... here. Change reference to configure.in
23688 * sysdeps/arm/preconfigure.ac: ... here.
23689 configure.in to configure.ac.
23690 * sysdeps/gnu/configure.in: Moved to ...
23691 * sysdeps/gnu/configure.ac: ... here.
23692 * sysdeps/i386/configure.in: Moved to ...
23693 * sysdeps/i386/configure.ac: ... here.
23694 * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
23695 * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
23696 * sysdeps/mach/configure.in: Moved to ...
23697 * sysdeps/mach/configure.ac: ... here.
23698 * sysdeps/mach/hurd/configure.in: Moved to ...
23699 * sysdeps/mach/hurd/configure.ac: ... here.
23700 * sysdeps/powerpc/configure.in: Moved to ...
23701 * sysdeps/powerpc/configure.ac: ... here.
23702 * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
23703 * sysdeps/powerpc/powerpc32/configure.ac: ... here.
23704 * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
23705 * sysdeps/powerpc/powerpc64/configure.ac: ... here.
23706 * sysdeps/s390/s390-32/configure.in: Moved to ...
23707 * sysdeps/s390/s390-32/configure.ac: ... here.
23708 * sysdeps/s390/s390-64/configure.in: Moved to ...
23709 * sysdeps/s390/s390-64/configure.ac: ... here.
23710 * sysdeps/sh/configure.in: Moved to ...
23711 * sysdeps/sh/configure.ac: ... here.
23712 * sysdeps/sparc/configure.in: Moved to ...
23713 * sysdeps/sparc/configure.ac: ... here.
23714 * sysdeps/unix/sysv/linux/configure.in: Moved to ...
23715 * sysdeps/unix/sysv/linux/configure.ac: ... here.
23716 * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
23717 * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
23718 * sysdeps/x86_64/configure.in: Moved to ...
23719 * sysdeps/x86_64/configure.ac: ... here.
23720 * sysdeps/x86_64/preconfigure.in: Moved to ...
23721 * sysdeps/x86_64/preconfigure.ac: ... here.
23722 * aclocal.m4: Change reference to configure.in to configure.ac.
23723 * config.h.in: Likewise.
23724 * manual/install.texi: Likewise.
23725 * manual/maint.texi: Likewise.
23726 * Makefile: Likewise.
23727 * malloc/Makefile: Likewise.
23728 * nscd/Makefile: Likewise.
23729 * Makeconfig: Change reference to configure.in and
23730 preconfigure.in to configure.ac and preconfigure.ac
23732 * INSTALL: Regenerated.
23733 * configure: Likewise.
23734 * sysdeps/gnu/configure: Likewise.
23735 * sysdeps/i386/configure: Likewise.
23736 * sysdeps/ieee754/ldbl-opt/configure: Likewise.
23737 * sysdeps/mach/configure: Likewise.
23738 * sysdeps/mach/hurd/configure: Likewise.
23739 * sysdeps/powerpc/configure: Likewise.
23740 * sysdeps/powerpc/powerpc32/configure: Likewise.
23741 * sysdeps/powerpc/powerpc64/configure: Likewise.
23742 * sysdeps/s390/s390-32/configure: Likewise.
23743 * sysdeps/s390/s390-64/configure: Likewise.
23744 * sysdeps/sh/configure: Likewise.
23745 * sysdeps/sparc/configure: Likewise.
23746 * sysdeps/unix/sysv/linux/configure: Likewise.
23747 * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
23748 * sysdeps/x86_64/configure: Likewise.
23749 * sysdeps/x86_64/preconfigure: Likewise.
23751 2013-10-29 Andreas Schwab <schwab@suse.de>
23753 * stdio-common/Makefile (tst-swscanf-ENV): Define.
23755 2013-10-28 Siddhesh Poyarekar <siddhesh@redhat.com>
23757 * benchtests/pow-inputs: Add new inputs.
23759 * benchtests/exp-inputs: Add new inputs.
23761 * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
23762 conditional check for return value.
23763 (__cos32): Likewise.
23765 2013-10-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23767 * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
23768 to provide a boost for large inputs with word alignment.
23769 * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
23770 implementation based on optimized PPC64 strcpy.
23771 * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
23772 strcpy for PPC64/POWER7 based on both doubleword and word load/store.
23773 * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
23774 stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
23776 2013-10-25 Ondřej Bílka <neleai@seznam.cz>
23779 * manual/socket.texi (Host Names): Fix gethostbyname_r example.
23781 2013-10-25 Ondřej Bílka <neleai@seznam.cz>
23784 * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
23785 * time/tst-strptime.c (day_tests): Add testcase.
23787 2013-10-25 Ondřej Bílka <neleai@seznam.cz>
23790 * manual/pattern.texi: Acknowledge that fnmatch can fail.
23792 2013-10-25 Fabrice Bauzac <fbauzac@debian71.nce.amadeus.net>
23795 * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
23796 MAP_FAILED on error.
23798 2013-10-25 Siddhesh Poyarekar <siddhesh@redhat.com>
23801 * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
23802 heap for large requests.
23804 2013-10-25 Aurelien Jarno <aurelien@aurel32.net>
23807 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
23808 result if the result has no associated interface.
23809 * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
23810 interface for all 127.X.Y.Z addresses.
23812 2013-10-24 Chris Leonard <cjl@sugarlabs.org>
23814 * locale/iso-639.def: Add Ligurian (lij)
23816 2013-10-21 Ondřej Bílka <neleai@seznam.cz>
23819 * sunrpc/rpc_main.c: Document rpcgen -5.
23821 2013-10-19 Michael Stahl <mstahl@redhat.com>
23823 * elf/rtld.c (do_preload): Print the reason why preloading failed.
23825 2013-10-19 Ondřej Bílka <neleai@seznam.cz>
23828 * posix/glob.c: Match only directories when trailing slash is present.
23829 * posix/tst-gnuglob.c (my_opendir): Do not open files.
23830 (main): Add testcase.
23832 2013-10-19 Ondřej Bílka <neleai@seznam.cz>
23835 * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
23837 2013-10-18 Carlos O'Donell <carlos@redhat.com>
23839 * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
23840 AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
23841 AUTH_DES and cindex for FIPS 140-2.
23842 (DES Encryption): Add cindex FIPS 46-3.
23844 * locale/locarchive.h (struct locarhandle): Add fname.
23845 * locale/programs/localedef.c (main): Pass ARGV[remaining]
23846 if an optional argument was specified to --list-archive,
23848 * locale/programs/locarchive.c (show_archive_content): Take new
23849 argument fname and pass it via ah.fname to open_archive.
23850 * locale/programs/localedef.h: Update decl.
23851 (open_archive): If AH->fname is non-null, open that file
23852 rather than the default file name, and don't ignore ENOENT.
23853 (create_archive): Set AH.fname to NULL.
23854 (delete_locales_from_archive): Likewise.
23855 (add_locales_to_archive): Likewise.
23856 * locale/programs/locfile.c (write_all_categories): Likewise.
23858 2013-10-18 Joseph Myers <joseph@codesourcery.com>
23859 Aldy Hernandez <aldyh@redhat.com>
23861 * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
23862 * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
23863 * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
23864 * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
23865 * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
23866 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
23867 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
23868 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
23869 * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
23870 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
23871 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
23872 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
23873 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
23874 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
23875 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
23877 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
23879 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
23881 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
23883 * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
23884 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
23886 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
23887 * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
23888 * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
23889 * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
23891 * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
23892 * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
23893 * sysdeps/powerpc/preconfigure: Likewise.
23894 * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
23896 * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
23897 Replace contents of file by #include of <fenv_libc.h>.
23898 * sysdeps/powerpc/soft-fp/sfp-machine.h
23899 [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
23901 [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
23902 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
23903 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
23904 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
23905 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
23906 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
23907 [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
23908 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
23909 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
23910 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
23911 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
23912 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
23913 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
23914 Allow copysignl PLT reference to be missing.
23916 2013-10-18 Richard Sandiford <richard@codesourcery.com>
23917 Joseph Myers <joseph@codesourcery.com
23920 * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
23922 (add_to_tablewc): Assert sequence of wide characters is nonempty.
23924 2013-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
23926 * elf/tst-tls-dlinfo.c: Don't include tls.h.
23927 * elf/tst-tls1.c: Likewise.
23928 * elf/tst-tls10.h: Likewise.
23929 * elf/tst-tls14.c: Likewise.
23930 * elf/tst-tls2.c: Likewise.
23931 * elf/tst-tls3.c: Likewise.
23932 * elf/tst-tls4.c: Likewise.
23933 * elf/tst-tls5.c: Likewise.
23934 * elf/tst-tls6.c: Likewise.
23935 * elf/tst-tls7.c: Likewise.
23936 * elf/tst-tls8.c: Likewise.
23937 * elf/tst-tls9.c: Likewise.
23938 * elf/tst-tlsmod1.c: Likewise.
23939 * elf/tst-tlsmod13.c: Likewise.
23940 * elf/tst-tlsmod13a.c: Likewise.
23941 * elf/tst-tlsmod14a.c: Likewise.
23942 * elf/tst-tlsmod16a.c: Likewise.
23943 * elf/tst-tlsmod16b.c: Likewise.
23944 * elf/tst-tlsmod2.c: Likewise.
23945 * elf/tst-tlsmod3.c: Likewise.
23946 * elf/tst-tlsmod4.c: Likewise.
23947 * elf/tst-tlsmod5.c: Likewise.
23948 * elf/tst-tlsmod6.c: Likewise.
23950 2013-10-18 Ondřej Bílka <neleai@seznam.cz>
23953 * malloc/malloc.c: remove checks for statistics.
23955 2013-10-17 Ondřej Bílka <neleai@seznam.cz>
23958 * inet/inet_net.c (inet_network): Detect additional invalid strings.
23959 * inet/tst-network.c: Add testcase.
23961 2013-10-17 Andreas Schwab <schwab@suse.de>
23964 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
23965 to determine canonical name.
23967 2013-10-17 Ondřej Bílka <neleai@seznam.cz>
23969 * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
23970 * sysdeps/ieee754/dbl-64/dla.h: Likewise.
23971 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
23972 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
23973 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
23974 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
23975 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
23976 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
23977 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
23978 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
23979 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
23980 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
23981 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
23982 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
23983 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
23984 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
23985 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
23986 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
23987 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
23988 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
23989 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
23990 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
23991 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23992 * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
23993 * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
23994 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
23995 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
23996 * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
23997 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
23998 * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
23999 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
24000 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
24001 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
24002 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
24003 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
24004 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
24005 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
24006 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
24007 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
24008 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
24009 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
24010 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
24011 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
24012 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
24013 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
24014 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
24015 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
24016 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
24017 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
24018 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
24019 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
24020 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
24021 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
24022 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
24023 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
24024 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
24025 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
24026 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
24028 2013-10-17 Joseph Myers <joseph@codesourcery.com>
24031 * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
24032 make result into a quiet NaN.
24034 2013-10-16 Joseph Myers <joseph@codesourcery.com>
24036 * soft-fp/adddf3.c: Fix horizontal whitespace.
24037 * soft-fp/addsf3.c: Likewise.
24038 * soft-fp/addtf3.c: Likewise.
24039 * soft-fp/divdf3.c: Likewise.
24040 * soft-fp/divsf3.c: Likewise.
24041 * soft-fp/divtf3.c: Likewise.
24042 * soft-fp/double.h: Likewise.
24043 * soft-fp/eqdf2.c: Likewise.
24044 * soft-fp/eqsf2.c: Likewise.
24045 * soft-fp/eqtf2.c: Likewise.
24046 * soft-fp/extenddftf2.c: Likewise.
24047 * soft-fp/extended.h: Likewise.
24048 * soft-fp/extendsfdf2.c: Likewise.
24049 * soft-fp/extendsftf2.c: Likewise.
24050 * soft-fp/extendxftf2.c: Likewise.
24051 * soft-fp/fixdfdi.c: Likewise.
24052 * soft-fp/fixdfsi.c: Likewise.
24053 * soft-fp/fixdfti.c: Likewise.
24054 * soft-fp/fixsfdi.c: Likewise.
24055 * soft-fp/fixsfsi.c: Likewise.
24056 * soft-fp/fixsfti.c: Likewise.
24057 * soft-fp/fixtfdi.c: Likewise.
24058 * soft-fp/fixtfsi.c: Likewise.
24059 * soft-fp/fixtfti.c: Likewise.
24060 * soft-fp/fixunsdfdi.c: Likewise.
24061 * soft-fp/fixunsdfsi.c: Likewise.
24062 * soft-fp/fixunsdfti.c: Likewise.
24063 * soft-fp/fixunssfdi.c: Likewise.
24064 * soft-fp/fixunssfsi.c: Likewise.
24065 * soft-fp/fixunssfti.c: Likewise.
24066 * soft-fp/fixunstfdi.c: Likewise.
24067 * soft-fp/fixunstfsi.c: Likewise.
24068 * soft-fp/fixunstfti.c: Likewise.
24069 * soft-fp/floatdidf.c: Likewise.
24070 * soft-fp/floatdisf.c: Likewise.
24071 * soft-fp/floatditf.c: Likewise.
24072 * soft-fp/floatsidf.c: Likewise.
24073 * soft-fp/floatsisf.c: Likewise.
24074 * soft-fp/floatsitf.c: Likewise.
24075 * soft-fp/floattidf.c: Likewise.
24076 * soft-fp/floattisf.c: Likewise.
24077 * soft-fp/floattitf.c: Likewise.
24078 * soft-fp/floatundidf.c: Likewise.
24079 * soft-fp/floatundisf.c: Likewise.
24080 * soft-fp/floatunditf.c: Likewise.
24081 * soft-fp/floatunsidf.c: Likewise.
24082 * soft-fp/floatunsisf.c: Likewise.
24083 * soft-fp/floatunsitf.c: Likewise.
24084 * soft-fp/floatuntidf.c: Likewise.
24085 * soft-fp/floatuntisf.c: Likewise.
24086 * soft-fp/floatuntitf.c: Likewise.
24087 * soft-fp/fmadf4.c: Likewise.
24088 * soft-fp/fmasf4.c: Likewise.
24089 * soft-fp/fmatf4.c: Likewise.
24090 * soft-fp/gedf2.c: Likewise.
24091 * soft-fp/gesf2.c: Likewise.
24092 * soft-fp/getf2.c: Likewise.
24093 * soft-fp/ledf2.c: Likewise.
24094 * soft-fp/lesf2.c: Likewise.
24095 * soft-fp/letf2.c: Likewise.
24096 * soft-fp/muldf3.c: Likewise.
24097 * soft-fp/mulsf3.c: Likewise.
24098 * soft-fp/multf3.c: Likewise.
24099 * soft-fp/negdf2.c: Likewise.
24100 * soft-fp/negsf2.c: Likewise.
24101 * soft-fp/negtf2.c: Likewise.
24102 * soft-fp/op-1.h: Likewise.
24103 * soft-fp/op-2.h: Likewise.
24104 * soft-fp/op-4.h: Likewise.
24105 * soft-fp/op-8.h: Likewise.
24106 * soft-fp/op-common.h: Likewise.
24107 * soft-fp/quad.h: Likewise.
24108 * soft-fp/single.h: Likewise.
24109 * soft-fp/soft-fp.h: Likewise.
24110 * soft-fp/sqrtdf2.c: Likewise.
24111 * soft-fp/sqrtsf2.c: Likewise.
24112 * soft-fp/sqrttf2.c: Likewise.
24113 * soft-fp/subdf3.c: Likewise.
24114 * soft-fp/subsf3.c: Likewise.
24115 * soft-fp/subtf3.c: Likewise.
24116 * soft-fp/truncdfsf2.c: Likewise.
24117 * soft-fp/trunctfdf2.c: Likewise.
24118 * soft-fp/trunctfsf2.c: Likewise.
24119 * soft-fp/trunctfxf2.c: Likewise.
24120 * soft-fp/unorddf2.c: Likewise.
24121 * soft-fp/unordsf2.c: Likewise.
24122 * soft-fp/unordtf2.c: Likewise.
24124 2013-10-15 Joseph Myers <joseph@codesourcery.com>
24126 * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
24127 * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
24129 2013-10-15 Ondřej Bílka <neleai@seznam.cz>
24131 * elf/dl-libc.c: Clear initfini list after freeing.
24133 2013-10-14 Joseph Myers <joseph@codesourcery.com>
24135 * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
24136 * soft-fp/addsf3.c: Likewise.
24137 * soft-fp/addtf3.c: Likewise.
24138 * soft-fp/divdf3.c: Likewise.
24139 * soft-fp/divsf3.c: Likewise.
24140 * soft-fp/divtf3.c: Likewise.
24141 * soft-fp/double.h: Likewise.
24142 * soft-fp/eqdf2.c: Likewise.
24143 * soft-fp/eqsf2.c: Likewise.
24144 * soft-fp/eqtf2.c: Likewise.
24145 * soft-fp/extenddftf2.c: Likewise.
24146 * soft-fp/extended.h: Likewise.
24147 * soft-fp/extendsfdf2.c: Likewise.
24148 * soft-fp/extendsftf2.c: Likewise.
24149 * soft-fp/extendxftf2.c: Likewise.
24150 * soft-fp/fixdfdi.c: Likewise.
24151 * soft-fp/fixdfsi.c: Likewise.
24152 * soft-fp/fixdfti.c: Likewise.
24153 * soft-fp/fixsfdi.c: Likewise.
24154 * soft-fp/fixsfsi.c: Likewise.
24155 * soft-fp/fixsfti.c: Likewise.
24156 * soft-fp/fixtfdi.c: Likewise.
24157 * soft-fp/fixtfsi.c: Likewise.
24158 * soft-fp/fixtfti.c: Likewise.
24159 * soft-fp/fixunsdfdi.c: Likewise.
24160 * soft-fp/fixunsdfsi.c: Likewise.
24161 * soft-fp/fixunsdfti.c: Likewise.
24162 * soft-fp/fixunssfdi.c: Likewise.
24163 * soft-fp/fixunssfsi.c: Likewise.
24164 * soft-fp/fixunssfti.c: Likewise.
24165 * soft-fp/fixunstfdi.c: Likewise.
24166 * soft-fp/fixunstfsi.c: Likewise.
24167 * soft-fp/fixunstfti.c: Likewise.
24168 * soft-fp/floatdidf.c: Likewise.
24169 * soft-fp/floatdisf.c: Likewise.
24170 * soft-fp/floatditf.c: Likewise.
24171 * soft-fp/floatsidf.c: Likewise.
24172 * soft-fp/floatsisf.c: Likewise.
24173 * soft-fp/floatsitf.c: Likewise.
24174 * soft-fp/floattidf.c: Likewise.
24175 * soft-fp/floattisf.c: Likewise.
24176 * soft-fp/floattitf.c: Likewise.
24177 * soft-fp/floatundidf.c: Likewise.
24178 * soft-fp/floatundisf.c: Likewise.
24179 * soft-fp/floatunsidf.c: Likewise.
24180 * soft-fp/floatunsisf.c: Likewise.
24181 * soft-fp/floatuntidf.c: Likewise.
24182 * soft-fp/floatuntisf.c: Likewise.
24183 * soft-fp/floatuntitf.c: Likewise.
24184 * soft-fp/fmadf4.c: Likewise.
24185 * soft-fp/fmasf4.c: Likewise.
24186 * soft-fp/fmatf4.c: Likewise.
24187 * soft-fp/gedf2.c: Likewise.
24188 * soft-fp/gesf2.c: Likewise.
24189 * soft-fp/getf2.c: Likewise.
24190 * soft-fp/ledf2.c: Likewise.
24191 * soft-fp/lesf2.c: Likewise.
24192 * soft-fp/letf2.c: Likewise.
24193 * soft-fp/muldf3.c: Likewise.
24194 * soft-fp/mulsf3.c: Likewise.
24195 * soft-fp/multf3.c: Likewise.
24196 * soft-fp/negdf2.c: Likewise.
24197 * soft-fp/negsf2.c: Likewise.
24198 * soft-fp/negtf2.c: Likewise.
24199 * soft-fp/op-1.h: Likewise.
24200 * soft-fp/op-2.h: Likewise.
24201 * soft-fp/op-4.h: Likewise.
24202 * soft-fp/op-8.h: Likewise.
24203 * soft-fp/op-common.h: Likewise.
24204 * soft-fp/quad.h: Likewise.
24205 * soft-fp/single.h: Likewise.
24206 * soft-fp/soft-fp.h: Likewise.
24207 * soft-fp/sqrtdf2.c: Likewise.
24208 * soft-fp/sqrtsf2.c: Likewise.
24209 * soft-fp/sqrttf2.c: Likewise.
24210 * soft-fp/subdf3.c: Likewise.
24211 * soft-fp/subsf3.c: Likewise.
24212 * soft-fp/subtf3.c: Likewise.
24213 * soft-fp/truncdfsf2.c: Likewise.
24214 * soft-fp/trunctfdf2.c: Likewise.
24215 * soft-fp/trunctfsf2.c: Likewise.
24216 * soft-fp/trunctfxf2.c: Likewise.
24217 * soft-fp/unorddf2.c: Likewise.
24218 * soft-fp/unordsf2.c: Likewise.
24219 * soft-fp/unordtf2.c: Likewise.
24221 2013-10-14 Ondřej Bílka <neleai@seznam.cz>
24224 * misc/error.c (error_tail): Fix possible buffer overflow.
24226 2013-10-14 Aurelien Jarno <aurelien@aurel32.net>
24229 * res_send.c(__libc_res_nsend): Correctly copy the nameserver
24232 2013-10-14 P. J. McDermott <pj@pehjota.net>
24235 * elf/ldd.bash.in (try_trace): New function. Delete previous code
24236 testing pipefail option.
24238 2013-10-12 Joseph Myers <joseph@codesourcery.com>
24240 * soft-fp/double.h: Indent preprocessor directives inside #if.
24241 * soft-fp/extended.h: Likewise.
24242 * soft-fp/op-2.h: Likewise.
24243 * soft-fp/op-4.h: Likewise.
24244 * soft-fp/op-common.h: Likewise.
24245 * soft-fp/quad.h: Likewise.
24246 * soft-fp/single.h: Likewise.
24247 * soft-fp/soft-fp.h: Likewise.
24249 2013-10-12 Yuri Chornoivan <yurchor@ukr.net>
24251 * iconv/iconv_prog.c: Fix typos.
24252 * stdio-common/psiginfo-data.h: Likewise.
24254 2013-10-12 Reuben Thomas <rrt@sc3d.org>
24257 * locale/setlocale.c: Fix typo.
24259 2013-10-12 Joseph Myers <joseph@codesourcery.com>
24262 * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
24263 signaling NaN arguments.
24264 * soft-fp/unordsf2.c (__unordsf2): Likewise.
24265 * soft-fp/unordtf2.c (__unordtf2): Likewise.
24268 * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
24269 unordered operands.
24270 * soft-fp/gesf2.c (__gesf2): Likewise.
24271 * soft-fp/getf2.c (__getf2): Likewise.
24272 * soft-fp/ledf2.c (__ledf2): Likewise.
24273 * soft-fp/lesf2.c (__lesf2): Likewise.
24274 * soft-fp/letf2.c (__letf2): Likewise.
24276 * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
24277 * soft-fp/eqsf2.c (__eqsf2): Likewise.
24278 * soft-fp/eqtf2.c (__eqtf2): Likewise.
24279 * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
24280 * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
24281 * soft-fp/fixdfti.c (__fixdfti): Likewise.
24282 * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
24283 * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
24284 * soft-fp/fixsfti.c (__fixsfti): Likewise.
24285 * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
24286 * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
24287 * soft-fp/fixtfti.c (__fixtfti): Likewise.
24288 * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
24289 * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
24290 * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
24291 * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
24292 * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
24293 * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
24294 * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
24295 * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
24296 * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
24297 * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
24298 * soft-fp/floatdisf.c (__floatdisf): Likewise.
24299 * soft-fp/floatsisf.c (__floatsisf): Likewise.
24300 * soft-fp/floattidf.c (__floattidf): Likewise.
24301 * soft-fp/floattisf.c (__floattisf): Likewise.
24302 * soft-fp/floattitf.c (__floattitf): Likewise.
24303 * soft-fp/floatundidf.c (__floatundidf): Likewise.
24304 * soft-fp/floatundisf.c (__floatundisf): Likewise.
24305 * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
24306 * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
24307 * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
24308 * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
24309 * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
24310 * soft-fp/gesf2.c (__gesf2): Likewise.
24311 * soft-fp/getf2.c (__getf2): Likewise.
24312 * soft-fp/ledf2.c (__ledf2): Likewise.
24313 * soft-fp/lesf2.c (__lesf2): Likewise.
24314 * soft-fp/letf2.c (__letf2): Likewise.
24316 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
24317 Undefine and redefine.
24318 [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
24319 [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
24320 [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
24321 * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
24322 (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24323 * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
24324 (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24325 * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
24326 (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24327 * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
24328 (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24329 * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
24330 (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24331 * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
24332 (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24335 * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
24336 without decrementing exponent if mantissa >= that for the
24337 denominator, not >.
24338 (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
24339 denominator, not >. Decrement exponent in < case instead of
24340 incrementing in >= case.
24341 * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
24342 without decrementing exponent if mantissa >= that for the
24343 denominator, not >.
24345 * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
24346 computing saturated result for unsigned overflow.
24348 2013-10-11 Siddhesh Poyarekar <siddhesh@redhat.com>
24349 Jeff Law <law@redhat.com>
24351 * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
24352 (atan2Mp): Add systemtap probe marker.
24353 * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
24354 (__ieee754_log): Add systemtap probe marker.
24355 * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
24356 (atanMp): Add systemtap probe marker.
24357 * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
24358 (tanMp): Add systemtap probe marker.
24359 * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
24360 (__slowexp): Add systemtap probe marker.
24361 * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
24362 (__slowpow): Add systemtap probe marker.
24363 * manual/probes.texi: Document probes.
24365 2013-10-11 Eric Biggers <ebiggers3@gmail.com>
24368 * libio/fileops.c (_IO_new_file_write): Return count of bytes
24370 (_IO_new_file_xsputn): Don't return EOF if nothing has been
24372 * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
24373 written to buffer but not flushed.
24374 * libio/iofwrite_u.c: Likewise.
24375 * libio/iopadn.c: Return bytes returned even if EOF was
24377 * libio/iowpadn.c: Likewise.
24378 * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
24379 if _IO_padn does not write the whole buffer.
24380 [!COMPILE_WPRINTF] (PAD): Likewise.
24382 2013-10-10 David S. Miller <davem@davemloft.net>
24384 * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
24387 2013-10-10 Joseph Myers <joseph@codesourcery.com>
24389 * soft-fp/extendxftf2.c: Use copyright year range. Use URL
24390 instead of FSF address.
24391 * soft-fp/fixdfti.c: Likewise.
24392 * soft-fp/fixsfti.c: Likewise.
24393 * soft-fp/fixtfti.c: Likewise.
24394 * soft-fp/fixunsdfti.c: Likewise.
24395 * soft-fp/fixunssfti.c: Likewise.
24396 * soft-fp/fixunstfti.c: Likewise.
24397 * soft-fp/floattidf.c: Likewise.
24398 * soft-fp/floattisf.c: Likewise.
24399 * soft-fp/floattitf.c: Likewise.
24400 * soft-fp/floatuntidf.c: Likewise.
24401 * soft-fp/floatuntisf.c: Likewise.
24402 * soft-fp/floatuntitf.c: Likewise.
24403 * soft-fp/trunctfxf2.c: Likewise.
24405 * soft-fp/extendxftf2.c: New file. Copied from libgcc.
24406 * soft-fp/fixdfti.c: Likewise.
24407 * soft-fp/fixsfti.c: Likewise.
24408 * soft-fp/fixtfti.c: Likewise.
24409 * soft-fp/fixunsdfti.c: Likewise.
24410 * soft-fp/fixunssfti.c: Likewise.
24411 * soft-fp/fixunstfti.c: Likewise.
24412 * soft-fp/floattidf.c: Likewise.
24413 * soft-fp/floattisf.c: Likewise.
24414 * soft-fp/floattitf.c: Likewise.
24415 * soft-fp/floatuntidf.c: Likewise.
24416 * soft-fp/floatuntisf.c: Likewise.
24417 * soft-fp/floatuntitf.c: Likewise.
24418 * soft-fp/trunctfxf2.c: Likewise.
24420 2013-10-10 David S. Miller <davem@davemloft.net>
24422 * sysdeps/sparc/fpu/libm-test-ulps: Update.
24424 2013-10-10 Joseph Myers <joseph@codsourcery.com>
24426 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
24427 (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
24428 [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
24429 [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
24430 [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
24431 [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
24432 [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
24434 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
24435 for NaNs before doing comparisons on argument.
24436 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
24439 2013-10-10 Will Newton <will.newton@linaro.org>
24441 * malloc/hooks.c (memalign_check): Ensure the value of bytes
24442 passed to _int_memalign does not overflow.
24444 2013-10-10 Torvald Riegel <triegel@redhat.com>
24446 * scripts/bench.pl: Add include-sources directive.
24447 * benchtests/README: Update documentation.
24449 2013-10-10 Joseph Myers <joseph@codesourcery.com>
24451 * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
24452 * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
24453 instead of FP_INIT_ROUNDMODE.
24454 * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
24455 * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
24458 * soft-fp/op-common.h (_FP_NEG): Document input as raw. Do not
24459 copy class of input value.
24460 * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing. Do
24461 not handle exceptions.
24462 * soft-fp/negsf2.c (__negsf2): Likewise.
24463 * soft-fp/negtf2.c (__negtf2): Likewise.
24464 * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
24466 2013-10-09 Joseph Myers <joseph@codesourcery.com>
24468 * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
24469 semicolon. From Linux kernel.
24471 2013-10-09 Adam Buchbinder <adam.buchbinder@gmail.com>
24473 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
24475 2013-10-08 Yogesh Chaudhari <mr.yogesh@gmail.com>
24478 * manual/socket.texi: Added statement about buffer
24479 for gethostbyname2_r.
24481 2013-10-08 Ondřej Bílka <neleai@seznam.cz>
24483 * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
24484 Use .p2align directive instead, throughout.
24485 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
24486 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
24487 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
24488 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
24489 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
24490 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
24491 * sysdeps/x86_64/strchr.S: Likewise.
24492 * sysdeps/x86_64/strrchr.S: Likewise.
24494 2013-10-08 Siddhesh Poyarekar <siddhesh@redhat.com>
24496 * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
24498 * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
24500 * sysdeps/generic/math_private.h (__mpsin1): Remove
24502 (__mpcos1): Likewise.
24503 (__mpsin): New argument __range_reduce.
24504 (__mpcos): Likewise.
24505 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
24506 (slow): Use __mpsin and __mpcos.
24510 (sloww1): Likewise.
24511 (sloww2): Likewise.
24512 (bsloww): Likewise.
24513 (bsloww1): Likewise.
24514 (bsloww2): Likewise.
24515 (cslow2): Likewise.
24516 (csloww): Likewise.
24517 (csloww1): Likewise.
24518 (csloww2): Likewise.
24519 * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
24520 range_reduce. Merge in __mpsin1.
24521 (__mpcos): Likewise.
24522 (__mpsin1): Remove.
24523 (__mpcos1): Likewise.
24525 2013-10-07 Joseph Myers <joseph@codesourcery.com>
24527 * locale/loadlocale.c (_nl_intern_locale_data): Use
24529 * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
24530 LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
24531 * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
24532 obstack data is appropriately aligned.
24533 (obstack_int32_grow_fast): Likewise.
24534 * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
24535 * locale/programs/locfile.c (add_locale_uint32): Likewise.
24536 (add_locale_uint32_array): Likewise.
24538 2013-10-07 Siddhesh Poyarekar <siddhesh@redhat.com>
24540 * benchtests/Makefile: Remove ARGLIST and RET variables.
24541 ($(objpfx)bench-%.c): Pass only function name to the script.
24542 * benchtests/README: Update documentation.
24543 * benchtests/acos-inputs: Add new directives.
24544 * benchtests/acosh-inputs: Likewise.
24545 * benchtests/asin-inputs: Likewise.
24546 * benchtests/asinh-inputs: Likewise.
24547 * benchtests/atan-inputs: Likewise.
24548 * benchtests/atanh-inputs: Likewise.
24549 * benchtests/cos-inputs: Likewise.
24550 * benchtests/cosh-inputs: Likewise.
24551 * benchtests/exp-inputs: Likewise.
24552 * benchtests/log-inputs: Likewise.
24553 * benchtests/pow-inputs: Likewise.
24554 * benchtests/rint-inputs: Likewise.
24555 * benchtests/sin-inputs: Likewise.
24556 * benchtests/sinh-inputs: Likewise.
24557 * benchtests/tan-inputs: Likewise.
24558 * benchtests/tanh-inputs: Likewise.
24559 * scripts/bench.pl: Add support for new directives.
24561 2013-10-07 Alan Modra <amodra@gmail.com>
24563 * README: Fix careless merge.
24565 2013-10-05 Alan Modra <amodra@gmail.com>
24567 * NEWS: Mention powerpc64le support and bugs fixed.
24568 * README: Both big-endian and little-endian powerpc64 supported.
24570 2013-10-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
24572 * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
24573 (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
24574 (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
24575 _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
24577 2013-10-04 Ryan S. Arnold <ryan.arnold@linaro.org>
24579 * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
24582 2013-10-04 Joseph Myers <joseph@codesourcery.com>
24584 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
24585 Move -mhard-float appending from
24586 ports/sysdeps/powerpc/powerpc32/Makefile.
24587 [$(with-fp) = yes] (ASFLAGS): Likewise.
24588 [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
24589 * sysdeps/powerpc/nofpu: Move directory from
24590 ports/sysdeps/powerpc/nofpu.
24591 * sysdeps/powerpc/soft-fp: Move directory from
24592 ports/sysdeps/powerpc/soft-fp.
24593 * sysdeps/powerpc/powerpc32/405: Move directory from
24594 ports/sysdeps/powerpc/powerpc32/405.
24595 * sysdeps/powerpc/powerpc32/440: Move directory from
24596 ports/sysdeps/powerpc/powerpc32/440.
24597 * sysdeps/powerpc/powerpc32/464: Move directory from
24598 ports/sysdeps/powerpc/powerpc32/464.
24599 * sysdeps/powerpc/powerpc32/476: Move directory from
24600 ports/sysdeps/powerpc/powerpc32/476.
24601 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
24602 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
24603 * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
24604 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
24605 * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
24606 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
24607 * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
24608 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
24609 * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
24610 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
24611 * README: Update for powerpc-*-linux-gnu software floating point
24614 * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
24615 case to powerpc/powerpc32*.
24616 * sysdeps/unix/sysv/linux/configure: Regenerated.
24618 * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
24619 (_FPU_MASK_OM): Define as 0x04.
24620 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
24621 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
24623 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
24625 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
24627 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
24628 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24630 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
24631 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24633 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
24634 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
24635 and setcontext_e500.
24637 2013-10-04 Chris Leonard <cjl@sugarlabs,.org>
24639 * locale/iso-3166.def: Update iso-1366.def and related occurrences
24641 2013-10-04 Siddhesh Poyarekar <siddhesh@redhat.com>
24643 * manual/threads.texi (Default Thread Attributes): Fix typo.
24645 2013-10-04 Will Newton <will.newton@linaro.org>
24647 * malloc/Makefile: Add tst-memalign.
24648 * malloc/tst-memalign.c: New file.
24650 * malloc/tst-posix_memalign.c: Add comments.
24651 (do_test): Add comments and call free on all potentially
24652 allocated pointers. Add space after cast.
24654 * malloc/tst-pvalloc.c: Add comments.
24655 (do_test): Add comments and call free on all potentially
24656 allocated pointers. Remove duplicate check for NULL pointer.
24657 Add space after cast.
24659 * malloc/tst-valloc.c: Add comments.
24660 (do_test): Add comments and call free on all potentially
24661 allocated pointers. Remove duplicate check for NULL pointer.
24662 Add space after cast.
24664 2013-10-04 Alan Modra <amodra@gmail.com>
24666 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24667 Use stdint types in rather than __attribute__((mode())).
24668 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24670 2013-10-04 Alan Modra <amodra@gmail.com>
24672 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24673 Correct handling of unaligned relocs for little-endian.
24674 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24676 2013-10-04 Alan Modra <amodra@gmail.com>
24678 * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
24679 * configure: Regenerate.
24680 * nptl/shlib-versions: Powerpc*le starts at 2.18.
24681 * shlib-versions: Likewise.
24683 2013-10-04 Alan Modra <amodra@gmail.com>
24685 * string/tester.c (test_memrchr): Increment reported test cycle.
24687 2013-10-04 Alan Modra <amodra@gmail.com>
24689 * string/test-memcpy.c (do_one_test): When reporting errors, print
24690 string address and don't overrun end of string.
24692 2013-10-04 Alan Modra <amodra@gmail.com>
24694 * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
24695 insrdi. Make better use of reg selection to speed exit slightly.
24696 Schedule entry path a little better. Remove useless "are we done"
24697 checks on entry to main loop. Handle wrapping around zero address.
24698 Correct main loop count. Handle single left-over word from main
24699 loop inline rather than by using loop_small. Remove extra word
24700 case in loop_small caused by wrong loop count. Add little-endian
24702 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
24703 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise. Use proper
24705 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
24706 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
24707 support. Avoid rlwimi.
24708 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
24710 2013-10-04 Alan Modra <amodra@gmail.com>
24712 * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
24713 insrdi. Formatting.
24714 * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
24715 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
24716 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
24717 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
24718 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
24719 * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
24721 2013-10-04 Alan Modra <amodra@gmail.com>
24723 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
24724 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24725 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
24726 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
24727 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
24728 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
24729 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24730 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
24731 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise. Make better
24732 use of regs. Use power7 mtocrf. Tidy function tails.
24734 2013-10-04 Alan Modra <amodra@gmail.com>
24736 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
24737 Formatting. Consistently use rXXX register defines or rN defines.
24738 Use early exit labels that avoid restoring unused non-volatile regs.
24739 Make cr field use more consistent with rWORDn compares. Rename
24740 regs used as shift registers for unaligned loop, using rN defines
24741 for short lifetime/multiple use regs.
24742 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
24743 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise. Exit with
24744 addi 1,1,64 to pop stack frame. Simplify return value code.
24745 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24747 2013-10-04 Alan Modra <amodra@gmail.com>
24749 * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
24750 support. Correct typos, formatting. Optimize tail. Use insrdi
24751 rather than rlwimi.
24752 * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
24753 * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
24754 little-endian support. Correct typos.
24755 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise. Use insrdi
24756 rather than rlwimi.
24757 * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define. Use
24758 in loop and entry code to keep "and." results.
24759 (strchr): Add little-endian support. Comment. Move cntlzd
24761 * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
24763 2013-10-04 Alan Modra <amodra@gmail.com>
24765 * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
24766 * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
24767 * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
24768 * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
24770 2013-10-04 Alan Modra <amodra@gmail.com>
24772 * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
24773 (rTMP): Define as r11.
24774 (strcmp): Add little-endian support. Optimise tail.
24775 * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
24776 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
24777 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
24778 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
24779 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
24780 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
24781 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
24783 2013-10-04 Alan Modra <amodra@gmail.com>
24785 * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
24786 little-endian support. Remove unnecessary "are we done" tests.
24787 Handle "s" wrapping around zero and extremely large "size".
24788 Correct main loop count. Handle single left-over word from main
24789 loop inline rather than by using small_loop. Correct comments.
24790 Delete "zero" tail, use "end_max" instead.
24791 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
24793 2013-10-04 Alan Modra <amodra@gmail.com>
24795 * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
24796 support. Don't branch over align.
24797 * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
24798 * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
24799 support. Rearrange tmp reg use to suit. Comment.
24800 * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
24802 2013-10-04 Alan Modra <amodra@gmail.com>
24804 * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
24806 2013-10-04 Alan Modra <amodra@gmail.com>
24808 * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
24809 conditional form of branch and link when obtaining pc.
24810 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
24812 2013-10-04 Alan Modra <amodra@gmail.com>
24814 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
24816 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
24817 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
24819 2013-10-04 Alan Modra <amodra@gmail.com>
24821 * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
24822 * sysdeps/powerpc/novmx-longjmp.c: Likewise.
24823 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
24824 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
24825 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
24826 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
24827 * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
24828 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
24829 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
24830 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
24832 2013-10-04 Anton Blanchard <anton@au1.ibm.com>
24833 Alistair Popple <alistair@ozlabs.au.ibm.com>
24834 Alan Modra <amodra@gmail.com>
24837 * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
24838 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
24839 _dl_hwcap access for little-endian.
24840 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise. Don't
24841 destroy vmx regs when saving unaligned.
24842 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
24843 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save. Don't
24844 destroy vmx regs when saving unaligned.
24846 2013-10-04 Alan Modra <amodra@gmail.com>
24848 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
24849 Don't use a union to pack hi/low value.
24851 2013-10-04 Anton Blanchard <anton@au1.ibm.com>
24853 * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
24855 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
24856 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
24857 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
24858 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
24859 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
24861 2013-10-04 Alan Modra <amodra@gmail.com>
24863 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
24864 constants to usual value for .cst8 section, and remove redundant
24866 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
24867 constant for 0x1p52. Load little-endian words of double from
24868 correct stack offsets.
24870 2013-10-04 Alan Modra <amodra@gmail.com>
24872 * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
24873 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
24874 words of double from correct stack offsets.
24875 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
24876 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
24877 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
24878 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
24879 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
24880 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
24881 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
24882 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
24883 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
24884 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
24885 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
24886 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
24887 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
24888 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
24889 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
24890 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
24891 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
24893 2013-10-04 Alan Modra <amodra@gmail.com>
24895 * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
24896 64-bit int/double union.
24897 (_FPU_SETCW): Likewise.
24898 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
24899 (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
24901 2013-10-04 Alan Modra <amodra@gmail.com>
24903 * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
24904 * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
24906 2013-10-04 Alan Modra <amodra@gmail.com>
24908 * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
24909 use vector int constants.
24910 (__float_and_test24, __float_and8, __float_get_exp): Likewise.
24912 2013-10-04 Anton Blanchard <anton@au1.ibm.com>
24914 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
24915 array with long long.
24916 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
24917 * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
24918 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
24919 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
24920 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
24921 * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
24922 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
24923 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
24924 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
24925 * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
24926 * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
24927 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
24928 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
24930 2013-10-04 Anton Blanchard <anton@au1.ibm.com>
24932 * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
24933 (__signbit): Likewise. Correct for little-endian.
24934 (__signbitl): Call __signbit.
24935 (lrint): Correct for little-endian.
24936 (lrintf): Call lrint.
24938 2013-10-04 Alan Modra <amodra@gmail.com>
24940 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
24941 union 32-bit int array member with 64-bit int array.
24942 (t515, tm256): Double rather than long double.
24943 (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
24945 2013-10-04 Alan Modra <amodra@gmail.com>
24947 * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
24949 (IEEE854_LONG_DOUBLE_BIAS): Delete.
24950 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
24951 version of math_ldbl.h.
24953 2013-10-04 Alan Modra <amodra@gmail.com>
24955 [BZ #15734], [BZ #15735]
24956 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
24957 all uses of ieee875 long double macros and unions. Simplify test
24958 for 0.0L. Correct |x|<|y| and |x|=|y| test. Use
24959 ldbl_extract_mantissa value for ix,iy exponents. Properly
24960 normalize after ldbl_extract_mantissa, and don't add hidden bit
24961 already handled. Don't treat low word of ieee854 mantissa like
24962 low word of IBM long double and mask off bit when testing for
24964 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
24965 all uses of ieee875 long double macros and unions. Simplify tests
24966 for 0.0L and inf. Correct double adjustment of k. Delete dead code
24967 adjusting ha,hb. Simplify code setting kld. Delete two600 and
24968 two1022, instead use their values. Recognise that tests for large
24969 "a" and small "b" are mutually exclusive. Rename vars. Comment.
24970 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
24971 Rewrite all uses of ieee875 long double macros and unions. Simplify
24972 test for 0.0L and nan. Correct negation.
24973 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
24974 ieee875 long double macros and unions. Correct output for large
24975 magnitude x. Correct absolute value calculation.
24976 (__erfcl): Likewise.
24977 * math/libm-test.inc: Add tests for errors discovered in IBM long
24978 double versions of fmodl, remainderl, erfl and erfcl.
24980 2013-10-04 Alan Modra <amodra@gmail.com>
24982 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
24983 all uses of ieee854 long double macros and unions. Simplify tests
24984 for long doubles that are fully specified by the high double.
24985 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
24987 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
24988 Remove dead code too.
24989 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
24990 (__ieee754_ynl): Likewise.
24991 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
24992 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
24993 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
24994 Remove dead code too.
24995 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
24996 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
24997 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
24998 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
25000 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
25002 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
25003 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
25004 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
25005 Comment on variable precision.
25006 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
25007 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
25009 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
25010 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
25011 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
25012 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
25013 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
25015 2013-10-04 Alan Modra <amodra@gmail.com>
25017 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
25018 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
25019 all uses of ieee854 long double macros and unions.
25020 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
25021 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
25022 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
25023 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
25024 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
25025 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
25027 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
25028 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
25029 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
25030 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
25031 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
25032 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
25033 Simplify sign and nan test too.
25034 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
25035 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
25036 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
25037 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
25039 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
25040 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
25042 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
25043 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
25044 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
25045 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
25046 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
25047 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
25049 2013-10-04 Alan Modra <amodra@gmail.com>
25051 * stdio-common/printf_size.c (__printf_size): Don't use
25052 union ieee854_long_double in fpnum union.
25053 * stdio-common/printf_fphex.c (__printf_fphex): Likewise. Use
25054 signbit macro to retrieve sign from long double.
25055 * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
25056 retrieve sign from long double.
25057 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
25058 * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
25059 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
25060 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
25061 * math/test-misc.c (main): Don't use union ieee854_long_double.
25063 2013-10-04 Alan Modra <amodra@gmail.com>
25066 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
25067 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
25068 (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
25069 calculation. Remove unnecessary test for denormal exponent.
25070 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
25071 Correct handling of denormals. Avoid undefined shift behaviour.
25072 Correct normalisation of low mantissa when low double is denormal.
25073 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
25074 (ldbl_extract_mantissa): Likewise. Comment. Use uint64_t* for hi64.
25075 (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
25076 Correct normalisation of low mantissa. Test for overflow of high
25077 mantissa and normalise.
25078 (ldbl_nearbyint): Use more readable constant for two52.
25079 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
25080 (__mpn_construct_long_double): Fix test for overflow of high
25081 mantissa and correct normalisation. Avoid undefined shift.
25083 2013-10-04 Alan Modra <amodra@gmail.com>
25085 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
25086 (union ibm_extended_long_double): Define as an array of ieee754_double.
25087 (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
25088 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
25089 to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
25090 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
25091 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25092 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
25093 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25094 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
25095 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
25096 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
25097 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
25099 2013-10-03 Joseph Myers <joseph@codesourcery.com>
25101 * locale/programs/locarchive.c (add_locale): Use constant 4096 for
25102 page size instead of calling getpagesize.
25104 * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
25105 (LOCFILE_ALIGN_MASK): Likewise.
25106 (LOCFILE_ALIGN_UP): Likewise.
25107 (LOCFILE_ALIGNED_P): Likewise.
25108 * locale/programs/ld-collate.c (collate_output): Use the new
25109 macros instead of __alignof__ (int32_t).
25110 * locale/weight.h (findidx): Likewise.
25112 2013-10-03 Ondřej Bílka <neleai@seznam.cz>
25115 * manual/string.texi: Fix strncat and wcsncat.
25117 2013-10-03 Brooks Moses <bmoses@google.com>
25120 * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
25121 * Makerules: ...here, and adjust associated comments.
25123 2013-10-02 Will Newton <will.newton@linaro.org>
25125 * malloc/Makefile: Add tst-pvalloc.
25126 * malloc/tst-pvalloc.c: New file.
25128 2013-10-02 Will Newton <will.newton@linaro.org>
25130 * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
25131 improve test coverage.
25133 2013-10-02 Will Newton <will.newton@linaro.org>
25135 * malloc/Makefile: Add tst-posix_memalign.
25136 * malloc/tst-posix_memalign.c: New file.
25138 2013-10-01 Eric Blake <eblake@redhat.com>
25140 * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
25141 Use __THROWNL rather than __THROW on static functions.
25143 2013-09-30 Petr Machata <pmachata@redhat.com>
25145 * elf/elf.h (R_AARCH64_ABS16): New macro.
25146 (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
25147 (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
25148 (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
25149 (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
25150 (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
25151 (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
25152 (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
25153 (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
25154 (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
25155 (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
25156 (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
25157 (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
25158 (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
25159 (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
25160 (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
25161 (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
25162 (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
25163 (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
25164 (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
25165 (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
25166 (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
25167 (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
25168 (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
25169 (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
25170 (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
25171 (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
25172 (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
25173 (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
25174 (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
25175 (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
25176 (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
25177 (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
25178 (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
25179 (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
25180 (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
25181 (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
25182 (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
25183 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
25184 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
25185 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
25186 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
25187 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
25188 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
25189 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
25190 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
25191 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
25192 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
25193 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
25194 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
25195 (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
25196 (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
25197 (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
25198 (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
25199 (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
25200 (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
25201 (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
25202 (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
25203 (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
25204 (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
25205 (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
25206 (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
25207 (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
25208 (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
25209 (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
25210 (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
25211 (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
25212 (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
25213 (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
25214 (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
25215 (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
25216 (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
25217 (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
25218 (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
25219 (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
25220 (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
25221 (R_AARCH64_TLSDESC_OFF_G1): Likewise.
25222 (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
25223 (R_AARCH64_TLSDESC_LDR): Likewise.
25224 (R_AARCH64_TLSDESC_ADD): Likewise.
25225 (R_AARCH64_TLSDESC_CALL): Likewise.
25227 2013-09-30 Andreas Schwab <schwab@suse.de>
25230 * nscd/aicache.c (addhstaiX): Properly use the cache variable for
25231 the nss database lookup.
25232 * nscd/initgrcache.c (addinitgroupsX): Likewise.
25233 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
25235 2013-09-28 Mike Frysinger <vapier@gentoo.org>
25237 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
25239 2013-09-28 P. J. McDermott <pj@pehjota.net>
25241 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
25242 ${Bash-specific parameter/pattern/string} parameter expansion.
25243 * sysdeps/unix/make-syscalls.sh: Likewise.
25245 2013-09-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
25247 * sysdeps/sh/stackguard-macros.h: New file.
25249 2013-09-26 Ondřej Bílka <neleai@seznam.cz>
25251 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
25252 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
25253 * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
25254 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
25255 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
25256 * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
25258 2013-09-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25260 * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
25261 Fix thread ID register.
25263 2013-09-25 Joseph Myers <joseph@codesourcery.com>
25265 * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
25266 [POSIX || UNIX98]: Require rather than permitting all symbols from
25268 [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
25269 element of struct sched_param.
25270 [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
25271 [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
25272 [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
25273 [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
25276 2013-09-24 Olivier Langlois <olivier@olivierlanglois.net>
25278 * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
25279 argument calculation.
25281 2013-09-24 Joseph Myers <joseph@codesourcery.com>
25283 * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
25285 [POSIX] (pthread_attr_t): Do not require type.
25286 [POSIX] (pthread_cond_t): Likewise.
25287 [POSIX] (pthread_condattr_t): Likewise.
25288 [POSIX] (pthread_key_t): Likewise.
25289 [POSIX] (pthread_mutex_t): Likewise.
25290 [POSIX] (pthread_mutexattr_t): Likewise.
25291 [POSIX] (pthread_once_t): Likewise.
25292 [POSIX] (pthread_t): Likewise.
25293 [POSIX-based standards] (pthread_atfork): Expect function.
25295 2013-09-24 Joseph Myers <joseph@codesourcery.com>
25296 Richard Sandiford <richard@codesourcery.com>
25298 * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
25299 (swap_endianness_p): New extern variable.
25300 (set_big_endian): New inline function.
25301 (maybe_swap_uint32): Likewise.
25302 (maybe_swap_uint32_array): Likewise.
25303 (maybe_swap_uint32_obstack): Likewise.
25304 * locale/programs/locfile.c: Include <stdbool.h>.
25305 (swap_endianness_p): New variable.
25306 (add_locale_uint32): Call maybe_swap_uint32.
25307 (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
25308 (write_locale_data): Call maybe_swap_uint32_array.
25309 * locale/programs/ld-collate.c (obstack_int32_grow): Call
25311 (obstack_int32_grow_fast): Likewise.
25312 (output_weightwc): Call maybe_swap_uint32_obstack.
25313 (collate_output): Likewise.
25314 * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
25315 (OPT_LITTLE_ENDIAN): Likewise.
25316 (options): Add --little-endian and --big-endian options.
25317 (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
25318 * locale/programs/locarchive.c: Include "locfile.h".
25322 (create_archive): Use the new macros to access fields of
25323 structures directly mapped from or written to locale archives.
25324 (oldlocrecentcmp): Likewise.
25325 (enlarge_archive): Likewise.
25326 (insert_name): Likewise.
25327 (add_alias): Likewise.
25328 (add_locale): Likewise.
25329 (delete_locales_from_archive): Likewise.
25330 (show_archive_content): Likewise.
25331 (add_locale_to_archive): Likewise. Use maybe_swap_uint32 on
25334 2013-09-24 Roland McGrath <roland@hack.frob.com>
25336 * manual/freemanuals.texi: Updated from (newly) canonical copy at
25337 http://www.gnu.org/doc/freemanuals.texi.
25338 * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
25340 2013-09-24 Will Newton <will.newton@linaro.org>
25342 * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
25345 2013-09-23 Joseph Myers <joseph@codesourcery.com>
25347 * locale/hashval.h (compute_hashval): Interpret bytes of key as
25350 2013-09-23 Maciej W. Rozycki <macro@codesourcery.com>
25352 * manual/threads.texi (POSIX Threads): Fix a typo.
25354 2013-09-23 Siddhesh Poyarekar <siddhesh@redhat.com>
25357 * string/tst-strcoll-overflow.c: New test case.
25358 * string/Makefile (xtests): Add tst-strcoll-overflow.
25359 * string/strcoll_l.c (STRCOLL): Skip allocating memory for
25360 cache if string sizes may cause integer overflow.
25363 * string/strcoll_l.c (coll_seq): New members rule, idx,
25364 save_idx and back_us.
25365 (get_next_seq_nocache): New function.
25366 (do_compare_nocache): New function.
25367 (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
25370 2013-09-23 Carlos O'Donell <carlos@redhat.com>
25373 * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
25374 __pointer_chk_guard_local, otherwise __pointer_chk_guard.
25375 * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
25378 * elf/Makefile (tests): Add tst-ptrguard1.
25379 (tests-static): Add tst-ptrguard1-static.
25380 (tst-ptrguard1-ARGS): Define.
25381 (tst-ptrguard1-static-ARGS): Define.
25382 * elf/tst-ptrguard1.c: New file.
25383 * elf/tst-ptrguard1-static.c: New file.
25384 * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
25385 * sysdeps/i386/stackguard-macros.h: Likewise.
25386 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
25387 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
25388 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
25389 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
25390 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
25391 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
25393 2013-09-23 Hector Marco <hecmargi@upv.es>
25394 Ismael Ripoll <iripoll@disca.upv.es>
25395 Carlos O'Donell <carlos@redhat.com>
25398 * sysdeps/generic/stackguard-macros.h: Define
25399 __pointer_chk_guard_local and POINTER_CHK_GUARD.
25400 * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
25401 Define __pointer_chk_guard_local.
25402 (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
25403 Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
25405 2013-09-15 Vinitha Vijayan <vinitha.vijayann@gmail.com>
25408 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
25410 2013-09-20 Andreas Schwab <schwab@linux-m68k.org>
25412 * include/string.h (__ffs): Declare as hidden.
25413 * string/ffs.c (__ffs): Define as hidden.
25414 * sysdeps/i386/ffs.c (__ffs): Likewise.
25415 * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
25416 * sysdeps/powerpc/ffs.c (__ffs): Likewise.
25417 * sysdeps/s390/ffs.c (__ffs): Likewise.
25418 * sysdeps/x86_64/ffs.c (__ffs): Likewise.
25420 2013-09-20 Alexandre Oliva <aoliva@redhat.com>
25422 * NEWS: Mention malloc probes.
25424 * malloc/arena.c (new_heap): New memory_heap_new probe.
25425 (grow_heap): New memory_heap_more probe.
25426 (shrink_heap): New memory_heap_less probe.
25427 (heap_trim): New memory_heap_free probe.
25428 * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
25429 (systrim): New memory_sbrk_less probe.
25430 * manual/probes.texi: Document them.
25432 * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
25433 * manual/probes.texi: Document it.
25435 * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
25436 (__libc_realloc): Add memory_realloc_retry probe.
25437 (__libc_memalign): Add memory_memalign_retry probe.
25438 (__libc_valloc): Add memory_valloc_retry probe.
25439 (__libc_pvalloc): Add memory_pvalloc_retry probe.
25440 (__libc_calloc): Add memory_calloc_retry probe.
25441 * manual/probes.texi: Document them.
25443 * malloc/arena.c (get_free_list): Add probe
25444 memory_arena_reuse_free_list.
25445 (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
25446 and memory_arena_reuse.
25447 (arena_get2) [!PER_THREAD]: Likewise.
25448 * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
25449 memory_arena_reuse_realloc.
25450 * manual/probes.texi: Document them.
25452 * malloc/malloc.c (__libc_free): Add
25453 memory_mallopt_free_dyn_thresholds probe.
25454 (__libc_mallopt): Add multiple memory_mallopt probes.
25455 * manual/probes.texi: Document them.
25457 * malloc/malloc.c: Include stap-probe.h.
25458 (__libc_mallopt): Add memory_mallopt probe.
25459 * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
25460 * manual/probes.texi: New.
25461 * manual/Makefile (chapters): Add probes.
25462 * manual/threads.texi: Set next node.
25464 2013-09-19 Wei-Lun Chao <bluebat@member.fsf.org>
25466 [BZ #15963, #13985]
25467 * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
25468 czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
25469 Add `Chinese' to `nan' entry name.
25471 2013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
25473 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
25474 (POLYNOMIAL): Likewise.
25475 (TAYLOR_SINCOS): Likewise.
25476 (TAYLOR_SLOW): Likewise.
25477 (__sin): Use TAYLOR_SINCOS.
25479 (slow): Use TAYLOR_SLOW.
25481 (bsloww): Likewise.
25482 (csloww): Likewise.
25484 2013-09-19 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
25486 * stdlib/strtod_l.c: Fix buffer overrun.
25488 2013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
25490 * benchtests/Makefile (bench): Add sincos.
25491 * benchtests/bench-sincos.c: New file.
25493 * math/libm-test.inc (cos_test_data): New test inputs.
25494 (sin_test_data): Likewise.
25496 * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
25502 (sloww1): Likewise.
25503 (sloww2): Likewise.
25504 (bsloww1): Likewise.
25505 (bsloww2): Likewise.
25506 (cslow2): Likewise.
25507 (csloww1): Likewise.
25508 (csloww2): Likewise.
25510 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
25515 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
25519 2013-09-18 Maciej W. Rozycki <macro@codesourcery.com>
25521 * config.h.in (HAVE_MIPS_NAN2008): New macro.
25522 * elf/elf.h (EF_MIPS_NAN2008): Likewise.
25523 * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
25524 (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
25525 (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
25526 * elf/cache.c (print_entry): Handle the new cache flags.
25528 2013-09-18 Joseph Myers <joseph@codesourcery.com>
25529 Aldy Hernandez <aldyh@redhat.com>
25531 * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
25532 Change condition to [_SOFT_FLOAT].
25533 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
25534 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
25535 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
25536 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
25537 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
25538 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
25539 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
25540 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
25541 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
25542 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
25543 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
25544 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
25545 [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
25546 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
25547 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
25548 [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
25551 2013-09-18 Joseph Myers <joseph@codesourcery.com>
25553 * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
25554 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25555 (__longjmp): Use LOAD_GP to load saved GPRs.
25556 * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
25557 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25558 (__sigsetjmp): Use SAVE_GP to save GPRs.
25560 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
25561 Do not append -msoft-float.
25562 [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
25564 2013-09-18 Siddhesh Poyarekar <siddhesh@redhat.com>
25566 * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
25568 2013-09-17 Joseph Myers <joseph@codesourcery.com>
25571 * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
25572 (_FPU_GETCW): Use initial "__" on variable and field names but not
25573 on macro parameter name.
25574 [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise. Use
25575 parentheses around reference to macro parameter.
25577 2013-09-13 Richard Sandiford <richard@codesourcery.com>
25579 * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
25581 (ctype_startup): Use uint32_t in cast and sizeof for
25584 2013-09-11 Jia Liu <proljc@gmail.com>
25586 * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
25588 [__FreeBSD__]: Likewise.
25590 2013-09-11 Ondřej Bílka <neleai@seznam.cz>
25592 * sysdeps/x86_64/multiarch/ifunc-impl-list.c
25593 (__libc_ifunc_impl_list): Remove: __strchr_sse42.
25594 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
25595 (strchr): Remove __strchr_sse42 ifunc selection.
25596 * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
25597 * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
25599 2013-09-11 Will Newton <will.newton@linaro.org>
25601 * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
25602 parameter to RES. Remove hardcoded 1000 value.
25603 * benchtests/bench-skeleton.c (main): Pass RES parameter
25604 to TIMING_INIT and multiply result by 1000.
25606 2013-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25608 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25610 2013-09-11 Andreas Schwab <schwab@suse.de>
25612 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
25614 (O_TMPFILE) [__USE_GNU]: Define.
25615 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
25618 2013-09-11 Will Newton <will.newton@linaro.org>
25621 * malloc/malloc.c (__libc_memalign): Check the value of bytes
25624 2013-09-11 Will Newton <will.newton@linaro.org>
25627 * malloc/malloc.c (__libc_valloc): Check the value of bytes
25630 2013-09-11 Will Newton <will.newton@linaro.org>
25633 * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
25636 2013-09-10 Ondřej Bílka <neleai@seznam.cz>
25638 * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
25639 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
25640 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
25641 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
25642 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
25644 2013-09-10 Allan McRae <allan@archlinux.org>
25647 * manual/arith.texi (Parsing of Floats): Clarify
25651 * manual/install.texi (Running make install): Mention
25653 * INSTALL: Regenerated.
25655 2013-09-09 Maciej W. Rozycki <macro@codesourcery.com>
25657 * csu/init-first.c (_init): Remove the !SHARED condition around
25658 FPU control word initialization.
25659 * elf/dl-support.c (_dl_fpu_control): New variable.
25660 (_dl_aux_init) <AT_FPUCW>: Initialize it.
25661 * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
25662 (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
25663 * math/test-fpucw-static.c: New file.
25664 * math/test-fpucw-ieee.c: New file.
25665 * math/test-fpucw-ieee-static.c: New file.
25666 * math/Makefile (tests): Add `test-fpucw-ieee' and
25668 (tests-static): New variable.
25669 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
25671 [($(build-shared),yes)]
25672 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
25674 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
25677 2013-09-09 Allan McRae <allan@archlinux.org>
25680 * manual/string.texi (Collation Functions): Fix typo in
25682 Reported by Suren Karapetyan <me@suren.karapetyan.name>.
25685 * stdlib/isomac.c (get_null_defines): Fix memory leak.
25688 * libio/memstream.c (open_memstream): Fix memory leak.
25689 * libio/wmemstream.c (open_wmemstream): Likewise.
25692 * nscd/netgroupcache.c: Fix nesting of ifdefs.
25694 2013-09-09 Will Newton <will.newton@linaro.org>
25696 * malloc/Makefile: Add tst-realloc to tests.
25697 * malloc/tst-realloc.c: New file.
25699 2013-09-09 Allan McRae <allan@archlinux.org>
25702 * COPYING: Update from GNU website to fix FSF address.
25703 * COPYING.LIB: Likewise.
25705 2013-09-06 David S. Miller <davem@davemloft.net>
25707 * po/zh_TW.po: Update Chinese (traditional) translation from
25708 translation project.
25710 2013-09-06 Richard Sandiford <richard@codesourcery.com>
25711 Joseph Myers <joseph@codesourcery.com>
25713 * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
25715 (obstack_chunk_alloc): New macro.
25716 (obstack_chunk_free): Likewise.
25717 (record_offset): New function.
25718 (init_locale_data): Likewise.
25719 (align_locale_data): Likewise.
25720 (add_locale_empty): Likewise.
25721 (add_locale_raw_data): Likewise.
25722 (add_locale_raw_obstack): Likewise.
25723 (add_locale_string): Likewise.
25724 (add_locale_wstring): Likewise.
25725 (add_locale_uint32): Likewise.
25726 (add_locale_uint32_array): Likewise.
25727 (add_locale_char): Likewise.
25728 (start_locale_structure): Likewise.
25729 (end_locale_structure): Likewise.
25730 (start_locale_prelude): Likewise.
25731 (end_locale_prelude): Likewise.
25732 (write_locale_data): Take locale_file structure rather than an
25734 * locale/programs/locfile.h: Include "obstack.h".
25735 (struct locale_file): Change to store locale file contents instead
25737 (init_locale_data): New prototype.
25738 (align_locale_data): Likewise.
25739 (add_locale_empty): Likewise.
25740 (add_locale_raw_data): Likewise.
25741 (add_locale_raw_obstack): Likewise.
25742 (add_locale_string): Likewise.
25743 (add_locale_wstring): Likewise.
25744 (add_locale_uint32): Likewise.
25745 (add_locale_uint32_array): Likewise.
25746 (add_locale_char): Likewise.
25747 (start_locale_structure): Likewise.
25748 (end_locale_structure): Likewise.
25749 (start_locale_prelude): Likewise.
25750 (end_locale_prelude): Likewise.
25751 (write_locale_data): Update prototype.
25752 * locale/programs/3level.h (struct TABLE): Remove result field.
25753 (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
25754 Use new locale_file interface.
25755 [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
25756 (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
25757 * locale/programs/ld-address.c (address_output): Use new
25758 locale_file interface.
25759 * locale/programs/ld-collate.c (NO_FINALIZE): Change to
25761 (collate_finish): Don't call collseq_table_finalize.
25762 (collate_output): Use new locale_file interface.
25763 * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
25765 (NO_FINALIZE): Change to NO_ADD_LOCALE.
25766 (TABLE): Move defines earlier in file.
25767 (ELEMENT): Likewise.
25768 (DEFAULT): Likewise.
25769 (wctrans_table_add): Move macro and inline function earlier in
25771 (struct wctype_table): Move type earlier in file.
25772 (add_locale_wctype_table): New static prototype.
25773 (struct locale_ctype_t): Use logical types instead of struct iovec
25774 pointers for members.
25775 (ctype_output): Use new locale_file interface.
25776 (wctype_table_finalize): Change to add_locale_wctype_table. Use
25777 new locale_file interface.
25778 (allocate_arrays): Update for use of new locale_file interface.
25779 * locale/programs/ld-identification.c (identification_output): Use
25780 new locale_file interface.
25781 * locale/programs/ld-measurement.c (measurement_output): Likewise.
25782 * locale/programs/ld-messages.c (messages_output): Likewise.
25783 * locale/programs/ld-monetary.c (monetary_output): Likewise.
25784 * locale/programs/ld-name.c (name_output): Likewise.
25785 * locale/programs/ld-numeric.c (numeric_output): Likewise.
25786 * locale/programs/ld-paper.c (paper_output): Likewise.
25787 * locale/programs/ld-telephone.c (telephone_output): Likewise.
25788 * locale/programs/ld-time.c (time_output): Likewise.
25790 2013-09-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25792 * benchtests/Makefile: Add memrchr benchmark.
25793 * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
25794 benchmark as memrchr.
25795 * benchtests/bench-memrchr-ifunc.c: New file.
25796 * benchtests/bench-memrchr.c: New file.
25798 2013-09-06 Will Newton <will.newton@linaro.org>
25800 * benchtests/Makefile (string-bench): Add memcpy.
25802 2013-09-05 Carlos O'Donell <carlos@redhat.com>
25803 Cong Wang <amwang@redhat.com>
25806 * sysdeps/unix/sysv/linux/bits/in.h
25807 [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
25808 * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
25809 before __USE_KERNEL_IPV6_DEFS uses.
25810 * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
25812 [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
25813 sockaddr_in6, or ipv6_mreq.
25815 2013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25817 * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
25818 memory access for final bytes in some large inputs.
25819 * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
25821 2013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25823 * string/test-memrchr.c: New file.
25824 * string/test-memrchr-ifunc.c: New file.
25825 * string/Makefile: Add new memrchr testcase.
25827 2013-09-05 Mike Frysinger <vapier@gentoo.org>
25829 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
25830 fanotify_init returns EPERM.
25832 2013-09-04 Joseph Myers <joseph@codesourcery.com>
25834 * conform/conformtest.pl (newtoken): Treat tokens not allowed as
25836 (top level): Treat second token from macro or constant entries for
25837 allowed headers as allowed.
25838 * include/complex.h: Condition internal declarations on
25840 * include/fenv.h: Condition include of <stdbool.h> and internal
25841 declarations on [!_ISOMAC].
25843 2013-09-04 Chris Leonard <cjl@sugarlabs,.org>
25846 * locale/iso-4217.def: Update iso-1427.def and related occurrences.
25848 2013-09-04 Joseph Myers <joseph@codesourcery.com>
25850 * configure.in (--enable-versioning): Remove configure option.
25851 (libc_cv_asm_symver_directive): Remove configure test.
25852 (libc_cv_ld_version_script_option): Likewise.
25853 (VERSIONING): Remove variable and AC_SUBST.
25854 (DO_VERSIONING): Remove AC_DEFINE.
25855 * configure: Regenerated.
25856 * config.h.in (DO_VERSIONING): Remove macro.
25857 * Makerules [$(versioning) = yes]: Change conditionals to
25858 [$(build-shared) = yes].
25859 * config.make.in (versioning): Remove variable.
25860 * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
25861 [$(build-shared) = yes].
25862 * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
25863 * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
25864 * elf/Makefile [$(versioning) = yes]: Change conditionals to
25865 [$(build-shared) = yes].
25866 * extra-lib.mk [$(versioning) = yes]: Likewise.
25867 * hurd/Makefile [$(versioning) = yes]: Likewise.
25868 * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
25870 * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
25872 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
25873 [SHARED && !NO_HIDDEN].
25874 * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
25876 [SHARED && DO_VERSIONING]: Likewise..
25877 * libio/Makefile [$(versioning) = yes]: Change conditionals to
25878 [$(build-shared) = yes].
25879 * manual/install.texi (--disable-versioning): Remove
25881 * INSTALL: Regenerated.
25882 * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
25884 * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
25885 [$(build-shared) = yes].
25886 * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
25887 * sysdeps/i386/i686/multiarch/strstr-c.c
25888 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
25889 [SHARED && !NO_HIDDEN].
25890 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
25891 [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
25892 * sysdeps/powerpc/powerpc32/dl-machine.c
25893 [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
25894 * sysdeps/powerpc/powerpc32/sysdep.h
25895 [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
25896 to [SHARED && PIC && !NO_HIDDEN].
25897 * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
25898 conditional to [SHARED].
25900 2013-09-04 Will Newton <will.newton@linaro.org>
25902 * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
25903 * benchtests/bench-string.h: Include bench-timing.h instead
25904 of including hp-timing.h directly. (INNER_LOOP_ITERS): New
25905 define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
25906 call to HP_TIMING_DIFF_INIT.
25907 * benchtests/bench-memccpy.c: Use bench-timing.h macros
25908 instead of hp-timing.h macros.
25909 * benchtests/bench-memchr.c: Likewise.
25910 * benchtests/bench-memcmp.c: Likewise.
25911 * benchtests/bench-memcpy.c: Likewise.
25912 * benchtests/bench-memmem.c: Likewise.
25913 * benchtests/bench-memmove.c: Likewise.
25914 * benchtests/bench-memset.c: Likewise.
25915 * benchtests/bench-rawmemchr.c: Likewise.
25916 * benchtests/bench-strcasecmp.c: Likewise.
25917 * benchtests/bench-strcasestr.c: Likewise.
25918 * benchtests/bench-strcat.c: Likewise.
25919 * benchtests/bench-strchr.c: Likewise.
25920 * benchtests/bench-strcmp.c: Likewise.
25921 * benchtests/bench-strcpy.c: Likewise.
25922 * benchtests/bench-strcpy_chk.c: Likewise.
25923 * benchtests/bench-strlen.c: Likewise.
25924 * benchtests/bench-strncasecmp.c: Likewise.
25925 * benchtests/bench-strncat.c: Likewise.
25926 * benchtests/bench-strncmp.c: Likewise.
25927 * benchtests/bench-strncpy.c: Likewise.
25928 * benchtests/bench-strnlen.c: Likewise.
25929 * benchtests/bench-strpbrk.c: Likewise.
25930 * benchtests/bench-strrchr.c: Likewise.
25931 * benchtests/bench-strspn.c: Likewise.
25932 * benchtests/bench-strstr.c: Likewise.
25934 2013-09-04 Will Newton <will.newton@linaro.org>
25936 * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
25938 2013-09-03 Joseph Myers <joseph@codesourcery.com>
25941 * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
25942 2**-30 instead of 2**-70 as threshold for returning -log(|x|).
25943 * math/libm-test.inc (lgamma_test_data): Add more tests.
25944 * sysdeps/i386/fpu/libm-test-ulps: Update.
25945 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25947 2013-09-03 Ondřej Bílka <neleai@seznam.cz>
25949 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
25950 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
25952 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
25953 Add strcmp-sse2-unaligned
25954 * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
25956 2013-09-02 Mike Frysinger <vapier@gentoo.org>
25958 * Versions.def (libc): Add GLIBC_2.19.
25960 2013-09-02 Mike Frysinger <vapier@gentoo.org>
25962 * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
25963 * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
25965 2013-09-02 Joseph Myers <joseph@codesourcery.com>
25968 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
25969 intermediate calculations in recurrence.
25970 (__ieee754_ynf): Likewise.
25971 * math/libm-test.inc (jn_test_data): Do not allow spurious
25972 underflow exception. Add more tests.
25973 (yn_test_data): Add more tests.
25974 * sysdeps/i386/fpu/libm-test-ulps: Update.
25975 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25977 2013-09-02 Ondřej Bílka <neleai@seznam.cz>
25979 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
25981 2013-08-30 Ondřej Bílka <neleai@seznam.cz>
25983 * csu/init-first.c: Fix then/than typos.
25984 * locale/programs/ld-collate.c: Likewise.
25985 * locale/programs/linereader.h: Likewise.
25986 * manual/charset.texi: Likewise.
25987 * manual/filesys.texi: Likewise.
25988 * manual/stdio.texi: Likewise.
25989 * manual/string.texi: Likewise.
25990 * stdlib/fmtmsg.c: Likewise.
25991 * sysdeps/i386/stpncpy.S: Likewise.
25992 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25993 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
25994 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25995 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
25997 2013-08-30 Ondřej Bílka <neleai@seznam.cz>
25999 * elf/dl-open.c: Fix typos.
26000 * iconvdata/gbbig5.c: Likewise.
26001 * iconvdata/iso-2022-jp.c: Likewise.
26002 * iconv/gconv_int.h: Likewise.
26003 * iconv/loop.c: Likewise.
26004 * nis/rpcsvc/nis.h: Likewise.
26005 * resolv/ns_name.c: Likewise.
26006 * stdio-common/vfscanf.c: Likewise.
26007 * streams/stropts.h: Likewise.
26008 * sunrpc/rpc_thread.c: Likewise.
26009 * sysdeps/i386/strpbrk.S: Likewise.
26010 * sysdeps/ieee754/k_standard.c: Likewise.
26011 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
26012 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
26013 * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
26014 * sysdeps/mach/hurd/profil.c: Likewise.
26015 * sysdeps/s390/dl-procinfo.h: Likewise.
26016 * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
26017 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
26018 * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
26019 * sysdeps/x86_64/dl-trampoline.S: Likewise.
26020 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
26022 2013-08-30 Ondřej Bílka <neleai@seznam.cz>
26024 * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
26025 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
26027 2013-08-29 Ondřej Bílka <neleai@seznam.cz>
26029 * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
26030 aix specific files.
26031 * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
26032 * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
26033 * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
26034 * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
26035 * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
26036 * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
26037 * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
26038 * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
26040 2013-08-29 Thomas Schwinge <thomas@codesourcery.com>
26041 Roland McGrath <roland@hack.frob.com>
26043 * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
26044 * sysdeps/mach/hurd/bits/errno.h: Regenerate.
26046 2013-08-29 Samuel Thibault <samuel.thibault@ens-lyon.org>
26048 * sysdeps/mach/hurd/i386/init-first.c (init1): Use
26049 __executable_start symbol instead of _start.
26051 2013-08-29 Thomas Schwinge <thomas@codesourcery.com>
26053 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
26054 (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
26056 * sysdeps/gnu/ldsodefs.h: ... this new file.
26058 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
26059 (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
26060 instead of ELFOSABI_LINUX.
26062 [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
26063 * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
26064 * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
26065 * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
26067 * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
26068 * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
26069 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
26071 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
26072 (ibm_extended_long_double): Add ieee_nan member.
26073 * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
26074 (do_test): New function.
26076 * math/basic-test.c (TEST_CONVERT): New macro, renamed from
26078 (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
26079 functions, renamed from truncdfsf_test, trunctfsf_test,
26081 (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
26083 (do_test): Run all these.
26085 2013-08-29 Ondřej Bílka <neleai@seznam.cz>
26087 * argp/argp-help.c: Fix typos.
26088 * argp/argp-parse.c: Likewise.
26089 * debug/backtracesyms.c: Likewise.
26090 * elf/elf.h: Likewise.
26091 * malloc/malloc.c: Likewise.
26092 * nis/nis_print.c: Likewise.
26093 * resolv/res_comp.c: Likewise.
26094 * stdlib/stdlib.h: Likewise.
26095 * sunrpc/clnt_tcp.c: Likewise.
26096 * sunrpc/clnt_udp.c: Likewise.
26097 * sunrpc/clnt_unix.c: Likewise.
26098 * sysdeps/unix/bsd/ptsname.c: Likewise.
26099 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
26100 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
26101 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
26103 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
26105 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
26107 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
26109 2013-08-28 Siddhesh Poyarekar <siddhesh@redhat.com>
26111 * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
26112 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
26114 2013-08-27 Mike Frysinger <vapier@gentoo.org>
26117 * dlfcn/Makefile (tests): Add bug-dl-leaf.
26118 (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
26119 ($(objpfx)bug-dl-leaf): New rule.
26120 ($(objpfx)bug-dl-leaf.so): Likewise.
26121 ($(objpfx)bug-dl-leaf.out): Likewise.
26122 ($(objpfx)bug-dl-leaf-lib.so): Likewise.
26123 ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
26124 * dlfcn/bug-dl-leaf.c: New test.
26125 * dlfcn/bug-dl-leaf-lib.c: Likewise.
26126 * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
26127 * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
26128 (dlclose): Likewise.
26129 (dlmopen): Likewise.
26131 2013-08-27 Roland McGrath <roland@hack.frob.com>
26133 * include/netdb.h [!_ISOMAC]:
26134 Don't include <tls.h>.
26135 (h_errno, __libc_h_errno): Move declaration and macros out of
26138 * include/resolv.h [_RESOLV_H_]:
26139 Don't include <tls.h>.
26140 (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
26141 * resolv/res_libc.c: Don't include <tls.h>.
26142 (_res): Use __attribute__ ((nocommon)) in place of
26143 __attribute__ ((section (".bss"))).
26145 * Makefile ($(common-objpfx)linkobj/libc_pic.a):
26146 If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
26148 * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
26150 * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
26151 only under [SIOCGIFCONF && SIOCGIFNETMASK].
26153 * resolv/res_mkquery.c: Include <sys/time.h>.
26155 * inet/ifreq.c: Moved to ...
26156 * sysdeps/unix/ifreq.c: ... here.
26157 * inet/ifreq.c: New file, true stub version.
26159 * socket/sa_len.c: New file.
26160 * socket/Makefile (aux): Add it.
26161 * sysdeps/unix/sysv/linux/Makefile
26162 [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
26163 * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
26164 and #include <socket/sa_len.c>.
26165 * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
26166 HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
26168 * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
26169 * bits/socket.h: ... here.
26171 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
26172 Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
26173 (SOCK_MAX, SOCK_TYPE_MASK): New macros.
26175 2013-08-27 Andreas Schwab <schwab@suse.de>
26178 * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
26179 * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
26180 (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
26181 * string/test-strcasecmp.c (test_main): Run tests in several
26183 * string/test-strncasecmp.c (test_main): Likewise.
26185 * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
26186 (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
26187 to __strcasecmp_nonascii and __strncasecmp_nonascii.
26188 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
26189 (__strncasecmp_ssse3) [PIC]: Likewise.
26191 2013-08-26 Roland McGrath <roland@hack.frob.com>
26193 * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
26195 * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
26196 instead of explicitly declaring xdecrypt.
26197 * nis/nss_nis/nis-publickey.c: Likewise.
26199 2013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
26202 * nscd/aicache.c: Include res_hconf.h.
26203 (addhstaiX): Initialize res_hconf.
26205 2013-08-26 Andreas Schwab <schwab@suse.de>
26207 * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
26208 ($(objpfx)tst-tls-atexit): Add dependencies here instead.
26210 2013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
26212 * nscd/aicache.c (addhstaiX): Fix indentation.
26214 2013-08-25 Mike Frysinger <vapier@gentoo.org>
26216 * configure.ac: Quote $build_pt_chown test.
26217 * configure: Regenerated.
26219 2013-08-23 Joseph Myers <joseph@codesourcery.com>
26222 * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
26223 * math/s_cexpf.c (__cexpf): Likewise.
26224 * math/s_cexpl.c (__cexpl): Likewise.
26225 * math/libm-test.inc (cexp_test_data): Correct expected return
26226 value for NaN + i0. Add another test.
26228 2013-08-22 David S. Miller <davem@davemloft.net>
26230 * po/ca.po: Update Catalan translation from translation project.
26231 * po/uk.po: Add Ukrainian translations from translation project.
26233 2013-08-21 Joseph Myers <joseph@codesourcery.com>
26236 * math/s_fdim.c (__fdim): Check for infinite arguments if result
26237 is infinite, not alongside NaN test.
26238 * math/s_fdimf.c (__fdimf): Likewise.
26239 * math/s_fdiml.c (__fdiml): Likewise.
26240 * math/libm-test.inc (fdim_test_data): Add more tests. Test that
26241 errno is unchanged.
26243 2013-08-21 Ondřej Bílka <neleai@seznam.cz>
26245 * argp/argp-help.c: Fix typos.
26246 * crypt/speeds.c: Likewise.
26247 * csu/check_fds.c: Likewise.
26248 * elf/dl-load.c: Likewise.
26249 * elf/dl-open.c: Likewise.
26250 * elf/reldep3.c: Likewise.
26251 * elf/reldep.c: Likewise.
26252 * elf/sprof.c: Likewise.
26253 * iconv/iconv_charmap.c: Likewise.
26254 * iconv/skeleton.c: Likewise.
26255 * iconv/strtab.c: Likewise.
26256 * io/lockf64.c: Likewise.
26257 * libio/libioP.h: Likewise.
26258 * resolv/gai_notify.c: Likewise.
26259 * resolv/ns_name.c: Likewise.
26260 * resolv/ns_samedomain.c: Likewise.
26261 * resolv/res_send.c: Likewise.
26262 * stdlib/random.c: Likewise.
26263 * sunrpc/rpc/xdr.h: Likewise.
26264 * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
26265 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
26266 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
26267 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
26268 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
26269 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
26270 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
26271 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
26272 * sysdeps/mach/hurd/check_fds.c: Likewise.
26273 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
26274 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
26275 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26276 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
26277 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
26278 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
26279 * sysdeps/pthread/aio_notify.c: Likewise.
26280 * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
26281 * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
26282 * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
26283 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
26284 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
26286 2013-08-21 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
26288 * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
26289 version if bit_Slow_SSE4_2 is set.
26290 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
26291 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
26293 2013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26296 * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
26297 trampoline stack frame information.
26298 * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
26299 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
26300 (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
26301 (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
26302 (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
26303 * sysdeps/unix/sysv/linux/powerpc/init-first.c
26304 (_libc_vdso_platform_setup): Initialize the signal trampolines.
26305 * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
26307 * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
26308 interrupting a syscall and set with option SA_SIGINFO.
26310 2013-08-20 Joseph Myers <joseph@codesourcery.com>
26313 * math/s_cproj.c (__cproj): Only return an infinity if one part of
26314 argument is infinite.
26315 * math/s_cprojf.c (__cprojf): Likewise.
26316 * math/s_cprojl.c (__cprojl): Likewise.
26317 * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
26318 * math/libm-test.inc (cproj_test_data): Add more tests.
26320 * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
26322 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
26323 [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
26324 size. Use __ffs to determine corresponding shift.
26326 2013-08-20 Joseph Myers <joseph@codesourcery.com>
26327 Roland McGrath <roland@hack.frob.com>
26329 * Makefile (INSTALL): Remove trailing blank lines from output of
26332 2013-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
26334 * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
26335 Align 32 bit compat elf_greg to 8 bytes.
26337 2013-08-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
26339 * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
26341 2013-08-20 Siddhesh Poyarekar <siddhesh@redhat.com>
26343 * string/strcoll_l.c (coll_seq): New structure.
26344 (get_next_seq_cached): New function.
26345 (get_next_seq): New function.
26346 (do_compare): New function.
26347 (STRCOLL): Use GNU style definition. Simplify implementation
26348 by using get_next_seq, get_next_seq_cached and do_compare.
26350 2013-08-16 Florian Weimer <fweimer@redhat.com>
26354 * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
26356 * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
26358 * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
26359 * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
26360 Return delayed error code. Remove GETDENTS_64BIT_ALIGNED
26362 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
26363 GETDENTS_64BIT_ALIGNED.
26364 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
26365 * manual/filesys.texi (Reading/Closing Directory): Document
26366 ENAMETOOLONG return value of readdir_r. Recommend readdir more
26368 * manual/conf.texi (Limits for Files): Add portability note to
26369 NAME_MAX, PATH_MAX.
26370 (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
26372 2013-08-13 Andreas Schwab <schwab@suse.de>
26375 * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
26377 * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
26378 LDBL_MAX_EXP >= 16384]: Add tests for it.
26380 2013-08-12 David S. Miller <davem@davemloft.net>
26382 * version.h (RELEASE): Set to "development".
26383 (VERSION): Set to "2.18.90".
26384 * NEWS: Add 2.19 section.
26386 2013-08-03 David S. Miller <davem@davemloft.net>
26388 * po/ko.po: Update Korean translation from translation project.
26390 2013-08-01 David S. Miller <davem@davemloft.net>
26392 * manual/contrib.texi: Update entry for Siddhesh Poyarekar. Add
26393 entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
26396 2013-07-30 David S. Miller <davem@davemloft.net>
26398 * po/fr.po: Update French translation from translation project.
26400 2013-07-28 David S. Miller <davem@davemloft.net>
26402 * po/cs.po: Update Czech translation from translation project.
26404 * po/sv.po: Update Swedish translation from translation project.
26406 2013-07-27 David S. Miller <davem@davemloft.net>
26408 * po/eo.po: Update Esperanto translation from translation project.
26410 * po/vi.po: Update Vietnamese translation from translation project.
26412 * po/de.po: Update German translation from translation project.
26414 2013-07-26 David S. Miller <davem@davemloft.net>
26416 * po/bg.po: Update Bulgarian translation from translation project.
26418 * po/nl.po: Update Dutch translation from translation project.
26419 * po/pl.po: Update Polish translation from translation project.
26420 * po/ru.po: Update Russian translation from translation project.
26422 2013-07-24 David S. Miller <davem@davemloft.net>
26424 * po/libc.pot: Update.
26426 2013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26428 * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
26429 variable page size.
26430 * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
26431 * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
26432 * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
26434 2013-07-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
26436 * sysdeps/s390/fpu/libm-test-ulps: Refresh.
26438 2013-07-21 Siddhesh Poyarekar <siddhesh@redhat.com>
26439 Andreas Schwab <schwab@suse.de>
26440 Roland McGrath <roland@hack.frob.com>
26441 Joseph Myers <joseph@codesourcery.com>
26442 Carlos O'Donell <carlos@redhat.com>
26445 * config.h.in: Define HAVE_PT_CHOWN.
26446 * config.make.in (build-pt-chown): New variable.
26447 * configure.in (--enable-pt_chown): New configure option.
26448 * configure: Regenerate.
26449 * login/Makefile: Include Makeconfig. Build pt_chown only if
26450 build-pt-chown is enabled.
26451 * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
26452 pt_chown to fix pty ownership.
26453 * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
26455 * manual/install.texi (Configuring and compiling): Mention
26456 --enable-pt_chown. Add @findex for grantpt.
26457 * INSTALL: Regenerate.
26459 2013-07-20 David S. Miller <davem@davemloft.net>
26461 * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
26462 difference between 32-bit and 64-bit.
26464 2013-07-15 Carlos O'Donell <carlos@redhat.com>
26467 * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
26468 Avoid system header dependency with -ffreestanding.
26469 ($(objpfx)bits/syscall%d): Likewise.
26471 2013-07-13 David S. Miller <davem@davemloft.net>
26473 * math/libm-test.inc (casin_test_data): Annotate more cases of missing
26474 underflows from atanl/atan2l due to bug 15319.
26475 (casinh_test_data): Likewise.
26477 2013-07-07 David S. Miller <davem@davemloft.net>
26479 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
26481 2013-07-05 Jeroen Albers <_jeroen_@yahoo.com>
26483 * sysdeps/i386/fpu/libm-test-ulps: Update.
26484 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26486 2013-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
26488 * configure.in (--enable-lock-elision): Fix message text.
26489 * INSTALL: Regenerate.
26490 * configure: Regenerate.
26492 2013-07-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26494 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26496 2013-07-03 Andreas Jaeger <aj@suse.de>
26498 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
26500 (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
26501 (ptrace_peeksiginfo_args): Add.
26502 (__ptrace_peeksiginfo_flags): Add.
26503 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
26504 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
26505 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
26507 2013-07-03 Allan McRae <allan@archlinux.org>
26509 * sysdeps/i386/fpu/libm-test-ulps: Update.
26511 2013-07-02 David S. Miller <davem@davemloft.net>
26513 * sysdeps/sparc/fpu/libm-test-ulps: Update.
26515 2013-07-02 Markus Trippelsdorf <markus@trippelsdorf.de>
26517 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26519 2013-07-02 Joseph Myers <joseph@codesourcery.com>
26521 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
26522 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26524 2013-07-02 Andi Kleen <ak@linux.intel.com>
26526 * config.h.in (ENABLE_LOCK_ELISION): Add.
26527 * configure.in (--enable-lock-elision): Add option.
26528 * manual/install.texi: Document --enable lock elision.
26529 * configure: Regenerate
26530 * INSTALL: Regenerate.
26532 2013-07-02 H.J. Lu <hongjiu.lu@intel.com>
26534 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
26535 SSE4.2 strcasecmp for libc.a.
26536 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
26538 2013-07-02 Joseph Myers <joseph@codesourcery.com>
26541 * soft-fp/op-common.h (_FP_FMA): New macro.
26542 * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
26543 (_FP_MUL_MEAT_DW_1_imm): Likewise. Split out of ...
26544 (_FP_MUL_MEAT_1_imm): ... here.
26545 (_FP_MUL_MEAT_DW_1_wide): New macro. Split out of ...
26546 (_FP_MUL_MEAT_1_wide): ... here.
26547 (_FP_MUL_MEAT_DW_1_hard): Likewise. Split out of ...
26548 (_FP_MUL_MEAT_1_hard): ... here.
26549 * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
26550 (_FP_MUL_MEAT_DW_2_wide): Likewise. Split out of ...
26551 (_FP_MUL_MEAT_2_wide): ... here.
26552 (_FP_MUL_MEAT_DW_2_wide_3mul): New macro. Split out of ...
26553 (_FP_MUL_MEAT_2_wide_3mul): ... here.
26554 (_FP_MUL_MEAT_DW_2_gmp): New macro. Split out of ...
26555 (_FP_MUL_MEAT_2_gmp): ... here.
26556 * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
26557 (_FP_MUL_MEAT_DW_4_wide): Likewise. Split out of ...
26558 (_FP_MUL_MEAT_4_wide): ... here.
26559 (_FP_MUL_MEAT_DW_4_gmp): New macro. Split out of ...
26560 (_FP_MUL_MEAT_4_gmp): ... here.
26561 * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
26562 (_FP_WFRACBITS_DW_S): Likewise.
26563 (_FP_WFRACXBITS_DW_S): Likewise.
26564 (_FP_HIGHBIT_DW_S): Likewise.
26565 (FP_FMA_S): Likewise.
26566 (_FP_FRAC_HIGH_DW_S): Likewise.
26567 * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
26568 (_FP_WFRACBITS_DW_D): Likewise.
26569 (_FP_WFRACXBITS_DW_D): Likewise.
26570 (_FP_HIGHBIT_DW_D): Likewise.
26571 (FP_FMA_D): Likewise.
26572 (_FP_FRAC_HIGH_DW_D): Likewise.
26573 * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
26574 (_FP_WFRACBITS_DW_E): Likewise.
26575 (_FP_WFRACXBITS_DW_E): Likewise.
26576 (_FP_HIGHBIT_DW_E): Likewise.
26577 (FP_FMA_E): Likewise.
26578 (_FP_FRAC_HIGH_DW_E): Likewise.
26579 * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
26580 (_FP_WFRACBITS_DW_Q): Likewise.
26581 (_FP_WFRACXBITS_DW_Q): Likewise.
26582 (_FP_HIGHBIT_DW_Q): Likewise.
26583 (FP_FMA_Q): Likewise.
26584 (_FP_FRAC_HIGH_DW_Q): Likewise.
26585 * soft-fp/fmasf4.c: New file.
26586 * soft-fp/fmadf4.c: Likewise.
26587 * soft-fp/fmatf4.c: Likewise.
26589 2013-06-28 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
26591 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
26592 bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
26594 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
26596 (index_Slow_SSE4_2): Likewise.
26597 (index_Prefer_PMINUB_for_stringop): Likewise.
26598 * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
26599 bit_Slow_SSE4_2 is set.
26600 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
26601 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
26603 2013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
26605 * sysdeps/powerpc/Makefile: Add comment about generating an offset to
26606 rtld_global._dl_hwcap2.
26607 * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
26609 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
26610 POWER8 feature descriptions defined in _dl_hwcap2.
26611 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
26612 string handling for POWER8 feature bits.
26613 (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
26614 (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
26615 _dl_powerpc_cap_flags.
26616 (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
26617 * sysdeps/powerpc/rtld-global-offsets.sym
26618 (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
26619 _dl_hwcap2 in the rtld_global_ro structure.
26621 2013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
26623 * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
26624 hardware capabilities in support of AT_HWCAP2.
26625 (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
26626 * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
26628 (_dl_show_auxv): Add support for calling _dl_procinfo to display
26629 AT_HWCAP2. If a platform doesn't chose to handle displaying AT_HWCAP2
26630 explicitly the unknown a_type display mechanism is used.
26631 * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
26632 * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
26634 * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
26635 to macro prototype for AT_HWCAP2 support.
26636 * sysdeps/i386/dl-procinfo.h: Likewise.
26637 * sysdeps/s390/dl-procinfo.h: Likewise.
26638 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
26639 macro prototype for AT_HWCAP2 support. Make WORD unsigned long int
26640 rather than signed int. Stub in handler for TYPE == AT_HWCAP2 to
26641 return -1 for unknown a_type display fallback.
26642 * sysdeps/sparc/dl-procinfo.h: Likewise.
26643 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
26644 * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
26646 2013-06-28 Joseph Myers <joseph@codesourcery.com>
26648 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
26649 instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
26651 2013-06-28 Pierre Ynard <linkfanel@yahoo.fr>
26654 * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
26655 mprotect making __stack_prot writable.
26657 2013-06-28 Nathan Froyd <froydnj@codesourcery.com>
26658 Joseph Myers <joseph@codesourcery.com>
26660 * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
26661 as being properly aligned.
26663 2013-06-28 Maciej W. Rozycki <macro@codesourcery.com>
26665 * dlfcn/modstatic5.c: New file.
26666 * dlfcn/tststatic5.c: New file.
26667 * dlfcn/Makefile (tests): Add tststatic5.
26668 (tests-static): Likewise.
26669 (modules-names): Add modstatic5.
26670 (tststatic5-ENV): New variable.
26671 ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
26674 * elf/dl-support.c (_dl_main_map): New variable.
26675 (_dl_ns): Use it to initialize [LM_ID_BASE] element.
26676 (_dl_nns, _dl_load_adds): Set to 1.
26677 (_dl_initial_searchlist): Refer to _dl_main_map.
26678 (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
26679 * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
26680 call to _dl_get_origin.
26681 * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
26683 (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
26684 * dlfcn/modstatic3.c: New file.
26685 * dlfcn/tststatic3.c: New file.
26686 * dlfcn/tststatic4.c: New file.
26687 * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
26688 (tests-static): Likewise.
26689 (modules-names): Add modstatic3.
26690 (tststatic3-ENV, tststatic4-ENV): New variables.
26691 ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
26692 ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
26694 2013-06-26 Joseph Myers <joseph@codesourcery.com>
26696 * configure.in (CC): Require GCC version 4.4 or later.
26697 * configure: Regenerated.
26698 * manual/install.texi (Tools for Compilation): Update GCC version
26700 * INSTALL: Regenerated.
26702 2013-06-26 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
26705 * string/test-memcmp.c (check2): New.
26706 (main): Call check2.
26708 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
26710 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
26713 * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
26715 (dl_open_worker) [!SHARED]: ... here.
26717 2013-06-26 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
26719 * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
26721 2013-06-25 Richard Henderson <rth@redhat.com>
26723 * locale/programs/locarchive.c: Include <libc-internal.h>
26725 2013-06-25 Joseph Myers <joseph@codesourcery.com>
26727 * manual/texinfo.tex: Update to version 2013-06-21.17, with
26728 trailing whitespace removed.
26730 2013-06-24 Mike Frysinger <vapier@gentoo.org>
26733 * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
26734 * locale/programs/locarchive.c: Include libc-mmap.h.
26735 (prepare_address_space): Take two new outputs (the mmap base and len).
26736 Align p to MAP_FIXED_ALIGNMENT. Set mmap base and len to the right
26738 (create_archive): Declare new mmap base and len values for
26739 prepare_address_space, and store the result in ah.
26740 (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
26741 (enlarge_archive): If ah->mmap_base is not NULL, use that and
26742 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26743 Declare new mmap base and len values for
26744 prepare_address_space, and store the result in new_ah.
26745 (open_archive): Declare new mmap base and len values for
26746 prepare_address_space, and store the result in ah.
26747 (close_archive): If ah->mmap_base is not NULL, use that and
26748 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26749 * sysdeps/generic/libc-mmap.h: New file.
26751 2013-06-24 Mike Frysinger <vapier@gentoo.org>
26753 * include/libc-internal.h (ALIGN_DOWN): New helper macro.
26754 (ALIGN_UP): Likewise.
26755 (PTR_ALIGN_DOWN): Likewise.
26756 (PTR_ALIGN_UP): Likewise.
26758 2013-06-24 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
26760 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
26761 entry mapped to PPC_PLATFORM_POWER8.
26762 * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
26764 (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
26765 (_dl_string_platform): Add case for exporting platform position for
26767 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
26768 search path to sysdeps/powerpc/powerpc32/power8 directory.
26769 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
26770 search path to sysdeps/powerpc/powerpc64/power8 directory.
26771 * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
26772 power7 directories.
26773 * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
26774 power7 directories.
26776 2013-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
26778 * INSTALL: Regenerate.
26780 * nscd/connections.c (nscd_init): Fix comment.
26782 2013-06-22 Joseph Myers <joseph@codesourcery.com>
26784 * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
26787 * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
26788 to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
26790 2013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
26792 * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
26794 (DL_DST_REQ_STATIC): Remove macro.
26796 2013-06-21 Joseph Myers <joseph@codesourcery.com>
26799 * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
26800 with a shift of 0 bits.
26802 2013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
26804 * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
26807 2013-06-21 Kaz Kojima <kkojima@rr.iij4u.or.jp>
26810 * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
26812 2013-06-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26814 * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
26815 * configure.in (libc_cv_cc_loop_to_function): Check if compiler
26816 accepts -fno-tree-loop-distribute-patterns.
26817 * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
26818 * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
26820 * string/memset.c (memset): Likewise.
26821 * string/test-memmove.c (simple_memmove): Disable loop transformation
26823 * string/test-memset.c (simple_memset): Likewise.
26824 * benchtests/bench-memmove.c (simple_memmove): Likewise.
26825 * benchtests/bench-memset.c (simple_memset): Likewise.
26826 * configure: Regenerated.
26828 2013-06-20 Joseph Myers <joseph@codesourcery.com>
26830 * math/test-misc.c (main): Ignore fesetround failure when failures
26831 of subsequent rounding tests would be ignored.
26834 * math/fedisblxcpt.c (fedisableexcept): Return 0.
26835 * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
26836 * math/fegetenv.c (__fegetenv): Return 0.
26837 * math/fegetexcept.c (fegetexcept): Return 0.
26838 * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
26840 * math/feholdexcpt.c (feholdexcept): Return 0.
26841 * math/fesetenv.c (__fesetenv): Return 0.
26842 * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
26843 argument FE_TONEAREST.
26844 * math/feupdateenv.c (__feupdateenv): Return 0.
26845 * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
26847 2013-06-18 Roland McGrath <roland@hack.frob.com>
26849 * elf/rtld-Rules (rtld-compile-command.S): New variable.
26850 (rtld-compile-command.s, rtld-compile-command.c): New variables.
26851 ($(objpfx)rtld-%.os rules): Use them.
26853 2013-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26855 * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
26858 2013-06-17 Roland McGrath <roland@hack.frob.com>
26860 * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
26861 length of target pattern, then descending length of dependency pattern.
26862 * configure.in (AWK): Require gawk 3.1.2 or newer.
26863 * manual/install.texi (Tools for Compilation): Say that we do.
26864 * configure: Regenerated.
26866 * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
26867 ($(common-objpfx)sysd-rules): Replace shell logic with running ...
26868 * scripts/sysd-rules.awk: ... this new script.
26869 * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
26870 than a glob-style pattern.
26872 2013-06-17 Joseph Myers <joseph@codesourcery.com>
26874 * math/test-misc.c (main): Do not treat incorrectly rounded
26875 conversions as failure unless ROUNDING_TESTS passes.
26877 2013-06-15 Joseph Myers <joseph@codesourcery.com>
26880 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
26881 restore exception state around main square root computation, then
26882 check for inexactness explicitly.
26884 * math/libm-test.inc (fma_test_data): Add another test.
26886 2013-06-15 Siddhesh Poyarekar <siddhesh@redhat.com>
26888 * manual/threads.texi (Non-POSIX Extensions): New document
26889 node. Document pthread_getattr_default_np and
26890 pthread_setattr_default_np.
26892 * Versions.def (libpthread): Add GLIBC_2.18.
26893 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
26894 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
26896 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
26898 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
26900 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
26902 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
26904 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
26906 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
26908 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
26910 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
26913 2013-06-14 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
26915 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26916 Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
26918 2013-06-14 Siddhesh Poyarekar <siddhesh@redhat.com>
26919 H.J. Lu <hjl.tools@gmail.com>
26922 * sysdeps/x86_64/rtld-memset.c: Remove file.
26923 * sysdeps/x86_64/rtld-memset.S: New file.
26925 2013-06-14 Joseph Myers <joseph@codesourcery.com>
26927 * stdlib/tst-strtod-round.c: Include <math-tests.h>.
26928 (test_in_one_mode): Take arguments for whether the rounding mode
26929 is supported for each floating-point type.
26930 (do_test): Pass new arguments to test_in_one_mode using
26933 2013-06-13 Roland McGrath <roland@hack.frob.com>
26935 * posix/tst-waitid.c (do_test): Distinguish different instances of
26936 stopped/continued in CHECK_SIGCHLD uses. Insert a delay between
26937 sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
26938 before entering the kernel for waitpid.
26940 2013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
26942 * NEWS: Fix note on clock function precision. Text by Roland
26945 2013-06-13 Roland McGrath <roland@hack.frob.com>
26947 * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
26948 it into place only when and if the sanity check passes.
26950 2013-06-13 Joseph Myers <joseph@codesourcery.com>
26952 * stdlib/gen-tst-strtod-round.c (round_str): Always generate
26953 output for whether conversion result is exact. Take argument
26954 indicating whether type is IBM long double.
26955 (round_for_all): Change need_exact field to ibm_ld.
26956 * stdlib/tst-strtod-round.c (struct exactness): New type.
26957 (struct test): Change bool ld_ok field to struct exactness exact.
26958 (TEST): Update all definitions for change to field.
26959 (tests): Regenerate array contents.
26960 (test_in_one_mode): Take pointer to new field instead of old ld_ok
26961 field value. Check for IBM long double here.
26962 (do_test): Update calls to test_in_one_mode.
26964 2013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
26967 * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
26968 CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
26970 2013-06-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26973 * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
26974 generated by the compiler on loop optimizations.
26975 * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
26976 general definitions.
26978 2013-06-12 Joseph Myers <joseph@codesourcery.com>
26980 * math/bug-nextafter.c: Include <math-tests.h>.
26981 (main): Only test for exceptions if EXCEPTION_TESTS is true for
26983 * math/bug-nexttoward.c: Include <math-tests.h>.
26984 (main): Only test for exceptions if EXCEPTION_TESTS is true for
26986 * math/test-misc.c: Include <math-tests.h>.
26987 (main): Only test for exceptions if EXCEPTION_TESTS is true for
26990 2013-06-12 Andreas Jaeger <aj@suse.de>
26992 * po/ia.po: Update Interlingua translation from translation
26995 2013-06-12 Siddhesh Poyarekar <siddhesh@redhat.com>
26997 * include/fenv.h: Include stdbool.h.
26998 (struct rm_ctx): New structure.
26999 * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
27001 (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
27002 (SET_RESTORE_ROUNDF): Likewise.
27003 (SET_RESTORE_ROUNDL): Likewise.
27004 (SET_RESTORE_ROUND_NOEX): Likewise.
27005 (SET_RESTORE_ROUND_NOEXF): Likewise.
27006 (SET_RESTORE_ROUND_NOEXL): Likewise.
27007 (SET_RESTORE_ROUND_53BIT): Likewise.
27008 [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
27009 (libc_feresetround_noexf_ctx): Likewise.
27010 (libc_feresetround_noexl_ctx): Likewise.
27011 (libc_feholdsetround_53bit_ctx): Likewise.
27012 (libc_feresetround_53bit_ctx): Likewise.
27013 * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
27014 (libc_feholdexcept_setround_sse_ctx): New function.
27015 (libc_fesetenv_sse_ctx): Likewise.
27016 (libc_feupdateenv_sse_ctx): Likewise.
27017 (libc_feholdexcept_setround_387_prec_ctx): Likewise.
27018 (libc_feholdexcept_setround_387_ctx): Likewise.
27019 (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
27020 (libc_feholdsetround_387_prec_ctx): Likewise.
27021 (libc_feholdsetround_387_ctx): Likewise.
27022 (libc_feholdsetround_387_53bit_ctx): Likewise.
27023 (libc_feholdsetround_sse_ctx): Likewise.
27024 (libc_feresetround_sse_ctx): Likewise.
27025 (libc_feresetround_387_ctx): Likewise.
27026 (libc_feupdateenv_387_ctx): Likewise.
27027 (libc_feholdexcept_setroundf_ctx): Define macro.
27028 (libc_fesetenvf_ctx): Likewise.
27029 (libc_feupdateenvf_ctx): Likewise.
27030 (libc_feholdsetroundf_ctx): Likewise.
27031 (libc_feresetroundf_ctx): Likewise.
27032 (libc_feholdexcept_setround_ctx): Likewise.
27033 (libc_fesetenv_ctx): Likewise.
27034 (libc_feupdateenv_ctx): Likewise.
27035 (libc_feholdsetround_ctx): Likewise.
27036 (libc_feresetround_ctx): Likewise.
27037 (libc_feholdexcept_setroundl_ctx): Likewise.
27038 (libc_feupdateenvl_ctx): Likewise.
27039 (libc_feholdsetroundl_ctx): Likewise.
27040 (libc_feresetroundl_ctx): Likewise.
27041 [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
27042 (libc_feresetround_53bit_ctx): Likewise.
27044 2013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
27046 * locale/iso-639.def: Convert to UTF-8.
27048 2013-06-11 Joseph Myers <joseph@codesourcery.com>
27050 * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
27051 (EXCEPTION_TESTS_double): Likewise.
27052 (EXCEPTION_TESTS_long_double): Likewise.
27053 (EXCEPTION_TESTS): Likewise.
27054 * math/libm-test.inc (test_exceptions): Only test exceptions if
27055 EXCEPTION_TESTS (FLOAT).
27057 2013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
27059 * benchtests/Makefile (string-bench): Add strcpy_chk and
27061 * benchtests/bench-stpcpy_chk-ifunc.c: New file.
27062 * benchtests/bench-stpcpy_chk.c: New file.
27063 * benchtests/bench-strcpy_chk-ifunc.c: New file.
27064 * benchtests/bench-strcpy_chk.c: New file.
27065 * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
27067 (do_test): Likewise.
27069 2013-06-11 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
27071 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
27072 ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
27073 * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
27074 with tabs where appropriate.
27075 [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
27077 [PPC_PLATFORM_PPC440]: Likewise.
27078 [PPC_PLATFORM_PPC464]: Likewise.
27079 [PPC_PLATFORM_PPC476]: Likewise.
27080 (_dl_string_platform): Add support for detecting ppc405, ppc440,
27081 ppc464, and ppc476 platform strings merging from ports/
27084 2013-06-11 Andreas Schwab <schwab@suse.de>
27087 * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
27088 (from_ucs4_idx): Regenerate.
27089 (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
27090 (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
27091 (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
27092 (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
27093 (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
27094 (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
27095 (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
27096 (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
27097 from FROM_LOOP and TO_LOOP specific macros.
27098 (BODY): Handle combining characters.
27099 * iconvdata/BIG5HKSCS.irreversible: Update.
27100 * iconvdata/BIG5HKSCS.precomposed: New file.
27101 * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
27103 * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
27105 2013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
27107 * include/sys/time.h: Fix indentation and add copyright header.
27109 * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
27110 (do_test): Likewise.
27111 * string/test-memchr.c (do_one_test): Likewise.
27112 (do_test): Likewise.
27113 * string/test-memcmp.c (do_one_test): Likewise.
27114 (do_test): Likewise.
27115 * string/test-memcpy.c (do_one_test): Likewise.
27116 (do_test): Likewise.
27117 * string/test-memmem.c (do_one_test): Likewise.
27118 (do_test): Likewise.
27119 (do_random_tests): Likewise.
27120 * string/test-memmove.c (do_one_test): Likewise.
27121 (do_test): Likewise.
27122 * string/test-memset.c (do_one_test): Likewise.
27123 (do_test): Likewise.
27124 * string/test-rawmemchr.c (do_one_test): Likewise.
27125 (do_test): Likewise.
27126 * string/test-strcasecmp.c (do_one_test): Likewise.
27127 (do_test): Likewise.
27128 * string/test-strcasestr.c (do_one_test): Likewise.
27129 (do_test): Likewise.
27130 * string/test-strcat.c (do_one_test): Likewise.
27131 (do_test): Likewise.
27132 * string/test-strchr.c (do_one_test): Likewise.
27133 (do_test): Likewise.
27134 * string/test-strcmp.c (do_one_test): Likewise.
27135 (do_test): Likewise.
27136 * string/test-strcpy.c (do_one_test): Likewise.
27137 (do_test): Likewise.
27138 * string/test-string.h: Likewise.
27139 (test_init): Likewise.
27140 * string/test-strlen.c (do_one_test): Likewise.
27141 (do_test): Likewise.
27142 * string/test-strncasecmp.c (do_one_test): Likewise.
27143 (do_test): Likewise.
27144 * string/test-strncat.c (do_one_test): Likewise.
27145 (do_test): Likewise.
27146 * string/test-strncmp.c (do_one_test): Likewise.
27147 (do_test_limit): Likewise.
27148 (do_test): Likewise.
27149 * string/test-strncpy.c (do_one_test): Likewise.
27150 (do_test): Likewise.
27151 * string/test-strnlen.c (do_one_test): Likewise.
27152 (do_test): Likewise.
27153 * string/test-strpbrk.c (do_one_test): Likewise.
27154 (do_test): Likewise.
27155 * string/test-strrchr.c (do_one_test): Likewise.
27156 (do_test): Likewise.
27157 * string/test-strspn.c (do_one_test): Likewise.
27158 (do_test): Likewise.
27159 * string/test-strstr.c (do_one_test): Likewise.
27160 (do_test): Likewise.
27162 * benchtests/Makefile (string-bench): Add string benchmarks.
27163 * benchtests/bench-bcopy-ifunc.c: New file.
27164 * benchtests/bench-bcopy.c: New file.
27165 * benchtests/bench-bzero-ifunc.c: New file.
27166 * benchtests/bench-bzero.c: New file.
27167 * benchtests/bench-memccpy-ifunc.c: New file.
27168 * benchtests/bench-memccpy.c: New file.
27169 * benchtests/bench-memchr-ifunc.c: New file.
27170 * benchtests/bench-memchr.c: New file.
27171 * benchtests/bench-memcmp-ifunc.c: New file.
27172 * benchtests/bench-memcmp.c: New file.
27173 * benchtests/bench-memmem-ifunc.c: New file.
27174 * benchtests/bench-memmem.c: New file.
27175 * benchtests/bench-memmove-ifunc.c: New file.
27176 * benchtests/bench-memmove.c: New file.
27177 * benchtests/bench-mempcpy-ifunc.c: New file.
27178 * benchtests/bench-mempcpy.c: New file.
27179 * benchtests/bench-memset-ifunc.c: New file.
27180 * benchtests/bench-memset.c: New file.
27181 * benchtests/bench-rawmemchr-ifunc.c: New file.
27182 * benchtests/bench-rawmemchr.c: New file.
27183 * benchtests/bench-stpcpy-ifunc.c: New file.
27184 * benchtests/bench-stpcpy.c: New file.
27185 * benchtests/bench-stpncpy-ifunc.c: New file.
27186 * benchtests/bench-stpncpy.c: New file.
27187 * benchtests/bench-strcasecmp-ifunc.c: New file.
27188 * benchtests/bench-strcasecmp.c: New file.
27189 * benchtests/bench-strcasestr-ifunc.c: New file.
27190 * benchtests/bench-strcasestr.c: New file.
27191 * benchtests/bench-strcat-ifunc.c: New file.
27192 * benchtests/bench-strcat.c: New file.
27193 * benchtests/bench-strchr-ifunc.c: New file.
27194 * benchtests/bench-strchr.c: New file.
27195 * benchtests/bench-strchrnul-ifunc.c: New file.
27196 * benchtests/bench-strchrnul.c: New file.
27197 * benchtests/bench-strcmp-ifunc.c: New file.
27198 * benchtests/bench-strcmp.c: New file.
27199 * benchtests/bench-strcpy-ifunc.c: New file.
27200 * benchtests/bench-strcpy.c: New file.
27201 * benchtests/bench-strcspn-ifunc.c: New file.
27202 * benchtests/bench-strcspn.c: New file.
27203 * benchtests/bench-strlen-ifunc.c: New file.
27204 * benchtests/bench-strlen.c: New file.
27205 * benchtests/bench-strncasecmp-ifunc.c: New file.
27206 * benchtests/bench-strncasecmp.c: New file.
27207 * benchtests/bench-strncat-ifunc.c: New file.
27208 * benchtests/bench-strncat.c: New file.
27209 * benchtests/bench-strncmp-ifunc.c: New file.
27210 * benchtests/bench-strncmp.c: New file.
27211 * benchtests/bench-strncpy-ifunc.c: New file.
27212 * benchtests/bench-strncpy.c: New file.
27213 * benchtests/bench-strnlen-ifunc.c: New file.
27214 * benchtests/bench-strnlen.c: New file.
27215 * benchtests/bench-strpbrk-ifunc.c: New file.
27216 * benchtests/bench-strpbrk.c: New file.
27217 * benchtests/bench-strrchr-ifunc.c: New file.
27218 * benchtests/bench-strrchr.c: New file.
27219 * benchtests/bench-strspn-ifunc.c: New file.
27220 * benchtests/bench-strspn.c: New file.
27221 * benchtests/bench-strstr-ifunc.c: New file.
27222 * benchtests/bench-strstr.c: New file.
27224 * benchtests/Makefile: Disable parallel execution of targets.
27225 (string-bench): Add memcpy.
27226 (benchset): New variable to store a list of benchmark sets.
27227 (bench-func): Renamed from bench.
27228 (bench-set): New target.
27229 (bench): Depend on bench-func and bench-set.
27230 * benchtests/README: Add section on benchmark sets.
27231 * benchtests/bench-memcpy-ifunc.c: New file.
27232 * benchtests/bench-memcpy.c: New file.
27233 * benchtests/bench-string.h: New file.
27235 2013-06-11 Andreas Schwab <schwab@suse.de>
27238 * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
27239 * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
27240 values in the triple.
27241 * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
27242 terminator in the group key.
27244 2013-06-11 Andreas Jaeger <aj@suse.de>
27246 * po/zh_TW.po: Update Chinese (traditional) translation from
27247 translation project.
27249 2013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
27251 * include/time.h (__clock_gettime): Add libc_hidden_proto.
27252 * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
27253 __clock_getcpuclockid. Add weak_alias and libc_hidden_def.
27254 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
27255 (clock_getcpuclockid): Likewise.
27256 * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
27257 Add weak_alias and libc_hidden_def.
27258 * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
27259 * rt/clock_gettime.c (clock_gettime): Rename to
27260 __clock_gettime. Add weak_alias and libc_hidden_def.
27261 * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
27262 * rt/clock_nanosleep.c (clock_nanosleep): Rename to
27263 __clock_nanosleep. Add weak_alias and libc_hidden_def.
27264 * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
27265 * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
27267 * rt/clock_settime.c (clock_settime): Rename to
27268 __clock_settime. Add weak_alias and libc_hidden_def.
27269 * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
27271 2013-06-10 Joseph Myers <joseph@codesourcery.com>
27273 * mach/err_boot.sub: Remove trailing whitespace.
27274 * mach/err_ipc.sub: Likewise.
27275 * mach/err_mach.sub: Likewise.
27277 * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
27278 (ROUNDING_TESTS_double): Likewise.
27279 (ROUNDING_TESTS_long_double): Likewise.
27280 (ROUNDING_TESTS): Likewise.
27281 * math/libm-test.inc: Include <math-tests.h>.
27282 (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
27283 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
27284 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
27285 (IF_ROUND_INIT_FE_UPWARD): Likewise.
27287 2013-06-10 Siddhesh Poyarekar <siddhesh@redhat.com>
27289 * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
27292 2013-06-08 Joseph Myers <joseph@codesourcery.com>
27294 * sysdeps/gnu/errlist.awk: Do not generate space at end of
27295 otherwise empty TRANS lines.
27296 * sysdeps/gnu/errlist.c: Regenerated.
27298 * catgets/gencat.c (error_print): Use (void) in function
27300 * crypt/crypt_util.c (__init_des): Likewise.
27301 * crypt/speeds.c (Stop): Likewise.
27303 * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
27304 * inet/ruserpass.c (token): Likewise.
27305 * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
27306 * intl/localealias.c (extend_alias_table): Likewise.
27307 * intl/plural-exp.c (init_germanic_plural): Likewise.
27308 * libio/fcloseall.c (__fcloseall): Likewise.
27309 * libio/genops.c (_IO_flush_all): Likewise.
27310 (_IO_flush_all_linebuffered): Likewise.
27311 (_IO_cleanup): Likewise.
27312 (_IO_iter_begin): Likewise.
27313 (_IO_iter_end): Likewise.
27314 (_IO_list_lock): Likewise.
27315 (_IO_list_unlock): Likewise.
27316 (_IO_list_resetlock): Likewise.
27317 * libio/getchar.c (getchar): Likewise.
27318 * libio/getchar_u.c (getchar_unlocked): Likewise.
27319 * libio/getwchar.c (getwchar): Likewise.
27320 * libio/getwchar_u.c (getwchar_unlocked): Likewise.
27321 * libio/oldstdfiles.c (_IO_check_libio): Likewise.
27322 * login/getpt.c (__getpt): Likewise.
27323 * login/tst-utmp.c (main): Likewise.
27324 * malloc/hooks.c (__malloc_check_init): Likewise.
27325 * malloc/malloc.c (__malloc_stats): Likewise.
27326 * malloc/mtrace.c (tr_break): Likewise.
27327 (mtrace): Likewise.
27328 (muntrace): Likewise.
27329 * misc/fstab.c (endfsent): Likewise.
27330 * misc/getclktck.c (__getclktck): Likewise.
27331 * misc/getdtsz.c (__getdtablesize): Likewise.
27332 * misc/gethostid.c (gethostid): Likewise.
27333 * misc/getpagesize.c (__getpagesize): Likewise.
27334 * misc/getsysstats.c (__get_nprocs_conf): Likewise.
27335 (__get_nprocs): Likewise.
27336 (__get_phys_pages): Likewise.
27337 (__get_avphys_pages): Likewise.
27338 * misc/getttyent.c (getttyent): Likewise.
27339 (setttyent): Likewise.
27340 (endttyent): Likewise.
27341 * misc/getusershell.c (getusershell): Likewise.
27342 (endusershell): Likewise.
27343 (setusershell): Likewise.
27344 (initshells): Likewise.
27345 * misc/hsearch.c (__hdestroy): Likewise.
27346 * misc/sync.c (sync): Likewise.
27347 * misc/syslog.c (closelog_internal): Likewise.
27348 (closelog): Likewise.
27349 * misc/ttyslot.c (ttyslot): Likewise.
27350 * misc/vhangup.c (vhangup): Likewise.
27351 * posix/fork.c (__fork): Likewise.
27352 * posix/getegid.c (__getegid): Likewise.
27353 * posix/geteuid.c (__geteuid): Likewise.
27354 * posix/getgid.c (__getgid): Likewise.
27355 * posix/getpid.c (__getpid): Likewise.
27356 * posix/getppid.c (__getppid): Likewise.
27357 * posix/getuid.c (__getuid): Likewise.
27358 * posix/pause.c (pause): Likewise.
27359 * posix/setpgrp.c (setpgrp): Likewise.
27360 * posix/setsid.c (__setsid): Likewise.
27361 * posix/test-vfork.c (noop): Likewise.
27362 * resolv/gethnamaddr.c (_endhtent): Likewise.
27363 (_gethtent): Likewise.
27364 (ht_endhostent): Likewise.
27365 (gethostent): Likewise.
27366 (dns_service): Likewise.
27367 * stdlib/drand48.c (drand48): Likewise.
27368 * stdlib/lrand48.c (lrand48): Likewise.
27369 * stdlib/mrand48.c (mrand48): Likewise.
27370 * stdlib/rand.c (rand): Likewise.
27371 * stdlib/random.c (__random): Likewise.
27372 * stdlib/setenv.c (clearenv): Likewise.
27373 * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
27374 * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
27375 * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
27376 * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
27377 (__get_nprocs): Likewise.
27378 (__get_phys_pages): Likewise.
27379 (__get_avphys_pages): Likewise.
27380 * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
27381 * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
27382 * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
27383 * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
27384 * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
27385 * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
27386 * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
27387 * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
27388 * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
27389 * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
27390 * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
27391 * sysdeps/mach/hurd/sync.c (sync): Likewise.
27392 * sysdeps/posix/clock.c (clock): Likewise.
27393 * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
27394 * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
27395 * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
27396 * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
27397 * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
27398 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
27399 (__get_nprocs_conf): Likewise.
27400 (__get_phys_pages): Likewise.
27401 (__get_avphys_pages): Likewise.
27402 * time/clock.c (clock): Likewise.
27403 * time/tzset.c (__tzname_max): Likewise.
27405 2013-06-07 Joseph Myers <joseph@codesourcery.com>
27407 * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
27408 (__bswap_32): Do not use "register".
27409 * crypt/crypt.c (_ufc_doit_r): Likewise.
27410 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
27411 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
27412 * gmon/gmon.c (__monstartup): Likewise.
27413 * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
27414 * hurd/hurdmalloc.c (more_memory): Likewise.
27415 (malloc): Likewise.
27417 (realloc): Likewise.
27418 (malloc_fork_prepare): Likewise.
27419 (malloc_fork_parent): Likewise.
27420 (malloc_fork_child): Likewise.
27421 * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
27422 (_svcauth_des): Likewise.
27423 * inet/inet_lnaof.c (inet_lnaof): Likewise.
27424 * inet/inet_net.c (inet_network): Likewise.
27425 * inet/inet_netof.c (inet_netof): Likewise.
27426 * inet/rcmd.c (__validuser2_sa): Likewise.
27427 * io/fts.c (fts_open): Likewise.
27428 (fts_load): Likewise.
27429 (fts_close): Likewise.
27430 (fts_read): Likewise.
27431 (fts_children): Likewise.
27432 (fts_build): Likewise.
27433 (fts_stat): Likewise.
27434 (fts_sort): Likewise.
27435 (fts_alloc): Likewise.
27436 (fts_lfree): Likewise.
27437 * libio/fileops.c (_IO_new_file_xsputn): Likewise.
27438 (_IO_file_xsgetn): Likewise.
27439 (_IO_file_xsgetn_mmap): Likewise.
27440 * libio/iofopncook.c (_IO_cookie_read): Likewise.
27441 (_IO_cookie_write): Likewise.
27442 * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
27443 * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
27444 * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
27445 * malloc/obstack.c (_obstack_begin): Likewise.
27446 (_obstack_begin_1): Likewise.
27447 (_obstack_newchunk): Likewise.
27448 (_obstack_allocated_p): Likewise.
27449 (obstack_free): Likewise.
27450 (_obstack_memory_used): Likewise.
27451 * misc/getttyent.c (getttynam): Likewise.
27452 (getttyent): Likewise.
27455 * misc/getusershell.c (initshells): Likewise.
27456 * misc/syslog.c (__vsyslog_chk): Likewise.
27457 * misc/ttyslot.c (ttyslot): Likewise.
27458 * nis/nis_hash.c (__nis_hash): Likewise.
27459 * posix/fnmatch_loop.c (FCT): Likewise.
27460 * posix/getconf.c (print_all): Likewise.
27462 * posix/getopt.c (exchange): Likewise.
27463 * posix/glob.c (globfree): Likewise.
27464 (prefix_array): Likewise.
27465 (__glob_pattern_type): Likewise.
27466 * resolv/arpa/nameser.h (NS_GET16): Likewise.
27467 (NS_GET32): Likewise.
27468 (NS_PUT16): Likewise.
27469 (NS_PUT32): Likewise.
27470 * resolv/gethnamaddr.c (getanswer): Likewise.
27471 (gethostbyname2): Likewise.
27472 (gethostbyaddr): Likewise.
27473 (_gethtent): Likewise.
27474 (_gethtbyname2): Likewise.
27475 (_gethtbyaddr): Likewise.
27476 * resolv/ns_print.c (dst_s_get_int16): Likewise.
27477 * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
27478 * resolv/res_init.c (__res_vinit): Likewise.
27479 (net_mask): Likewise.
27480 * resolv/res_mkquery.c (outchar): Likewise.
27482 * stdio-common/printf_fp.c (outchar): Likewise.
27484 * stdio-common/printf_fphex.c (outchar): Likewise.
27486 * stdio-common/printf_size.c (outchar): Likewise.
27488 * stdio-common/test_rdwr.c (main): Likewise.
27489 * stdio-common/tfformat.c (matches): Likewise.
27490 * stdio-common/vfprintf.c (outchar): Likewise.
27491 (printf_unknown): Likewise.
27492 (buffered_vfprintf): Likewise.
27493 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
27494 * stdio-common/xbug.c (AppendToBuffer): Likewise.
27495 (ReadFile): Likewise.
27496 * stdlib/qsort.c (SWAP): Likewise.
27497 (_quicksort): Likewise.
27498 * stdlib/setenv.c (__add_to_environ): Likewise.
27499 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
27500 * stdlib/strtol_l.c (__strtol_l): Likewise.
27501 * stdlib/tst-strtod.c (main): Likewise.
27502 * stdlib/tst-strtol.c (main): Likewise.
27503 * stdlib/tst-strtoll.c (main): Likewise.
27504 * string/bits/string2.h (__strcmp_cc): Likewise.
27505 (__strcmp_cg): Likewise.
27506 (__strcspn_c1): Likewise.
27507 (__strcspn_c2): Likewise.
27508 (__strcspn_c3): Likewise.
27509 (__strspn_c1): Likewise.
27510 (__strspn_c2): Likewise.
27511 (__strspn_c3): Likewise.
27512 (__strsep_1c): Likewise.
27513 (__strsep_2c): Likewise.
27514 (__strsep_3c): Likewise.
27515 * string/memccpy.c (__memccpy): Likewise.
27516 * string/stpcpy.c (__stpcpy): Likewise.
27517 * string/strcmp.c (strcmp): Likewise.
27518 * string/strrchr.c (strrchr): Likewise.
27519 * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
27521 * sysdeps/mach/hurd/getcwd.c
27522 (_hurd_canonicalize_directory_name_internal): Likewise.
27523 * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
27524 * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
27525 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
27526 * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
27527 Likewise, in both definitions.
27528 * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
27530 [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
27531 64] (__bswap_64): Likewise.
27532 * time/test_time.c (main): Likewise.
27533 * time/tzfile.c (__tzfile_read): Likewise.
27534 (__tzfile_compute): Likewise.
27535 * time/tzset.c (__tzset_parse_tz): Likewise.
27536 (tzset_internal): Likewise.
27537 (compute_change): Likewise.
27538 * wcsmbs/wcscat.c (__wcscat): Likewise.
27539 * wcsmbs/wcschr.c (wcschr): Likewise.
27540 * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
27541 * wcsmbs/wcscspn.c (wcscspn): Likewise.
27542 * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
27543 * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
27544 * wcsmbs/wcsspn.c (wcsspn): Likewise.
27545 * wcsmbs/wcsstr.c (wcsstr): Likewise.
27546 * wcsmbs/wmemchr.c (wmemchr): Likewise.
27547 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
27548 * wcsmbs/wmemset.c (wmemset): Likewise.
27550 2013-06-06 Joseph Myers <joseph@codesourcery.com>
27552 * scripts/config.guess: Update to version 2013-05-16.
27553 * scripts/config.sub: Update to version 2013-04-24.
27554 * scripts/install-sh: Update to version 2011-11-20.07.
27555 * scripts/mkinstalldirs: Update to version 2009-04-28.21.
27556 * scripts/move-if-change: Update to version 2012-01-06 07:23.
27558 2013-06-06 Ondřej Bílka <neleai@seznam.cz>
27560 * debug/fgetws_u_chk.c: Fix leading whitespaces.
27561 * elf/sln.c: Likewise.
27562 * hurd/hurd/ioctl.h: Likewise.
27563 * hurd/hurdmalloc.c: Likewise.
27564 * hurd/xattr.c: Likewise.
27565 * include/shlib-compat.h: Likewise.
27566 * inet/ruserpass.c: Likewise.
27567 * libio/iofgets_u.c: Likewise.
27568 * libio/iofgetws_u.c: Likewise.
27569 * locale/programs/ld-identification.c: Likewise.
27570 * locale/programs/ld-time.c: Likewise.
27571 * mach/msg-destroy.c: Likewise.
27572 * nss/nss_files/files-netgrp.c: Likewise.
27573 * resolv/res_data.c: Likewise.
27574 * soft-fp/op-1.h: Likewise.
27575 * soft-fp/op-2.h: Likewise.
27576 * soft-fp/op-4.h: Likewise.
27577 * soft-fp/op-common.h: Likewise.
27578 * stdio-common/printf_fphex.c: Likewise.
27579 * stdlib/strtod_l.c: Likewise.
27580 * sunrpc/rpc/clnt.h: Likewise.
27581 * sysdeps/generic/framestate.c: Likewise.
27582 * sysdeps/i386/bsd-_setjmp.S: Likewise.
27583 * sysdeps/i386/bsd-setjmp.S: Likewise.
27584 * sysdeps/i386/__longjmp.S: Likewise.
27585 * sysdeps/i386/setjmp.S: Likewise.
27586 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
27587 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
27588 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27589 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
27590 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
27591 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
27592 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
27593 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
27594 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
27595 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
27596 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
27597 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
27598 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
27599 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
27600 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
27601 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
27602 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
27603 * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
27604 * sysdeps/ieee754/support.c: Likewise.
27605 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27606 * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
27607 * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
27608 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
27609 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
27610 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
27611 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
27612 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
27613 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
27614 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
27615 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
27616 * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
27617 * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
27618 * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
27619 * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
27620 * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
27621 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
27622 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
27624 2013-06-05 Ondřej Bílka <neleai@seznam.cz>
27626 * posix/transbug.c: Remove executable mode.
27628 2013-06-05 Joseph Myers <joseph@codesourcery.com>
27630 * crypt/speeds.c: Remove trailing whitespace.
27631 * dlfcn/default.c: Likewise.
27632 * elf/ifuncdep2.c: Likewise.
27633 * elf/ifuncmain1.c: Likewise.
27634 * elf/ifuncmain1vis.c: Likewise.
27635 * elf/testobj.h: Likewise.
27636 * elf/tst-stackguard1.c: Likewise.
27637 * gmon/sys/gmon.h: Likewise.
27638 * hurd/hurdmsg.c: Likewise.
27639 * hurd/new-fd.c: Likewise.
27640 * hurd/ports-get.c: Likewise.
27641 * iconvdata/ibm1008_420.c: Likewise.
27642 * inet/tst-getni1.c: Likewise.
27643 * inet/tst-getni2.c: Likewise.
27644 * libio/ioungetc.c: Likewise.
27645 * libio/wfiledoalloc.c: Likewise.
27646 * manual/libm-err-tab.pl: Likewise.
27647 * math/w_dremf.c: Likewise.
27648 * misc/ftruncate.c: Likewise.
27649 * posix/bug-glob2.c: Likewise.
27650 * posix/tst-pcre.c: Likewise.
27651 * posix/wait4.c: Likewise.
27652 * resolv/README: Likewise.
27653 * resolv/res_debug.h: Likewise.
27654 * resolv/tst-inet_ntop.c: Likewise.
27655 * setjmp/bug269-setjmp.c: Likewise.
27656 * soft-fp/extended.h: Likewise.
27657 * soft-fp/op-1.h: Likewise.
27658 * soft-fp/op-2.h: Likewise.
27659 * soft-fp/op-4.h: Likewise.
27660 * soft-fp/op-8.h: Likewise.
27661 * soft-fp/testit.c: Likewise.
27662 * stdio-common/bug16.c: Likewise.
27663 * stdlib/random.c: Likewise.
27664 * sunrpc/rpcsvc/rquota.x: Likewise.
27665 * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
27666 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
27667 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27668 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
27669 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
27670 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
27671 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
27672 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
27673 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
27674 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
27675 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
27676 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
27677 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
27678 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
27679 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
27680 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
27681 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
27682 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
27683 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
27684 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
27685 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
27686 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
27687 * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
27688 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
27689 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
27690 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
27691 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
27692 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
27693 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
27694 * sysdeps/ieee754/s_lib_version.c: Likewise.
27695 * sysdeps/mach/hurd/check_fds.c: Likewise.
27696 * sysdeps/mach/hurd/getsockname.c: Likewise.
27697 * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
27698 * sysdeps/mach/hurd/recvfrom.c: Likewise.
27699 * sysdeps/powerpc/bits/link.h: Likewise.
27700 * sysdeps/powerpc/dl-procinfo.c: Likewise.
27701 * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
27702 * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
27703 * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
27704 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
27705 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
27706 * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
27707 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
27708 * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
27709 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
27710 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
27711 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
27712 * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
27713 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
27714 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
27715 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
27716 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
27717 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
27718 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
27719 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
27720 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
27721 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
27722 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27723 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
27724 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
27725 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
27726 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
27727 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
27728 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
27729 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
27730 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
27731 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
27732 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27733 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
27734 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
27735 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
27736 * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
27737 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
27738 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
27739 * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
27740 * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
27741 * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
27742 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
27743 * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
27744 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
27745 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
27746 * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
27747 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
27748 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
27749 * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
27750 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
27751 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
27752 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
27753 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
27754 * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
27755 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
27756 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
27757 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27758 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
27759 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
27760 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
27761 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
27762 * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
27763 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
27764 * sysdeps/powerpc/sysdep.h: Likewise.
27765 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
27766 * sysdeps/s390/s390-64/sub_n.S: Likewise.
27767 * sysdeps/sh/dl-trampoline.S: Likewise.
27768 * sysdeps/sh/memset.S: Likewise.
27769 * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
27770 * sysdeps/sh/strlen.S: Likewise.
27771 * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
27772 * sysdeps/sparc/sparc32/dotmul.S: Likewise.
27773 * sysdeps/sparc/sparc32/memcpy.S: Likewise.
27774 * sysdeps/sparc/sparc32/rem.S: Likewise.
27775 * sysdeps/sparc/sparc32/sdiv.S: Likewise.
27776 * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
27777 * sysdeps/sparc/sparc32/strchr.S: Likewise.
27778 * sysdeps/sparc/sparc32/udiv.S: Likewise.
27779 * sysdeps/sparc/sparc32/urem.S: Likewise.
27780 * sysdeps/sparc/sparc64/add_n.S: Likewise.
27781 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
27782 * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
27783 * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
27784 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
27785 * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
27786 * sysdeps/sparc/sparc64/strncmp.S: Likewise.
27787 * sysdeps/sparc/sparc64/strncpy.S: Likewise.
27788 * sysdeps/unix/bsd/times.c: Likewise.
27789 * sysdeps/unix/sysv/linux/a.out.h: Likewise.
27790 * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
27791 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
27792 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
27793 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
27794 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
27795 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
27796 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
27797 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
27798 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
27799 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
27800 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27801 * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
27802 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
27803 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27804 * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
27805 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27806 * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
27807 * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
27808 * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
27809 * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
27810 * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
27811 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
27812 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
27813 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
27814 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
27815 * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
27816 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
27817 * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
27818 * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
27819 * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
27820 * sysdeps/x86_64/strcspn.S: Likewise.
27822 2013-06-05 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
27824 * locale/C-translit.h: Revert #include <stdint.h> because this is a
27825 generated file. Regenerate properly from gen-translit.pl.
27826 * locale/gen-translit.pl: Add #include <stdint.h>. This generates
27827 locale/C-translit.h.
27829 2013-06-05 Andreas Schwab <schwab@suse.de>
27832 * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
27833 week as 6 instead of -1.
27834 * time/tst-strptime.c (day_tests): Add test case.
27836 2013-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
27838 * sysdeps/generic/math_private.h
27839 (libc_feholdexcept_setround_53bit): Replace with
27840 libc_feholdsetround_53bit.
27841 (libc_feupdateenv_53bit): Replace with
27842 libc_feresetround_53bit.
27843 (SET_RESTORE_ROUND_53BIT): Adjust.
27845 2013-06-03 Siddhesh Poyarekar <siddhesh@redhat.com>
27847 * string/test-strchrnul.c: Add copyright header.
27849 * posix/tst-getaddrinfo4.c: Increase test timeout.
27851 2013-06-03 Carlos O'Donell <carlos@redhat.com>
27854 * math/libm-test.inc (MAX_EXP): Remove
27856 (ulp): Use MIN_EXP - MANT_DIG.
27857 (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
27859 2013-05-31 Carlos O'Donell <carlos@redhat.com>
27861 * po/be.po: Revert last change.
27862 * po/zh_CN.po: Likewise.
27863 * po/header.pot: Likewise.
27865 2013-05-31 Joseph Myers <joseph@codesourcery.com>
27867 * Makefile ($(common-objpfx)linkobj/libc.so): Define
27868 link-libc-deps to empty as target-specific variable.
27869 * Makerules (link-libc-args): New variable.
27870 (libc-for-link): Likewise.
27871 (link-libc-deps): Likewise.
27872 (lib%.so): Depend on $(link-libc-deps). Link with
27874 (build-module): Link with $(link-libc-args).
27875 (build-module-asneeded): Likewise.
27876 (build-module-helper-objlist): Filter out $(link-libc-deps) from
27878 ($(common-objpfx)libc.so): Define link-libc-deps to empty as
27879 target-specific variable.
27880 ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
27881 $(link-libc-deps) instead of libc.so and libc_nonshared.a.
27882 * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
27884 * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
27886 ($(objpfx)libpcprofile.so): Likewise.
27887 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
27889 ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
27890 * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
27891 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
27893 ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
27894 * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
27895 * login/Makefile ($(objpfx)libutil.so): Likewise.
27896 * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
27897 * math/Makefile ($(objpfx)libm.so): Likewise.
27898 * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
27899 $(objpfx)libnsl.so): Define libc-for-link as target-specific
27900 variable instead of depending directly on libc.
27901 * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
27902 ($(objpfx)/libnss_test1.so): Change dependencies on libc to
27904 * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
27906 [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
27907 ($(objpfx)libnss_dns.so): Remove dependencies on libc.
27908 ($(objpfx)libanl.so): Likewise.
27909 * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
27911 * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
27913 * sysdeps/i386/fpu/Makefile: Remove file.
27914 * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
27915 ($(objpfx)libm.so): Remove dependency on ld.so.
27917 2013-05-30 Patsy Franklin <pfrankli@redhat.com>
27920 * nis/yp_xdr.c (XDRMAXNAME): Define.
27921 (XDRMAXRECORD): Define.
27922 (xdr_domainname): Use XDRMAXNAME.
27923 (xdr_mapname): Likewise.
27924 (xdr_peername): Likewise.
27925 (xdr_keydat): Use XDRMAXRECORD.
27926 (xdr_valdat): Likewise.
27928 2013-05-30 Jeff Law <law@redhat.com>
27931 * manual/errno.texi (ESTALE): Update to account for more than
27932 just NFS file systems.
27933 * sysdeps/gnu/errlist.c: Regenerated.
27935 2013-05-29 Siddhesh Poyarekar <siddhesh@redhat.com>
27938 * elf/Makefile (tests): Add tst-null-argv.
27939 (modules-names): Add tst-null-argv-lib.
27940 ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
27941 (tst-null-argv-ENV): Set environment for tst-null-argv.
27942 * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
27943 (RTLD_PROGNAME): New macro.
27944 * elf/tst-null-argv.c: New test case.
27945 * elf/tst-null-argv-lib.c: Library for test case.
27946 * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
27947 * elf/dl-deps.c (_dl_map_object_deps): Likewise.
27948 * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
27949 * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
27950 * elf/dl-init.c (call_init): Likewise.
27951 (_dl_init): Likewise.
27952 * elf/dl-load.c (print_search_path): Likewise.
27953 (_dl_map_object): Likewise.
27954 * elf/dl-lookup.c (do_lookup_x): Likewise.
27955 (add_dependency): Likewise.
27956 (_dl_lookup_symbol_x): Likewise.
27957 (_dl_debug_bindings): Likewise.
27958 * elf/dl-open.c (_dl_show_scope): Likewise.
27959 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
27960 * elf/dl-version.c (match_symbol): Likewise.
27961 (_dl_check_map_versions): Likewise.
27962 * elf/rtld.c (dl_main): Likewise.
27963 (print_unresolved): Use RTLD_PROGNAME.
27964 (print_missing_version): Likewise.
27965 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
27966 (elf_machine_rela): Likewise.
27967 * sysdeps/powerpc/powerpc32/dl-machine.c
27968 (__process_machine_rela): Likewise.
27969 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
27971 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
27973 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
27975 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
27976 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
27978 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
27980 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
27982 2013-05-28 Carlos O'Donell <carlos@redhat.com>
27984 * po/be.po: Add descriptive title.
27985 * po/zh_CN.po: Likewise.
27986 * po/header.pot: Likewise.
27988 2013-05-28 Mike Frysinger <vapier@gentoo.org>
27990 * locale/programs/locarchive.c (create_archive): Inlucde fname in
27992 (enlarge_archive): Likewise.
27994 2013-05-28 Ben North <ben@redfrontdoor.org>
27996 * manual/arith.texi (frexp): It is the magnitude of the return
27997 value which lies in [0.5, 1), not the return value itself.
27999 2013-05-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
28001 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28003 2013-05-26 Thomas Schwinge <thomas@codesourcery.com>
28005 * stdio-common/bug26.c (main): Correct fscanf template.
28007 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
28008 declare _dl_skip_args.
28010 * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
28013 * manual/platform.texi: Add missing @end deftypefun.
28015 2013-05-24 Joseph Myers <joseph@codesourcery.com>
28018 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
28019 bit of mantissa of 2^16382.
28020 * math/libm-test.inc (hypot_test_data): Add more tests.
28022 * math/libm-test.inc: Add drem and pow10 to list of tested
28024 (pow10_test): New function.
28025 (drem_test): Likewise.
28026 (drem_test_tonearest): Likewise.
28027 (drem_test_towardzero): Likewise.
28028 (drem_test_downward): Likewise.
28029 (drem_test_upward): Likewise.
28030 (main): Call the new functions.
28032 * math/libm-test.inc (finite_test_data): Remove.
28033 (finite_test): Run tests from isfinite_test_data.
28034 (gamma_test_data): Remove.
28035 (gamma_test): Run tests from lgamma_test_data.
28036 * sysdeps/i386/fpu/libm-test-ulps: Update.
28037 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28039 2013-05-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
28041 * manual/platform.texi: Add PowerPC PPR function set documentation.
28042 * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
28045 2013-05-24 Carlos O'Donell <carlos@redhat.com>
28047 * math/libm-test.inc (MAX_EXP): Define.
28049 (ulp): New function.
28050 (check_float_internal): Use ULPDIFF.
28051 (cpow_test): Disable failing test.
28052 (check_ulp): Test ulp() implemetnation.
28053 (main): Call check_ulp before starting tests.
28055 2013-05-24 Joseph Myers <joseph@codesourcery.com>
28057 * math/gen-libm-test.pl (generate_testfile): Do not handle
28058 START_DATA and END_DATA.
28059 * math/libm-test.inc (acos_test_data): Do not use START_DATA and
28061 (acos_tonearest_test_data): Likewise.
28062 (acos_towardzero_test_data): Likewise.
28063 (acos_downward_test_data): Likewise.
28064 (acos_upward_test_data): Likewise.
28065 (acosh_test_data): Likewise.
28066 (asin_test_data): Likewise.
28067 (asin_tonearest_test_data): Likewise.
28068 (asin_towardzero_test_data): Likewise.
28069 (asin_downward_test_data): Likewise.
28070 (asin_upward_test_data): Likewise.
28071 (asinh_test_data): Likewise.
28072 (atan_test_data): Likewise.
28073 (atanh_test_data): Likewise.
28074 (atan2_test_data): Likewise.
28075 (cabs_test_data): Likewise.
28076 (cacos_test_data): Likewise.
28077 (cacosh_test_data): Likewise.
28078 (carg_test_data): Likewise.
28079 (casin_test_data): Likewise.
28080 (casinh_test_data): Likewise.
28081 (catan_test_data): Likewise.
28082 (catanh_test_data): Likewise.
28083 (cbrt_test_data): Likewise.
28084 (ccos_test_data): Likewise.
28085 (ccosh_test_data): Likewise.
28086 (ceil_test_data): Likewise.
28087 (cexp_test_data): Likewise.
28088 (cimag_test_data): Likewise.
28089 (clog_test_data): Likewise.
28090 (clog10_test_data): Likewise.
28091 (conj_test_data): Likewise.
28092 (copysign_test_data): Likewise.
28093 (cos_test_data): Likewise.
28094 (cos_tonearest_test_data): Likewise.
28095 (cos_towardzero_test_data): Likewise.
28096 (cos_downward_test_data): Likewise.
28097 (cos_upward_test_data): Likewise.
28098 (cosh_test_data): Likewise.
28099 (cosh_tonearest_test_data): Likewise.
28100 (cosh_towardzero_test_data): Likewise.
28101 (cosh_downward_test_data): Likewise.
28102 (cosh_upward_test_data): Likewise.
28103 (cpow_test_data): Likewise.
28104 (cproj_test_data): Likewise.
28105 (creal_test_data): Likewise.
28106 (csin_test_data): Likewise.
28107 (csinh_test_data): Likewise.
28108 (csqrt_test_data): Likewise.
28109 (ctan_test_data): Likewise.
28110 (ctan_tonearest_test_data): Likewise.
28111 (ctan_towardzero_test_data): Likewise.
28112 (ctan_downward_test_data): Likewise.
28113 (ctan_upward_test_data): Likewise.
28114 (ctanh_test_data): Likewise.
28115 (ctanh_tonearest_test_data): Likewise.
28116 (ctanh_towardzero_test_data): Likewise.
28117 (ctanh_downward_test_data): Likewise.
28118 (ctanh_upward_test_data): Likewise.
28119 (erf_test_data): Likewise.
28120 (erfc_test_data): Likewise.
28121 (exp_test_data): Likewise.
28122 (exp_tonearest_test_data): Likewise.
28123 (exp_towardzero_test_data): Likewise.
28124 (exp_downward_test_data): Likewise.
28125 (exp_upward_test_data): Likewise.
28126 (exp10_test_data): Likewise.
28127 (exp2_test_data): Likewise.
28128 (expm1_test_data): Likewise.
28129 (fabs_test_data): Likewise.
28130 (fdim_test_data): Likewise.
28131 (finite_test_data): Likewise.
28132 (floor_test_data): Likewise.
28133 (fma_test_data): Likewise.
28134 (fma_towardzero_test_data): Likewise.
28135 (fma_downward_test_data): Likewise.
28136 (fma_upward_test_data): Likewise.
28137 (fmax_test_data): Likewise.
28138 (fmin_test_data): Likewise.
28139 (fmod_test_data): Likewise.
28140 (fpclassify_test_data): Likewise.
28141 (frexp_test_data): Likewise.
28142 (gamma_test_data): Likewise.
28143 (hypot_test_data): Likewise.
28144 (ilogb_test_data): Likewise.
28145 (isfinite_test_data): Likewise.
28146 (isgreater_test_data): Likewise.
28147 (isgreaterequal_test_data): Likewise.
28148 (isinf_test_data): Likewise.
28149 (isless_test_data): Likewise.
28150 (islessequal_test_data): Likewise.
28151 (islessgreater_test_data): Likewise.
28152 (isnan_test_data): Likewise.
28153 (isnormal_test_data): Likewise.
28154 (issignaling_test_data): Likewise.
28155 (isunordered_test_data): Likewise.
28156 (j0_test_data): Likewise.
28157 (j1_test_data): Likewise.
28158 (jn_test_data): Likewise.
28159 (ldexp_test_data): Likewise.
28160 (lgamma_test_data): Likewise.
28161 (lrint_test_data): Likewise.
28162 (lrint_tonearest_test_data): Likewise.
28163 (lrint_towardzero_test_data): Likewise.
28164 (lrint_downward_test_data): Likewise.
28165 (lrint_upward_test_data): Likewise.
28166 (llrint_test_data): Likewise.
28167 (llrint_tonearest_test_data): Likewise.
28168 (llrint_towardzero_test_data): Likewise.
28169 (llrint_downward_test_data): Likewise.
28170 (llrint_upward_test_data): Likewise.
28171 (log_test_data): Likewise.
28172 (log10_test_data): Likewise.
28173 (log1p_test_data): Likewise.
28174 (log2_test_data): Likewise.
28175 (logb_test_data): Likewise.
28176 (logb_downward_test_data): Likewise.
28177 (lround_test_data): Likewise.
28178 (llround_test_data): Likewise.
28179 (modf_test_data): Likewise.
28180 (nearbyint_test_data): Likewise.
28181 (nextafter_test_data): Likewise.
28182 (nexttoward_test_data): Likewise.
28183 (pow_test_data): Likewise.
28184 (pow_tonearest_test_data): Likewise.
28185 (pow_towardzero_test_data): Likewise.
28186 (pow_downward_test_data): Likewise.
28187 (pow_upward_test_data): Likewise.
28188 (remainder_test_data): Likewise.
28189 (remainder_tonearest_test_data): Likewise.
28190 (remainder_towardzero_test_data): Likewise.
28191 (remainder_downward_test_data): Likewise.
28192 (remainder_upward_test_data): Likewise.
28193 (remquo_test_data): Likewise.
28194 (rint_test_data): Likewise.
28195 (rint_tonearest_test_data): Likewise.
28196 (rint_towardzero_test_data): Likewise.
28197 (rint_downward_test_data): Likewise.
28198 (rint_upward_test_data): Likewise.
28199 (round_test_data): Likewise.
28200 (scalb_test_data): Likewise.
28201 (scalbn_test_data): Likewise.
28202 (scalbln_test_data): Likewise.
28203 (signbit_test_data): Likewise.
28204 (sin_test_data): Likewise.
28205 (sin_tonearest_test_data): Likewise.
28206 (sin_towardzero_test_data): Likewise.
28207 (sin_downward_test_data): Likewise.
28208 (sin_upward_test_data): Likewise.
28209 (sincos_test_data): Likewise.
28210 (sinh_test_data): Likewise.
28211 (sinh_tonearest_test_data): Likewise.
28212 (sinh_towardzero_test_data): Likewise.
28213 (sinh_downward_test_data): Likewise.
28214 (sinh_upward_test_data): Likewise.
28215 (sqrt_test_data): Likewise.
28216 (tan_test_data): Likewise.
28217 (tan_tonearest_test_data): Likewise.
28218 (tan_towardzero_test_data): Likewise.
28219 (tan_downward_test_data): Likewise.
28220 (tan_upward_test_data): Likewise.
28221 (tanh_test_data): Likewise.
28222 (tgamma_test_data): Likewise.
28223 (trunc_test_data): Likewise.
28224 (y0_test_data): Likewise.
28225 (y1_test_data): Likewise.
28226 (yn_test_data): Likewise.
28227 (significand_test_data): Likewise.
28229 * math/gen-libm-test.pl (@functions): Remove variable.
28230 (generate_testfile): Don't handle START and END lines.
28231 * math/libm-test.inc (START): New macro.
28233 (END_COMPLEX): Likewise.
28234 (acos_test): Use END macro without arguments.
28235 (acos_test_tonearest): Likewise.
28236 (acos_test_towardzero): Likewise.
28237 (acos_test_downward): Likewise.
28238 (acos_test_upward): Likewise.
28239 (acosh_test): Likewise.
28240 (asin_test): Likewise.
28241 (asin_test_tonearest): Likewise.
28242 (asin_test_towardzero): Likewise.
28243 (asin_test_downward): Likewise.
28244 (asin_test_upward): Likewise.
28245 (asinh_test): Likewise.
28246 (atan_test): Likewise.
28247 (atanh_test): Likewise.
28248 (atan2_test): Likewise.
28249 (cabs_test): Likewise.
28250 (cacos_test): Use END_COMPLEX macro without arguments.
28251 (cacosh_test): Likewise.
28252 (carg_test): Use END macro without arguments.
28253 (casin_test): Use END_COMPLEX macro without arguments.
28254 (casinh_test): Likewise.
28255 (catan_test): Likewise.
28256 (catanh_test): Likewise.
28257 (cbrt_test): Use END macro without arguments.
28258 (ccos_test): Use END_COMPLEX macro without arguments.
28259 (ccosh_test): Likewise.
28260 (ceil_test): Use END macro without arguments.
28261 (cexp_test): Use END_COMPLEX macro without arguments.
28262 (cimag_test): Use END macro without arguments.
28263 (clog_test): Use END_COMPLEX macro without arguments.
28264 (clog10_test): Likewise.
28265 (conj_test): Likewise.
28266 (copysign_test): Use END macro without arguments.
28267 (cos_test): Likewise.
28268 (cos_test_tonearest): Likewise.
28269 (cos_test_towardzero): Likewise.
28270 (cos_test_downward): Likewise.
28271 (cos_test_upward): Likewise.
28272 (cosh_test): Likewise.
28273 (cosh_test_tonearest): Likewise.
28274 (cosh_test_towardzero): Likewise.
28275 (cosh_test_downward): Likewise.
28276 (cosh_test_upward): Likewise.
28277 (cpow_test): Use END_COMPLEX macro without arguments.
28278 (cproj_test): Likewise.
28279 (creal_test): Use END macro without arguments.
28280 (csin_test): Use END_COMPLEX macro without arguments.
28281 (csinh_test): Likewise.
28282 (csqrt_test): Likewise.
28283 (ctan_test): Likewise.
28284 (ctan_test_tonearest): Likewise.
28285 (ctan_test_towardzero): Likewise.
28286 (ctan_test_downward): Likewise.
28287 (ctan_test_upward): Likewise.
28288 (ctanh_test): Likewise.
28289 (ctanh_test_tonearest): Likewise.
28290 (ctanh_test_towardzero): Likewise.
28291 (ctanh_test_downward): Likewise.
28292 (ctanh_test_upward): Likewise.
28293 (erf_test): Use END macro without arguments.
28294 (erfc_test): Likewise.
28295 (exp_test): Likewise.
28296 (exp_test_tonearest): Likewise.
28297 (exp_test_towardzero): Likewise.
28298 (exp_test_downward): Likewise.
28299 (exp_test_upward): Likewise.
28300 (exp10_test): Likewise.
28301 (exp2_test): Likewise.
28302 (expm1_test): Likewise.
28303 (fabs_test): Likewise.
28304 (fdim_test): Likewise.
28305 (finite_test): Likewise.
28306 (floor_test): Likewise.
28307 (fma_test): Likewise.
28308 (fma_test_towardzero): Likewise.
28309 (fma_test_downward): Likewise.
28310 (fma_test_upward): Likewise.
28311 (fmax_test): Likewise.
28312 (fmin_test): Likewise.
28313 (fmod_test): Likewise.
28314 (fpclassify_test): Likewise.
28315 (frexp_test): Likewise.
28316 (gamma_test): Likewise.
28317 (hypot_test): Likewise.
28318 (ilogb_test): Likewise.
28319 (isfinite_test): Likewise.
28320 (isgreater_test): Likewise.
28321 (isgreaterequal_test): Likewise.
28322 (isinf_test): Likewise.
28323 (isless_test): Likewise.
28324 (islessequal_test): Likewise.
28325 (islessgreater_test): Likewise.
28326 (isnan_test): Likewise.
28327 (isnormal_test): Likewise.
28328 (issignaling_test): Likewise.
28329 (isunordered_test): Likewise.
28330 (j0_test): Likewise.
28331 (j1_test): Likewise.
28332 (jn_test): Likewise.
28333 (ldexp_test): Likewise.
28334 (lgamma_test): Likewise.
28335 (lrint_test): Likewise.
28336 (lrint_test_tonearest): Likewise.
28337 (lrint_test_towardzero): Likewise.
28338 (lrint_test_downward): Likewise.
28339 (lrint_test_upward): Likewise.
28340 (llrint_test): Likewise.
28341 (llrint_test_tonearest): Likewise.
28342 (llrint_test_towardzero): Likewise.
28343 (llrint_test_downward): Likewise.
28344 (llrint_test_upward): Likewise.
28345 (log_test): Likewise.
28346 (log10_test): Likewise.
28347 (log1p_test): Likewise.
28348 (log2_test): Likewise.
28349 (logb_test): Likewise.
28350 (logb_test_downward): Likewise.
28351 (lround_test): Likewise.
28352 (llround_test): Likewise.
28353 (modf_test): Likewise.
28354 (nearbyint_test): Likewise.
28355 (nextafter_test): Likewise.
28356 (nexttoward_test): Likewise.
28357 (pow_test): Likewise.
28358 (pow_test_tonearest): Likewise.
28359 (pow_test_towardzero): Likewise.
28360 (pow_test_downward): Likewise.
28361 (pow_test_upward): Likewise.
28362 (remainder_test): Likewise.
28363 (remainder_test_tonearest): Likewise.
28364 (remainder_test_towardzero): Likewise.
28365 (remainder_test_downward): Likewise.
28366 (remainder_test_upward): Likewise.
28367 (remquo_test): Likewise.
28368 (rint_test): Likewise.
28369 (rint_test_tonearest): Likewise.
28370 (rint_test_towardzero): Likewise.
28371 (rint_test_downward): Likewise.
28372 (rint_test_upward): Likewise.
28373 (round_test): Likewise.
28374 (scalb_test): Likewise.
28375 (scalbn_test): Likewise.
28376 (scalbln_test): Likewise.
28377 (signbit_test): Likewise.
28378 (sin_test): Likewise.
28379 (sin_test_tonearest): Likewise.
28380 (sin_test_towardzero): Likewise.
28381 (sin_test_downward): Likewise.
28382 (sin_test_upward): Likewise.
28383 (sincos_test): Likewise.
28384 (sinh_test): Likewise.
28385 (sinh_test_tonearest): Likewise.
28386 (sinh_test_towardzero): Likewise.
28387 (sinh_test_downward): Likewise.
28388 (sinh_test_upward): Likewise.
28389 (sqrt_test): Likewise.
28390 (tan_test): Likewise.
28391 (tan_test_tonearest): Likewise.
28392 (tan_test_towardzero): Likewise.
28393 (tan_test_downward): Likewise.
28394 (tan_test_upward): Likewise.
28395 (tanh_test): Likewise.
28396 (tgamma_test): Likewise.
28397 (trunc_test): Likewise.
28398 (y0_test): Likewise.
28399 (y1_test): Likewise.
28400 (yn_test): Likewise.
28401 (significand_test): Likewise.
28403 2013-05-24 Ondřej Bílka <neleai@seznam.cz>
28406 * libio/genops.c (_IO_no_init): Initialize wide struct info.
28408 2013-05-23 Edjunior Machado <emachado@linux.vnet.ibm.com>
28411 * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
28412 __ppc_mdoio and __ppc_mdoom.
28413 * manual/platform.texi: Document new functions __ppc_yield,
28414 __ppc_mdoio and __ppc_mdoom.
28416 2013-05-22 Carlos O'Donell <carlos@redhat.com>
28418 * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
28419 (main): Mention "tls" pseudo-hwcap is legacy.
28420 * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
28422 2013-05-22 Joseph Myers <joseph@codesourcery.com>
28424 * math/gen-libm-test.pl (parse_args): Output only string of
28425 arguments as text for test name, not full call or descriptions of
28426 tests for extra outputs.
28427 (generate_testfile): Do not pass function name to parse_args.
28428 Generate this_func variable from START.
28429 * math/libm-test.inc (struct test_f_f_data): Rename test_name
28431 (struct test_ff_f_data): Likewise.
28432 (test_ff_f_data_nexttoward): Likewise.
28433 (struct test_fi_f_data): Likewise.
28434 (struct test_fl_f_data): Likewise.
28435 (struct test_if_f_data): Likewise.
28436 (struct test_fff_f_data): Likewise.
28437 (struct test_c_f_data): Likewise.
28438 (struct test_f_f1_data): Likewise. Remove field extra_name.
28439 (struct test_fF_f1_data): Likewise.
28440 (struct test_ffI_f1_data): Likewise.
28441 (struct test_c_c_data): Rename test_name field to arg_str.
28442 (struct test_cc_c_data): Likewise.
28443 (struct test_f_i_data): Likewise.
28444 (struct test_ff_i_data): Likewise.
28445 (struct test_f_l_data): Likewise.
28446 (struct test_f_L_data): Likewise.
28447 (struct test_fFF_11_data): Likewise. Remove fields extra1_name
28449 (COMMON_TEST_SETUP): New macro.
28450 (EXTRA_OUTPUT_TEST_SETUP): Likewise.
28451 (COMMON_TEST_CLEANUP): Likewise.
28452 (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
28453 (RUN_TEST_f_f): Take argument string. Call new setup and cleanup
28455 (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
28456 (RUN_TEST_2_f): Take argument string. Call new setup and cleanup
28458 (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
28459 (RUN_TEST_fff_f): Take argument string. Call new setup and
28461 (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
28462 (RUN_TEST_c_f): Take argument string. Call new setup and cleanup
28464 (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
28465 (RUN_TEST_f_f1): Take argument string. Call new setup and cleanup
28467 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28468 (RUN_TEST_fF_f1): Take argument string. Call new setup and
28470 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28471 (RUN_TEST_fI_f1): Take argument string. Call new setup and
28473 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28474 (RUN_TEST_ffI_f1): Take argument string. Call new setup and
28476 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28477 (RUN_TEST_c_c): Take argument string. Call new setup and cleanup
28479 (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
28480 (RUN_TEST_cc_c): Take argument string. Call new setup and cleanup
28482 (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
28483 (RUN_TEST_f_i): Take argument string. Call new setup and cleanup
28485 (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
28486 (RUN_TEST_f_i_tg): Take argument string. Call new setup and
28488 (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
28489 (RUN_TEST_ff_i_tg): Take argument string. Call new setup and
28491 (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
28492 (RUN_TEST_f_b): Take argument string. Call new setup and cleanup
28494 (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
28495 (RUN_TEST_f_b_tg): Take argument string. Call new setup and
28497 (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
28498 (RUN_TEST_f_l): Take argument string. Call new setup and cleanup
28500 (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
28501 (RUN_TEST_f_L): Take argument string. Call new setup and cleanup
28503 (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
28504 (RUN_TEST_fFF_11): Take argument string. Call new setup and
28506 (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
28508 2013-05-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
28510 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
28511 to _sifields.sigfault.
28512 (si_addr_lsb): Define new macro.
28513 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28514 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
28515 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
28517 2013-05-03 Carlos O'Donell <carlos at redhat.com>
28520 * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
28522 (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
28524 * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
28525 loading the domain.
28527 2013-05-22 Joseph Myers <joseph@codesourcery.com>
28529 * math/gen-libm-test.pl (parse_args): Do not include expected
28530 result in test name.
28531 * sysdeps/i386/fpu/libm-test-ulps: Update test names.
28532 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28533 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28534 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28535 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28536 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28538 2013-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
28540 * benchtests/Makefile: Sort function entries.
28542 * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
28543 tanh, asinh, acosh, atanh.
28544 * benchtests/acos-inputs: New file.
28545 * benchtests/acosh-inputs: New file.
28546 * benchtests/asin-inputs: New file.
28547 * benchtests/asinh-inputs: New file.
28548 * benchtests/atanh-inputs: New file.
28549 * benchtests/cosh-inputs: New file.
28550 * benchtests/log-inputs: New file.
28551 * benchtests/sinh-inputs: New file.
28552 * benchtests/tanh-inputs: New file.
28554 2013-05-21 Dmitry V. Levin <ldv@altlinux.org>
28557 * posix/tst-getaddrinfo4.c: New test.
28558 * posix/Makefile (tests): Add it.
28560 2013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
28563 * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
28564 when no services were used.
28565 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
28566 Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
28568 2013-05-21 Andreas Schwab <schwab@suse.de>
28571 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
28572 [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
28574 * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
28575 redundant variable declarations and reallocation of buffer when
28576 parsing as IPv6 address. Always set NSS status when called from
28577 reentrant functions. Use NETDB_INTERNAL instead of TRY_AGAIN when
28578 buffer too small. Correct computation of needed size.
28579 * nss/Makefile (tests): Add test-digits-dots.
28580 * nss/test-digits-dots.c: New test.
28582 2013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
28584 * benchtests/Makefile: Remove instructions for adding
28586 * benchtests/README: New file to explain how to execute and
28587 enhance the benchmark tests.
28589 2013-05-21 Andreas Schwab <schwab@suse.de>
28592 * setjmp/Makefile (tests): Add tst-sigsetjmp.
28593 * setjmp/tst-sigsetjmp.c: New test.
28595 2013-05-20 Ondřej Bílka <neleai@seznam.cz>
28597 * sysdeps/x86_64/memset.S (memset): New implementation.
28598 (__bzero): Likewise.
28599 (__memset_tail): New function.
28601 2013-05-20 Ondřej Bílka <neleai@seznam.cz>
28603 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
28604 * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
28605 __memcpy_sse2_unaligned ifunc selection.
28606 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
28607 Add memcpy-sse2-unaligned.S.
28608 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
28609 Add: __memcpy_sse2_unaligned.
28611 2013-05-19 Joseph Myers <joseph@codesourcery.com>
28614 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
28615 math_force_eval before restoring floating-point envrionment.
28616 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
28617 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
28619 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
28621 (__nearbyintl): Use math_force_eval before restoring
28622 floating-point environment.
28623 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
28625 * math/gen-libm-test.pl (special_functions): Remove.
28626 (parse_args): Don't handle TEST_extra. Handle functions with no
28628 * math/libm-test.inc (struct test_sincos_data): Replace with
28629 struct test_fFF_11_data.
28630 (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
28631 (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
28632 (sincos_test_data): Change element type to struct
28633 test_fFF_11_data. Use TEST_fFF_11 instead of TEST_extra.
28634 (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
28635 RUN_TEST_LOOP_sincos.
28636 * math/README.libm-test: Don't mention special handling of
28637 individual functions.
28638 * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
28639 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28640 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28641 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28642 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28643 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28645 * math/gen-libm-test.pl (get_variable): Remove function.
28646 (parse_args): Don't show pointer parameters to call in test
28647 names. Use "extra output N" in test names for extra outputs
28648 rather than naming variables.
28650 2013-05-18 Joseph Myers <joseph@codesourcery.com>
28653 * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
28654 __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
28655 * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
28657 * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
28659 (do_test) [NO_LONG_DOUBLE]: Do not disable call to
28662 * math/gen-libm-test.pl (@tests): Remove variable.
28663 ($count): Likewise.
28664 (new_test): Remove function.
28665 (show_exceptions): New function.
28666 (special_functions): Use show_exceptions instead of new_test.
28667 (parse_args): Likewise.
28668 (generate_testfile): Pass only function name in generated call to
28669 print_max_error or print_complex_max_error.
28670 (get_ulps): Do not handle complex tests specially.
28671 (output_test): Rename to ...
28672 (get_all_ulps_for_test): ... this. Return a string rather than
28673 printing to a file. Require ulps to be present.
28674 (output_ulps): Generate arrays rather than #defines.
28675 * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
28676 (struct ulp_data): New type.
28677 (BUILD_COMPLEX_ULP): Remove macro.
28678 (compare_ulp_data): New function.
28679 (find_ulps): Likewise.
28680 (find_test_ulps): Likewise.
28681 (find_function_ulps): Likewise.
28682 (find_complex_function_ulps): Likewise.
28683 (print_max_error): Determine allowed ulps using
28684 find_function_ulps.
28685 (print_complex_max_error): Determine allowed ulps using
28686 find_complex_function_ulps.
28687 (check_float_internal): Determine max ulps using find_test_ulps.
28688 (check_float): Do not take max_ulp parameter. Update call to
28689 check_float_internal.
28690 (check_complex): Likewise.
28691 (check_int): Do not take max_ulp parameter.
28692 (check_long): Likewise.
28693 (check_bool): Likewise.
28694 (check_longlong): Likewise.
28695 (struct test_f_f_data): Remove max_ulp field.
28696 (struct test_ff_f_data): Likewise.
28697 (struct test_ff_f_data_nexttoward): Likewise.
28698 (struct test_fi_f_data): Likewise.
28699 (struct test_fl_f_data): Likewise.
28700 (struct test_if_f_data): Likewise.
28701 (struct test_fff_f_data): Likewise.
28702 (struct test_c_f_data): Likewise.
28703 (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
28704 (struct test_fF_f1_data): Likewise.
28705 (struct test_ffI_f1_data): Likewise.
28706 (struct test_c_c_data): Remove max_ulp field.
28707 (struct test_cc_c_data): Likewise.
28708 (struct test_f_i_data): Likewise.
28709 (struct test_ff_i_data): Likewise.
28710 (struct test_f_l_data): Likewise.
28711 (struct test_f_L_data): Likewise.
28712 (struct test_sincos_data): Likewise.
28713 (RUN_TEST_f_f): Do not handle ulps.
28714 (RUN_TEST_LOOP_f_f): Likewise.
28715 (RUN_TEST_2_f): Likewise.
28716 (RUN_TEST_LOOP_2_f): Likewise.
28717 (RUN_TEST_fff_f): Likewise.
28718 (RUN_TEST_LOOP_fff_f): Likewise.
28719 (RUN_TEST_c_f): Likewise.
28720 (RUN_TEST_LOOP_c_f): Likewise.
28721 (RUN_TEST_f_f1): Likewise.
28722 (RUN_TEST_LOOP_f_f1): Likewise.
28723 (RUN_TEST_fF_f1): Likewise.
28724 (RUN_TEST_LOOP_fF_f1): Likewise.
28725 (RUN_TEST_fI_f1): Likewise.
28726 (RUN_TEST_LOOP_fI_f1): Likewise.
28727 (RUN_TEST_ffI_f1): Likewise.
28728 (RUN_TEST_LOOP_ffI_f1): Likewise.
28729 (RUN_TEST_c_c): Likewise.
28730 (RUN_TEST_LOOP_c_c): Likewise.
28731 (RUN_TEST_cc_c): Likewise.
28732 (RUN_TEST_LOOP_cc_c): Likewise.
28733 (RUN_TEST_f_i): Likewise.
28734 (RUN_TEST_LOOP_f_i): Likewise.
28735 (RUN_TEST_f_i_tg): Likewise.
28736 (RUN_TEST_LOOP_f_i_tg): Likewise.
28737 (RUN_TEST_ff_i_tg): Likewise.
28738 (RUN_TEST_LOOP_ff_i_tg): Likewise.
28739 (RUN_TEST_f_b): Likewise.
28740 (RUN_TEST_LOOP_f_b): Likewise.
28741 (RUN_TEST_f_b_tg): Likewise.
28742 (RUN_TEST_LOOP_f_b_tg): Likewise.
28743 (RUN_TEST_f_l): Likewise.
28744 (RUN_TEST_LOOP_f_l): Likewise.
28745 (RUN_TEST_f_L): Likewise.
28746 (RUN_TEST_LOOP_f_L): Likewise.
28747 (RUN_TEST_sincos): Likewise.
28748 (RUN_TEST_LOOP_sincos): Likewise.
28750 2013-05-17 Joseph Myers <joseph@codesourcery.com>
28754 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
28755 main case of finite arguments, set rounding mode to FE_TONEAREST
28756 and discard exceptions.
28757 * math/libm-test.inc (remainder_test_data): Disallow "inexact"
28759 (remainder_tonearest_test_data): New variable.
28760 (remainder_test_tonearest): New function.
28761 (remainder_towardzero_test_data): New variable.
28762 (remainder_test_towardzero): New function.
28763 (remainder_downward_test_data): New variable.
28764 (remainder_test_downward): New function.
28765 (remainder_upward_test_data): New variable.
28766 (remainder_test_upward): New function.
28767 (main): Call the new test functions.
28769 * math/libm-test.inc (struct test_f_f1_data): Remove field
28771 (struct test_fF_f1_data): Likewise.
28772 (struct test_ffI_f1_data): Likewise.
28773 (RUN_TEST_f_f1): Remove argument EXTRA_INIT. Initialize EXTRA_VAR
28774 based on value of EXTRA_EXPECTED.
28775 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28776 (RUN_TEST_fF_f1): Remove argument EXTRA_INIT. Initialize
28777 EXTRA_VAR based on value of EXTRA_EXPECTED.
28778 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28779 (RUN_TEST_fI_f1): Remove argument EXTRA_INIT. Initialize
28780 EXTRA_VAR based on value of EXTRA_EXPECTED.
28781 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28782 (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT. Initialize
28783 EXTRA_VAR based on value of EXTRA_EXPECTED.
28784 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28785 * math/gen-libm-test.pl (parse_args): Don't output initializers
28786 for extra output values.
28788 * math/libm-test.inc (check_int): Expect result to be exactly
28789 equal to expected value and do not handle ulps.
28790 (check_long): Likewise.
28791 (check_longlong): Likewise.
28793 * math/libm-test.inc (ceil_test_data): Test for "inexact"
28795 (cimag_test_data): Likewise.
28796 (conj_test_data): Likewise.
28797 (copysign_test_data): Likewise.
28798 (cproj_test_data): Likewise.
28799 (creal_test_data): Likewise.
28800 (fabs_test_data): Likewise.
28801 (fdim_test_data): Likewise.
28802 (finite_test_data): Likewise.
28803 (floor_test_data): Likewise.
28804 (fmax_test_data): Likewise.
28805 (fmin_test_data): Likewise.
28806 (fmod_test_data): Likewise.
28807 (fpclassify_test_data): Likewise.
28808 (frexp_test_data): Likewise.
28809 (ilogb_test_data): Likewise.
28810 (isfinite_test_data): Likewise.
28811 (isgreater_test_data): Likewise.
28812 (isgreaterequal_test_data): Likewise.
28813 (isinf_test_data): Likewise.
28814 (isless_test_data): Likewise.
28815 (islessequal_test_data): Likewise.
28816 (islessgreater_test_data): Likewise.
28817 (isnan_test_data): Likewise.
28818 (isnormal_test_data): Likewise.
28819 (issignaling_test_data): Likewise.
28820 (isunordered_test_data): Likewise.
28821 (ldexp_test_data): Likewise.
28822 (lrint_test_data): Likewise.
28823 (lrint_test_data) [TEST_FLOAT]: Disable one test.
28824 (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
28825 (lrint_tonearest_test_data): Test for "inexact" exceptions.
28826 (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
28827 (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
28828 (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
28830 (lrint_towardzero_test_data): Test for "inexact" exceptions.
28831 (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
28832 (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
28833 (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
28835 (lrint_downward_test_data): Test for "inexact" exceptions.
28836 (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
28837 (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
28838 (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
28840 (lrint_upward_test_data): Test for "inexact" exceptions.
28841 (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
28843 (llrint_test_data): Test for "inexact" exceptions.
28844 (llrint_test_data) [TEST_FLOAT]: Disable one test.
28845 (llrint_tonearest_test_data): Test for "inexact" exceptions.
28846 (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
28847 (llrint_towardzero_test_data): Test for "inexact" exceptions.
28848 (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
28849 (llrint_downward_test_data): Test for "inexact" exceptions.
28850 (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
28851 (llrint_upward_test_data): Test for "inexact" exceptions.
28852 (logb_test_data): Likewise.
28853 (logb_downward_test_data): Likewise.
28854 (nextafter_test_data): Likewise.
28855 (nexttoward_test_data): Likewise.
28856 (remainder_test_data): Likewise.
28857 (remquo_test_data): Likewise.
28858 (scalbn_test_data): Likewise.
28859 (scalbln_test_data): Likewise.
28860 (signbit_test_data): Likewise.
28861 (sqrt_test_data): Likewise.
28862 (significand_test_data): Likewise.
28864 2013-05-17 Siddhesh Poyarekar <siddhesh@redhat.com>
28867 * benchtests/bench-modf.c (struct args): Mark arg0 as
28869 * scripts/bench.pl: Mark members of struct args as volatile.
28871 2013-05-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
28874 * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
28875 negative infinity on POWER6 or lower.
28876 * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
28878 2013-05-16 Maciej W. Rozycki <macro@codesourcery.com>
28881 * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
28882 (_FP_FRAC_SNANP_SEMIRAW): Likewise.
28883 (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
28884 (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
28885 (_FP_SETQNAN): New macro.
28886 (_FP_SETQNAN_SEMIRAW): Likewise.
28887 (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
28888 (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
28889 (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
28890 (FP_EXTEND): Use _FP_FRAC_SNANP.
28891 (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
28892 * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
28894 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
28896 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
28899 2013-05-16 Joseph Myers <joseph@codesourcery.com>
28901 * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
28902 with DIVIDE_BY_ZERO_EXCEPTION.
28903 (gamma_test_data): Likewise.
28904 (lgamma_test_data): Likewise.
28905 (log_test_data): Likewise.
28906 (log10_test_data): Likewise.
28907 (log2_test_data): Likewise.
28908 (tgamma_test_data): Likewise.
28910 * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
28911 (acos_test_tonearest): Likewise.
28912 (acos_test_towardzero): Likewise.
28913 (acos_test_downward): Likewise.
28914 (acos_test_upward): Likewise.
28915 (acosh_test): Likewise.
28916 (asin_test): Likewise.
28917 (asin_test_tonearest): Likewise.
28918 (asin_test_towardzero): Likewise.
28919 (asin_test_downward): Likewise.
28920 (asin_test_upward): Likewise.
28921 (asinh_test): Likewise.
28922 (atan_test): Likewise.
28923 (atanh_test): Likewise.
28924 (atan2_test): Likewise.
28925 (cabs_test): Likewise.
28926 (cacos_test): Likewise.
28927 (cacosh_test): Likewise.
28928 (casin_test): Likewise.
28929 (casinh_test): Likewise.
28930 (catan_test): Likewise.
28931 (catanh_test): Likewise.
28932 (cbrt_test): Likewise.
28933 (ccos_test): Likewise.
28934 (ccosh_test): Likewise.
28935 (cexp_test): Likewise.
28936 (clog_test): Likewise.
28937 (clog10_test): Likewise.
28938 (cos_test): Likewise.
28939 (cos_test_tonearest): Likewise.
28940 (cos_test_towardzero): Likewise.
28941 (cos_test_downward): Likewise.
28942 (cos_test_upward): Likewise.
28943 (cosh_test): Likewise.
28944 (cosh_test_tonearest): Likewise.
28945 (cosh_test_towardzero): Likewise.
28946 (cosh_test_downward): Likewise.
28947 (cosh_test_upward): Likewise.
28948 (cpow_test): Likewise.
28949 (csin_test): Likewise.
28950 (csinh_test): Likewise.
28951 (csqrt_test): Likewise.
28952 (ctan_test): Likewise.
28953 (ctan_test_tonearest): Likewise.
28954 (ctan_test_towardzero): Likewise.
28955 (ctan_test_downward): Likewise.
28956 (ctan_test_upward): Likewise.
28957 (ctanh_test): Likewise.
28958 (ctanh_test_tonearest): Likewise.
28959 (ctanh_test_towardzero): Likewise.
28960 (ctanh_test_downward): Likewise.
28961 (ctanh_test_upward): Likewise.
28962 (erf_test): Likewise.
28963 (erfc_test): Likewise.
28964 (exp_test): Likewise.
28965 (exp_test_tonearest): Likewise.
28966 (exp_test_towardzero): Likewise.
28967 (exp_test_downward): Likewise.
28968 (exp_test_upward): Likewise.
28969 (exp10_test): Likewise.
28970 (exp2_test): Likewise.
28971 (expm1_test): Likewise.
28972 (fmod_test): Likewise.
28973 (gamma_test): Likewise.
28974 (hypot_test): Likewise.
28975 (j0_test): Likewise.
28976 (j1_test): Likewise.
28977 (jn_test): Likewise.
28978 (lgamma_test): Likewise.
28979 (log_test): Likewise.
28980 (log10_test): Likewise.
28981 (log1p_test): Likewise.
28982 (log2_test): Likewise.
28983 (logb_test_downward): Likewise.
28984 (pow_test): Likewise.
28985 (pow_test_tonearest): Likewise.
28986 (pow_test_towardzero): Likewise.
28987 (pow_test_downward): Likewise.
28988 (pow_test_upward): Likewise.
28989 (remainder_test): Likewise.
28990 (remquo_test): Likewise.
28991 (sin_test): Likewise.
28992 (sin_test_tonearest): Likewise.
28993 (sin_test_towardzero): Likewise.
28994 (sin_test_downward): Likewise.
28995 (sin_test_upward): Likewise.
28996 (sincos_test): Likewise.
28997 (sinh_test): Likewise.
28998 (sinh_test_tonearest): Likewise.
28999 (sinh_test_towardzero): Likewise.
29000 (sinh_test_downward): Likewise.
29001 (sinh_test_upward): Likewise.
29002 (sqrt_test): Likewise.
29003 (tan_test): Likewise.
29004 (tan_test_tonearest): Likewise.
29005 (tan_test_towardzero): Likewise.
29006 (tan_test_downward): Likewise.
29007 (tan_test_upward): Likewise.
29008 (tanh_test): Likewise.
29009 (tgamma_test): Likewise.
29010 (y0_test): Likewise.
29011 (y1_test): Likewise.
29012 (yn_test): Likewise.
29014 * math/gen-libm-test.pl (adjust_arg): Remove function.
29015 (special_function): Remove argument $in_func. Only handle
29016 generating output for tables of tests, not inside functions.
29017 (parse_args): Likewise.
29018 (generate_testfile): Remove variable $in_func. Update call to
29020 * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
29021 (MINUS_ZERO_INIT): Rename macro to minus_zero.
29022 (PLUS_INFTY_INIT): Rename macro to plus_infty.
29023 (MINUS_INFTY_INIT): Rename macro to minus_infty.
29024 (QNAN_VALUE_INIT): Rename macro to qnan_value.
29025 (MAX_VALUE_INIT): Rename macro to max_value.
29026 (MIN_VALUE_INIT): Rename macro to min_value.
29027 (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
29028 (plus_zero): Remove variable.
29029 (minus_zero): Likewise.
29030 (plus_infty): Likewise.
29031 (minus_infty): Likewise.
29032 (qnan_value): Likewise.
29033 (max_value): Likewise.
29034 (min_value): Likewise.
29035 (min_subnorm_value): Likewise.
29037 2013-05-16 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
29039 * crypt/sha512-block.c: Add missing #include <stdint.h> due to
29040 uint64_t or uint32_t usage.
29041 * crypt/sha256-block.c: Likewise.
29042 * crypt/sha256-crypt.c: Likewise.
29043 * crypt/sha256.c: Likewise.
29044 * crypt/sha512-block.c: Likewise.
29045 * crypt/sha512-crypt.c: Likewise.
29046 * crypt/sha512.c: Likewise.
29047 * debug/backtrace-tst.c: Likewise.
29048 * debug/pcprofiledump.c: Likewise.
29049 * elf/cache.c: Likewise.
29050 * elf/dl-cache.c: Likewise.
29051 * elf/dl-misc.c: Likewise.
29052 * elf/dl-profile.c: Likewise.
29053 * elf/dl-support.c: Likewise.
29054 * elf/ldconfig.c: Likewise.
29055 * elf/sprof.c: Likewise.
29056 * iconv/dummy-repertoire.c: Likewise.
29057 * iconv/iconv_charmap.c: Likewise.
29058 * iconv/skeleton.c: Likewise.
29059 * iconvdata/8bit-generic.c: Likewise.
29060 * iconvdata/cp737.h: Likewise.
29061 * iconvdata/cp775.h: Likewise.
29062 * iconvdata/ibm1008.h: Likewise.
29063 * iconvdata/ibm1025.h: Likewise.
29064 * iconvdata/ibm1046.h: Likewise.
29065 * iconvdata/ibm1097.h: Likewise.
29066 * iconvdata/ibm1112.h: Likewise.
29067 * iconvdata/ibm1122.h: Likewise.
29068 * iconvdata/ibm1123.h: Likewise.
29069 * iconvdata/ibm1124.h: Likewise.
29070 * iconvdata/ibm1129.h: Likewise.
29071 * iconvdata/ibm1130.h: Likewise.
29072 * iconvdata/ibm1132.h: Likewise.
29073 * iconvdata/ibm1133.h: Likewise.
29074 * iconvdata/ibm1137.h: Likewise.
29075 * iconvdata/ibm1140.h: Likewise.
29076 * iconvdata/ibm1141.h: Likewise.
29077 * iconvdata/ibm1142.h: Likewise.
29078 * iconvdata/ibm1143.h: Likewise.
29079 * iconvdata/ibm1144.h: Likewise.
29080 * iconvdata/ibm1145.h: Likewise.
29081 * iconvdata/ibm1146.h: Likewise.
29082 * iconvdata/ibm1147.h: Likewise.
29083 * iconvdata/ibm1148.h: Likewise.
29084 * iconvdata/ibm1149.h: Likewise.
29085 * iconvdata/ibm1153.h: Likewise.
29086 * iconvdata/ibm1154.h: Likewise.
29087 * iconvdata/ibm1155.h: Likewise.
29088 * iconvdata/ibm1156.h: Likewise.
29089 * iconvdata/ibm1157.h: Likewise.
29090 * iconvdata/ibm1158.h: Likewise.
29091 * iconvdata/ibm1160.h: Likewise.
29092 * iconvdata/ibm1161.h: Likewise.
29093 * iconvdata/ibm1162.h: Likewise.
29094 * iconvdata/ibm1163.h: Likewise.
29095 * iconvdata/ibm1164.h: Likewise.
29096 * iconvdata/ibm1166.h: Likewise.
29097 * iconvdata/ibm1167.h: Likewise.
29098 * iconvdata/ibm12712.h: Likewise.
29099 * iconvdata/ibm1390.h: Likewise.
29100 * iconvdata/ibm1399.h: Likewise.
29101 * iconvdata/ibm16804.h: Likewise.
29102 * iconvdata/ibm4517.h: Likewise.
29103 * iconvdata/ibm4899.h: Likewise.
29104 * iconvdata/ibm4909.h: Likewise.
29105 * iconvdata/ibm4971.h: Likewise.
29106 * iconvdata/ibm5347.h: Likewise.
29107 * iconvdata/ibm803.h: Likewise.
29108 * iconvdata/ibm856.h: Likewise.
29109 * iconvdata/ibm901.h: Likewise.
29110 * iconvdata/ibm902.h: Likewise.
29111 * iconvdata/ibm9030.h: Likewise.
29112 * iconvdata/ibm9066.h: Likewise.
29113 * iconvdata/ibm921.h: Likewise.
29114 * iconvdata/ibm922.h: Likewise.
29115 * iconvdata/ibm9448.h: Likewise.
29116 * iconvdata/isiri-3342.h: Likewise.
29117 * iconvdata/jis0201.h: Likewise.
29118 * include/link.h: Likewise.
29119 * include/netdb.h: Likewise.
29120 * inet/check_native.c: Likewise.
29121 * inet/check_pf.c: Likewise.
29122 * inet/getipv4sourcefilter.c: Likewise.
29123 * inet/getnameinfo.c: Likewise.
29124 * inet/getsourcefilter.c: Likewise.
29125 * inet/htonl.c: Likewise.
29126 * inet/setipv4sourcefilter.c: Likewise.
29127 * inet/setsourcefilter.c: Likewise.
29128 * inet/test-inet6_opt.c: Likewise.
29129 * inet/tst-network.c: Likewise.
29130 * locale/C-collate.c: Likewise.
29131 * locale/C-ctype.c: Likewise.
29132 * locale/C-time.c: Likewise.
29133 * locale/C-translit.h: Likewise.
29134 * locale/loadarchive.c: Likewise.
29135 * locale/programs/3level.h: Likewise.
29136 * locale/programs/charmap.c: Likewise.
29137 * locale/programs/charmap.h: Likewise.
29138 * locale/programs/ld-address.c: Likewise.
29139 * locale/programs/ld-collate.c: Likewise.
29140 * locale/programs/ld-ctype.c: Likewise.
29141 * locale/programs/ld-identification.c: Likewise.
29142 * locale/programs/ld-measurement.c: Likewise.
29143 * locale/programs/ld-messages.c: Likewise.
29144 * locale/programs/ld-monetary.c: Likewise.
29145 * locale/programs/ld-name.c: Likewise.
29146 * locale/programs/ld-numeric.c: Likewise.
29147 * locale/programs/ld-paper.c: Likewise.
29148 * locale/programs/ld-telephone.c: Likewise.
29149 * locale/programs/ld-time.c: Likewise.
29150 * locale/programs/linereader.c: Likewise.
29151 * locale/programs/locale.c: Likewise.
29152 * locale/programs/locarchive.c: Likewise.
29153 * locale/programs/locfile.h: Likewise.
29154 * locale/programs/repertoire.c: Likewise.
29155 * locale/programs/simple-hash.c: Likewise.
29156 * locale/programs/simple-hash.h: Likewise.
29157 * malloc/memusage.c: Likewise.
29158 * malloc/memusagestat.c: Likewise.
29159 * nis/nis_defaults.c: Likewise.
29160 * nis/nis_hash.c: Likewise.
29161 * nis/nis_print.c: Likewise.
29162 * nis/nis_xdr.c: Likewise.
29163 * nscd/connections.c: Likewise.
29164 * nscd/hstcache.c: Likewise.
29165 * nscd/nscd_gethst_r.c: Likewise.
29166 * nscd/nscd_getserv_r.c: Likewise.
29167 * nscd/nscd_helper.c: Likewise.
29168 * nscd/servicescache.c: Likewise.
29169 * nss/makedb.c: Likewise.
29170 * nss/nss_db/db-XXX.c: Likewise.
29171 * nss/nss_db/db-initgroups.c: Likewise.
29172 * nss/nss_db/db-netgrp.c: Likewise.
29173 * nss/nss_files/files-network.c: Likewise.
29174 * nss/nss_files/files-parse.c: Likewise.
29175 * posix/bug-regex5.c: Likewise.
29176 * posix/fnmatch_loop.c: Likewise.
29177 * posix/regcomp.c: Likewise.
29178 * posix/regexec.c: Likewise.
29179 * posix/tst-rfc3484-2.c: Likewise.
29180 * posix/tst-rfc3484-3.c: Likewise.
29181 * posix/tst-rfc3484.c: Likewise.
29182 * resolv/nss_dns/dns-canon.c: Likewise.
29183 * resolv/nss_dns/dns-network.c: Likewise.
29184 * resolv/res_init.c: Likewise.
29185 * resolv/res_mkquery.c: Likewise.
29186 * resolv/tst-aton.c: Likewise.
29187 * stdlib/cxa_atexit.c: Likewise.
29188 * stdlib/cxa_finalize.c: Likewise.
29189 * stdlib/gen-fpioconst.c: Likewise.
29190 * stdlib/strtol_l.c: Likewise.
29191 * string/tst-endian.c: Likewise.
29192 * sunrpc/auth_des.c: Likewise.
29193 * sunrpc/clnt_udp.c: Likewise.
29194 * sunrpc/rtime.c: Likewise.
29195 * sunrpc/svcauth_des.c: Likewise.
29196 * sunrpc/xdr.c: Likewise.
29197 * sunrpc/xdr_intXX_t.c: Likewise.
29198 * sunrpc/xdr_rec.c: Likewise.
29199 * sysdeps/generic/ldconfig.h: Likewise.
29200 * sysdeps/generic/ldsodefs.h: Likewise.
29201 * sysdeps/generic/memusage.h: Likewise.
29202 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
29203 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
29204 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
29205 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
29206 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
29207 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
29208 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
29209 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
29210 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
29211 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
29212 * sysdeps/posix/getaddrinfo.c: Likewise.
29213 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
29214 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
29215 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
29216 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
29217 * sysdeps/powerpc/test-gettimebase.c: Likewise.
29218 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
29219 * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
29220 * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
29221 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
29222 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
29223 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
29224 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
29225 * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
29226 * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
29227 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
29228 * sysdeps/x86_64/dl-tls.h: Likewise.
29229 * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
29230 * time/alt_digit.c: Likewise.
29231 * time/era.c: Likewise.
29232 * wcsmbs/tst-c16c32-1.c: Likewise.
29234 2013-05-16 Joseph Myers <joseph@codesourcery.com>
29236 * math/libm-test.inc (struct test_sincos_data): New type.
29237 (RUN_TEST_LOOP_sincos): New macro.
29238 (sincos_test_data): New variable.
29239 (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
29241 2013-05-16 Richard Henderson <rth@redhat.com>
29243 * math/atest-exp2.c (LIMB64): New macro.
29244 (CONSTSZ): New macro.
29245 (mp_exp1, mp_exp_m1, mp_log2): New variables.
29247 (print_mpn_fp): ... to function scope.
29248 (read_mpn_hex): Remove.
29249 (get_log2): Remove.
29250 (exp2_mpn): Use mp_log2.
29251 (main): Use mp_exp1.
29253 2013-05-16 Joseph Myers <joseph@codesourcery.com>
29255 * math/libm-test.inc: Remove comment about not testing "inexact"
29257 (INEXACT_EXCEPTION): New macro.
29258 (NO_INEXACT_EXCEPTION): Likewise.
29259 (INVALID_EXCEPTION_OK): Update value.
29260 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
29261 (OVERFLOW_EXCEPTION_OK): Likewise.
29262 (UNDERFLOW_EXCEPTION_OK): Likewise.
29263 (IGNORE_ZERO_INF_SIGN): Likewise.
29264 (ERRNO_UNCHANGED): Likewise.
29265 (ERRNO_EDOM): Likewise.
29266 (ERRNO_ERANGE): Likewise.
29267 (test_exceptions): Handle testing "inexact" exceptions.
29268 (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
29269 (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
29270 (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
29271 (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
29273 (rint_towardzero_test_data): Likewise.
29274 (rint_downward_test_data): Likewise.
29275 (rint_upward_test_data): Likewise.
29277 * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
29278 with OVERFLOW_EXCEPTION.
29279 (exp10_test_data): Likewise.
29280 (exp2_test_data): Likewise.
29281 (expm1_test_data): Likewise.
29282 (lgamma_test_data): Likewise.
29283 (pow_test_data): Likewise.
29284 (tgamma_test_data): Likewise.
29285 (yn_test_data): Remove duplicate test of overflow.
29287 * math/libm-test.inc (struct test_cc_c_data): New type.
29288 (RUN_TEST_LOOP_cc_c): New macro.
29289 (cpow_test_data): New variable.
29290 (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
29292 * math/libm-test.inc (struct test_f_L_data): New type.
29293 (RUN_TEST_LOOP_f_L): New macro.
29294 (llrint_test_data): New variable.
29295 (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
29296 (llrint_tonearest_test_data): New variable.
29297 (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
29298 (llrint_towardzero_test_data): New variable.
29299 (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
29300 (llrint_downward_test_data): New variable.
29301 (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
29302 (llrint_upward_test_data): New variable.
29303 (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
29304 (llround_test_data): New variable.
29305 (llround_test): Run tests with RUN_TEST_LOOP_f_L.
29307 2013-05-13 Peter Collingbourne <pcc@google.com>
29309 * math/atest-exp2.c (get_log2): Remove const attribute.
29311 2013-05-15 Joseph Myers <joseph@codesourcery.com>
29313 * math/libm-test.inc (struct test_f_l_data): New type.
29314 (RUN_TEST_LOOP_f_l): New macro.
29315 (lrint_test_data): New variable.
29316 (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
29317 (lrint_tonearest_test_data): New variable.
29318 (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
29319 (lrint_towardzero_test_data): New variable.
29320 (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
29321 (lrint_downward_test_data): New variable.
29322 (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
29323 (lrint_upward_test_data): New variable.
29324 (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
29325 (lround_test_data): New variable.
29326 (lround_test): Run tests with RUN_TEST_LOOP_f_l.
29328 2013-05-15 Peter Collingbourne <pcc@google.com>
29330 * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
29331 (EXTRACT_WORDS64) Use where appropriate.
29332 (INSERT_WORDS64) Likewise.
29334 * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
29335 constraints with x constraints.
29336 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
29338 * malloc/obstack.c (_obstack_compat): Add initializer.
29340 2013-05-15 Edjunior Machado <emachado@linux.vnet.ibm.com>
29342 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
29343 si_trapno and add si_addr_lsb to _sifields.sigfault.
29344 (si_trapno): Remove macro.
29345 (si_addr_lsb): Define new macro.
29346 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
29348 2013-05-15 Joseph Myers <joseph@codesourcery.com>
29350 * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
29351 instead of TEST_f_l.
29352 (llrint_test_tonearest): Likewise.
29353 (llrint_test_towardzero): Likewise.
29354 (llrint_test_downward): Likewise.
29355 (llrint_test_upward): Likewise.
29356 (llround_test): Likewise.
29358 * math/libm-test.inc (struct test_f_i_data): Add comment.
29359 (RUN_TEST_LOOP_f_b): New macro.
29360 (RUN_TEST_LOOP_f_b_tg): Likewise.
29361 (finite_test_data): New variable.
29362 (finite_test): Run tests with RUN_TEST_LOOP_f_b.
29363 (isfinite_test_data): New variable.
29364 (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29365 (isinf_test_data): New variable.
29366 (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29367 (isnan_test_data): New variable.
29368 (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29369 (isnormal_test_data): New variable.
29370 (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29371 (issignaling_test_data): New variable.
29372 (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29373 (signbit_test_data): New variable.
29374 (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29376 * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
29377 with INVALID_EXCEPTION.
29378 (acosh_test_data): Likewise.
29379 (asin_test_data): Likewise.
29380 (atanh_test_data): Likewise.
29381 (fmod_test_data): Likewise.
29382 (log_test_data): Likewise.
29383 (log10_test_data): Likewise.
29384 (log2_test_data): Likewise.
29385 (pow_test_data): Likewise.
29386 (sqrt_test_data): Likewise.
29387 (y0_test_data): Likewise.
29388 (y1_test_data): Likewise.
29389 (yn_test_data): Likewise.
29391 * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
29394 * math/libm-test.inc (struct test_ff_i_data): New type.
29395 (RUN_TEST_LOOP_ff_i_tg): New macro.
29396 (isgreater_test_data): New variable.
29397 (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29398 (isgreaterequal_test_data): New variable.
29399 (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29400 (isless_test_data): New variable.
29401 (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29402 (islessequal_test_data): New variable.
29403 (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29404 (islessgreater_test_data): New variable.
29405 (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29406 (isunordered_test_data): New variable.
29407 (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29409 2013-05-14 David S. Miller <davem@davemloft.net>
29411 * sysdeps/sparc/fpu/libm-test-ulps: Update.
29413 2013-05-14 Joseph Myers <joseph@codesourcery.com>
29415 * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
29417 * math/libm-test.inc (struct test_fF_f1_data): Change type of
29419 (struct test_f_i_data): Change type of max_ulp to int.
29421 * math/libm-test.inc (test_ffI_f1_data): New type.
29422 (RUN_TEST_LOOP_ffI_f1): New macro.
29423 (remquo_test_data): New variable.
29424 (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
29426 * setjmp/tst-setjmp-fp.c: New file.
29427 * setjmp/Makefile (tests): Add tst-setjmp-fp.
29428 (link-libm): New variable.
29429 ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
29431 * math/libm-test.inc (struct test_f_i_data): New type.
29432 (RUN_TEST_LOOP_f_i): New macro.
29433 (RUN_TEST_LOOP_f_i_tg): Likewise.
29434 (fpclassify_test_data): New variable.
29435 (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
29436 (ilogb_test_data): New variable.
29437 (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
29439 * math/libm-test.inc (scalbln_test): Correct function name in END
29442 * math/libm-test.inc (struct test_f_f1_data): Add comment.
29443 (RUN_TEST_LOOP_fI_f1): New macro.
29444 (frexp_test_data): New variable.
29445 (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
29447 * math/libm-test.inc (struct test_fF_f1_data): New type.
29448 (RUN_TEST_LOOP_fF_f1): New macro.
29449 (modf_test_data): New variable.
29450 (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
29452 * math/libm-test.inc (struct test_f_f1_data): New type.
29453 (RUN_TEST_LOOP_f_f1): New macro.
29454 (gamma_test_data): New variable.
29455 (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29456 (lgamma_test_data): New variable.
29457 (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29459 2013-05-13 Carlos O'Donell <carlos@redhat.com>
29461 * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
29462 * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
29463 (main): Comment "tls" pseudo-hwcap.
29465 2013-05-13 Joseph Myers <joseph@codesourcery.com>
29467 * math/libm-test.inc (struct test_fl_f_data): New type.
29468 (RUN_TEST_LOOP_fl_f): New variable.
29469 (scalbln_test_data): New variable.
29470 (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
29472 * math/libm-test.inc (struct test_fi_f_data): New type.
29473 (RUN_TEST_LOOP_fi_f): New macro.
29474 (ldexp_test_data): New variable.
29475 (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
29476 (scalbn_test_data): New variable.
29477 (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
29479 * math/libm-test.inc (struct test_c_f_data): New type.
29480 (RUN_TEST_LOOP_c_f): New macro.
29481 (cabs_test_data): New variable.
29482 (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
29483 (carg_test_data): New variable.
29484 (carg_test): Run tests with RUN_TEST_LOOP_c_f.
29485 (cimag_test_data): New variable.
29486 (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
29487 (creal_test_data): New variable.
29488 (creal_test): Run tests with RUN_TEST_LOOP_c_f.
29490 * math/libm-test.inc (struct test_if_f_data): New type.
29491 (RUN_TEST_LOOP_if_f): New macro.
29492 (jn_test_data): New variable.
29493 (jn_test): Run tests with RUN_TEST_LOOP_if_f.
29494 (yn_test_data): New variable.
29495 (yn_test): Run tests with RUN_TEST_LOOP_if_f.
29497 * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
29499 2013-05-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29501 * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
29502 (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
29504 2013-05-13 Siddhesh Poyarekar <siddhesh@redhat.com>
29506 * benchtests/Makefile (CPPFLAGS-nonlib): Add
29507 -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
29508 (bench-deps): Add bench-timing.h.
29509 * benchtests-bench-skeleton.c: Include bench-timing.h.
29510 (main): Use TIMING_* macros instead of clock_gettime.
29511 * benchtests/bench-timing.h: New file.
29514 * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
29515 Renamed from _LIB_VERSION.
29516 (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
29518 2013-05-12 Joseph Myers <joseph@codesourcery.com>
29520 * math/libm-test.inc (struct test_fff_f_data): New type.
29521 (RUN_TEST_LOOP_fff_f): New macro.
29522 (fma_test_data): New variable.
29523 (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
29524 (fma_towardzero_test_data): New variable.
29525 (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
29526 (fma_downward_test_data): New variable.
29527 (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
29528 (fma_upward_test_data): New variable.
29529 (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
29531 * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
29532 (struct test_c_c_data): New type.
29533 (RUN_TEST_LOOP_c_c): New macro.
29534 (cacos_test_data): New variable.
29535 (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
29536 (cacosh_test_data): New variable.
29537 (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
29538 (casin_test_data): New variable.
29539 (casin_test): Run tests with RUN_TEST_LOOP_c_c.
29540 (casinh_test_data): New variable.
29541 (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
29542 (catan_test_data): New variable.
29543 (catan_test): Run tests with RUN_TEST_LOOP_c_c.
29544 (catanh_test_data): New variable.
29545 (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
29546 (ccos_test_data): New variable.
29547 (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
29548 (ccosh_test_data): New variable.
29549 (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
29550 (cexp_test_data): New variable.
29551 (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
29552 (clog_test_data): New variable.
29553 (clog_test): Run tests with RUN_TEST_LOOP_c_c.
29554 (clog10_test_data): New variable.
29555 (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
29556 (conj_test_data): New variable.
29557 (conj_test): Run tests with RUN_TEST_LOOP_c_c.
29558 (cproj_test_data): New variable.
29559 (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
29560 (csin_test_data): New variable.
29561 (csin_test): Run tests with RUN_TEST_LOOP_c_c.
29562 (csinh_test_data): New variable.
29563 (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
29564 (csqrt_test_data): New variable.
29565 (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
29566 (ctan_test_data): New variable.
29567 (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
29568 (ctan_tonearest_test_data): New variable.
29569 (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29570 (ctan_towardzero_test_data): New variable.
29571 (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29572 (ctan_downward_test_data): New variable.
29573 (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29574 (ctan_upward_test_data): New variable.
29575 (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29576 (ctanh_test_data): New variable.
29577 (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
29578 (ctanh_tonearest_test_data): New variable.
29579 (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29580 (ctanh_towardzero_test_data): New variable.
29581 (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29582 (ctanh_downward_test_data): New variable.
29583 (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29584 (ctanh_upward_test_data): New variable.
29585 (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29586 * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
29589 * math/libm-test.inc (struct test_ff_f_data): New type.
29590 (struct test_ff_f_data_nexttoward): Likewise.
29591 (RUN_TEST_LOOP_2_f): New macro.
29592 (RUN_TEST_LOOP_ff_f): Likewise.
29593 (atan2_test_data): New variable.
29594 (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
29595 (copysign_test_data): New variable.
29596 (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
29597 (fdim_test_data): New variable.
29598 (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
29599 (fmax_test_data): New variable.
29600 (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
29601 (fmin_test_data): New variable.
29602 (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
29603 (fmod_test_data): New variable.
29604 (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
29605 (hypot_test_data): New variable.
29606 (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
29607 (nextafter_test_data): New variable.
29608 (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
29609 (nexttoward_test_data): New variable.
29610 (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
29611 (pow_test_data): New variable.
29612 (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
29613 (pow_tonearest_test_data): New variable.
29614 (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
29615 (pow_towardzero_test_data): New variable.
29616 (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
29617 (pow_downward_test_data): New variable.
29618 (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
29619 (pow_upward_test_data): New variable.
29620 (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
29621 (remainder_test_data): New variable.
29622 (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
29623 (scalb_test_data): New variable.
29624 (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
29625 * sysdeps/i386/fpu/libm-test-ulps: Update.
29627 2013-05-11 Joseph Myers <joseph@codesourcery.com>
29629 * math/libm-test.inc (fma_test): Use max_value instead of local
29631 (nextafter_test): Likewise.
29633 * math/libm-test.inc (acos_towardzero_test_data): New variable.
29634 (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29635 (acos_downward_test_data): New variable.
29636 (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29637 (acos_upward_test_data): New variable.
29638 (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29639 (acosh_test_data): New variable.
29640 (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
29641 (asin_test_data): New variable.
29642 (asin_test): Run tests with RUN_TEST_LOOP_f_f.
29643 (asin_tonearest_test_data): New variable.
29644 (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29645 (asin_towardzero_test_data): New variable.
29646 (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29647 (asin_downward_test_data): New variable.
29648 (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29649 (asin_upward_test_data): New variable.
29650 (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29651 (asinh_test_data): New variable.
29652 (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
29653 (atan_test_data): New variable.
29654 (atan_test): Run tests with RUN_TEST_LOOP_f_f.
29655 (atanh_test_data): New variable.
29656 (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
29657 (cbrt_test_data): New variable.
29658 (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
29659 (ceil_test_data): New variable.
29660 (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
29661 (cos_test_data): New variable.
29662 (cos_test): Run tests with RUN_TEST_LOOP_f_f.
29663 (cos_tonearest_test_data): New variable.
29664 (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29665 (cos_towardzero_test_data): New variable.
29666 (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29667 (cos_downward_test_data): New variable.
29668 (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29669 (cos_upward_test_data): New variable.
29670 (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29671 (cosh_test_data): New variable.
29672 (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
29673 (cosh_tonearest_test_data): New variable.
29674 (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29675 (cosh_towardzero_test_data): New variable.
29676 (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29677 (cosh_downward_test_data): New variable.
29678 (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29679 (cosh_upward_test_data): New variable.
29680 (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29681 (erf_test_data): New variable.
29682 (erf_test): Run tests with RUN_TEST_LOOP_f_f.
29683 (erfc_test_data): New variable.
29684 (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
29685 (exp_test_data): New variable.
29686 (exp_test): Run tests with RUN_TEST_LOOP_f_f.
29687 (exp_tonearest_test_data): New variable.
29688 (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29689 (exp_towardzero_test_data): New variable.
29690 (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29691 (exp_downward_test_data): New variable.
29692 (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29693 (exp_upward_test_data): New variable.
29694 (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29695 (exp10_test_data): New variable.
29696 (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
29697 (exp2_test_data): New variable.
29698 (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
29699 (expm1_test_data): New variable.
29700 (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
29701 (fabs_test_data): New variable.
29702 (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
29703 (floor_test_data): New variable.
29704 (floor_test): Run tests with RUN_TEST_LOOP_f_f.
29705 (j0_test_data): New variable.
29706 (j0_test): Run tests with RUN_TEST_LOOP_f_f.
29707 (j1_test_data): New variable.
29708 (j1_test): Run tests with RUN_TEST_LOOP_f_f.
29709 (log_test_data): New variable.
29710 (log_test): Run tests with RUN_TEST_LOOP_f_f.
29711 (log10_test_data): New variable.
29712 (log10_test): Run tests with RUN_TEST_LOOP_f_f.
29713 (log1p_test_data): New variable.
29714 (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
29715 (log2_test_data): New variable.
29716 (log2_test): Run tests with RUN_TEST_LOOP_f_f.
29717 (logb_test_data): New variable.
29718 (logb_test): Run tests with RUN_TEST_LOOP_f_f.
29719 (logb_downward_test_data): New variable.
29720 (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29721 (nearbyint_test_data): New variable.
29722 (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
29723 (rint_test_data): New variable.
29724 (rint_test): Run tests with RUN_TEST_LOOP_f_f.
29725 (rint_tonearest_test_data): New variable.
29726 (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29727 (rint_towardzero_test_data): New variable.
29728 (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29729 (rint_downward_test_data): New variable.
29730 (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29731 (rint_upward_test_data): New variable.
29732 (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29733 (round_test_data): New variable.
29734 (round_test): Run tests with RUN_TEST_LOOP_f_f.
29735 (sin_test_data): New variable.
29736 (sin_test): Run tests with RUN_TEST_LOOP_f_f.
29737 (sin_tonearest_test_data): New variable.
29738 (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29739 (sin_towardzero_test_data): New variable.
29740 (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29741 (sin_downward_test_data): New variable.
29742 (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29743 (sin_upward_test_data): New variable.
29744 (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29745 (sinh_test_data): New variable.
29746 (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
29747 (sinh_tonearest_test_data): New variable.
29748 (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29749 (sinh_towardzero_test_data): New variable.
29750 (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29751 (sinh_downward_test_data): New variable.
29752 (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29753 (sinh_upward_test_data): New variable.
29754 (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29755 (sqrt_test_data): New variable.
29756 (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
29757 (tan_test_data): New variable.
29758 (tan_test): Run tests with RUN_TEST_LOOP_f_f.
29759 (tan_tonearest_test_data): New variable.
29760 (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29761 (tan_towardzero_test_data): New variable.
29762 (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29763 (tan_downward_test_data): New variable.
29764 (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29765 (tan_upward_test_data): New variable.
29766 (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29767 (tanh_test_data): New variable.
29768 (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
29769 (tgamma_test_data): New variable.
29770 (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
29771 (trunc_test_data): New variable.
29772 (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
29773 (y0_test_data): New variable.
29774 (y0_test): Run tests with RUN_TEST_LOOP_f_f.
29775 (y1_test_data): New variable.
29776 (y1_test): Run tests with RUN_TEST_LOOP_f_f.
29777 (significand_test_data): New variable.
29778 (significand_test): Run tests with RUN_TEST_LOOP_f_f.
29780 2013-05-10 Christian Grönke <cgr_bugs@sysgo.com>
29783 * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
29785 2013-05-10 Pino Toscano <toscano.pino@tiscali.it>
29787 * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
29789 2013-05-10 Andreas Jaeger <aj@suse.de>
29792 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
29793 (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
29795 2013-05-10 Joseph Myers <joseph@codesourcery.com>
29797 * math/gen-libm-test.pl (adjust_arg): New function.
29798 (special_functions): Handle generating output in both functions
29800 (parse_args): Likewise.
29801 (generate_testfile): Handle START_DATA and END_DATA. Pass extra
29802 $in_func argument to parse_args.
29803 * math/libm-test.inc (struct test_f_f_data): New type.
29804 (IF_ROUND_INIT_): New macro.
29805 (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
29806 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
29807 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
29808 (IF_ROUND_INIT_FE_UPWARD): Likewise.
29809 (ROUND_RESTORE_): Likewise.
29810 (ROUND_RESTORE_FE_DOWNWARD): Likewise.
29811 (ROUND_RESTORE_FE_TONEAREST): Likewise.
29812 (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
29813 (ROUND_RESTORE_FE_UPWARD): Likewise.
29814 (RUN_TEST_LOOP_f_f): New macro.
29815 (acos_test_data): New variable.
29816 (acos_test): Run tests with RUN_TEST_LOOP_f_f.
29817 (acos_tonearest_test_data): New variable.
29818 (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29820 2013-05-10 Siddhesh Poyarekar <siddhesh@redhat.com>
29822 * benchtests/bench-skeleton.c (startup): Fix coding style.
29824 2013-05-10 Joseph Myers <joseph@codesourcery.com>
29827 * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
29828 negative infinity argument.
29829 * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
29830 negative infinity argument.
29831 * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
29832 negative infinity argument.
29833 * math/libm-test.inc (tgamma_test): Expect errno to be set for
29836 2013-05-10 Florian Weimer <fweimer@redhat.com>
29838 * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
29839 * iconv/iconv_charmap.c (charmap_conversion): Likewise.
29840 * iconv/iconv_prog.c (main): Likewise.
29841 * locale/programs/charmap-dir.c (charmap_readdir)
29842 (fopen_uncompressed): Likewise.
29843 * locale/programs/locfile.c (siblings_uncached)
29844 (write_locale_data): Use lstat64 instead of lstat.
29845 * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
29848 2013-05-10 Andreas Jaeger <aj@suse.de>
29851 * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
29853 Include <locale.h>.
29855 2013-05-09 Carlos O'Donell <carlos@redhat.com>
29857 * elf/dl-close.c (_dl_close_worker): Add comments.
29859 2013-05-09 Joseph Myers <joseph@codesourcery.com>
29862 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
29864 (__ieee754_rem_pio2l): Update comments.
29867 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
29869 (__ieee754_rem_pio2l): Update comments.
29871 * math/libm-test.inc (M_SQRT_2_2): Remove macro.
29872 (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
29874 * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
29877 * math/libm-test.inc (M_PI_34l): Define using decimal constant.
29878 (M_PI_34_LOG10El): Likewise.
29879 (M_PI2_LOG10El): Likewise.
29880 (M_PI4_LOG10El): Likewise.
29881 (M_PI_LOG10El): Likewise.
29883 2013-05-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29885 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29887 2013-05-08 Joseph Myers <joseph@codesourcery.com>
29889 * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
29890 (MINUS_ZERO_INIT): Likewise.
29891 (PLUS_INFTY_INIT): Likewise.
29892 (MINUS_INFTY_INIT): Likewise.
29893 (QNAN_VALUE_INIT): Likewise.
29894 (MAX_VALUE_INIT): Likewise.
29895 (MIN_VALUE_INIT): Likewise.
29896 (MIN_SUBNORM_VALUE_INIT): Likewise.
29897 (plus_zero): Initialize with PLUS_ZERO_INIT.
29898 (minus_zero): Initialize with MINUS_ZERO_INIT.
29899 (plus_infty): Initialize with PLUS_INFTY_INIT.
29900 (minus_infty): Initialize with MINUS_INFTY_INIT.
29901 (qnan_value): Initialize with QNAN_VALUE_INIT.
29902 (max_value): Initialize with MAX_VALUE_INIT.
29903 (min_value): Initialize with MIN_VALUE_INIT.
29904 (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
29906 * math/libm-test.inc (RUN_TEST_if_f): New macro.
29907 (jn_test): Use TEST_if_f instead of TEST_ff_f.
29908 (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
29909 (yn_test): Use TEST_if_f instead of TEST_ff_f.
29911 * math/libm-test.inc (RUN_TEST_f_f): New macro.
29912 (RUN_TEST_2_f): Likewise.
29913 (RUN_TEST_ff_f): Likewise.
29914 (RUN_TEST_fi_f): Likewise.
29915 (RUN_TEST_fl_f): Likewise.
29916 (RUN_TEST_fff_f): Likewise.
29917 (RUN_TEST_c_f): Likewise.
29918 (RUN_TEST_f_f1): Likewise.
29919 (RUN_TEST_fF_f1): Likewise.
29920 (RUN_TEST_fI_f1): Likewise.
29921 (RUN_TEST_ffI_f1): Likewise.
29922 (RUN_TEST_c_c): Likewise.
29923 (RUN_TEST_cc_c): Likewise.
29924 (RUN_TEST_f_i): Likewise.
29925 (RUN_TEST_f_i_tg): Likewise.
29926 (RUN_TEST_ff_i_tg): Likewise.
29927 (RUN_TEST_f_b): Likewise.
29928 (RUN_TEST_f_b_tg): Likewise.
29929 (RUN_TEST_f_l): Likewise.
29930 (RUN_TEST_f_L): Likewise.
29931 (RUN_TEST_sincos): Likewise.
29932 * math/gen-libm-test.pl (new_test): Take new argument to indicate
29933 whether to show exceptions. Do not include ");\n" in return
29935 (special_functions): Output call to RUN_TEST_sincos instead of
29936 check_float calls. Update calls to new_test.
29937 (parse_args): Output call to single RUN_TEST_* macro instead of
29938 check_* calls and other assignments. Update calls to new_test.
29944 * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
29945 input to result for tgamma overflow.
29946 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
29947 (gamma_coeff): New variable.
29948 (NCOEFF): New macro.
29949 (gamma_positive): New function.
29950 (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
29951 underflow here. Use gamma_positive instead of exp (lgamma) for
29953 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
29954 (gamma_coeff): New variable.
29955 (NCOEFF): New macro.
29956 (gammaf_positive): New function.
29957 (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
29958 underflow here. Use gamma_positive instead of exp (lgamma) for
29960 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
29961 (gamma_coeff): New variable.
29962 (NCOEFF): New macro.
29963 (gammal_positive): New function.
29964 (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
29965 underflow here. Use gamma_positive instead of exp (lgamma) for
29967 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
29968 (gamma_coeff): New variable.
29969 (NCOEFF): New macro.
29970 (gammal_positive): New function.
29971 (__ieee754_gammal_r): Handle positive infinity, overflow and
29972 underflow here. Handle NaN the same as positive infinity. Remove
29973 check x < 0xffffffff for negative integers. Use gamma_positive
29974 instead of exp (lgamma) for other arguments.
29975 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
29976 (gamma_coeff): New variable.
29977 (NCOEFF): New macro.
29978 (gammal_positive): New function.
29979 * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
29980 * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
29981 * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
29982 * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
29983 * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
29984 * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
29985 * sysdeps/generic/math_private.h (__gamma_productf): New
29987 (__gamma_product): Likewise.
29988 (__gamma_productl): Likewise.
29989 * math/Makefile (libm-calls): Add gamma_product.
29990 * math/libm-test.inc (tgamma_test): Add more tests.
29991 * sysdeps/i386/fpu/libm-test-ulps: Update.
29992 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29994 2013-05-08 Ondřej Bílka <neleai@seznam.cz>
29996 * benchtests/bench-skeleton.c (main): Preheat CPU.
29998 2013-05-07 Aurelien Jarno <aurelien@aurel32.net>
30000 * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
30002 2013-05-07 Roland McGrath <roland@hack.frob.com>
30004 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
30005 and _dl_skip_args_internal.
30007 2013-05-07 Carlos O'Donell <carlos@redhat.com>
30009 * manual/message.texi (Message Translation): Talk about users.
30010 Message to key mapping impacts design.
30012 2013-05-06 Roland McGrath <roland@hack.frob.com>
30014 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
30016 * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
30018 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
30019 * sysdeps/wordsize-64/glob64.c: ... here.
30021 * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
30022 (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
30025 * debug/getlogin_r_chk.c: Moved to ...
30026 * login/getlogin_r_chk.c: ... here.
30027 * debug/Makefile (routines): Move getlogin_r_chk to ...
30028 * login/Makefile (routines): ... here.
30029 * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
30030 * login/Versions (libc: GLIBC_2.4): ... here.
30032 * io/poll.c (__poll): Renamed from poll.
30033 Add libc_hidden_def.
30034 (poll): Define as weak alias.
30036 * debug/ptsname_r_chk.c: Moved to ...
30037 * login/ptsname_r_chk.c: ... here.
30038 * debug/Makefile (routines): Move ptsname_r_chk to ...
30039 * login/Makefile (routines): ... here.
30040 * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
30041 * login/Versions (libc: GLIBC_2.4): ... here.
30043 * posix/getlogin.c: Moved to ...
30044 * login/getlogin.c: ... here.
30045 * posix/getlogin_r.c: Moved to ...
30046 * login/getlogin_r.c: ... here.
30047 * posix/getlogin_r.c: Moved to ...
30048 * login/getlogin_r.c: ... here.
30049 * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
30050 * login/Makefile (routines): ... here.
30051 * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
30052 * login/Versions (libc: GLIBC_2.0): ... here.
30054 * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
30055 (setrlimit): Define as weak alias.
30057 * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
30058 Call __ names for open, ftruncate, and close.
30059 For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
30060 (truncate): Define as weak alias.
30062 2013-05-06 Joseph Myers <joseph@codesourcery.com>
30064 * math/gen-libm-test.pl (parse_args): Initialize x before each
30065 test of frexp, modf and remquo.
30067 * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
30068 test signgam value.
30070 2013-05-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30074 * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
30076 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
30078 2013-05-06 Roland McGrath <roland@hack.frob.com>
30080 * elf/dl-writev.h: New file.
30081 * elf/dl-misc.c: Include it.
30082 (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
30083 * sysdeps/unix/sysv/linux/dl-writev.h: New file.
30085 2013-05-04 Joseph Myers <joseph@codesourcery.com>
30087 * math/libm-test.inc (noXFails): Remove variable.
30088 (noXPasses): Likewise.
30089 (BUILD_COMPLEX_INT): Remove macro.
30090 (print_screen): Remove xfail argument.
30091 (print_screen_max_error): Likewise.
30092 (update_stats): Likewise.
30093 (print_max_error): Likewise. Update calls to other affected
30095 (print_complex_max_error): Likewise.
30096 (test_single_exception): Update calls to print_screen.
30097 (test_single_errno): Likewise.
30098 (check_float_internal): Remove xfail argument. Update calls to
30099 other affected functions.
30100 (check_float): Likewise.
30101 (check_complex): Likewise.
30102 (check_int): Likewise.
30103 (check_long): Likewise.
30104 (check_bool): Likewise.
30105 (check_longlong): Likewise.
30106 (main): Don't print noXFails and noXPasses.
30107 * math/gen-libm-test.pl (top level): Don't mention expected
30108 failure handling in comment.
30109 (new_test): Don't handle expected failures.
30110 (parse_args): Don't mention expected failure handling in comment.
30111 (generate_testfile): Don't handle expected failures.
30112 (parse_ulps): Likewise.
30113 (print_ulps_file): Likewise.
30114 (get_failure): Remove function.
30115 (output_test): Don't handle expected failures.
30116 * make/README.libm-test: Don't mention expected failure handling.
30118 * math/libm-test.inc (plus_zero): Make const. Add initializer.
30119 (minus_zero): Likewise.
30120 (plus_infty): Likewise.
30121 (minus_infty): Likewise.
30122 (qnan_value): Likewise.
30123 (max_value): Likewise.
30124 (min_value): Likewise.
30125 (min_subnorm_value): Likewise.
30126 (initialize): Do not initialize those variables dynamically.
30128 2013-05-03 Roland McGrath <roland@hack.frob.com>
30130 * io/open.c (__open_2): Moved to ...
30131 * io/open_2.c: ... this new file.
30132 * io/open64.c (__open64_2): Moved to ...
30133 * io/open64_2.c: ... this new file.
30134 * io/openat.c (__openat_2): Moved to ...
30135 * io/openat_2.c: ... this new file.
30136 * io/openat64.c (__openat64_2): Moved to ...
30137 * io/openat64_2.c: ... this new file.
30138 * io/Makefile (routines): Add them.
30139 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
30140 * sysdeps/unix/sysv/linux/open_2.c: File removed.
30141 * sysdeps/unix/sysv/linux/open64_2.c: File removed.
30142 * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
30143 * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
30144 * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
30145 (__openat64): Add hidden_ver.
30146 * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
30147 * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
30149 * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
30150 Separately conditionalize setting of GLRO(dl_sysinfo) so
30151 that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
30152 as well, but the actual setting is only under [NEED_DL_SYSINFO].
30154 2013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30156 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
30157 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
30159 (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
30160 * sysdeps/unix/sysv/linux/powerpc/init-first.c
30161 (_libc_vdso_platform_setup): Add __vdso_time initialization.
30162 * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
30163 for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
30165 2013-05-03 Joseph Myers <joseph@codesourcery.com>
30167 * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
30168 test signgam value.
30170 * math/libm-test.inc (hypot_test): Do not use
30171 IGNORE_ZERO_INF_SIGN.
30173 2013-05-03 Andreas Jaeger <aj@suse.de>
30175 * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
30177 * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
30178 (PF_MAX): Adjust for VSOCK change.
30180 2013-05-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30182 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30184 2013-05-02 Carlos O'Donell <carlos@redhat.com>
30187 * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
30188 * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
30189 * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
30191 2013-05-02 David S. Miller <davem@davemloft.net>
30193 * sysdeps/sparc/fpu/libm-test-ulps: Update.
30195 2013-05-01 Ondřej Bílka <neleai@seznam.cz>
30197 * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
30199 2013-05-01 Roland McGrath <roland@hack.frob.com>
30201 * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
30203 2013-05-01 Richard Smith <richard@metafoo.co.uk>
30206 * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
30207 [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
30208 Use __attribute__ ((__gnu_inline__)).
30209 [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
30210 Don't use __attribute__ ((__gnu_inline__)).
30212 2013-05-01 Joseph Myers <joseph@codesourcery.com>
30215 * math/s_catan.c (__catan): Handle small real or imaginary part of
30216 input specially to avoid spurious underflow.
30217 * math/s_catanf.c (__catanf): Likewise.
30218 * math/s_catanh.c (__catanh): Likewise.
30219 * math/s_catanhf.c (__catanhf): Likewise.
30220 * math/s_catanhl.c (__catanhl): Likewise.
30221 * math/s_catanl.c (__catanl): Likewise.
30222 * math/libm-test.inc (catan_test): Add more tests.
30223 (catanh_test): Likewise.
30224 * sysdeps/i386/fpu/libm-test-ulps: Update.
30225 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30227 2013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30229 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30231 2013-04-30 Joseph Myers <joseph@codesourcery.com>
30234 * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
30235 accurately for denominator in atan2.
30236 * math/s_catanf.c (__catanf): Likewise.
30237 * math/s_catanh.c (__catanh): Likewise.
30238 * math/s_catanhf.c (__catanhf): Likewise.
30239 * math/s_catanhl.c (__catanhl): Likewise.
30240 * math/s_catanl.c (__catanl): Likewise.
30241 * math/libm-test.inc (catan_test): Add more tests.
30242 (catanh_test): Likewise.
30243 * sysdeps/i386/fpu/libm-test-ulps: Update.
30244 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30246 2013-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
30248 * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
30250 * benchtests/Makefile (bench): Remove slow benchmarks.
30251 * benchtests/atan-inputs: Add slow benchmark inputs.
30252 * benchtests/bench-modf.c (NUM_VARIANTS): Define.
30253 (BENCH_FUNC): Accept variant offset.
30255 * benchtests/bench-skeleton.c (main): Run benchmark for each
30257 * benchtests/cos-inputs: Add slow benchmark inputs.
30258 * benchtests/exp-inputs: Likewise.
30259 * benchtests/pow-inputs: Likewise.
30260 * benchtests/sin-inputs: Likewise.
30261 * benchtests/slowatan-inputs: Remove.
30262 * benchtests/slowatan.c: Remove.
30263 * benchtests/slowcos-inputs: Remove.
30264 * benchtests/slowcos.c: Remove.
30265 * benchtests/slowexp-inputs: Remove.
30266 * benchtests/slowexp.c: Remove.
30267 * benchtests/slowpow-inputs: Remove.
30268 * benchtests/slowpow.c: Remove.
30269 * benchtests/slowsin-inputs: Remove.
30270 * benchtests/slowsin.c: Remove.
30271 * benchtests/slowtan-inputs: Remove.
30272 * benchtests/slowtan.c: Remove.
30273 * benchtests/tan-inputs: Add slow benchmark inputs.
30274 * scripts/bench.pl: Parse comments and directives.
30276 * benchtests/Makefile: Remove *-ITER. Define BENCH_DURATION
30278 ($(objpfx)bench-%.c): Remove *-ITER.
30279 * benchtests/bench-modf.c: Remove definition of ITER.
30280 * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
30281 (main): Loop for DURATION seconds instead of fixed number of
30283 * scripts/bench.pl: Don't expect iterations in parameters.
30285 2013-04-29 Roland McGrath <roland@hack.frob.com>
30287 * io/fchdir.c (__fchdir): Renamed from fchdir.
30288 (fchdir): Define as weak alias.
30290 2013-04-29 Joseph Myers <joseph@codesourcery.com>
30292 * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
30293 (ERRNO_EDOM): Likewise.
30294 (ERRNO_ERANGE): Likewise.
30295 (noErrnoTests): New variable.
30296 (init_max_error): Set errno to 0.
30297 (test_single_errno): New function.
30298 (test_errno): Likewise.
30299 (check_float_internal): Call test_errno. Set errno to 0.
30300 (check_complex): Refer to errno tests in comment.
30301 (check_int): Call test_errno. Set errno to 0.
30302 (check_long): Likewise.
30303 (check_bool): Likewise.
30304 (check_longlong): Likewise.
30305 (cos_test): Use ERRNO_* flags for errno tests instead of
30307 (expm1_test): Likewise.
30308 (fmod_test): Likewise.
30309 (ilogb_test): Likewise.
30310 (lgamma_test): Likewise.
30311 (pow_test): Likewise.
30312 (remainder_test): Likewise.
30313 (sin_test): Likewise.
30314 (tan_test): Likewise.
30315 (yn_test): Likewise.
30316 (initialize): Set errno to 0.
30317 (main): Print number of errno tests.
30318 * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
30320 2013-04-29 Andreas Jaeger <aj@suse.de>
30323 * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
30327 * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
30328 * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
30332 * stdlib/random.c (__initstate): Return NULL if
30336 * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
30337 RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
30340 2013-04-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30342 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30344 2013-04-29 Joseph Myers <joseph@codesourcery.com>
30346 * math/libm-test.inc (cacos_test): Add missing semicolons at ends
30347 of individual tests.
30348 (casin_test): Likewise.
30349 (casinh_test): Likewise.
30351 2013-04-27 Joseph Myers <joseph@codesourcery.com>
30354 * math/s_catan.c (__catan): Handle arguments with large real or
30355 imaginary part separately without squaring.
30356 * math/s_catanf.c (__catanf): Likewise.
30357 * math/s_catanh.c (__catanh): Likewise.
30358 * math/s_catanhf.c (__catanhf): Likewise.
30359 * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30361 (__catanhl): Handle arguments with large real or imaginary part
30362 separately without squaring.
30363 * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30365 (__catanl): Handle arguments with large real or imaginary part
30366 separately without squaring.
30367 * math/libm-test.inc (catan_test): Add more tests.
30368 (catanh_test): Likewise.
30369 * sysdeps/i386/fpu/libm-test-ulps: Update.
30370 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30372 2013-04-27 Andreas Jaeger <aj@suse.de>
30375 * stdlib/stdlib.h: Update guards for qecvt.
30376 * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
30379 2013-04-27 Allan McRae <allan@archlinux.org>
30381 * sysdeps/i386/fpu/libm-test-ulps: Update.
30383 2013-04-26 Joseph Myers <joseph@codesourcery.com>
30386 * math/s_catan.c: Include <float.h>.
30387 (__catan): Ensure underflow exception occurs for underflowed
30389 * math/s_catanf.c: Include <float.h>.
30390 (__catanf): Ensure underflow exception occurs for underflowed
30392 * math/s_catanh.c: Include <float.h>.
30393 (__catanh): Ensure underflow exception occurs for underflowed
30395 * math/s_catanhf.c: Include <float.h>.
30396 (__catanhf): Ensure underflow exception occurs for underflowed
30398 * math/s_catanhl.c: Include <float.h>.
30399 (__catanhl): Ensure underflow exception occurs for underflowed
30401 * math/s_catanl.c: Include <float.h>.
30402 (__catanl): Ensure underflow exception occurs for underflowed
30404 * math/libm-test.inc (catan_test): Add more tests.
30405 (catanh_test): Likewise.
30408 * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
30409 underflowed result.
30410 * math/s_ccoshf.c (__ccoshf): Likewise.
30411 * math/s_ccoshl.c (__ccoshl): Likewise.
30412 * math/s_csin.c (__csin): Likewise.
30413 * math/s_csinf.c (__csinf): Likewise.
30414 * math/s_csinh.c (__csinh): Likewise.
30415 * math/s_csinhf.c (__csinhf): Likewise.
30416 * math/s_csinhl.c (__csinhl): Likewise.
30417 * math/s_csinl.c (__csinl): Likewise.
30418 * math/libm-test.inc (ccos_test): Add more tests.
30419 (ccosh_test): Likewise.
30420 (csin_test): Likewise.
30421 (csinh_test): Likewise.
30423 2013-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30425 * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
30426 * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
30427 * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
30428 * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
30429 * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
30430 powerpc/power5+/fpu folders.
30431 * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
30434 2013-04-26 Markus Trippelsdorf <markus@trippelsdorf.de>
30436 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30438 2013-04-25 Joseph Myers <joseph@codesourcery.com>
30440 * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
30441 additions to variable.
30442 [$(config-machine) = x86_64] (modules-names): Likewise.
30443 ($(objpfx)tst-audit3): Remove dependency.
30444 ($(objpfx)tst-audit3.out): Likewise.
30445 ($(objpfx)tst-audit4): Likewise.
30446 ($(objpfx)tst-audit4.out): Likewise.
30447 ($(objpfx)tst-audit5): Likewise.
30448 ($(objpfx)tst-audit5.out): Likewise.
30449 ($(objpfx)tst-audit6): Likewise.
30450 ($(objpfx)tst-audit6.out): Likewise.
30451 ($(objpfx)tst-audit7): Likewise.
30452 ($(objpfx)tst-audit7.out): Likewise.
30453 (tst-audit3-ENV): Remove variable.
30454 (tst-audit4-ENV): Likewise.
30455 (tst-audit5-ENV): Likewise.
30456 (tst-audit6-ENV): Likewise.
30457 (tst-audit7-ENV): Likewise.
30458 [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
30459 [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
30460 addition to variable.
30461 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
30462 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
30463 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
30464 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
30465 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
30466 * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
30467 tst-audit3, tst-audit4 and tst-audit5.
30468 [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
30469 tst-audit6 and tst-audit7.
30470 [$(subdir) = elf] (modules-names): Add audit modules for those
30472 [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
30473 [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
30474 [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
30475 [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
30476 [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
30477 [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
30478 [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
30479 [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
30480 [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
30481 [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
30482 [$(subdir) = elf] (tst-audit3-ENV): New variable.
30483 [$(subdir) = elf] (tst-audit4-ENV): Likewise.
30484 [$(subdir) = elf] (tst-audit5-ENV): Likewise.
30485 [$(subdir) = elf] (tst-audit6-ENV): Likewise.
30486 [$(subdir) = elf] (tst-audit7-ENV): Likewise.
30487 [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
30489 [$(subdir) = elf && $(config-cflags-avx) = yes]
30490 (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
30491 [$(subdir) = elf && $(config-cflags-avx) = yes]
30492 (CFLAGS-tst-auditmod4a.c): Likewise.
30493 [$(subdir) = elf && $(config-cflags-avx) = yes]
30494 (CFLAGS-tst-auditmod4b.c): Likewise.
30495 [$(subdir) = elf && $(config-cflags-avx) = yes]
30496 (CFLAGS-tst-auditmod6b.c): Likewise.
30497 [$(subdir) = elf && $(config-cflags-avx) = yes]
30498 (CFLAGS-tst-auditmod6c.c): Likewise.
30499 [$(subdir) = elf && $(config-cflags-avx) = yes]
30500 (CFLAGS-tst-auditmod7b.c): Likewise.
30501 * elf/tst-audit3.c: Move to ...
30502 * sysdeps/x86_64/tst-audit3.c: ... here.
30503 * elf/tst-audit4.c: Move to ...
30504 * sysdeps/x86_64/tst-audit4.c: ... here.
30505 * elf/tst-audit5.c: Move to ...
30506 * sysdeps/x86_64/tst-audit5.c: ... here.
30507 * elf/tst-audit6.c: Move to ...
30508 * sysdeps/x86_64/tst-audit6.c: ... here.
30509 * elf/tst-audit7.c: Move to ...
30510 * sysdeps/x86_64/tst-audit7.c: ... here.
30511 * elf/tst-auditmod3a.c: Move to ...
30512 * sysdeps/x86_64/tst-auditmod3a.c: ... here.
30513 * elf/tst-auditmod3b.c: Move to ...
30514 * sysdeps/x86_64/tst-auditmod3b.c: ... here.
30515 * elf/tst-auditmod4a.c: Move to ...
30516 * sysdeps/x86_64/tst-auditmod4a.c: ... here.
30517 * elf/tst-auditmod4b.c: Move to ...
30518 * sysdeps/x86_64/tst-auditmod4b.c: ... here.
30519 * elf/tst-auditmod5a.c: Move to ...
30520 * sysdeps/x86_64/tst-auditmod5a.c: ... here.
30521 * elf/tst-auditmod5b.c: Move to ...
30522 * sysdeps/x86_64/tst-auditmod5b.c: ... here.
30523 * elf/tst-auditmod6a.c: Move to ...
30524 * sysdeps/x86_64/tst-auditmod6a.c: ... here.
30525 * elf/tst-auditmod6b.c: Move to ...
30526 * sysdeps/x86_64/tst-auditmod6b.c: ... here.
30527 * elf/tst-auditmod6c.c: Move to ...
30528 * sysdeps/x86_64/tst-auditmod6c.c: ... here.
30529 * elf/tst-auditmod7a.c: Move to ...
30530 * sysdeps/x86_64/tst-auditmod7a.c: ... here.
30531 * elf/tst-auditmod7b.c: Move to ...
30532 * sysdeps/x86_64/tst-auditmod7b.c: ... here.
30534 2013-04-25 Paul Pluzhnikov <ppluzhnikov@google.com>
30537 * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
30538 define unconditionally.
30539 * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
30540 define unconditionally.
30541 (INT8_C, INT16_C, etc.): Likewise.
30543 2013-04-25 Maciej W. Rozycki <macro@codesourcery.com>
30545 * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
30546 __ehdr_start with hidden visibility.
30548 * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
30550 2013-04-24 Carlos O'Donell <carlos@redhat.com>
30552 * math/libm-test.inc (cos_test): Use accurate hex constants.
30553 (sincost_test): Likewise.
30555 2013-04-24 Joseph Myers <joseph@codesourcery.com>
30557 * math/libm-test.inc (catan_test): Add more tests.
30558 (catanh_test): Likewise.
30560 * math/s_catanf.c (__catanf): Use suffixed floating-point
30562 * math/s_catanhf.c (__catanhf): Likewise.
30563 * math/s_catanhl.c (__catanhl): Likewise.
30564 * math/s_catanl.c (__catanl): Likewise.
30567 * math/s_catan.c (__catan): Calculate imaginary part of result
30568 with log1p not log unless computing log of number close to 0.
30569 * math/s_catanf.c (__catanf): Likewise.
30570 * math/s_catanl.c (__catanl): Likewise.
30571 * math/s_catanh.c (__catanh): Calculate real part of result with
30572 log1p not log unless computing log of number close to 0.
30573 * math/s_catanhf.c (__catanhf): Likewise.
30574 * math/s_catanhl.c (__catanhl): Likewise.
30575 * math/libm-test.inc (catan_test): Add more tests.
30576 (catanh_test): Likewise.
30577 * sysdeps/i386/fpu/libm-test-ulps: Update.
30578 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30580 2013-04-24 Siddhesh Poyarekar <siddhesh@redhat.com>
30582 * benchtests/Makefile: Mention files in which fast and slow
30583 paths of math functions are implemented.
30585 2013-04-23 Roland McGrath <roland@hack.frob.com>
30587 * sysdeps/posix/timespec_get.c: New file.
30589 2013-04-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30591 * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
30593 * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
30595 * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
30596 powerpc/power5/fpu folders.
30597 * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
30598 * benchtests/Makefile: Add modf testcase.
30599 * benchtests/bench-modf.c: New file: Benchmark test for mo
30601 2013-04-23 Siddhesh Poyarekar <siddhesh@redhat.com>
30604 * time/Makefile (tests): Add tst-strptime-whitespace.
30605 * time/strptime_l.c (get_number): Use ISSPACE.
30606 (__strptime_internal): Likewise.
30607 * time/tst-strptime-whitespace.c: New test case.
30609 2013-04-23 Andreas Schwab <schwab@linux-m68k.org>
30611 * nss/nss_files/files-init.c (TF): Don't initialize flexible array
30613 (_nss_files_init): Set it here.
30615 2013-04-23 Heiko Carstens <heiko.carstens@de.ibm.com>
30617 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
30618 f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
30621 2013-04-22 Jan-Benedict Glaw <jbglaw@getslash.de>
30623 * nss/getent.c (shadow_keys): Call endspent, not endpwent.
30625 2013-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
30627 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
30630 2013-04-21 David S. Miller <davem@davemloft.net>
30632 * po/ru.po: Update Russion translation from translation project.
30634 2013-04-17 Adam Conrad <adconrad@0c3.net>
30636 * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
30639 2013-04-17 Carlos O'Donell <carlos@redhat.com>
30641 * configure.in: Remove i386 configure warning. Remove i386 case.
30642 * configure: Regenerate.
30643 * sysdeps/i386/configure.in: Raise error if config_machine is i386.
30644 Add example to error message.
30645 * sysdeps/i386/configure: Regenerate.
30647 2013-04-17 Siddhesh Poyarekar <siddhesh@redhat.com>
30649 * benchtests/Makefile (bench): Add cos, tan, slowcos and
30651 * benchtests/cos-inputs: New file.
30652 * benchtests/slowcos-inputs: New file.
30653 * benchtests/slowcos.c: New file.
30654 * benchtests/slowtan-inputs: New file.
30655 * benchtests/slowtan.c: New file.
30656 * benchtests/tan-inputs: New file.
30658 2013-04-16 Roland McGrath <roland@hack.frob.com>
30660 * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
30663 2013-04-16 Siddhesh Poyarekar <siddhesh@redhat.com>
30665 * benchtests/Makefile: Include cppflags-iterator.mk to add
30666 -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
30668 * Makefile.in (bench-clean): New target.
30669 * benchtests/Makefile (bench-clean): Likewise.
30671 2013-04-16 David Holsgrove <david.holsgrove@xilinx.com>
30673 * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
30675 2013-04-15 Thomas Schwinge <thomas@codesourcery.com>
30677 * stdio-common/tstdiomisc.c: Fix coding-style violation.
30679 2013-04-15 Andreas Schwab <schwab@suse.de>
30681 * nscd/grpcache.c (cache_addgr): Properly check for short write.
30682 * nscd/initgrcache.c (addinitgroupsX): Likewise.
30683 * nscd/pwdcache.c (cache_addpw): Likewise.
30684 * nscd/servicescache.c (cache_addserv): Likewise. Don't write
30687 2013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
30689 * benchtests/Makefile (bench): Write all output to
30690 bench-out.tmp together.
30692 2013-04-15 Andreas Schwab <schwab@suse.de>
30694 * nscd/nscd.c (main): Don't fork again after closing files.
30696 2013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
30698 * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
30700 * benchtests/Rules (bench-deps): Collect dependencies into a
30701 single variable. Add Makefile to dependencies.
30702 ($(objpfx)bench-%.c): Depend on bench-deps.
30704 2013-04-12 Roland McGrath <roland@hack.frob.com>
30705 Xavier Roche <roche+kml2@exalead.com>
30708 * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
30709 just that it's a file descriptor.
30710 * manual/llio.texi (Synchronizing AIO Operations): Update description
30711 for EBADF error from aio_fsync.
30713 2013-04-12 Siddhesh Poyarekar <siddhesh@redhat.com>
30715 * Rules (bench): Move target definition...
30716 * benchtests/Makefile: ... here.
30718 2013-04-11 Carlos O'Donell <carlos@redhat.com>
30720 * math/libm-test.inc (cos_test): Fix PI/2 test.
30721 (sincos_test): Likewise.
30722 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
30723 * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
30725 2013-04-11 Andreas Schwab <schwab@suse.de>
30728 * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
30729 accept exponent character only when digits were seen.
30730 * stdio-common/Makefile (tests): Add bug26.
30731 * stdio-common/bug26.c: New file.
30734 * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
30737 2013-04-11 Siddhesh Poyarekar <siddhesh@redhat.com>
30739 * Makeconfig (rtld-prefix): Define built linker prefix.
30740 * Rules (run-bench): Use it.
30741 * math/Makefile (run-regen-ulps): Likewise.
30743 * Rules (bench): Remove eval.
30745 2013-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
30746 Roland McGrath <roland@hack.frob.com>
30747 Ondrej Bilka <neleai@seznam.cz>
30750 * time/getdate.c: Include ctype.h and alloca.h.
30751 (__getdate_r): Trim leading and trailing spaces of input.
30752 * time/tst-getdate.c (tests): Add tests with leading and
30755 2013-04-08 Roland McGrath <roland@hack.frob.com>
30758 * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
30759 when computing value.
30761 2013-04-06 Carlos O'Donell <carlos@redhat.com>
30763 * math/README.libm-test (How can I generate "libm-test-ulps"?):
30764 Use testrun.sh to run libm tests.
30767 * elf/dl-open.c (dl_open_worker): memset all of seen array.
30769 2013-04-06 Marko Myllynen <myllynen@redhat.com>
30772 * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
30774 2013-04-06 Carlos O'Donell <carlos@redhat.com>
30776 * Makefile.in (regen-ulps): New target.
30777 * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
30778 [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
30779 [ifneq (no,$(PERL)] (regen-ulps): New target.
30780 [ifeq (no,$(PERL)] (regen-ulps): New target.
30781 * math/libm-test.inc (ulps_file_name): Define.
30782 (output_dir): New variable.
30783 (options): Add "output-dir" option.
30784 (parse_opt): Handle 'o' case.
30785 (main): If output_dir is non-NULL use it as a prefix
30787 * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
30789 2013-04-06 Carlos O'Donell <carlos@redhat.com>
30791 [BZ #10060, #10062]
30792 * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
30793 * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
30794 fail configure if __sync_val_compare_and_swap is not inlined.
30795 * sysdeps/i386/configure: Regenerate.
30796 * configure.in: Build for i686 when configured for i386.
30797 * configure: Regenerate.
30798 * README: Remove i386 reference.
30800 2013-04-06 Carlos O'Donell <carlos@redhat.com>
30802 * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
30803 * sysdeps/s390/s390-64/sysdep.h: Likewise.
30805 2013-04-05 Thomas Schwinge <thomas@codesourcery.com>
30807 * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
30808 (lmsnanval): New variables.
30809 (F): Add conversion tests.
30810 * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
30811 * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
30813 * stdio-common/tstdiomisc.c (F): Properly collect individual
30816 [BZ #14686, #15336]
30817 * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
30818 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
30819 Instead, use input NaN values or generate a qNaN by arithmetic
30820 operation. Also fix bugs to comply with the standard.
30821 * math/libm-test.inc (remainder_test): Add more tests.
30823 [BZ #15335, #15342]
30824 * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
30825 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
30826 input NaN values or generate a qNaN by arithmetic operation.
30828 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
30831 * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
30834 2013-04-03 Joseph Myers <joseph@codesourcery.com>
30837 * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
30838 underflowed result.
30839 * math/s_cexpf.c (__cexpf): Likewise.
30840 * math/s_cexpl.c (__cexpl): Likewise.
30841 * math/libm-test.inc (cexp_test): Add more tests.
30843 2013-04-03 Andreas Schwab <schwab@suse.de>
30846 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
30847 order arrays from heap if bigger than alloca cutoff.
30849 2013-04-03 Thomas Schwinge <thomas@codesourcery.com>
30851 * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
30852 (SNAN_TESTS_double): Refer to GCC PR56831.
30853 * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
30856 2013-04-03 Siddhesh Poyarekar <siddhesh@redhat.com>
30858 * Rules (bench): Move bench.out after the run is complete.
30860 * Rules (bench): Echo currently running benchmark.
30862 * benchtests/Makefile (bench): Add atan and slowatan.
30863 * benchtests/atan-inputs: New file.
30864 * benchtests/slowatan-inputs: New file.
30865 * benchtests/slowatan.c: New file.
30867 * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
30868 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
30872 * sysdeps/unix/sysv/linux/kernel-features.h
30873 [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
30874 __ASSUME_XFS_RESTRICTED_CHOWN.
30875 * sysdeps/unix/sysv/linux/pathconf.c
30876 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
30877 Save and restore errno.
30879 2013-04-02 Joseph Myers <joseph@codesourcery.com>
30882 * math/s_cacosh.c (__cacosh): Implement for finite nonzero
30883 arguments using __kernel_casinh.
30884 * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
30885 arguments using __kernel_casinhf.
30886 * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
30887 arguments using __kernel_casinhl.
30888 * math/libm-test.inc (cacosh_test): Add more tests.
30889 * sysdeps/i386/fpu/libm-test-ulps: Update.
30890 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30892 2013-04-02 Siddhesh Poyarekar <siddhesh@redhat.com>
30894 * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
30895 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
30897 * bench/Makefile (bench): Add sin and slowsin.
30898 * benchtests/sin-inputs: New file.
30899 * benchtests/slowsin-inputs: New file.
30900 * benchtests/slowsin.c: New file.
30902 * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
30903 (bench): Add slowexp and slowpow.
30904 (exp-ITER): Increase iterations.
30905 (pow-ITER): Likewise.
30906 * benchtests/exp-inputs: Change input.
30907 * benchtests/pow-inputs: Likewise.
30908 * benchtests/slowexp-inputs: New file.
30909 * benchtests/slowexp.c: New file.
30910 * benchtests/slowpow-inputs: New file.
30911 * benchtests/slowpow.c: New file.
30913 2013-04-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30915 * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
30917 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
30918 * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
30919 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
30920 * benchtests/Makefile: Add rint benchtest.
30921 * benchtests/rint-inputs: Input for rint benchtest.
30923 2013-04-02 Thomas Schwinge <thomas@codesourcery.com>
30925 * Versions.def (libm): Add GLIBC_2.18.
30926 * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
30927 hidden libm prototypes.
30928 [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
30929 * math/Makefile (libm-calls): Add s_issignaling.
30930 * math/Versions (libm: GLIBC_2.18): Add __issignaling,
30931 __issignalingf, __issignalingl. Adjust all libm.abilist files.
30932 * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
30934 * math/math.h [__USE_GNU] (issignaling): New macro.
30935 * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
30936 * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
30937 * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
30938 * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
30939 * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
30940 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
30941 * manual/arith.texi (issignaling): New section.
30942 * manual/libm-err-tab.pl (@all_functions): Update comment.
30943 * math/gen-libm-test.pl (parse_args): Apply special handling for
30945 * math/libm-test.inc (print_float, issignaling_test): New
30947 (check_float_internal): Add issignaling checks.
30948 * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
30949 default definition.
30950 * sysdeps/powerpc/math-tests.h: New file.
30951 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
30953 * math/test-snan.c (TEST_FUNC): Likewise.
30955 2013-03-30 David S. Miller <davem@davemloft.net>
30957 * po/de.po: Update from translation team.
30959 2013-03-30 Joseph Myers <joseph@codesourcery.com>
30962 * math/k_casinh.c (__kernel_casinh): Handle arguments with
30963 imaginary part less than 1.0 and real part less than 0.5
30965 * math/k_casinhf.c (__kernel_casinhf): Likewise.
30966 * math/k_casinhl.c (__kernel_casinhl): Likewise.
30967 * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
30968 (cacos_test): Add more tests.
30969 (casin_test): Likewise.
30970 (casinh_test): Likewise.
30971 * sysdeps/i386/fpu/libm-test-ulps: Update.
30972 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30974 2013-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
30976 * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
30977 ONE with its value.
30979 * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
30980 (__pow_mp): Replace ONE and MONE with their values.
30981 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30982 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
30983 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30984 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
30985 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30986 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30988 * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
30990 * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
30991 (__pow_mp): Replace ZERO and MZERO with their values.
30992 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
30993 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30994 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30995 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30996 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30997 * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
31000 * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
31002 * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
31004 2013-03-28 Roland McGrath <roland@hack.frob.com>
31006 * include/stdlib.h [!SHARED] (__call_tls_dtors):
31007 Declare with __attribute__ ((weak)).
31008 * stdlib/exit.c (__libc_atexit) [!SHARED]:
31009 Call __call_tls_dtors only if it's not NULL.
31011 2013-03-28 Roland McGrath <roland@hack.frob.com>
31013 * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
31014 didn't do it already, then set _dl_phdr and _dl_phnum based on the
31015 magic __ehdr_start linker symbol if it's defined.
31016 * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
31017 them up here if it was already done.
31019 * elf/dl-support.c (_dl_phdr): Make pointer to const.
31020 (_dl_aux_init): Use const in cast when setting it.
31021 * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
31022 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
31023 * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
31025 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
31027 * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
31028 * csu/libc-tls.c: Nor here.
31029 * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
31031 * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
31032 (__libc_message): Never call vsyslog.
31034 2013-03-28 Alan Modra <amodra@gmail.com>
31036 * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
31038 * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
31041 2013-03-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31044 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
31046 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31048 2013-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
31051 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
31052 Don't add gid passed as argument.
31054 * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
31056 2013-03-27 Joseph Myers <joseph@codesourcery.com>
31059 * math/k_casinh.c (__kernel_casinh): Handle arguments with
31060 imaginary part between 1.0 and 1.5 and real part less than 0.5
31062 * math/k_casinhf.c (__kernel_casinhf): Likewise.
31063 * math/k_casinhl.c (__kernel_casinhl): Likewise.
31064 * math/libm-test.inc (cacos_test): Add more tests.
31065 (casin_test): Likewise.
31066 (casinh_test): Likewise.
31067 * sysdeps/i386/fpu/libm-test-ulps: Update.
31068 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31070 2013-03-26 Siddhesh Poyarekar <siddhesh@redhat.com>
31072 * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
31075 (denorm): Likewise.
31076 (__dbl_mp): Likewise.
31077 (add_magnitudes): Likewise.
31078 (sub_magnitudes): Likewise.
31086 * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
31088 * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
31089 (__dubcos): Likewise.
31090 * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
31091 (__ieee754_acos): Likewise.
31092 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
31093 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
31094 (__exp1): Likewise.
31095 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
31096 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
31098 (my_log2): Likewise.
31099 (checkint): Likewise.
31100 * sysdeps/ieee754/dbl-64/e_remainder.c
31101 (__ieee754_remainder): Likewise.
31102 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
31103 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
31104 (bsloww): Likewise.
31105 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31107 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
31108 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
31109 MANTISSA_STORE_T to store computations on mantissa. Use
31110 macros for rounding and division.
31111 (denorm): Likewise.
31112 (__dbl_mp): Likewise.
31113 (add_magnitudes): Likewise.
31114 (sub_magnitudes): Likewise.
31117 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
31118 powers of two in terms of TWOPOW macro.
31119 (mp_no): Make type of mantissa as MANTISSA_T.
31120 [!RADIXI]: Define RADIXI.
31121 [!TWO52]: Define TWO52.
31122 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
31124 2013-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31126 * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
31127 llroundl symbol when building for PPC32.
31129 2013-03-24 Mark H Weaver <mhw@netris.org>
31131 * manual/arith.texi (Normalization Functions): Fix prototypes for
31132 scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
31134 2013-03-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31137 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
31138 high value to check if expl overflow.
31139 * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
31140 to check for underflow and overflow.
31141 * math/libm-test.inc: Add exp test.
31143 2013-03-21 Dmitry V. Levin <ldv@altlinux.org>
31146 * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
31149 2013-03-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31151 * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
31154 2013-03-21 Thomas Schwinge <thomas@codesourcery.com>
31156 * math/gen-libm-test.pl (parse_args, special_functions): Properly
31157 wrap blocks consisting of several statements.
31159 * sysdeps/generic/math-tests.h: New file.
31160 * sysdeps/i386/fpu/math-tests.h: Likewise.
31161 * math/test-snan.c: Include it.
31162 (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
31164 2013-03-21 Joseph Myers <joseph@codesourcery.com>
31167 * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
31168 (__ieee754_j0l): Do not improve calculations using cos of twice
31169 input for inputs above LDBL_MAX / 2.0L.
31170 (__ieee754_y0l): Likewise.
31171 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
31172 (__ieee754_j1l): Do not improve calculations using cos of twice
31173 input for inputs above LDBL_MAX / 2.0L.
31174 (__ieee754_y1l): Likewise.
31175 * math/libm-test.inc (j0_test): Add another test.
31176 (j1_test): Likewise.
31177 (y0_test): Likewise.
31178 (y1_test): Likewise.
31179 * sysdeps/i386/fpu/libm-test-ulps: Update.
31181 2013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
31183 * Rules ($(objpfx)bench-%.c): Include code from a C source
31186 2013-03-21 Joseph Myers <joseph@codesourcery.com>
31189 * math/k_casinh.c (__kernel_casinh): Handle arguments with
31190 imaginary part 1.0 and real part less than 0.5 specially.
31191 * math/k_casinhf.c (__kernel_casinhf): Likewise.
31192 * math/k_casinhl.c (__kernel_casinhl): Likewise.
31193 * math/libm-test.inc (cacos_test): Add more tests.
31194 (casin_test): Likewise.
31195 (casinh_test): Likewise.
31196 * sysdeps/i386/fpu/libm-test-ulps: Update.
31197 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31199 2013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
31201 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
31202 * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
31204 2013-03-20 Joseph Myers <joseph@codesourcery.com>
31206 * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
31207 * config.make.in (config-cflags-sse4): Remove variable.
31208 (config-cflags-avx): Likewise.
31209 (config-cflags-sse2avx): Likewise.
31210 (config-cflags-novzeroupper): Likewise.
31211 (config-asflags-i686): Likewise.
31212 (have-mfma4): Likewise.
31213 (have-as-vis3): Likewise.
31215 * configure.in (MIG): Do not AC_SUBST.
31216 (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
31217 (libc_cv_cc_sse4): Do not AC_SUBST.
31218 (libc_cv_cc_avx): Likewise.
31219 (libc_cv_cc_sse2avx): Likewise.
31220 (libc_cv_cc_novzeroupper): Likewise.
31221 (libc_cv_cc_fma4): Likewise.
31222 (libc_cv_as_i686): Likewise.
31223 (libc_cv_sparc_as_vis3): Likewise.
31224 * sysdeps/i386/configure.in (config-cflags-sse4): Set using
31226 (config-asflags-i686): Likewise.
31227 (config-cflags-avx): Likewise.
31228 (config-cflags-sse2avx): Likewise.
31229 (have-mfma4): Likewise.
31230 (config-cflags-novzeroupper): Likewise.
31231 * sysdeps/mach/configure.in (MIG): Likewise.
31232 * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
31233 * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
31235 (config-cflags-avx): Likewise.
31236 (config-cflags-sse2avx): Likewise.
31237 (have-mfma4): Likewise.
31238 (config-cflags-novzeroupper): Likewise.
31239 * configure: Regenerated.
31240 * sysdeps/i386/configure: Likewise.
31241 * sysdeps/mach/configure: Likewise.
31242 * sysdeps/sparc/configure: Likewise.
31243 * sysdeps/x86_64/configure: Likewise.
31245 2013-03-20 Roland McGrath <roland@hack.frob.com>
31248 * locale/programs/localedef.c (options): Put N_ translation marker
31249 on argument names, not just descriptions.
31251 2013-03-20 Marcus Shawcroft <marcus.shawcroft@linaro.org>
31253 * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
31255 2013-03-20 Ondřej Bílka <neleai@seznam.cz>
31258 * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
31260 2013-03-19 Roland McGrath <roland@hack.frob.com>
31262 * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
31263 [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
31264 [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
31265 [!BEFORE_ABORT] (before_abort): New function.
31266 [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
31267 * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
31268 (writev_for_fatal): New function.
31269 (WRITEV_FOR_FATAL): New macro; call that.
31270 (backtrace_and_maps): New function.
31271 (BEFORE_ABORT): New macro; call that.
31272 (struct str_list): Type removed.
31273 (__libc_message, __libc_fatal): Functions removed.
31274 Include <sysdeps/posix/libc_fatal.c> instead.
31276 2013-03-19 Joseph Myers <joseph@codesourcery.com>
31278 * math/k_casinhf.c (__kernel_casinhf): Consistently use float
31280 * math/k_casinhl.c (__kernel_casinhl): Consistently use long
31283 2013-03-19 Andreas Schwab <schwab@suse.de>
31285 * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
31286 * sysdeps/gnu/configure: Regenerate.
31288 * configure.in: Substitute libc_cv_rtlddir.
31289 * configure: Regenerate.
31290 * config.make.in (rtlddir): Set from libc_cv_rtlddir.
31291 * Makeconfig (rtlddir, inst_rtlddir): New variables.
31292 (rtld-LDFLAGS): Use them with $(rtld-installed-name).
31293 * elf/Makefile (install-others, CFLAGS-interp.c)
31294 (ldso_install, common-ldd-rewrite): Likewise.
31295 ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
31296 $(inst_slibdir)/$(rtld-installed-name).
31297 * scripts/rellns-sh: Add -p option.
31298 * Makerules (make-shlib-link): Use rellns-sh to get relative name
31301 2013-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
31303 * manual/nptl.texi: Renamed to ...
31304 * manual/threads.texi: ... this.
31305 * manual/Makefile (chapters): Update.
31307 2013-03-18 Roland McGrath <roland@hack.frob.com>
31310 * argp/argp-parse.c (argp_default_options): Put N_ translation marker
31311 on argument names, not just descriptions.
31312 * malloc/memusagestat.c (options): Likewise.
31313 * nss/getent.c (options): Likewise.
31315 2013-03-18 Benno Schulenberg <bensberg@justemail.net>
31318 * iconv/iconv_prog.c (options): Put N_ translation marker
31319 on argument names, not just descriptions.
31320 * iconv/iconvconfig.c (options): Likewise.
31322 2013-03-18 Ondrej Bilka <neleai@seznam.cz>
31324 * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
31325 implementation which is faster on all x86_64 architectures.
31326 Tested on AMD, Intel Nehalem, SNB, IVB.
31327 * sysdeps/x86_64/strnlen.S: Likewise.
31329 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
31330 Remove all multiarch strlen and strnlen versions.
31331 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
31332 Remove strlen and strnlen related parts.
31334 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
31335 Inline strlen part.
31336 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
31338 * sysdeps/x86_64/multiarch/strlen.S: Remove.
31339 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
31340 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
31341 * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
31342 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
31343 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
31345 2013-03-17 Carlos O'Donell <carlos@redhat.com>
31347 * manual/memory.texi (Malloc Tunable Parameters):
31348 Sort parameters alphabetically. Add comments for missing entries.
31350 2013-03-17 David S. Miller <davem@davemloft.net>
31352 * sysdeps/sparc/fpu/libm-test-ulps: Update.
31354 2013-03-16 Joseph Myers <joseph@codesourcery.com>
31357 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
31358 for arguments at most half maximum finite value.
31359 * math/libm-test.inc (j0_test): Add more tests.
31360 (j1_test): Likewise.
31361 (y0_test): Likewise.
31362 (y1_test): Likewise.
31363 * sysdeps/i386/fpu/libm-test-ulps: Update.
31364 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31367 * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
31368 1 / x and functions P and Q for arguments above 0x1p256L.
31369 (__ieee754_y0l): Likewise.
31370 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
31371 (__ieee754_y1l): Likewise.
31372 * math/libm-test.inc (j0_test): Do not allow spurious underflows.
31373 (j1_test): Likewise.
31374 (y0_test): Likewise.
31375 (y1_test): Likewise.
31377 2013-03-16 Thomas Schwinge <thomas@codesourcery.com>
31379 * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
31382 2013-03-15 Roland McGrath <roland@hack.frob.com>
31384 * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
31385 (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
31386 zero since it's initialized to EXEC_PAGESIZE.
31388 * sysdeps/unix/sysv/linux/ldsodefs.h
31389 (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
31390 * sysdeps/generic/ldsodefs.h: ... here.
31392 2013-03-15 Thomas Schwinge <thomas@codesourcery.com>
31394 * math/libm-test.inc (ldexp_test): Add missing START/END markers.
31396 * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
31398 * math/test-snan.c: Renamed from
31399 sysdeps/powerpc/fpu/test-powerpc-snan.c.
31400 * math/Makefile (tests): Add test-snan.
31401 * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
31404 * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
31405 SUFFIX. Initialize qNaN_var with __builtin_nan family of
31407 (TEST_TRUNC): Add SUFFIX argument. Initialize qNaN_var with
31408 __builtin_nan family of functions.
31409 * math/libm-test.inc (initialize): Initialize qnan_value with
31410 __builtin_nan family of functions.
31411 * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
31413 (init_signaling_nan, snan_float, snan_double, snan_ldouble):
31415 (TEST_FUNC): Add SUFFIX argument. Move sNaN_var into static
31416 storage class. Initialize qNaN_var and sNaN_var with
31417 __builtin_nan and __builtin_nans families of functions,
31420 * math/libm-test.inc (acosh_test): Also test with qNaN input.
31421 (sqrt_test): Remove duplicate test with qNaN input.
31422 (lrint_test, llrint_test, lround_test, llround_test, rint_test)
31423 (round_test, signbit_test, significand_test): Note missing +/-Inf
31424 as well as qNaN tests.
31426 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
31427 qNaN_var. Fix a few strings, too.
31428 * math/libm-test.inc (nan_value): Rename to qnan_value.
31429 * math/gen-libm-test.pl (%beautify): Adjust to that.
31430 * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
31431 * math/test-misc.c (main): Likewise.
31432 * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
31433 to __qnan_bytes, and __qnan_union, respectively.
31434 * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
31436 * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
31437 and lqnanval, respectively.
31438 * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
31439 * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
31440 * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
31441 and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
31443 * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
31444 * math/test-misc.c (main) [__x86_64__]: Enable test for long
31447 * math/test-misc.c (main): Fix copy'n'pastos.
31448 * misc/tst-efgcvt.c (special): Likewise.
31450 * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
31451 Remove declarations.
31453 2013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
31455 * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
31456 * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
31457 * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
31458 * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
31460 2013-03-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31462 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
31463 macro to return vdso values correctly in IFUNC implementations.
31464 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
31465 Optimization by using IFUNC.
31467 2013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
31468 Richard Henderson <rth@redhat.com>
31469 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
31471 * Makefile.in (bench): New target.
31472 * NEWS: Mention the benchmark framework.
31473 * Rules (bench): Likewise.
31474 (binaries-bench): Generate binaries for functions to
31476 * benchtests/Makefile: New makefile for benchmark tests.
31477 * benchtests/bench-skeleton.c: New skeleton file for benchmark
31479 * benchtests/exp-inputs: New input file for EXP function.
31480 * benchtests/pow-inputs: New input file for POW function.
31481 * scripts/bench.pl: New script to generate source files for
31482 benchmark programs.
31484 2013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
31486 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
31487 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
31488 computations on mantissa. Use macros for rounding and
31490 (denorm): Likewise.
31491 (__dbl_mp): Likewise.
31492 (add_magnitudes): Likewise.
31493 (sub_magnitudes): Likewise.
31496 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
31497 powers of two in terms of TWOPOW macro.
31498 (mp_no): Make type of mantissa as MANTISSA_T.
31499 [!RADIXI]: Define RADIXI.
31500 [!TWO52]: Define TWO52.
31501 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
31503 * manual/nptl.texi (cindex): Modify threads to pthreads.
31505 2013-03-15 Joseph Myers <joseph@codesourcery.com>
31507 * sysdeps/x86_64/preconfigure: Regenerated.
31509 2013-03-14 Joseph Myers <joseph@codesourcery.com>
31512 * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
31514 (qzero): Return -0.125 / x for arguments 0x1p28 and above.
31515 * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
31517 (qzero): Return 0.375 / x for arguments 0x1p28 and above.
31518 * math/libm-test.inc (j0_test): Do not allow one spurious
31519 underflow exception.
31520 (y1_test): Likewise.
31522 2013-03-14 Siddhesh Poyarekar <siddhesh@redhat.com>
31524 * manual/Makefile (chapters): Add nptl.
31525 * manual/debug.texi (Debugging Support): Add link to Threads
31527 * manual/nptl.texi: New file.
31529 * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
31531 2013-03-14 Petr Baudis <pasky@ucw.cz>
31533 * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
31534 for non-NULL pointer before the memory validity test. Pointed
31535 out by Holger Brunck <holger.brunck@keymile.com>.
31537 2013-03-13 Andreas Schwab <schwab@suse.de>
31539 * extra-lib.mk (extra-objs): Add static-only-routines as .oS
31542 2013-03-13 Joseph Myers <joseph@codesourcery.com>
31544 * timezone/zic.c: Update from tzcode 2013b.
31546 2013-03-12 Carlos O'Donell <carlos@redhat.com>
31548 * manual/install.texi (Configuring and compiling):
31549 Mention i686 and i586.
31550 * INSTALL: Regenerate.
31552 2013-03-12 Roland McGrath <roland@hack.frob.com>
31554 * sysdeps/init_array/elf-init.c: New file.
31556 (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
31557 (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
31559 * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
31560 __gmon_start__ as global, but as static with a .preinit_array pointer.
31561 * sysdeps/init_array/gmon-start.c: New file. Use that.
31562 * sysdeps/init_array/crti.S: New file, empty except for comments.
31563 * sysdeps/init_array/crtn.S: Likewise.
31565 2013-03-11 Ondřej Bílka <neleai@seznam.cz>
31567 * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
31569 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31570 Remove Prefer_SSE_for_memop.
31571 * sysdeps/x86_64/multiarch/init-arch.h: Remove
31572 bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
31573 HAS_PREFER_SSE_FOR_MEMOP.
31574 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
31576 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
31577 Remove bzero, memset ifunc support.
31578 * sysdeps/x86_64/multiarch/bzero.S: Remove file.
31579 * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
31580 * sysdeps/x86_64/multiarch/memset.S: Likewise.
31581 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
31583 2013-03-11 Andreas Schwab <schwab@suse.de>
31586 * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
31588 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
31589 (GLIBC_2.16): Remove pthread_atfork.
31591 2013-03-08 Paul Pluzhnikov <ppluzhnikov@google.com>
31593 * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
31594 (ptestcases.h): Likewise.
31596 2013-03-08 Roland McGrath <roland@hack.frob.com>
31598 * Makeconfig ($(common-objpfx)config.status): Depend on
31599 sysdeps/*/preconfigure{,.in} too.
31601 2013-03-08 Joseph Myers <joseph@codesourcery.com>
31603 * malloc/malloc.h (__malloc_ptr_t): Remove macro.
31604 (__free_hook): Use void * instead of __malloc_ptr_t.
31605 (__malloc_hook): Likewise.
31606 (__realloc_hook): Likewise.
31607 (__memalign_hook): Likewise.
31608 (__after_morecore_hook): Likewise.
31609 * malloc/arena.c (save_malloc_hook): Likewise.
31610 (save_free_hook): Likewise.
31611 * malloc/hooks.c (malloc_hook_ini): Likewise.
31612 (realloc_hook_ini): Likewise.
31613 (memalign_hook_ini): Likewise.
31614 * malloc/malloc.c (malloc_hook_ini): Likewise.
31615 (realloc_hook_ini): Likewise.
31616 (memalign_hook_ini): Likewise.
31617 (__free_hook): Likewise.
31618 (__malloc_hook): Likewise.
31619 (__realloc_hook): Likewise.
31620 (__memalign_hook): Likewise.
31621 (__libc_malloc): Likewise.
31622 (__libc_free): Likewise.
31623 (__libc_realloc): Likewise.
31624 (__libc_memalign): Likewise.
31625 (__libc_valloc): Likewise.
31626 (__libc_pvalloc): Likewise.
31627 (__libc_calloc): Likewise.
31628 (__posix_memalign): Likewise.
31629 * malloc/morecore.c (__sbrk): Likewise.
31630 (__default_morecore): Likewise.
31632 * malloc/morecore.c (__default_morecore): Use ISO C prototype.
31634 * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
31635 * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
31636 __malloc_ptrdiff_t.
31638 * malloc/malloc.h (__malloc_size_t): Remove macro.
31639 * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
31641 (old_memalign_hook): Likewise.
31642 (old_realloc_hook): Likewise.
31643 (struct hdr): Likewise.
31645 (mallochook): Likewise.
31646 (memalignhook): Likewise.
31647 (reallochook): Likewise.
31648 * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
31649 (tr_old_realloc_hook): Likewise.
31650 (tr_old_memalign_hook): Likewise.
31651 (tr_mallochook): Likewise.
31652 (tr_reallochook): Likewise.
31653 (tr_memalignhook): Likewise.
31655 2013-03-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31657 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
31658 default_ldbl_pack and using as default implementation.
31659 (ldbl_unpack): Rename to default_ldbl_unpack and using as default
31661 * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
31662 redundant definition.
31663 (ldbl_insert_mantissa): Likewise.
31664 (ldbl_canonicalize): Likewise.
31665 (ldbl_nearbyint): Likewise.
31666 (ldbl_pack): Rename to ldbl_pack_ppc.
31667 (ldbl_unpack): Rename to ldbl_unpack_ppc.
31668 * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
31669 * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
31671 2013-03-08 Siddhesh Poyarekar <siddhesh@redhat.com>
31673 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
31674 * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
31675 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
31676 * sysdeps/powerpc/power4/fpu/Makefile: ... here.
31677 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
31678 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
31679 * sysdeps/powerpc/powerpc32/power4/Implies: New file.
31680 * sysdeps/powerpc/powerpc64/power4/Implies: New file.
31682 2013-03-07 Andreas Jaeger <aj@suse.de>
31684 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
31687 2013-03-07 Siddhesh Poyarekar <siddhesh@redhat.com>
31689 * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
31690 Include mpa.h and declare __MPEXP.
31691 [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
31692 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31693 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31694 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
31695 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31696 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31697 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
31699 * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
31700 (__slowpow): Use long double EXPL and LOGL functions to
31702 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31703 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31704 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
31705 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31706 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31707 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
31709 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
31710 intermediate variable to calculate exponent.
31712 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
31716 * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
31717 [!NO__SQR]: Define __sqr.
31718 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
31719 and NO__SQR. Remove all code except __mul and __sqr. Include
31720 sysdeps/ieee754/dbl-64/mpa.c.
31721 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31724 * posix/Makefile (tests): Add tst-pathconf.
31725 * posix/tst-pathconf.c: New test case.
31726 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
31728 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
31730 2013-03-06 Patsy Franklin <pfrankli@redhat.com>
31732 * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
31734 2013-03-06 Andreas Jaeger <aj@suse.de>
31736 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
31737 definition via __MAP_ANONYMOUS.
31739 * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
31740 it's not part of Linux headers.
31742 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
31743 (MAP_HUGE_MASK): Define.
31745 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31747 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31748 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31750 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31751 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31753 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31754 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
31756 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31758 * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
31759 * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
31760 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
31761 * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
31762 * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
31763 * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
31765 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
31768 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
31769 Handle f2fs and efivarfs.
31771 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
31774 * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
31775 (EFIVARFS_MAGIC): Add.
31776 (F2FS_LINK_MAX): Add.
31778 2013-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
31780 * stdio-common/vfprintf.c: Replace __builtin_expect with
31783 2013-03-06 Joseph Myers <joseph@codesourcery.com>
31786 * sysdeps/generic/bp-sym.h: Remove file.
31787 * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
31788 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
31789 <bp-sym.h> and <bp-asm.h>.
31790 (__longjmp): Don't use BP_SYM.
31791 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
31793 (memcpy): Don't use BP_SYM.
31794 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
31795 <bp-sym.h> and <bp-asm.h>.
31796 (memcpy): Don't use BP_SYM.
31797 * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
31799 (memcpy): Don't use BP_SYM.
31800 * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
31802 (memset): Don't use BP_SYM.
31803 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31804 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31805 (__bzero): Don't use BP_SYM.
31806 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31807 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31808 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
31809 <bp-sym.h> and <bp-asm.h>.
31810 (memcmp): Don't use BP_SYM. Remove comment about bounded
31812 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
31813 <bp-sym.h> and <bp-asm.h>.
31814 (memcpy): Don't use BP_SYM.
31815 * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
31816 <bp-sym.h> and <bp-asm.h>.
31817 (memset): Don't use BP_SYM.
31818 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31819 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31820 (__bzero): Don't use BP_SYM.
31821 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31822 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31823 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
31824 <bp-sym.h> and <bp-asm.h>.
31825 (strncmp): Don't use BP_SYM. Remove comment about bounded
31827 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
31828 <bp-sym.h> and <bp-asm.h>.
31829 (memcpy): Don't use BP_SYM.
31830 * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
31831 <bp-sym.h> and <bp-asm.h>.
31832 (memset): Don't use BP_SYM.
31833 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31834 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31835 (__bzero): Don't use BP_SYM.
31836 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31837 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31838 * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
31839 <bp-sym.h> and <bp-asm.h>.
31840 (__memchr): Don't use BP_SYM.
31841 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
31842 <bp-sym.h> and <bp-asm.h>.
31843 (memcmp): Don't use BP_SYM. Remove comment about bounded
31845 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
31846 <bp-sym.h> and <bp-asm.h>.
31847 (memcpy): Don't use BP_SYM.
31848 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
31849 <bp-sym.h> and <bp-asm.h>.
31850 (__mempcpy): Don't use BP_SYM.
31851 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
31852 <bp-sym.h> and <bp-asm.h>.
31853 (__memrchr): Don't use BP_SYM.
31854 * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
31855 <bp-sym.h> and <bp-asm.h>.
31856 (memset): Don't use BP_SYM.
31857 (__bzero): Likewise.
31858 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
31859 <bp-sym.h> and <bp-asm.h>.
31860 (__rawmemchr): Don't use BP_SYM.
31861 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
31862 <bp-sym.h> and <bp-asm.h>.
31863 (__STRCMP): Don't use BP_SYM.
31864 * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
31865 <bp-sym.h> and <bp-asm.h>.
31866 (strchr): Don't use BP_SYM.
31867 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
31868 <bp-sym.h> and <bp-asm.h>.
31869 (__strchrnul): Don't use BP_SYM.
31870 * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
31871 <bp-sym.h> and <bp-asm.h>.
31872 (strlen): Don't use BP_SYM.
31873 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
31874 <bp-sym.h> and <bp-asm.h>.
31875 (strncmp): Don't use BP_SYM. Remove comment about bounded
31877 * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
31878 <bp-sym.h> and <bp-asm.h>.
31879 (__strnlen): Don't use BP_SYM.
31880 * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
31881 <bp-sym.h> and <bp-asm.h>.
31882 (__GI__setjmp): Don't use BP_SYM.
31883 (_setjmp): Likewise.
31884 (__sigsetjmp): Likewise.
31885 * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
31886 (L(start_addresses)): Don't use BP_SYM.
31887 (_start): Likewise.
31888 * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
31890 (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
31891 STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
31892 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31893 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31894 * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
31896 (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
31897 CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE. Remove comment
31898 about bounded pointers.
31899 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31900 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31901 * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
31903 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
31904 about bounded pointers. Remove GKM FIXME comments.
31905 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31906 * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
31908 (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
31909 STORE_RETURN_BOUNDS. Remove comment about bounded pointers.
31910 Remove GKM FIXME comments.
31911 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31912 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31913 * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
31915 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
31916 about bounded pointers. Remove GKM FIXME comment.
31917 * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
31919 (strncmp): Don't use BP_SYM. Remove comment about bounded
31921 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
31922 <bp-sym.h> and <bp-asm.h>.
31923 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
31924 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
31925 <bp-sym.h> and <bp-asm.h>.
31926 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
31929 2013-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
31931 * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
31934 2013-03-05 David S. Miller <davem@davemloft.net>
31936 * po/es.po: Update from translation team.
31938 2013-03-05 Andreas Jaeger <aj@suse.de>
31940 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
31941 <bits/mman-linux.h>.
31942 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31944 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
31945 <bits/mman-linux.h> to end of file.
31946 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31948 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
31949 <bits/mman-linux.h> to end of file.
31950 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31952 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
31953 <bits/mman-linux.h> to end of file.
31955 * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
31956 (MCL_CURRENT, MCL_FUTURE): Define here.
31958 2013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
31961 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
31963 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
31965 2013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
31967 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
31968 fourth parameter needed for rt_sigprocmask syscall.
31969 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
31970 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
31971 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
31972 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
31973 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
31974 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
31976 2013-03-04 Joseph Myers <joseph@codesourcery.com>
31979 * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
31980 comment about bounded pointers.
31981 * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
31982 * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
31984 2013-03-04 Andreas Jaeger <aj@suse.de>
31986 * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
31987 common definitions.
31989 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
31990 provided by bits/mman-linux.h and include <bits/mman-linux.h>.
31991 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
31992 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
31993 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
31994 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
31996 2013-03-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31999 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
32000 __ieee754_sqrl instead of __sqrl.
32002 2013-03-01 Joseph Myers <joseph@codesourcery.com>
32004 * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
32005 * sysdeps/powerpc/fpu_control.h: ... here.
32006 * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
32007 * sysdeps/powerpc/bits/fenvinline.h: ... here.
32008 * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
32009 * sysdeps/powerpc/bits/mathinline.h: ... here.
32011 2013-03-01 Roland McGrath <roland@hack.frob.com>
32013 * elf/dl-hwcaps.c (_dl_important_hwcaps):
32014 Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
32015 to just [NEED_DL_SYSINFO_DSO].
32016 * elf/dl-support.c: Likewise.
32017 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
32018 * elf/rtld.c (dl_main): Likewise.
32019 * elf/setup-vdso.h (setup_vdso): Likewise.
32020 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
32021 * sysdeps/unix/sysv/linux/dl-sysdep.c
32022 (_dl_discover_osversion): Likewise.
32024 2013-03-01 Carlos O'Donell <carlos@redhat.com>
32026 * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
32027 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
32029 2013-03-01 Siddhesh Poyarekar <siddhesh@redhat.com>
32031 * NEWS: Mention libm performance improvements and non-x86 PI
32034 * csu/libc-start.c (__pthread_initialize_minimal): Change
32035 function arguments.
32036 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
32038 2013-02-28 Joseph Myers <joseph@codesourcery.com>
32041 * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
32042 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
32043 <bp-sym.h> and <bp-asm.h>.
32044 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
32045 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
32047 (memcpy): Don't use BP_SYM.
32048 * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
32050 (__mpn_add_n): Don't use BP_SYM.
32051 (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
32052 * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
32054 (__mpn_addmul_1): Don't use BP_SYM.
32055 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32056 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
32058 (_setjmp): Don't use BP_SYM.
32059 (__novmx_setjmp): Likewise.
32060 (__GI__setjmp): Likewise.
32061 (__vmx_setjmp): Likewise.
32062 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
32064 * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
32065 (__bzero): Don't use BP_SYM.
32066 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32067 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32068 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
32069 <bp-sym.h> and <bp-asm.h>.
32070 (memcpy): Don't use BP_SYM.
32071 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
32072 <bp-sym.h> and <bp-asm.h>.
32073 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
32074 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
32075 <bp-sym.h> and <bp-asm.h>.
32076 (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
32077 * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
32079 (__mpn_lshift): Don't use BP_SYM.
32080 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32081 * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
32083 (memset): Don't use BP_SYM.
32084 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
32085 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
32086 * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
32088 (__mpn_mul_1): Don't use BP_SYM.
32089 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32090 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
32091 <bp-sym.h> and <bp-asm.h>.
32092 (memcmp): Don't use BP_SYM.
32093 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
32094 <bp-sym.h> and <bp-asm.h>.
32095 (memcpy): Don't use BP_SYM.
32096 * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
32097 <bp-sym.h> and <bp-asm.h>.
32098 (memset): Don't use BP_SYM.
32099 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
32100 <bp-sym.h> and <bp-asm.h>.
32101 (strncmp): Don't use BP_SYM.
32102 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
32103 <bp-sym.h> and <bp-asm.h>.
32104 (memcpy): Don't use BP_SYM.
32105 * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
32106 <bp-sym.h> and <bp-asm.h>.
32107 (memset): Don't use BP_SYM.
32108 * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
32109 <bp-sym.h> and <bp-asm.h>.
32110 (__memchr): Don't use BP_SYM.
32111 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
32112 <bp-sym.h> and <bp-asm.h>.
32113 (memcmp): Don't use BP_SYM.
32114 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
32115 <bp-sym.h> and <bp-asm.h>.
32116 (memcpy): Don't use BP_SYM.
32117 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
32118 <bp-sym.h> and <bp-asm.h>.
32119 (__mempcpy): Don't use BP_SYM.
32120 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
32121 <bp-sym.h> and <bp-asm.h>.
32122 (__memrchr): Don't use BP_SYM.
32123 * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
32124 <bp-sym.h> and <bp-asm.h>.
32125 (memset): Don't use BP_SYM.
32126 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
32127 <bp-sym.h> and <bp-asm.h>.
32128 (__rawmemchr): Don't use BP_SYM.
32129 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
32130 <bp-sym.h> and <bp-asm.h>.
32131 (__STRCMP): Don't use BP_SYM.
32132 * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
32133 <bp-sym.h> and <bp-asm.h>.
32134 (strchr): Don't use BP_SYM.
32135 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
32136 <bp-sym.h> and <bp-asm.h>.
32137 (__strchrnul): Don't use BP_SYM.
32138 * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
32139 <bp-sym.h> and <bp-asm.h>.
32140 (strlen): Don't use BP_SYM.
32141 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
32142 <bp-sym.h> and <bp-asm.h>.
32143 (strncmp): Don't use BP_SYM.
32144 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
32145 <bp-sym.h> and <bp-asm.h>.
32146 (__strnlen): Don't use BP_SYM.
32147 * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
32149 (__mpn_rshift): Don't use BP_SYM.
32150 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32151 * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
32152 <bp-sym.h> and <bp-asm.h>.
32153 (__sigsetjmp): Don't use BP_SYM.
32154 * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
32155 (L(start_addresses)): Don't use BP_SYM.
32156 (_start): Likewise.
32157 * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
32159 (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
32160 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32161 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32162 * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
32164 (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
32165 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32166 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32167 * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
32169 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
32171 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32172 * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
32174 (strcpy): Don't use BP_SYM and macros from bp-asm.h. Remove GKM
32176 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32177 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32178 * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
32180 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
32182 * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
32184 (strncmp): Don't use BP_SYM,
32185 * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
32187 (__mpn_sub_n): Don't use BP_SYM.
32188 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32189 * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
32191 (__mpn_submul_1): Don't use BP_SYM.
32192 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32193 * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
32194 <bp-sym.h> and <bp-asm.h>.
32195 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
32196 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
32197 <bp-sym.h> and <bp-asm.h>.
32198 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
32201 2013-02-28 Siddhesh Poyarekar <siddhesh@redhat.com>
32203 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
32204 Use ZK to minimize writes to Z.
32205 (sub_magnitudes): Simplify code a bit.
32206 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
32207 Use ZK to minimize writes to Z.
32208 (sub_magnitudes): Simplify code a bit.
32210 2013-02-27 Roland McGrath <roland@hack.frob.com>
32212 * csu/gmon-start.c: Add special exception to license text.
32214 2013-02-27 Richard Henderson <rth@redhat.com>
32216 * scripts/config.guess: Update from config.git.
32217 * scripts/config.sub: Likewise.
32219 2013-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
32221 * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
32223 * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
32225 * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
32227 * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
32229 * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
32231 2013-02-26 Roland McGrath <roland@hack.frob.com>
32233 * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
32234 [$(build-shared = yes].
32236 2013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
32238 * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
32239 (__mul): Reduce iterations for calculating mantissa.
32241 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
32243 (__mpranred): Likewise.
32246 * malloc/memusagestat.c (main): Draw graphs for heap and stack
32247 only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
32249 2013-02-26 Paul Eggert <eggert@cs.ucla.edu>
32251 * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
32252 Define __attribute__.
32254 2013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
32256 * locale/elem-hash.h (elem_hash): Mark as pure and possibly
32258 * posix/regex_internal.h (__attribute): Remove.
32259 [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
32260 (re_string_context_at): Likewise.
32261 (bitset_not): Use __attribute__ and mark function as possibly
32263 (bitset_merge): Likewise.
32264 (bitset_mask): Likewise.
32265 (re_string_char_size_at): Likewise.
32266 (re_string_wchar_at): Likewise.
32267 (re_string_elem_size_at): Likewise.
32269 2013-02-25 Siddhesh Poyarekar <siddhesh@redhat.com>
32271 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
32275 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
32279 (denorm): Likewise.
32280 (__dbl_mp): Likewise.
32281 (add_magnitudes): Likewise.
32282 (sub_magnitudes): Likewise.
32286 * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
32289 * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
32292 * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
32295 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
32296 up changes with default code.
32297 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
32300 2013-02-24 Allan McRae <allan@archlinux.org>
32302 * manual/socket.texi (The Internet Namespace): Order menu items
32303 to match that in the file.
32305 * manual/libc-texinfo.sh: Use @detailmenu around the detailed
32306 node listing of the info page menu.
32308 2013-02-21 Joseph Myers <joseph@codesourcery.com>
32311 * sysdeps/i386/bp-asm.h: Remove file.
32312 * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32313 (PARMS): Do not use macros from bp-asm.h.
32317 (__mpn_add_n): Do not use BP_SYM
32318 * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
32320 (PARMS): Do not use macros from bp-asm.h.
32323 (__mpn_addmul_1): Do not use BP_SYM
32324 * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
32326 (PARMS): Do not use macros from bp-asm.h.
32327 (SIGMSK): Likewise.
32328 (_setjmp): Likewise. Do not use BP_SYM.
32329 * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
32331 (PARMS): Do not use macros from bp-asm.h.
32332 (SIGMSK): Likewise.
32333 (setjmp): Likewise. Do not use BP_SYM.
32334 * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
32336 (PARMS): Do not use macros from bp-asm.h.
32337 (__frexp): Do not use BP_SYM.
32339 * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
32341 (PARMS): Do not use macros from bp-asm.h.
32342 (__frexpf): Do not use BP_SYM.
32343 (frexpf): Likewise.
32344 * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
32346 (PARMS): Do not use macros from bp-asm.h.
32347 (__frexpl): Do not use BP_SYM.
32348 (frexpl): Likewise.
32349 * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
32351 (PARMS): Do not use macros from bp-asm.h.
32352 (__remquo): Do not use BP_SYM.
32353 (remquo): Likewise.
32354 * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
32356 (PARMS): Do not use macros from bp-asm.h.
32357 (__remquof): Do not use BP_SYM.
32358 (remquof): Likewise.
32359 * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
32361 (PARMS): Do not use macros from bp-asm.h.
32362 (__remquol): Do not use BP_SYM.
32363 (remquol): Likewise.
32364 * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
32366 (PARMS): Do not use macros from bp-asm.h.
32369 (strcat): Remove GKM FIXME comment. Do not use BP_SYM.
32370 * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
32372 (PARMS): Do not use macros from bp-asm.h.
32373 (strlen): Do not use BP_SYM.
32374 * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
32376 (PARMS): Do not use macros from bp-asm.h.
32380 (__mpn_add_n): Do not use BP_SYM.
32381 * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
32383 (PARMS): Do not use macros from bp-asm.h.
32386 (__mpn_addmul_1): Do not use BP_SYM.
32387 * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
32390 * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
32392 (PARMS): Do not use macros from bp-asm.h.
32395 (__mpn_lshift): Do not use BP_SYM.
32396 * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
32398 (PARMS): Do not use macros from bp-asm.h.
32402 (memcpy): Likewise. Do not use BP_SYM.
32403 * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
32404 libc_hidden_def and weak_alias.
32405 (mempcpy): Do not use BP_SYM in weak_alias.
32406 * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
32408 (PARMS): Do not use macros from bp-asm.h.
32411 [!BZERO_P] (CHR): Likewise.
32412 (memset): Likewise. Do not use BP_SYM.
32413 * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
32415 (PARMS): Do not use macros from bp-asm.h.
32418 (__mpn_mul_1): Do not use BP_SYM.
32419 * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
32421 (PARMS): Do not use macros from bp-asm.h.
32424 (__mpn_rshift): Do not use BP_SYM.
32425 * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
32427 (PARMS): Do not use macros from bp-asm.h.
32430 (strchr): Likewise. Do not use BP_SYM.
32431 (index): Do not use BP_SYM in weak_alias.
32432 * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
32434 (PARMS): Do not use macros from bp-asm.h.
32437 (STRCPY): Likewise. Remove GKM FIXME comment. Do not use BP_SYM.
32438 * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
32440 (PARMS): Do not use macros from bp-asm.h.
32441 (strlen): Do not use BP_SYM.
32442 * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
32444 (PARMS): Do not use macros from bp-asm.h.
32448 (__mpn_sub_n): Do not use BP_SYM.
32449 * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
32451 (PARMS): Do not use macros from bp-asm.h.
32454 (__mpn_submul_1): Do not use BP_SYM.
32455 * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
32457 (PARMS): Do not use macros from bp-asm.h.
32461 (__mpn_add_n): Do not use BP_SYM.
32462 * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
32465 * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
32467 (PARMS): Do not use macros from bp-asm.h.
32470 (memcmp): Do not use BP_SYM.
32471 (bcmp): Do not use BP_SYM in weak_alias.
32472 * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
32474 (PARMS): Do not use macros from bp-asm.h.
32478 (memcpy): Likewise. Do not use BP_SYM.
32479 * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
32481 (PARMS): Do not use macros from bp-asm.h.
32485 (memmove): Likewise. Do not use BP_SYM.
32486 * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
32488 (PARMS): Do not use macros from bp-asm.h.
32492 (__mempcpy): Likewise. Do not use BP_SYM.
32493 (mempcpy): Do not use BP_SYM in weak_alias.
32494 * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
32496 (PARMS): Do not use macros from bp-asm.h.
32499 [!BZERO_P] (CHR): Likewise.
32500 (memset): Likewise. Do not use BP_SYM.
32501 * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
32503 (PARMS): Do not use macros from bp-asm.h.
32505 (strcmp): Do not use BP_SYM.
32506 * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
32508 (PARMS): Do not use macros from bp-asm.h.
32511 [USE_AS_STRTOK_R] (SAVE): Likewise.
32512 (FUNCTION): Likewise. Do not use BP_SYM.
32513 * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
32515 (strtok_r): Likewise.
32516 (__GI___strtok_r): Likewise.
32517 * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32518 (PARMS): Do not use macros from bp-asm.h.
32521 (__mpn_lshift): Do not use BP_SYM.
32522 * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32523 (PARMS): Do not use macros from bp-asm.h.
32526 (__memchr): Do not use BP_SYM.
32527 (memchr): Do not use BP_SYM in weak_alias.
32528 * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32529 (PARMS): Do not use macros from bp-asm.h.
32532 (memcmp): Do not use BP_SYM.
32533 (bcmp): Do not use BP_SYM in weak_alias.
32534 * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
32535 (PARMS): Do not use macros from bp-asm.h.
32538 (__mpn_mul_1): Do not use BP_SYM.
32539 * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
32541 (PARMS): Do not use macros from bp-asm.h.
32544 (__rawmemchr): Do not use BP_SYM.
32545 (rawmemchr): Do not use BP_SYM in weak_alias.
32546 * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32547 (PARMS): Do not use macros from bp-asm.h.
32550 (__mpn_rshift): Do not use BP_SYM.
32551 * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32552 (PARMS): Do not use macros from bp-asm.h.
32553 (SIGMSK): Likewise.
32554 (__sigsetjmp): Likewise. Do not use BP_SYM.
32555 * sysdeps/i386/start.S: Do not include "bp-sym.h".
32556 (_start): Do not use BP_SYM.
32557 * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
32558 (PARMS): Do not use macros from bp-asm.h.
32561 (__stpcpy): Likewise. Do not use BP_SYM.
32562 (stpcpy): Do not use BP_SYM in weak_alias.
32563 * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
32565 (PARMS): Do not use macros from bp-asm.h.
32569 (__stpncpy): Likewise. Do not use BP_SYM.
32570 (stpncpy): Do not use BP_SYM in weak_alias.
32571 * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32572 (PARMS): Do not use macros from bp-asm.h.
32575 (strchr): Likewise. Do not use BP_SYM.
32576 * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
32578 (PARMS): Do not use macros from bp-asm.h.
32581 (__strchrnul): Likewise. Do not use BP_SYM.
32582 (strchrnul): Do not use BP_SYM in weak_alias.
32583 * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
32585 (PARMS): Do not use macros from bp-asm.h.
32587 (strcspn): Do not use BP_SYM.
32588 * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
32590 (PARMS): Do not use macros from bp-asm.h.
32593 (strpbrk): Likewise. Do not use BP_SYM.
32594 * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
32596 (PARMS): Do not use macros from bp-asm.h.
32599 (strrchr): Likewise. Do not use BP_SYM.
32600 * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
32601 (PARMS): Do not use macros from bp-asm.h.
32603 (strspn): Do not use BP_SYM.
32604 * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
32605 (PARMS): Do not use macros from bp-asm.h.
32609 (FUNCTION): Likewise. Do not use BP_SYM.
32610 * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
32612 (strtok_r): Likewise.
32613 (__GI___strtok_r): Likewise.
32614 * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32615 (PARMS): Do not use macros from bp-asm.h.
32619 (__mpn_sub_n): Do not use BP_SYM.
32620 * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
32622 (PARMS): Do not use macros from bp-asm.h.
32625 (__mpn_submul_1): Do not use BP_SYM.
32626 * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
32628 * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
32630 (PARMS): Do not use macros from bp-asm.h.
32635 (__clone): Do not use BP_SYM.
32636 (clone): Do not use BP_SYM in weak_alias.
32637 * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
32639 (PARMS): Do not use macros from bp-asm.h.
32641 (__mmap64): Do not use BP_SYM.
32642 (mmap64): Do not use BP_SYM in weak_alias.
32643 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
32644 <bp-sym.h> and <bp-asm.h>.
32645 (PARMS): Do not use macros from bp-asm.h.
32646 (__posix_fadvise64_l64): Do not use BP_SYM.
32647 * sysdeps/unix/sysv/linux/i386/semtimedop.S
32648 (PARMS): Do not use macros from bp-asm.h.
32650 (semtimedop): Do not use BP_SYM.
32651 * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
32654 2013-02-21 Allan McRae <allan@archlinux.org>
32656 * manual/message.texi (Charset conversion in gettext):
32657 Move @end statement to beginning of line.
32659 2013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
32661 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
32663 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
32666 * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
32667 (denorm): Likewise.
32668 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
32669 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
32671 2013-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
32673 * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
32674 tail-call to the resolved function if pltexit isn't needed.
32676 2013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
32678 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
32679 or Y being zero as being unlikely.
32680 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
32683 2013-02-20 Carlos O'Donell <carlos@redhat.com>
32685 * manual/nss.texi (System Databases and Name Service Switch):
32686 Remove frobnicate @pxref.
32688 2013-02-20 Thomas Schwinge <thomas@codesourcery.com>
32690 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32691 __attribute__ ((unused)) to __attribute__ ((__unused__)).
32693 2013-02-20 Petr Machata <pmachata@redhat.com>
32695 * elf/elf.h (R_ARM_TARGET1): New macro.
32696 (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
32697 (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
32698 (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
32699 (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
32700 (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
32701 (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
32702 (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
32703 (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
32704 (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
32705 (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
32706 (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
32707 (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
32708 (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
32709 (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
32710 (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
32711 (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
32712 (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
32713 (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
32714 (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
32715 (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
32716 (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
32717 (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
32718 (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
32719 (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
32720 (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
32721 (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
32722 (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
32723 (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
32724 (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
32725 (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
32726 (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
32727 (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
32728 (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
32729 (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
32730 (R_ARM_THM_GOT_BREL12): Likewise.
32731 (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
32732 (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
32733 (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
32734 (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
32735 (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
32736 (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
32737 (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
32738 (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
32739 (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
32741 2013-02-20 Thomas Schwinge <thomas@codesourcery.com>
32743 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32744 __attribute_used__ to __attribute__ ((unused)).
32746 2013-02-20 Siddhesh Poyarekar <siddhesh@redhat.com>
32748 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
32750 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
32751 comment formatting.
32752 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
32754 2013-02-19 Joseph Myers <joseph@codesourcery.com>
32757 * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
32759 (ENTER): Remove both macro definitions.
32761 (CHECK_BOUNDS_LOW): Likewise.
32762 (CHECK_BOUNDS_HIGH): Likewise.
32763 (CHECK_BOUNDS_BOTH): Likewise.
32764 (CHECK_BOUNDS_BOTH_WIDE): Likewise.
32765 (RETURN_BOUNDED_POINTER): Likewise.
32766 (RETURN_NULL_BOUNDED_POINTER): Likewise.
32767 (PUSH_ERRNO_LOCATION_RETURN): Likewise.
32768 (POP_ERRNO_LOCATION_RETURN): Likewise.
32769 * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
32770 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32771 * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
32773 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32774 * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
32775 * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
32776 * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
32777 * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
32778 * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
32779 * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
32780 * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
32781 * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
32782 * sysdeps/i386/i486/strcat.S (strcat): Likewise.
32783 * sysdeps/i386/i486/strlen.S (strlen): Likewise.
32784 * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
32785 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32786 * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
32788 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32789 * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
32791 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32792 * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
32793 * sysdeps/i386/i586/memset.S (memset): Likewise.
32794 * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
32795 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32796 * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
32798 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32799 * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
32800 Change uses of L(2) to L(out).
32801 * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
32802 * sysdeps/i386/i586/strlen.S (strlen): Likewise.
32803 * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
32804 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32805 * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
32807 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32808 * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
32810 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32811 * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
32812 (RETURN): Do not use macro LEAVE.
32813 * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
32814 * sysdeps/i386/i686/memmove.S (memmove): Likewise.
32815 * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
32816 * sysdeps/i386/i686/memset.S (memset): Likewise.
32817 * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
32818 (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
32819 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32820 * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
32822 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32823 (FUNCTION): Do not use removed macros. Combine labels L(1_1),
32824 L(1_2) and L(1_3) into L(1).
32825 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
32826 * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
32827 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32828 * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
32829 (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32830 * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
32831 * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
32832 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32833 * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
32835 * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
32836 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32837 * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
32838 * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
32839 * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
32840 (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32841 * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
32842 * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
32843 * sysdeps/i386/strcspn.S (strcspn): Likewise.
32844 * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
32845 * sysdeps/i386/strrchr.S (strrchr): Likewise.
32846 * sysdeps/i386/strspn.S (strspn): Likewise.
32847 * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
32849 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32850 (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
32851 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
32852 (FUNCTION): Do not use removed macros. Combine labels L(1_2) and
32853 L(1_3) into L(1_1).
32854 * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
32855 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32856 * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
32858 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32860 2013-02-19 Jakub Jelinek <jakub@redhat.com>
32862 * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
32865 2013-02-19 Siddhesh Poyarekar <siddhesh@redhat.com>
32867 * math/atest-exp.c (exp_mpn): Remove ROUND.
32868 * math/atest-exp2.c (exp_mpn): Likewise.
32869 * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
32871 * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
32872 * stdlib/tst-tls-atexit-lib.c: Likewise.
32873 * stdlib/tst-tls-atexit.c: Likewise.
32875 2013-02-18 Mike Frysinger <vapier@gentoo.org>
32877 * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
32878 and __attribute_alloc_size__.
32880 2013-02-18 Mike Frysinger <vapier@gentoo.org>
32882 * include/programs/xmalloc.h: Change __attribute_alloc_size to
32883 __attribute_alloc_size__.
32884 * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
32885 * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
32887 2013-02-18 Mike Frysinger <vapier@gentoo.org>
32889 * include/programs/xmalloc.h: New file.
32890 * catgets/gencat.c: Include it.
32891 (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
32892 * elf/pldd.c: Likewise.
32893 * iconv/iconv_charmap.c: Likewise.
32894 * iconv/iconvconfig.c: Likewise.
32895 * iconv/strtab.c: Likewise.
32896 * locale/programs/locale.c: Likewise.
32897 * locale/programs/localedef.h: Likewise.
32898 * locale/programs/simple-hash.c: Likewise.
32899 * nscd/nscd.h: Likewise.
32900 * nss/makedb.c: Likewise.
32901 * sysdeps/generic/ldconfig.h: Likewise.
32903 2013-02-18 Siddhesh Poyarekar <siddhesh@redhat.com>
32905 * Versions.def: Add GLIBC_2.18.
32906 * include/link.h (struct link_map): New member l_tls_dtor_count.
32907 * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
32908 (__call_tls_dtors): Likewise.
32909 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
32910 __cxa_thread_atexit_impl.
32911 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32913 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32915 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
32917 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
32919 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
32920 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
32922 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
32924 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
32925 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
32927 * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
32928 (tests): Add test case tst-tls-atexit.
32929 (modules-names): Add shared library for tst-tls-atexit.
32930 * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
32931 (GLIBC_PRIVATE): Add __call_tls_dtors.
32932 * stdlib/cxa_thread_atexit_impl.c: New file with helper function
32934 * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
32935 * stdlib/tst-tls-atexit.c: New test case.
32936 * stdlib/tst-tls-atexit-lib.c: New test case.
32938 * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
32940 * elf/Versions (ld): Add _dl_find_dso_for_object.
32941 * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
32942 * elf/dl-open.c (_dl_find_dso_for_object): New function.
32943 (dl_open_worker): Use _dl_find_dso_for_object.
32944 * elf/dl-sym.c (do_sym): Likewise.
32945 * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
32947 2013-02-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
32949 * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
32950 Syntactic changes only.
32951 (_dl_runtime_profile): Do a tail-call to the resolved function.
32953 2013-02-17 Joseph Myers <joseph@codesourcery.com>
32956 * sysdeps/x86_64/bp-asm.h: Remove file.
32957 * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
32958 <bp-sym.h> and <bp-asm.h>.
32959 (__clone): Do not use BP_SYM.
32960 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
32961 <bp-sym.h> and <bp-asm.h>.
32962 * sysdeps/unix/x86_64/sysdep.S: Likewise.
32963 * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
32965 (_setjmp): Do not use BP_SYM.
32966 * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
32968 (setjmp): Do not use BP_SYM.
32969 * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
32971 (mempcpy): Do not use BP_SYM in weak_alias.
32972 * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
32974 (strchr): Do not use BP_SYM.
32975 * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
32977 * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
32978 * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
32979 (_start): Do not use BP_SYM.
32980 * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
32982 (strcat): Do not use BP_SYM.
32983 * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
32985 (STRCMP): Do not use BP_SYM.
32986 * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
32988 (STRCPY): Do not use BP_SYM.
32989 * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
32991 * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
32993 (FUNCTION): Do not use BP_SYM.
32994 * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
32996 (__GI___strtok_r): Do not use BP_SYM in strong_alias.
32998 2013-02-17 Andreas Jaeger <aj@suse.de>
33000 * time/Versions: Sort entries.
33001 * string/Versions: Likewise.
33002 * resolv/Versions: Likewise.
33003 * posix/Versions: Likewise.
33004 * iconv/Versions: Likewise.
33005 * elf/Versions: Likewise.
33006 * wcsmbs/Versions: Likewise.
33008 2013-02-15 Siddhesh Poyarekar <siddhesh@redhat.com>
33010 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
33011 loop termination condition.
33013 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
33014 variable to calculate EZ.
33017 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
33018 the lower precision input.
33020 2013-02-15 Joseph Myers <joseph@codesourcery.com>
33023 * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
33024 [!link-extra-libs] (link-extra-libs-bounded): Likewise.
33025 (run-via-rtld-prefix): Do not handle %-bp tests.
33026 (test-via-rtld-prefix): Do not mention %-bp tests in comment.
33027 (all-object-suffixes): Remove .ob.
33028 (bppfx): Remove variable.
33029 [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
33030 [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
33031 [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
33032 [$(build-bounded) = yes] (libtype.ob): Likewise.
33033 * Makerules (elide-routines.ob): Remove variable.
33034 (do-tests-clean): Do not handle *-bp.out.
33035 (common-mostlyclean): Do not handle *-bp and *-bp.out.
33036 * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
33037 [$(build-bounded) = yes] (xtests-bp.out): Likewise.
33038 (tests): Do not include $(tests-bp.out).
33039 (xtests): Do not include $(xtests-bp.out).
33040 [$(build-bounded) = yes] (binaries-bounded): Remove variable.
33041 [$(build-bounded) = yes] ($(addprefix
33042 $(objpfx),$(binaries-bounded))): Remove rule.
33043 ($(objpfx)%-bp.out): Remove rule.
33044 * config.make.in (build-bounded): Remove variable.
33045 * crypt/Makefile [$(build-bounded) = yes]
33046 ($(tests:%=$(objpfx)%-bp)): Remove dependency.
33047 * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
33048 append to variable.
33049 [$(build-bounded) = yes] (install-lib): Likewise.
33050 [$(build-bounded) = yes] (generated): Likewise.
33051 [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
33053 * intl/Makefile [$(build-bounded) = yes]
33054 ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
33055 * math/Makefile [$(build-bounded) = yes]
33056 ($(tests:%=$(objpfx)%-bp): Likewise.
33057 * misc/Makefile [$(build-bounded) = yes]
33058 ($(objpfx)tst-tsearch-bp): Likewise.
33059 * nptl/Makeconfig (bounded-thread-library): Remove variable.
33060 * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
33062 * string/Makefile (o-objects.ob): Remove variable.
33063 * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
33064 (CFLAGS-.ob): Remove variable.
33065 [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
33066 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
33067 both definitions of variable.
33068 * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
33069 (ASFLAGS-.ob): Remove variable.
33071 2013-02-14 Joseph Myers <joseph@codesourcery.com>
33074 * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
33075 Remove __BOUNDED_POINTERS__ from condition.
33076 * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
33077 * string/bits/string2.h [!__NO_STRING_INLINES &&
33078 !__BOUNDED_POINTERS__]: Likewise.
33079 * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
33081 * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
33082 Remove conditional code.
33083 * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
33084 __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
33085 !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
33089 * csu/libc-start.c: Do not include <bp-sym.h>.
33090 [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
33091 * elf/dl-open.c: Do not include <bp-sym.h>.
33092 (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
33093 * math/fegetenv.c: Do not include <bp-sym.h>.
33094 (fegetenv): Do not use BP_SYM in versioned symbols.
33095 * nptl/sysdeps/pthread/bits/libc-lockP.h
33096 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
33098 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33099 (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
33100 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33101 (__pthread_mutex_destroy): Likewise.
33102 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33103 (__pthread_mutex_lock): Likewise.
33104 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33105 (__pthread_mutex_trylock): Likewise.
33106 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33107 (__pthread_mutex_unlock): Likewise.
33108 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33109 (__pthread_mutexattr_init): Likewise.
33110 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33111 (__pthread_mutexattr_destroy): Likewise.
33112 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33113 (__pthread_mutexattr_settype): Likewise.
33114 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33115 (__pthread_rwlock_init): Likewise.
33116 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33117 (__pthread_rwlock_destroy): Likewise.
33118 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33119 (__pthread_rwlock_rdlock): Likewise.
33120 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33121 (__pthread_rwlock_tryrdlock): Likewise.
33122 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33123 (__pthread_rwlock_wrlock): Likewise.
33124 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33125 (__pthread_rwlock_trywrlock): Likewise.
33126 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33127 (__pthread_rwlock_unlock): Likewise.
33128 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33129 (__pthread_key_create): Likewise.
33130 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33131 (__pthread_setspecific): Likewise.
33132 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33133 (__pthread_getspecific): Likewise.
33134 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
33136 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33137 (_pthread_cleanup_push_defer): Likewise.
33138 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33139 (_pthread_cleanup_pop_restore): Likewise.
33140 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33141 (pthread_setcancelstate): Likewise.
33142 * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
33144 [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
33145 (memchr): Do not use BP_SYM in weak_alias.
33146 * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
33147 (fegetenv): Do not use BP_SYM in versioned symbols.
33148 * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
33149 (fesetenv): Do not use BP_SYM in versioned symbols.
33150 * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
33151 (feupdateenv): Do not use BP_SYM in versioned symbols.
33152 * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
33153 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
33154 * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
33155 (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
33156 (open64): Do not use BP_SYM in weak_alias.
33157 * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
33158 (fegetenv): Do not use BP_SYM in versioned symbols.
33159 * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
33160 (fesetenv): Do not use BP_SYM in versioned symbols.
33161 * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
33162 (feupdateenv): Do not use BP_SYM in versioned symbols.
33163 * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
33164 (fegetexceptflag): Do not use BP_SYM in versioned symbols.
33165 * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
33166 (feraiseexcept): Do not use BP_SYM in versioned symbols.
33167 * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
33168 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
33169 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
33171 (__libc_start_main): Do not use BP_SYM.
33173 2013-02-14 Siddhesh Poyarekar <siddhesh@redhat.com>
33175 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
33176 redundant return line.
33178 (denorm): Likewise.
33179 (dbl_mp): Likewise.
33180 (sub_magnitudes): Likewise.
33186 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
33188 (denorm): Likewise.
33189 (dbl_mp): Likewise.
33190 (sub_magnitudes): Likewise.
33197 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
33199 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
33200 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
33203 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
33204 * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
33205 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
33206 of __mul for squares.
33207 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
33209 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
33211 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
33212 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
33214 2013-02-13 Joseph Myers <joseph@codesourcery.com>
33217 * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
33219 * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
33220 prototype or function definition. Rename ubp_* variables and
33221 parameters. Remove argv definitions conditional on
33222 [__BOUNDED_POINTERS__].
33223 * debug/backtrace.c (__backtrace): Do not use __unbounded.
33224 * elf/dl-runtime.c (_dl_fixup): Likewise.
33225 * include/set-hooks.h (RUN_HOOK): Likewise.
33226 * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
33228 * string/strcpy.c (strcpy): Do not use __unbounded.
33229 * sysdeps/generic/frame.h (struct layout): Likewise.
33230 * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
33231 * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
33232 * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
33233 * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
33234 * sysdeps/sparc/backtrace.c (struct layout): Likewise.
33235 (__backtrace): Likewise.
33236 * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
33238 * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
33239 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
33240 * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
33242 * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
33243 * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
33244 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
33245 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
33246 * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
33247 Do not use __unbounded.
33248 * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
33249 Rename __unboundedrlimits parameter to rlimits in prototype.
33250 * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
33251 Do not use __unbounded.
33252 * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
33253 not use __ptrvalue.
33254 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
33255 * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
33256 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
33257 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
33258 __ptrvalue or __unbounded.
33259 (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
33260 * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
33262 (__new_msgctl): Do not use __ptrvalue.
33263 * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
33265 (__libc_msgrcv): Do not use __ptrvalue.
33266 * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
33267 startup_info): Do not use __unbounded.
33268 (__libc_start_main): Likewise. Rename ubp_* variables and
33269 parameters. Remove argv definitions conditional on
33270 [__BOUNDED_POINTERS__].
33271 * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
33273 * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
33275 * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
33277 * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
33279 (__new_shmctl): Do not use __ptrvalue.
33280 * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
33281 * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
33283 * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
33284 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
33285 (__libc_sigaction): Likewise.
33286 * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
33287 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
33289 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
33291 2013-02-13 Ondřej Bílka <neleai@seznam.cz>
33293 * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
33295 * string/mempcpy.c: Implement by calling memcpy.
33297 2013-02-13 Siddhesh Poyarekar <siddhesh@redhat.com>
33299 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
33301 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
33304 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
33305 values in the mantissa.
33307 * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
33308 minimize writes to Z.
33309 (sub_magnitudes): Simplify code a bit.
33311 2013-02-12 Roland McGrath <roland@hack.frob.com>
33313 * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
33314 from the message. The linker prefixes all warnings with that already.
33316 2013-02-12 Andreas Schwab <schwab@suse.de>
33319 * posix/regexec.c (extend_buffers): Add parameter min_len.
33320 (check_matching): Pass minimum needed length.
33321 (clean_state_log_if_needed): Likewise.
33322 (get_subexp): Likewise.
33323 * posix/Makefile (tests): Add bug-regex34.
33324 (bug-regex34-ENV): Define.
33325 * posix/bug-regex34.c: New file.
33328 * posix/regcomp.c (parse_bracket_exp): When looking up collating
33329 elements compare against the byte sequence of it, not its name.
33330 * posix/Makefile (tests): Add bug-regex35.
33331 (bug-regex35-ENV): Define.
33332 * posix/bug-regex35.c: New file.
33334 2013-02-11 Tom de Vries <tom@codesourcery.com>
33336 * string/str-two-way.h: Fix typo RESULT_TYPE -> RETURN_TYPE in
33338 Add RET0_IF_0 and CHECK_EOL to macro list in comment.
33339 (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
33340 (CHECK_EOL): Add undef.
33342 2013-02-11 Ondřej Bílka <neleai@seznam.cz>
33344 * bits/stdlib-bsearch.h: New file.
33345 * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
33346 * stdlib/stdlib.h: Likewise.
33348 2013-02-11 Roland McGrath <roland@hack.frob.com>
33350 * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
33351 * manual/errno.texi (Error Messages): Fix typo in error_print_progname
33353 * manual/search.texi (Array Search Function): Add missing const in
33355 * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
33356 declaration to use rlim_t.
33357 (Basic Scheduling Functions): Remove erroneous const from
33358 sched_getparam prototype. Remove erroneous * from
33359 sched_get_priority_max and sched_get_priority_min prototypes.
33360 (Resource Usage): Fix summary @comment on vtimes to refer to
33361 sys/vtimes.h rather than vtimes.h.
33362 Add missing *s in vtimes prototype.
33363 (Limits on Resources): Fix ulimit prototype to return long int.
33364 * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
33365 prototypes to use long int rather than double.
33366 (BSD Random): Fix initstate and setstate to use char *, not void *.
33367 * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
33368 prototype to make second argument 'struct aiocb64 *const[]'.
33369 Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
33370 (Status of AIO Operations): Remove erroneous const in aio_return and
33371 aio_return64 prototypes.
33372 (Synchronizing I/O): Fix sync prototype to return void.
33373 * manual/startup.texi (Suboptions): Remove an erroneous const in
33374 getsubopt prototype.
33375 * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
33376 * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
33377 use size_t rather than int.
33378 (Scanning All Users): Likewise for getpwent_r.
33379 (Setting Groups): Add missing const to setgroups prototype.
33380 * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
33381 * manual/socket.texi (Host Names): Fix gethostbyaddr and
33382 gethostbyaddr_r prototypes to use socklen_t rather than size_t and
33383 'const void *' rather than 'const char *'.
33384 (Host Address Functions): Likewise for inet_ntop.
33385 (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
33386 (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
33387 ssize_t for return value.
33388 (Sending Data): Likewise for send, sendto, sendmsg.
33389 (Socket Option Functions): Add a missing const in setsockopt prototype.
33390 * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
33391 use wchar_t for the argument.
33392 (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
33393 * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
33395 (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
33396 double/float/long double for second argument.
33397 Fix return types of significand, significandf, significandl.
33398 * manual/filesys.texi (Setting Permissions): Use mode_t for second
33399 argument in fchmod prototype.
33400 (File Owner): Use uid_t and gid_t in fchown prototype.
33401 (File Times): Add const to utimes, futimes, and lutimes prototypes.
33402 (Making Special Files): Use mode_t and dev_t in mknod prototype.
33403 (Scanning Directory Content): Fix scandir and scandir64 prototypes to
33404 use 'const struct dirent **' as argument types to CMP function pointer
33406 (Symbolic Links): Fix readlink prototype with ssize_t as return value.
33407 (File Times): Fix summary magic @comment for struct utimbuf and utime
33408 to refer to utime.h, not time.h.
33409 * manual/string.texi (Argz Functions): Add missing const in
33410 argz_extract and argz_next prototypes.
33411 (Finding Tokens in a String): Likewise for basename.
33412 (String/Array Comparison): Fix typo in wcscasecmp prototype.
33413 (Copying and Concatenation): Fix typo in wmemmove prototype.
33414 * manual/signal.texi (Using Pause): Use (void) in pause prototype.
33415 (Signal Stack): Remove erroneous const in sigstack prototype.
33416 * manual/time.texi (Setting an Alarm): Add missing const in setitimer
33418 (Simple Calendar Time): Likewise for stime.
33419 * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
33421 * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
33422 say sys/sysctl.h instead.
33423 * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
33424 and vsyslog prototypes.
33426 2013-02-11 Tom de Vries <tom@codesourcery.com>
33428 * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
33431 2013-02-11 Roland McGrath <roland@hack.frob.com>
33433 * misc/sys/mman.h: Fix typo in mremap comment.
33435 2013-02-08 Roland McGrath <roland@hack.frob.com>
33437 * manual/examples/mkfsock.c (make_named_socket): Don't add one for
33438 the '\0' terminator.
33440 2013-02-08 Joseph Myers <joseph@codesourcery.com>
33443 * debug/segfault.c: Don't include <bp-checks.h>.
33444 * sysdeps/generic/bp-checks.h: Remove file.
33445 * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
33446 (__GETDENTS): Don't use CHECK_N.
33447 * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
33448 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
33449 (__getgroups): Don't use CHECK_N.
33450 * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
33451 (setgroups): Don't use CHECK_N.
33452 * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
33453 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
33454 (__libc_msgrcv): Don't use CHECK_N.
33455 * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
33456 (__libc_msgsnd): Don't use CHECK_N.
33457 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
33459 (__libc_pread): Don't use CHECK_N.
33460 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
33461 include <bp-checks.h>.
33462 (__libc_pread64): Don't use CHECK_N.
33463 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
33464 include <bp-checks.h>.
33465 (__libc_pwrite): Don't use CHECK_N.
33466 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
33467 include <bp-checks.h>.
33468 (__libc_pwrite64): Don't use CHECK_N.
33469 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
33471 (__libc_pread): Don't use CHECK_N.
33472 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
33473 include <bp-checks.h>.
33474 (__libc_pread64): Don't use CHECK_N.
33475 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
33476 include <bp-checks.h>.
33477 (__libc_pwrite): Don't use CHECK_N.
33478 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
33479 include <bp-checks.h>.
33480 (__libc_pwrite64): Don't use CHECK_N.
33481 * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
33482 (do_pread): Don't use CHECK_N.
33483 * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
33484 (do_pread64): Don't use CHECK_N.
33485 * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
33486 (do_pwrite): Don't use CHECK_N.
33487 * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
33488 (do_pwrite64): Don't use CHECK_N.
33489 * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
33490 (__libc_readv): Don't use CHECK_N.
33491 * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
33492 (semop): Don't use CHECK_N.
33493 * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
33495 (semtimedop): Don't use CHECK_N.
33496 * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
33497 (__libc_pread): Don't use CHECK_N.
33498 * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
33500 (__libc_pread64): Don't use CHECK_N.
33501 * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
33503 (__libc_pwrite): Don't use CHECK_N.
33504 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
33506 (__libc_pwrite64): Don't use CHECK_N.
33507 * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
33509 (__libc_msgrcv): Don't use CHECK_N.
33510 * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
33511 (__sysctl): Don't use CHECK_N. Remove GKM FIXME comment.
33512 * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
33513 (__libc_writev): Don't use CHECK_N.
33515 2013-02-08 Roland McGrath <roland@hack.frob.com>
33517 * string/strcpy.c: Removed unused variable.
33519 * Makeconfig (+sysdep-includes): Define with := rather than =.
33520 Use an existing include/ subdir of each sysdeps dir before it.
33522 2013-02-08 Carlos O'Donell <carlos@redhat.com>
33524 * nscd/connection.c (register_traced_file): Comment function.
33525 [HAVE_INOTIFY] (union __inev): Define.
33526 [HAVE_INOTIFY] (inotify_check_files): New function.
33527 [HAVE_INOTIFY] (clear_db_cache): Likewise.
33528 [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
33530 [HAVE_INOTIFY] (main_loop_epoll): Likewise.
33532 2013-02-08 Carlos O'Donell <carlos@redhat.com>
33534 * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
33535 loaded if not already and that a failure is permanent.
33537 2013-02-08 Carlos O'Donell <carlos@redhat.com>
33540 * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
33541 * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
33543 2013-02-08 Joseph Myers <joseph@codesourcery.com>
33546 * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
33547 (CHECK_1_NULL_OK): Likewise.
33548 * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
33549 (__fxstat): Do not use CHECK_1.
33550 * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
33552 (___fxstat64): Do not use CHECK_1.
33553 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
33555 (__fxstatat): Do not use CHECK_1.
33556 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
33558 (__fxstatat64): Do not use CHECK_1.
33559 * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
33561 (__fxstat): Do not use CHECK_1.
33562 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
33564 (__fxstatat): Do not use CHECK_1.
33565 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
33567 (__getresgid): Do not use CHECK_1.
33568 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
33570 (__getresuid): Do not use CHECK_1.
33571 * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
33573 (__lxstat): Do not use CHECK_1.
33574 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
33576 (__old_msgctl): Do not use CHECK_1.
33577 (__new_msgctl): Likewise.
33578 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
33580 (__new_setrlimit): Do not use CHECK_1.
33581 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
33583 (__old_shmctl): Do not use CHECK_1.
33584 (__new_shmctl): Likewise.
33585 * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
33587 (__xstat): Do not use CHECK_1.
33588 * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
33589 (__lxstat): Do not use CHECK_1.
33590 * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
33592 (___lxstat64): Do not use CHECK_1.
33593 * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
33594 (__old_msgctl): Do not use CHECK_1.
33595 (__new_msgctl): Likewise.
33596 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
33598 (__gettimeofday): Do not use CHECK_1.
33599 * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
33600 (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
33601 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
33603 (__gettimeofday): Do not use CHECK_1.
33604 * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
33605 (__old_shmctl): Do not use CHECK_1_NULL_OK.
33606 (__new_shmctl): Do not use CHECK_1.
33607 * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
33609 (do_sigtimedwait): Do not use CHECK_1.
33610 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
33612 (do_sigwaitinfo): Do not use CHECK_1.
33613 * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
33615 (msgctl): Do not use CHECK_1.
33616 * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
33618 (shmctl): Do not use CHECK_1.
33619 * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
33620 (ustat): Do not use CHECK_1.
33621 * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
33623 (__fxstat): Do not use CHECK_1.
33624 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
33626 (__fxstatat): Do not use CHECK_1.
33627 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
33629 (__lxstat): Do not use CHECK_1.
33630 * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
33632 (__xstat): Do not use CHECK_1.
33633 * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
33634 (__xstat): Do not use CHECK_1.
33635 * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
33636 (___xstat64): Do not use CHECK_1.
33639 * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
33641 (CHECK_BOUNDS_HIGH): Likewise.
33642 * string/strcpy.c: Do not include <bp-checks.h>.
33643 (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
33645 2013-02-07 Roland McGrath <roland@hack.frob.com>
33647 * nscd/nscd-client.h (__nscd_drop_map_ref):
33648 Add __attribute__ ((unused)).
33649 * nis/nss-nisplus.h (niserr2nss): Likewise.
33651 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
33652 under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
33654 * csu/libc-tls.c (init_static_tls, init_slotinfo):
33655 Remove inline keyword.
33656 * include/rounding-mode.h (round_away): Likewise.
33657 * libio/wfileops.c (adjust_wide_data): Likewise.
33658 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
33659 (__m128i_strloadu_tolower): Likewise.
33660 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
33661 (__m128i_strloadu_tolower): Likewise.
33662 * time/mktime.c (ydhms_diff): Likewise.
33663 * locale/elem-hash.h (elem_hash): Likewise.
33664 * locale/setlocale.c (setdata): Likewise.
33665 * posix/regex_internal.h (re_string_char_size_at): Likewise.
33666 (re_string_wchar_at): Likewise.
33667 (bitset_not, bitset_merge, bitset_mask): Likewise.
33668 [!(__GNUC__ > 3)] (inline): Remove macro.
33669 * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
33670 * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
33671 * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
33672 (_dl_tlsdesc_wake_up_held_fixups): Likewise.
33673 * string/memcmp.c (memcmp_bytes): Likewise.
33674 * locale/programs/locarchive.c (compute_hashval): Likewise.
33675 * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
33676 * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
33677 * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
33678 * nss/getent.c (print_rpc, print_protocols): Likewise.
33679 (print_passwd, print_group, print_aliases): Likewise.
33680 * nis/nss-nisplus.h (niserr2nss): Likewise.
33681 * nscd/connections.c (restart_p): Likewise.
33682 Change return type to bool.
33684 2013-02-05 Roland McGrath <roland@hack.frob.com>
33686 * Makeconfig (all-Depend-files): Add existing
33687 $(sorted-subdirs:=/Depend) files.
33688 (all-subdirs): Remove nss.
33689 * sysdeps/unix/inet/Subdirs: Add it here instead.
33690 * hesiod/Depend: New file.
33692 * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
33693 instead of calling alloca.
33695 * io/lseek.c (__lseek): Rename to __libc_lseek.
33696 Define __lseek as an alias.
33698 * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
33700 2013-02-04 Carlos O'Donell <carlos@redhat.com>
33702 * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
33703 else clause and remove check for non-standard endianness.
33705 2013-02-04 David S. Miller <davem@davemloft.net>
33707 * sysdeps/sparc/fpu/libm-test-ulps: Update.
33709 2013-02-04 Joseph Myers <joseph@codesourcery.com>
33712 * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
33713 (__ubp_memchr): Remove prototype.
33714 [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
33715 [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33716 [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
33717 [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33718 * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
33720 * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
33721 (__ubp_memchr): Likewise.
33722 * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
33723 (__ubp_memchr): Likewise.
33724 * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
33725 (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
33726 (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
33727 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
33729 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
33730 * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
33731 (__getcwd): Do not use CHECK_STRING.
33732 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
33734 (__real_chown): Do not use CHECK_STRING.
33735 * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
33737 (fchownat): Do not use CHECK_STRING.
33738 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
33740 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
33742 (__lchown): Do not use CHECK_STRING.
33743 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
33744 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
33745 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
33746 * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
33747 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
33748 include <bp-checks.h>.
33749 (truncate64): Do not use CHECK_STRING.
33750 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
33752 (__real_chown): Do not use CHECK_STRING.
33753 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
33755 (__lchown): Do not use CHECK_STRING.
33756 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
33758 (__chown): Do not use CHECK_STRING.
33759 * sysdeps/unix/sysv/linux/truncate64.c: Do not include
33761 (truncate64): Do not use CHECK_STRING.
33762 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
33764 * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
33765 (__xmknod): Do not use CHECK_STRING.
33766 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
33768 (__xmknodat): Do not use CHECK_STRING.
33769 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
33770 * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
33772 2013-02-04 Andreas Schwab <schwab@suse.de>
33775 * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
33776 * include/netdb.h: Likewise for h_errno.
33777 * elf/tst-stackguard1.c: Include <tls.h>.
33779 2013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
33781 * elf/link.h (struct link_map): Extend the l_addr comment.
33782 * include/link.h (struct link_map): Likewise.
33784 2013-02-01 Joseph Myers <joseph@codesourcery.com>
33787 * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
33788 (BOUNDED_1): Remove macro.
33789 * debug/backtrace.c: Don't include <bp-checks.h>.
33790 (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
33791 (__backtrace): Likewise.
33792 * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
33794 (__backtrace): Don't use BOUNDED_1.
33795 * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
33797 (__backtrace): Don't use BOUNDED_1.
33798 * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
33799 (__backtrace): Don't use BOUNDED_1.
33800 * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
33801 (shmat): Don't use BOUNDED_N.
33803 2013-01-31 Joseph Myers <joseph@codesourcery.com>
33806 * sysdeps/generic/bp-start.h: Remove file.
33807 * csu/libc-start.c: Don't include <bp-start.h>.
33808 (LIBC_START_MAIN): Set up __environ directly instead of using
33809 INIT_ARGV_and_ENVIRON.
33810 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
33814 * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
33816 (CHECK_FCNTL): Likewise.
33817 (CHECK_N_PAGES): Likewise.
33820 * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
33822 (CHECK_SIGSET_NULL_OK): Likewise.
33823 * sysdeps/unix/sysv/linux/sigpending.c: Don't include
33825 (sigpending): Don't use CHECK_SIGSET.
33826 * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
33828 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33829 * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
33831 (do_sigsuspend): Don't use CHECK_SIGSET.
33832 * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
33834 * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
33835 (do_sigwait): Don't use CHECK_SIGSET.
33836 * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
33838 * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
33839 include <bp-checks.h>.
33840 (sigpending): Don't use CHECK_SIGSET.
33841 * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
33842 include <bp-checks.h>.
33843 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33844 * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
33846 (sigpending): Don't use CHECK_SIGSET.
33847 * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
33849 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33852 * sysdeps/generic/bp-semctl.h: Remove file.
33853 * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
33854 <bp-checks.h> and <bp-semctl.h>.
33855 (__old_semctl): Don't use CHECK_SEMCTL.
33856 (__new_semctl): Likewise.
33857 * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
33859 (__old_semctl): Don't use CHECK_SEMCTL.
33860 (__new_semctl): Likewise.
33861 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
33862 <bp-checks.h> and <bp-semctl.h>.
33863 (__old_semctl): Don't use CHECK_SEMCTL.
33864 (__new_semctl): Likewise.
33865 * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
33866 <bp-checks.h> and <bp-semctl.h>.
33867 (semctl): Don't use CHECK_SEMCTL.
33870 * Makerules (elide-bp-thunks): Remove variable.
33871 (elide-routines.oS): Don't use $(elide-bp-thunks).
33872 (elide-routines.os): Likewise.
33873 (elide-routines.o): Likewise.
33874 (elide-routines.op): Likewise.
33875 (elide-routines.og): Likewise.
33876 (objects): Don't use $(bp-thunks).
33877 * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
33879 (common-generated): Do not add s-proto-bp.d.
33880 * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
33883 Do not generate makefile rules for bounded-pointer thunks.
33884 * sysdeps/generic/bp-thunks.h: Remove file.
33885 * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
33886 * sysdeps/unix/s-proto-bp.S: Likewise.
33889 * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
33890 parts of result separately when argument is not close to line from
33891 -i to i and one part of argument is small.
33892 * math/k_casinhf.c (__kernel_casinhf): Likewise.
33893 * math/k_casinhl.c (__kernel_casinhl): Likewise.
33894 * math/libm-test.inc (cacos_test): Add more tests.
33895 (casin_test): Likewise.
33896 (casinh_test): Likewise.
33897 * sysdeps/i386/fpu/libm-test-ulps: Update.
33898 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33900 2013-01-31 David S. Miller <davem@davemloft.net>
33902 * po/de.po: Update from translation team.
33904 2013-01-25 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
33906 * time/tzfile.c: Include stdint.h for SIZE_MAX.
33908 2013-01-25 Thomas Schwinge <thomas@codesourcery.com>
33910 * configure.in (_AC_PROG_CC_C89): New definition.
33911 * configure: Regenerate.
33913 * configure.in (AC_PROG_CPP): New definition.
33914 * configure: Regenerate.
33916 2013-01-23 Joseph Myers <joseph@codesourcery.com>
33918 * debug/tst-backtrace.h: New file.
33919 * debug/tst-backtrace2.c: Include tst-backtrace.h.
33920 (ret): Remove variable.
33922 (FAIL): Remove macro.
33923 (NO_INLINE): Likewise.
33924 (fn1): Use match function instead of strstr.
33925 * debug/tst-backtrace3.c: Include tst-backtrace.h.
33926 (ret): Remove variable.
33928 (FAIL): Remove macro.
33929 (NO_INLINE): Likewise.
33930 (fn): Use match function instead of strstr.
33931 * debug/tst-backtrace4.c: Include tst-backtrace.h.
33932 (ret): Remove variable.
33934 (FAIL): Remove macro.
33935 (NO_INLINE): Likewise.
33936 (handle_signal): Use match function instead of strstr.
33937 * debug/tst-backtrace5.c: Include tst-backtrace.h.
33938 (ret): Remove variable.
33940 (FAIL): Remove macro.
33941 (NO_INLINE): Likewise.
33942 (handle_signal): Use match function instead of strstr.
33944 2013-01-23 Roland McGrath <roland@hack.frob.com>
33946 * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
33948 2013-01-23 David S. Miller <davem@davemloft.net>
33950 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
33951 (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
33952 argument of CAS if possible.
33953 * sysdeps/sparc/sparc64/bits/atomic.h
33954 (__arch_compare_and_exchange_val_32_acq): Likewise.
33955 (__arch_compare_and_exchange_val_64_acq): Likewise.
33957 2013-01-23 Pino Toscano <toscano.pino@tiscali.it>
33959 * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
33960 * sysdeps/posix/ulimit.c: ... this.
33961 Include <limits.h>.
33962 * sysdeps/unix/bsd/ulimit.c: Remove file.
33964 2013-01-23 Adam Conrad <adconrad@0c3.net>
33966 * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
33967 (LDFLAGS-tst-array5): Likewise.
33969 2013-01-23 Joseph Myers <joseph@codesourcery.com>
33972 * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
33973 based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
33974 (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
33975 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
33977 2013-01-21 David S. Miller <davem@davemloft.net>
33979 * sysdeps/sparc/backtrace.c: New file.
33980 * sysdeps/sparc/sparc32/backtrace.h: New file.
33981 * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
33982 * sysdeps/sparc/sparc64/backtrace.h: New file.
33983 * sysdeps/sparc/sparc64/backtrace.c: Delete.
33984 * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
33987 2013-01-21 Andreas Schwab <schwab@suse.de>
33990 * posix/wordexp.c (exec_comm): Avoid busy loop when command has
33993 2013-01-20 Andreas Schwab <schwab@linux-m68k.org>
33995 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
33997 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33999 2013-01-18 Joseph Myers <joseph@codesourcery.com>
34000 Mark Mitchell <mark@codesourcery.com>
34001 Tom de Vries <tom@codesourcery.com>
34002 Paul Pluzhnikov <ppluzhnikov@google.com>
34004 * debug/tst-backtrace2.c: New file.
34005 * debug/tst-backtrace3.c: Likewise.
34006 * debug/tst-backtrace4.c: Likewise.
34007 * debug/tst-backtrace5.c: Likewise.
34008 * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
34009 (CFLAGS-tst-backtrace3.c): Likewise.
34010 (CFLAGS-tst-backtrace4.c): Likewise.
34011 (CFLAGS-tst-backtrace5.c): Likewise.
34012 (LDFLAGS-tst-backtrace2): Likewise.
34013 (LDFLAGS-tst-backtrace3): Likewise.
34014 (LDFLAGS-tst-backtrace4): Likewise.
34015 (LDFLAGS-tst-backtrace5): Likewise.
34016 (tests): Add new tests tst-backtrace2, tst-backtrace3,
34017 tst-backtrace4 and tst-backtrace5.
34019 2013-01-18 Anton Blanchard <anton@samba.org>
34020 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
34022 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
34023 __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
34024 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
34025 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
34026 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
34027 (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
34028 "+r" and remove output regs list as redundant. Add explicit inline
34029 asm to specify register of return val to work around compiler codegen
34030 bug. Remove (int) cast on return value. Add return type parameter to
34031 use in macro so that this macro does not truncate return value for
34033 (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
34034 pass to INTERNAL_VSYSCALL_NCS.
34035 (INLINE_VSYSCALL): Add 'long int' as return type to
34036 INTERNAL_VSYSCALL_NCS macro invocation.
34037 (INTERNAL_VSYSCALL): Add 'long int' as return type to
34038 INTERNAL_VSYSCALL_NCS macro invocation.
34039 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
34041 2013-01-18 Siddhesh Poyarekar <siddhesh@redhat.com>
34044 * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
34045 Fix application of SIMD FP exception mask.
34047 * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
34048 mp_no from a power of two.
34049 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
34050 __mpexp_twomm1. Use __pow_mp.
34052 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
34055 2013-01-17 David S. Miller <davem@davemloft.net>
34057 * sysdeps/sparc/fpu/libm-test-ulps: Update.
34059 2013-01-17 Joseph Myers <joseph@codesourcery.com>
34062 * include/complex.h: Condition contents on [!_COMPLEX_H].
34063 (__kernel_casinhf): New prototype.
34064 (__kernel_casinh): Likewise.
34065 (__kernel_casinhl): Likewise.
34066 * math/Makefile (libm_calls): Add k_casinh.
34067 * math/k_casinh.c: New file.
34068 * math/k_casinhf.c: Likewise.
34069 * math/k_casinhl.c: Likewise.
34070 * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
34071 finite nonzero arguments.
34072 * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
34073 finite nonzero arguments.
34074 * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
34075 finite nonzero arguments.
34076 * math/s_casinh.c: Do not include <float.h>.
34077 (__casinh): Move code for finite nonzero arguments to k_casinh.c.
34078 * math/s_casinhf.c: Do not include <float.h>.
34079 (__casinhf): Move code for finite nonzero arguments to
34081 * math/s_casinhl.c: Do not include <float.h>.
34082 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
34084 (__casinhl): Move code for finite nonzero arguments to
34086 * math/libm-test.inc (cacos_test): Add more tests.
34087 * sysdeps/i386/fpu/libm-test-ulps: Update.
34088 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34090 2013-01-17 Pino Toscano <toscano.pino@tiscali.it>
34092 * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
34093 * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
34094 [!HAVE_MREMAP]: Remove [defined linux] case.
34095 * malloc/arena.c: Do not include <malloc-sysdep.h>.
34097 2013-01-17 Siddhesh Poyarekar <siddhesh@redhat.com>
34099 * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
34101 2013-01-17 H.J. Lu <hongjiu.lu@intel.com>
34103 * elf/elf.h (R_386_SIZE32): New relocation.
34104 * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
34106 (elf_machine_rela): Likewise.
34107 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
34108 R_X86_64_SIZE64 and R_X86_64_SIZE32.
34110 2013-01-17 Joseph Myers <joseph@codesourcery.com>
34112 * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
34113 (FP_FAST_FMA): Do not define.
34114 [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
34115 * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
34116 && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
34117 * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
34118 !_SOFT_FLOAT]: Likewise.
34119 * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
34120 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
34122 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
34123 [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
34124 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
34125 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
34126 [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
34127 [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
34130 2013-01-16 Andreas Schwab <schwab@suse.de>
34133 * include/stdlib.h (__mktemp): Add declaration.
34134 * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
34135 * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
34137 2013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
34139 * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
34141 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
34142 * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
34143 * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
34145 * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
34146 * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
34148 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
34150 * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
34151 * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
34152 * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
34154 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
34155 * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
34157 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
34159 * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
34161 2013-01-15 David S. Miller <davem@davemloft.net>
34163 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34164 trunc{,f} to libm-sysdep_routes.
34165 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34166 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
34168 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
34169 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
34171 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
34173 * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
34174 * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
34175 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
34176 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
34177 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
34178 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
34179 * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
34180 * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
34182 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34183 nearbyint{,f} to libm-sysdep_routes.
34184 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34185 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
34187 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
34189 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
34191 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
34193 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
34194 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
34195 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
34197 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
34198 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
34200 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
34201 * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
34202 * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
34204 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
34205 libc_feholdexcept and libc_fesetenv.
34207 2013-01-15 Mike Frysinger <vapier@gentoo.org>
34209 * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
34211 2013-01-14 David S. Miller <davem@davemloft.net>
34213 * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
34214 (SPARC_ASM_VIS2_IFUNC): Likewise.
34215 (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
34216 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
34217 use of 'siam' instruction.
34218 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
34220 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
34222 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
34224 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
34225 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
34226 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
34227 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
34228 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
34230 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
34232 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
34234 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
34236 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
34237 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
34238 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
34239 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
34240 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
34242 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
34243 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
34244 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
34246 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
34247 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
34248 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
34249 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
34250 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
34251 routines to libm-sysdep_routines.
34252 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34254 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34255 fdim/fdimf to libm-sysdep_routines.
34256 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
34258 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
34259 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
34261 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
34262 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
34263 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
34264 * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
34265 * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
34266 * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
34267 * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
34269 2013-01-14 Siddhesh Poyarekar <siddhesh@redhat.com>
34271 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
34272 to optimize copies.
34274 * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
34275 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34276 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34278 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
34279 local variable MPTWO.
34280 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
34283 2013-01-13 Mike Frysinger <vapier@gentoo.org>
34285 * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
34288 2013-01-13 Mike Frysinger <vapier@gentoo.org>
34290 * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
34292 2013-01-13 Mike Frysinger <vapier@gentoo.org>
34294 * manual/pattern.texi (glob_t): Document gl_flags.
34295 (glob64_t): Likewise.
34297 2013-01-11 David S. Miller <davem@davemloft.net>
34299 * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
34300 * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
34301 (gmp-sysdep_routines): New variable. Add VIS3 optimized GMP routines.
34302 * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
34303 * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
34304 * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
34305 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
34306 * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
34307 * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
34308 * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
34309 * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
34310 * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
34311 * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
34313 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34314 sparc V9 rather than using V8 code.
34315 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34316 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34318 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
34320 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
34323 2013-01-11 Roland McGrath <roland@hack.frob.com>
34325 * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
34326 not in the main loop.
34327 * configure: Regenerated.
34329 2013-01-11 Joseph Myers <joseph@codesourcery.com>
34331 * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
34332 * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
34334 * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise. Remove
34335 [!__GLIBC_HAVE_LONG_LONG] case.
34336 * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
34337 condition to just #else.
34338 * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
34339 __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
34340 [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
34341 * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
34343 * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
34344 * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34345 #elif condition to just #else.
34346 * sysdeps/unix/sysv/linux/sys/sysmacros.h
34347 [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
34348 * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34349 #elif condition to just #else.
34351 2013-01-11 Steve Ellcey <sellcey@mips.com>
34353 * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
34354 (EF_MIPS_ARCH_64): Fix value.
34355 (EF_MIPS_ARCH_32R2): New.
34356 (EF_MIPS_ARCH_64R2): New.
34358 2013-01-11 H.J. Lu <hongjiu.lu@intel.com>
34360 * Makeconfig (+link-pie-before-libc): New.
34361 (+link-pie-after-libc): Likewise.
34362 (+link-pie-tests): Likewise.
34363 (+link-pie): Rewritten.
34364 (link-before-libc): Remove $(config-LDFLAGS).
34365 (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
34366 (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
34367 (config-LDFLAGS): Renamed to ...
34368 (rtld-LDFLAGS): This.
34369 (rtld-tests-LDFLAGS): New macro.
34370 (link-libc-rpath-link): Likewise.
34371 (link-libc-tests-rpath-link): Likewise.
34372 (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
34373 (link-libc): Prepand $(link-libc-rpath-link).
34374 (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
34375 (test-program-prefix): New macro.
34376 (test-via-rtld-prefix): Likewise.
34377 (test-program-cmd): Likewise.
34378 (host-test-program-cmd): Likewise.
34379 * Makefile ($(common-objpfx)testrun.sh): Replace
34380 $(run-program-prefix) with $(test-program-prefix).
34381 * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
34383 ($(common-objpfx)shlib.lds): Likewise.
34384 (build-module-helper): Likewise.
34385 ($(common-objpfx)format.lds): Likewise.
34386 * Rules (binaries-pie-tests): New.
34387 (binaries-pie-notests): Likewise.
34388 (binaries-pie): Rewritten.
34389 ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
34390 ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
34391 ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
34392 (make-test-out): Replace $(host-built-program-cmd) with
34393 $(host-test-program-cmd).
34394 * config.make.in (build-hardcoded-path-in-tests): New variable.
34395 * configure.in (--enable-hardcoded-path-in-tests): New configure
34397 (hardcoded_path_in_tests): New AC_SUBST.
34398 * configure: Regenerated.
34399 * catgets/Makefile ($(objpfx)test-gencat.out): Replace
34400 $(built-program-cmd) with $(test-program-cmd).
34401 * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
34402 (test_program_cmd): This.
34403 * elf/Makefile ($(objpfx)order.out): Run test with
34404 $(test-program-prefix).
34405 ($(objpfx)order2.out): Likewise.
34406 ($(objpfx)tst-initorder.out): Likewise.
34407 ($(objpfx)tst-initorder2.out): Likewise.
34408 ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
34409 $(test-program-cmd).
34410 ($(objpfx)tst-array1-static.out): Likewise.
34411 ($(objpfx)tst-array2.out): Likewise.
34412 ($(objpfx)tst-array3.out): Likewise.
34413 ($(objpfx)tst-array4.out): Likewise.
34414 ($(objpfx)tst-array5.out): Likewise.
34415 ($(objpfx)tst-array5-static.out): Likewise.
34416 (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
34417 $(test-program-cmd).
34418 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
34419 $(run-program-prefix) with $(test-program-prefix).
34420 * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
34421 (test_program_prefix): This.
34422 * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
34423 $(run-program-prefix) with $(test-program-prefix).
34424 * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
34425 (test_program_prefix): This.
34426 * iconvdata/tst-tables.sh: Likewise.
34427 * intl/Makefile ($(objpfx)tst-gettext.out): Replace
34428 $(run-program-prefix) with $(test-program-prefix).
34429 ($(objpfx)tst-translit.out): Likewise.
34430 ($(objpfx)tst-gettext2.out): Likewise.
34431 ($(objpfx)tst-gettext4.out): Likewise.
34432 ($(objpfx)tst-gettext6.out): Likewise.
34433 * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
34434 (test_program_prefix): This.
34435 * intl/tst-gettext2.sh: Likewise.
34436 * intl/tst-gettext4.sh Likewise.
34437 * intl/tst-gettext6.sh: Likewise.
34438 * intl/tst-translit.sh: Likewise.
34439 * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
34440 with $(test-program-cmd).
34441 * libio/Makefile ($(objpfx)test-freopen.out): Replace
34442 $(run-program-prefix) with $(test-program-prefix).
34443 * libio/test-freopen.sh (run_program_prefix): Renamed to ...
34444 (test_program_prefix): This.
34445 * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
34446 $(run-program-prefix) with $(test-program-prefix).
34447 * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
34448 (test_program_prefix): This.
34449 * manual/install.texi: Document --enable-hardcoded-path-in-tests.
34450 * posix/Makefile ($(objpfx)globtest.out): Replace
34451 $(run-via-rtld-prefix) and $(test-wrapper) with
34452 $(test-program-prefix) and $(test-via-rtld-prefix).
34453 ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
34454 $(test-program-prefix).
34455 (tst-exec-ARGS): Replace $(host-built-program-cmd) with
34456 $(host-test-program-cmd).
34457 (tst-spawn-ARGS): Likewise.
34458 ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
34459 $(test-program-prefix).
34460 * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
34461 (test_via_rtld_prefix): This.
34462 (test_wrapper): Renamed to ...
34463 (test_program_prefix): This.
34464 (run_program_prefix): Replaced by test_program_prefix.
34465 * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
34466 (test_program_prefix): This.
34467 * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
34468 with $(host-test-program-cmd).
34469 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
34470 $(run-program-prefix) with $(test-program-prefix).
34471 ($(objpfx)tst-printf.out): Likewise.
34472 ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
34473 $(test-program-cmd).
34474 * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
34475 (test_program_prefix): This.
34476 * stdio-common/tst-unbputc.sh: Likewise.
34477 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
34478 $(run-program-prefix) with $(test-program-prefix).
34479 * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
34480 (test_program_prefix): This.
34481 * string/Makefile ($(objpfx)tst-svc.out): Replace
34482 $(built-program-cmd) with $(test-program-cmd).
34484 2013-01-11 Andreas Jaeger <aj@suse.de>
34487 * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
34488 value. Sync with Linux 3.7.
34490 2013-01-10 David S. Miller <davem@davemloft.net>
34492 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
34493 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34494 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34496 2013-01-10 Roland McGrath <roland@hack.frob.com>
34498 * configure.in (sysnames): Drop use of $m0sub and $msub, which are
34500 * configure: Regenerated.
34502 2013-01-10 David S. Miller <davem@davemloft.net>
34504 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34505 sparc V9 rather than using V8 code.
34506 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34507 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34509 2013-01-10 Roland McGrath <roland@hack.frob.com>
34511 * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
34512 (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
34513 (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
34514 (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
34515 (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
34516 (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
34517 (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
34518 (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
34519 (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
34520 (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
34521 (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
34522 (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
34523 (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
34524 (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
34525 (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
34526 (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
34527 (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
34528 (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
34529 (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
34530 (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
34531 (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
34532 (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
34533 (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
34534 (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
34535 (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
34536 (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
34537 (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
34539 2013-01-10 David S. Miller <davem@davemloft.net>
34541 * sysdeps/sparc/fpu/libm-test-ulps: Update.
34543 2013-01-10 H.J. Lu <hongjiu.lu@intel.com>
34545 * posix/Makefile (tests-static): New variable.
34546 (tests): Add $(tests-static).
34547 (tst-exec-static-ARGS): New variable.
34548 (tst-spawn-static-ARGS): Likewise.
34549 * posix/tst-exec-static.c: New file.
34550 * posix/tst-spawn-static.c: Likewise.
34551 * posix/tst-exec.c: Support run directly.
34552 * posix/tst-spawn.c: Likewise.
34554 2013-01-10 Joseph Myers <joseph@codesourcery.com>
34556 * elf/link.h (struct dl_phdr_info): Use __extension__ with long
34558 * math/bits/mathcalls.h (llrint): Likewise.
34559 (llround): Likewise.
34560 * stdlib/stdlib.h (struct drand48_data): Likewise.
34561 * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
34562 * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
34563 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
34565 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
34567 * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
34568 (elf_greg_t): Likewise.
34569 * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
34570 (__jmp_buf): Likewise.
34571 * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
34573 (llrint): Likewise, for all definitions.
34574 (llrintl): Likewise.
34576 * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
34577 Remove [__GNUC__] condition.
34578 * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
34579 condition to just [__USE_ISOC99].
34580 [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
34582 2013-01-10 H.J. Lu <hongjiu.lu@intel.com>
34585 * sysdeps/unix/sysv/linux/x86/bits/environments.h
34586 (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
34588 (_POSIX_V6_ILP32_OFF32): Likewise.
34589 (_XBS5_ILP32_OFF32): Likewise.
34590 (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
34591 (__ILP32_OFFBIG_LDFLAGS): Likewise.
34593 2013-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
34595 * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
34597 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
34598 doubles __mpexp_twomm1. Adjust usage.
34599 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
34602 2013-01-10 Andreas Schwab <schwab@suse.de>
34605 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
34606 (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
34608 2013-01-09 David S. Miller <davem@davemloft.net>
34611 * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
34612 (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
34613 (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
34614 (TCP_FASTOPEN): Define.
34615 (tcp_repair_opt): New structure.
34616 (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
34618 (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
34619 (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
34620 (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
34621 (tcp_cookie_transactions): New structure.
34623 2013-01-09 Anton Blanchard <anton@samba.org>
34625 * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
34626 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
34627 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
34628 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
34630 2013-01-09 Joseph Myers <joseph@codesourcery.com>
34632 * include/features.h (__USE_ANSI): Remove.
34634 2013-01-09 Roland McGrath <roland@hack.frob.com>
34636 * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
34638 * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
34640 2013-01-09 Siddhesh Poyarekar <siddhesh@redhat.com>
34642 * sysdeps/s390/fpu/libm-test-ulps: Update.
34644 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34646 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
34650 (denorm): Likewise.
34651 (__mp_dbl): Likewise.
34652 (__dbl_mp): Likewise.
34653 (add_magnitudes): Likewise.
34654 (sub_magnitudes): Likewise.
34660 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
34664 (denorm): Likewise.
34665 (__mp_dbl): Likewise.
34666 (__dbl_mp): Likewise.
34667 (add_magnitudes): Likewise.
34668 (sub_magnitudes): Likewise.
34674 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
34678 (denorm): Likewise.
34679 (__mp_dbl): Likewise.
34680 (__dbl_mp): Likewise.
34681 (add_magnitudes): Likewise.
34682 (sub_magnitudes): Likewise.
34689 2013-01-08 Joseph Myers <joseph@codesourcery.com>
34691 * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
34692 __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
34693 * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
34694 2 && __USE_EXTERN_INLINES]: Likewise.
34696 2013-01-08 Andreas Jaeger <aj@suse.de>
34699 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
34701 * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34702 * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34704 2013-01-07 Anton Blanchard <anton@samba.org>
34706 * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
34707 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
34708 * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
34709 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
34710 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
34711 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
34712 * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
34713 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
34714 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34715 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
34716 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
34717 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
34718 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
34719 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
34720 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
34721 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
34722 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
34723 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
34724 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
34725 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
34726 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
34727 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
34728 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
34729 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
34730 * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
34731 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
34732 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
34733 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
34734 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
34735 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
34736 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
34737 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34738 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
34739 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
34740 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
34741 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
34742 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
34743 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
34744 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
34745 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
34746 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
34747 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
34748 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
34750 2013-01-07 Joseph Myers <joseph@codesourcery.com>
34752 * malloc/malloc.h (__MALLOC_P): Remove all definitions.
34753 (__MALLOC_PMT): Likewise.
34754 [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
34755 [__GNUC__], only on [_LIBC].
34756 [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34757 [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
34758 [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34759 * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
34760 forward declaration.
34761 (realloc_hook_ini): Likewise.
34762 (memalign_hook_ini): Likewise.
34763 (__libc_memalign): Do not use __MALLOC_PMT in variable
34765 (__libc_valloc): Likewise.
34766 (__libc_pvalloc): Likewise.
34767 (__libc_calloc): Likewise.
34768 (__posix_memalign): Likewise.
34771 * math/s_casinh.c: Include <float.h>.
34772 (__casinh): Do not do computation with squaring and square root
34773 for large arguments.
34774 * math/s_casinhf.c: Include <float.h>.
34775 (__casinhf): Do not do computation with squaring and square root
34776 for large arguments.
34777 * math/s_casinhl.c: Include <float.h>.
34778 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
34779 (__casinhl): Do not do computation with squaring and square root
34780 for large arguments.
34781 * math/libm-test.inc (casin_test): Add more tests.
34782 (casinh_test): Likewise.
34783 * sysdeps/i386/fpu/libm-test-ulps: Update.
34784 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34786 2013-01-04 H.J. Lu <hongjiu.lu@intel.com>
34788 * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
34789 (__x86_64_raw_data_cache_size): Likewise.
34790 (__x86_64_data_cache_size_half): Likewise.
34791 (__x86_64_raw_data_cache_size_half): Likewise.
34792 (__x86_64_shared_cache_size): Likewise.
34793 (__x86_64_raw_shared_cache_size): Likewise.
34794 (__x86_64_shared_cache_size_half): Likewise.
34795 (__x86_64_raw_shared_cache_size_half): Likewise.
34796 * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
34798 (__x86_data_cache_size): This.
34799 (__x86_64_raw_data_cache_size): Renamed to ...
34800 (__x86_raw_data_cache_size): This.
34801 (__x86_64_data_cache_size_half): Renamed to ...
34802 (__x86_data_cache_size_half): This.
34803 (__x86_64_raw_data_cache_size_half): Renamed to ...
34804 (__x86_raw_data_cache_size_half): This.
34805 (__x86_64_shared_cache_size): Renamed to ...
34806 (__x86_shared_cache_size): This.
34807 (__x86_64_raw_shared_cache_size): Renamed to ...
34808 (__x86_raw_shared_cache_size): This.
34809 (__x86_64_shared_cache_size_half): Renamed to ...
34810 (__x86_shared_cache_size_half): This.
34811 (__x86_64_raw_shared_cache_size_half): Renamed to ...
34812 (__x86_raw_shared_cache_size_half): This.
34813 * sysdeps/x86_64/memcpy.S: Updated.
34814 * sysdeps/x86_64/memset.S: Likewise.
34815 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
34816 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
34817 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
34819 2013-01-04 David S. Miller <davem@davemloft.net>
34821 * sysdeps/sparc/fpu/libm-test-ulps: Update.
34823 2013-01-04 Andreas Schwab <schwab@linux-m68k.org>
34825 * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
34826 1 to avoid redefinition warning.
34827 (__USE_GNU): Don't define.
34828 (init_signaling_nan): Protoize.
34830 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34832 2013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
34834 * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
34835 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
34836 (__cpymn): Likewise.
34837 (norm): Remove commented code.
34838 (denorm): Likewise.
34839 (__mp_dbl): Likewise.
34841 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
34842 (__cpymn): Likewise.
34843 (norm): Remove commented code.
34844 (denorm): Likewise.
34845 (__mp_dbl): Likewise.
34848 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
34849 mp_no value for 1.0 and 2.0.
34850 (norm): Use RADIXI instead of radixi.d.
34851 (denorm): Likewise.
34852 (__mul): Use 0.0 instead of zero.d.
34853 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
34854 mp_no value for 1.0 and 2.0.
34855 (norm): Use RADIXI instead of radixi.d.
34856 (denorm): Likewise.
34857 (__mul): Use 0.0 instead of zero.d.
34859 2013-01-04 Joseph Myers <joseph@codesourcery.com>
34862 * math/s_casinh.c (__casinh): Reduce finite argument to first
34863 quadrant then set signs of results at the end.
34864 * math/s_casinhf.c (__casinhf): Likewise.
34865 * math/s_casinhl.c (__casinhl): Likewise.
34866 * math/libm-test.inc (casin_test): Add more tests.
34867 (casinh_test): Likewise.
34868 * sysdeps/i386/fpu/libm-test-ulps: Update.
34869 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34871 2013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
34873 * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
34875 * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
34877 * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
34879 (denorm): Likewise.
34880 (__mp_dbl): Likewise.
34883 * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
34884 and adjust the header comment.
34886 * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
34887 variable name from declaration.
34889 2013-01-03 H.J. Lu <hongjiu.lu@intel.com>
34891 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34892 Initialize COMMON_CPUID_INDEX_7 element.
34893 * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
34894 (CPUID_RTM): Likewise.
34895 (HAS_RTM): Likewise.
34896 (COMMON_CPUID_INDEX_7): New enum.
34898 2013-01-03 Andreas Schwab <schwab@linux-m68k.org>
34901 * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
34902 size is zero, record memory as freed.
34904 2013-01-03 Andreas Jaeger <aj@suse.de>
34906 * po/ia.po: Add new Interlingua translation.
34908 2012-01-03 Allan McRae <allan@archlinux.org>
34910 * locale/programs/localedef.c: Fix description of '--posix' flag.
34912 2013-01-02 Joseph Myers <joseph@codesourcery.com>
34914 * NEWS: Update dates in second copyright notice.
34915 * README: Update copyright dates in example.
34916 * manual/libc.texinfo: Update copyright dates.
34917 * scripts/test-installation.pl: Update copyright date in --version
34920 * hurd/ctty-input.c: Fix copyright notice formatting.
34921 * hurd/ctty-output.c: Likewise.
34922 * hurd/dtable.c: Likewise.
34923 * hurd/hurd-raise.c: Likewise.
34924 * hurd/hurdprio.c: Likewise.
34925 * hurd/msgportdemux.c: Likewise.
34926 * misc/sys/file.h: Likewise.
34927 * misc/sys/ioctl.h: Likewise.
34928 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
34929 * sysdeps/mach/hurd/chdir.c: Likewise.
34930 * sysdeps/mach/hurd/fchdir.c: Likewise.
34931 * sysdeps/mach/hurd/rename.c: Likewise.
34932 * sysdeps/mach/hurd/rmdir.c: Likewise.
34933 * sysdeps/mach/hurd/seekdir.c: Likewise.
34934 * sysdeps/mach/hurd/setsid.c: Likewise.
34935 * sysdeps/posix/wait3.c: Likewise.
34937 * All files with FSF copyright notices: Update copyright dates
34938 using scripts/update-copyrights.
34939 * intl/plural.c: Regenerated.
34940 * locale/programs/charmap-kw.h: Likewise.
34941 * locale/programs/locfile-kw.h: Likewise.
34943 2013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
34945 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
34948 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
34949 calculation loop and add branch prediction.
34951 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
34952 check access beyond bounds of m1np.
34954 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
34956 (__inv): Remove local variable MPTWO to use the global
34958 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
34959 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
34961 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
34962 MP3HALFS static const.
34964 2013-01-01 David S. Miller <davem@davemloft.net>
34966 * po/ca.po: Update from translation team.
34968 2013-01-01 Joseph Myers <joseph@codesourcery.com>
34970 * scripts/update-copyrights: New file.
34971 * Makeconfig: Reformat copyright notice.
34972 * ctype/ctype.h: Likewise.
34973 * debug/swprintf_chk.c: Likewise.
34974 * elf/dl-cache.c: Likewise.
34975 * elf/dl-debug.c: Likewise.
34976 * elf/dl-object.c: Likewise.
34977 * grp/initgroups.c: Likewise.
34978 * hurd/Makefile: Likewise.
34979 * hurd/hurd/signal.h: Likewise.
34980 * hurd/hurdfault.c: Likewise.
34981 * hurd/hurdioctl.c: Likewise.
34982 * hurd/hurdlookup.c: Likewise.
34983 * hurd/intr-msg.c: Likewise.
34984 * iconv/gconv_open.c: Likewise.
34985 * libio/swprintf.c: Likewise.
34986 * locale/lc-ctype.c: Likewise.
34987 * locale/nl_langinfo.c: Likewise.
34988 * mach/Machrules: Likewise.
34989 * mach/Makefile: Likewise.
34990 * malloc/obstack.h: Likewise.
34991 * manual/Makefile: Likewise.
34992 * manual/tsort.awk: Likewise.
34993 * misc/bits/stab.def: Likewise.
34994 * nis/nis_print_group_entry.c: Likewise.
34995 * nis/nis_table.c: Likewise.
34996 * nis/nss_compat/compat-pwd.c: Likewise.
34997 * nis/nss_compat/compat-spwd.c: Likewise.
34998 * po/Makefile: Likewise.
34999 * posix/fnmatch.c: Likewise.
35000 * posix/regex.h: Likewise.
35001 * resolv/Makefile: Likewise.
35002 * resolv/nss_dns/dns-network.c: Likewise.
35003 * resolv/res_hconf.c: Likewise.
35004 * scripts/gen-sorted.awk: Likewise.
35005 * soft-fp/soft-fp.h: Likewise.
35006 * stdio-common/printf.h: Likewise.
35007 * stdlib/monetary.h: Likewise.
35008 * stdlib/random.c: Likewise.
35009 * stdlib/random_r.c: Likewise.
35010 * sysdeps/generic/Makefile: Likewise.
35011 * sysdeps/gnu/Makefile: Likewise.
35012 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
35013 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
35014 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
35015 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
35016 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
35017 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
35018 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
35019 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
35020 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
35021 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
35022 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
35023 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
35024 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
35025 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
35026 * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
35027 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
35028 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
35029 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
35030 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
35031 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
35032 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
35033 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
35034 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
35035 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
35036 * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
35037 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
35038 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
35039 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
35040 * sysdeps/mach/hurd/errnos.awk: Likewise.
35041 * sysdeps/mach/hurd/fork.c: Likewise.
35042 * sysdeps/mach/hurd/getcwd.c: Likewise.
35043 * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
35044 * sysdeps/mach/hurd/mmap.c: Likewise.
35045 * sysdeps/mach/hurd/utimes.c: Likewise.
35046 * sysdeps/mach/hurd/xmknod.c: Likewise.
35047 * sysdeps/posix/profil.c: Likewise.
35048 * sysdeps/posix/readdir_r.c: Likewise.
35049 * sysdeps/powerpc/bits/mathdef.h: Likewise.
35050 * sysdeps/powerpc/bits/setjmp.h: Likewise.
35051 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
35052 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
35053 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
35054 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
35055 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
35056 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
35057 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
35058 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
35059 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
35060 * sysdeps/pthread/lio_listio.c: Likewise.
35061 * sysdeps/sparc/dl-procinfo.h: Likewise.
35062 * sysdeps/unix/i386/sysdep.S: Likewise.
35063 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
35064 * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
35065 * sysdeps/unix/sysv/linux/getdents.c: Likewise.
35066 * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
35067 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
35068 * sysdeps/unix/sysv/linux/semctl.c: Likewise.
35069 * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
35070 * sysdeps/unix/sysv/linux/speed.c: Likewise.
35071 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
35072 * sysdeps/wordsize-32/divdi3.c: Likewise.
35073 * time/sys/time.h: Likewise.
35074 * wcsmbs/Makefile: Likewise.
35076 2013-01-01 David S. Miller <davem@davemloft.net>
35078 * po/fr.po: Update from translation team.
35080 * catgets/gencat.c: Update copyright year.
35081 * csu/version.c: Likewise.
35082 * debug/catchsegv.sh: Likewise.
35083 * debug/pcprofiledump.c: Likewise.
35084 * debug/xtrace.sh: Likewise.
35085 * elf/ldconfig.c: Likewise.
35086 * elf/ldd.bash.in: Likewise.
35087 * elf/pldd.c: Likewise.
35088 * elf/sotruss.ksh: Likewise.
35089 * elf/sprof.c: Likewise.
35090 * iconv/iconv_prog.c: Likewise.
35091 * iconv/iconvconfig.c: Likewise.
35092 * locale/programs/locale.c: Likewise.
35093 * locale/programs/localedef.c: Likewise.
35094 * login/programs/pt_chown.c: Likewise.
35095 * malloc/memusage.sh: Likewise.
35096 * malloc/memusagestat.c: Likewise.
35097 * malloc/mtrace.pl: Likewise.
35098 * nscd/nscd.c: Likewise.
35099 * nss/getent.c: Likewise.
35100 * nss/makedb.c: Likewise.
35101 * posix/getconf.c: Likewise.
35103 2012-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
35105 * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
35108 2012-12-30 Mike Frysinger <vapier@gentoo.org>
35110 * math/bits/mathcalls.h (modf): Use __nonnull.
35112 2012-12-29 Siddhesh Poyarekar <siddhesh@redhat.com>
35114 * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
35115 (split): Use macro CN instead of the bare value.
35116 * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
35118 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
35119 instead of the bare value.
35120 (power1): Likewise.
35122 2012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
35124 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
35126 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
35128 * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
35130 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
35131 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
35132 * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
35133 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
35135 2012-12-28 Andreas Jaeger <aj@suse.de>
35137 * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define. New
35138 values are from Linux 3.7.
35140 * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
35141 (TCPI_OPT_ECN_SEEN): Define. Sync with Linux 3.7.
35143 2012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
35145 * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
35148 * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
35150 * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
35151 variables with preprocessor constants.
35152 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
35153 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
35154 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
35156 2012-12-27 Bruno Haible <bruno@clisp.org>
35159 * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
35162 2012-12-27 Siddhesh Poyarekar <siddhesh@redhat.com>
35164 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
35165 and use variable directly.
35166 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
35168 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
35170 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
35171 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
35173 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
35174 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
35175 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
35176 include directive. Remove local variable MPONE.
35177 * sysdeps/ieee754/dbl-64/mplog.h: Remove.
35178 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
35179 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
35181 2012-12-25 David S. Miller <davem@davemloft.net>
35183 * version.h (RELEASE): Set to "development".
35184 (VERSION): Set to "2.17.90".
35185 * NEWS: Add 2.18 section.
35187 2012-12-21 David S. Miller <davem@davemloft.net>
35189 * po/hr.po: Update from translation team.
35191 2012-12-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
35193 * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
35195 2012-12-19 Steve Ellcey <sellcey@mips.com>
35197 * NEWS: Mention new memcpy for MIPS.
35199 2012-12-18 Marcus Shawcroft <marcus.shawcroft@linaro.org>
35201 * manual/contrib.texi (Contributors): Spelling correction.
35203 2012-12-15 David S. Miller <davem@davemloft.net>
35205 * po/ru.po: Update from translation team.
35207 2012-12-13 David S. Miller <davem@davemloft.net>
35209 * NEWS: Mention IFUNC testsuite enhancements.
35211 * po/pl.po: Update from translation team.
35212 * po/bg.po: Likewise.
35214 * manual/contrib.texi (Contributors): Update entries for Hongjiu
35215 Lu and Joseph S. Myers. Add entry for Marcus Shawcroft.
35217 2012-12-11 David S. Miller <davem@davemloft.net>
35219 * po/sv.po: Update from translation team.
35221 * po/vi.po: Update from translation team.
35223 * po/cs.po: Update from translation team.
35225 * po/de.po: Update from translation team.
35226 * po/eo.po: Likewise.
35227 * po/nl.po: Likewise.
35229 2012-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
35232 * manual/argp.texi (Argp Helper Functions): Move node to follow
35233 Argp Parsing State.
35236 * manual/conf.texi (Limits on File System Capacity): Mention if
35237 terminating null is included in the max size.
35239 2012-12-10 Andreas Jaeger <aj@suse.de>
35241 * po/cs.po: Update from translation team.
35243 2012-12-08 Siddhesh Poyarekar <siddhesh@redhat.com>
35245 * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
35246 void pointer and cast to uintptr_t.
35247 * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
35249 * sysdeps/s390/s390-64/memcpy.S: Likewise.
35250 * sysdeps/s390/s390-64/memset.S: Likewise.
35252 2012-12-08 Benno Schulenberg <bensberg@justemail.net>
35255 * menual/message.texi (Message Translation): Fix typos.
35256 (Helper programs for gettext): Likewise.
35258 2012-12-07 Andreas Schwab <schwab@linux-m68k.org>
35261 * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
35264 2012-12-07 David S. Miller <davem@davemloft.net>
35266 * po/libc.pot: Update.
35268 2012-12-07 Richard Henderson <rth@redhat.com>
35271 * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
35272 normal/normal case to before the switch.
35273 (_FP_DIV): Likewise.
35275 2012-12-06 Carlos O'Donell <carlos@systemhalted.org>
35276 Mike Frysinger <vapier@gentoo.org>
35278 * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
35279 check for __NR_fadvise64_64.
35281 2012-12-06 Chris Metcalf <cmetcalf@tilera.com>
35283 * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
35284 0, not just to plain "0" as a statement.
35285 (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
35288 2012-12-06 Joseph Myers <joseph@codesourcery.com>
35290 * NEWS: Use sourceware.org in Bugzilla URL.
35292 2012-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
35294 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
35295 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
35297 * stdio-common/tst-put-error.c (do_test): Add newline to the
35298 padded test to ensure flush.
35300 2012-12-05 Jeff Law <law@redhat.com>
35302 * sunrpc/etc.rpc (fedfs_admin): Add entry.
35304 2012-12-05 Joseph Myers <joseph@codesourcery.com>
35306 * README: Don't refer to ports add-on as distributed separately.
35307 Mention AArch64 in list of systems supported in the ports add-on.
35309 * LICENSES: Add more non-FSF copyright and license notices.
35311 * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
35314 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
35316 * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
35317 10000 as width of padded output.
35319 2012-12-04 Joseph Myers <joseph@codesourcery.com>
35321 * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
35323 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
35324 variable LX with __attribute__ ((unused)).
35325 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
35327 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
35328 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35329 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
35330 with __attribute__ ((unused)).
35332 2012-12-04 David S. Miller <davem@abraco.davemloft.net>
35334 * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
35336 2012-12-04 Joseph Myers <joseph@codesourcery.com>
35338 * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
35339 (CFLAGS-nldbl-acos.c): New variable.
35340 [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
35341 [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
35342 [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
35343 [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
35344 [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
35345 [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
35346 [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
35347 [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
35348 [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
35349 [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
35350 [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
35351 [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
35352 [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
35353 [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
35354 [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
35355 [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
35356 [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
35357 [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
35358 [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
35359 [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
35360 [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
35361 [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
35362 [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
35363 [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
35364 [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
35365 [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
35366 [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
35367 [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
35368 [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
35369 [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
35370 [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
35371 [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
35372 [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
35373 [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
35374 [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
35375 [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
35376 [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
35377 [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
35378 [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
35379 [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
35380 [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
35381 [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
35382 [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
35383 [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
35384 [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
35385 [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
35386 [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
35387 [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
35388 [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
35389 [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
35390 [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
35391 [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
35392 [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
35393 [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
35394 [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
35395 [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
35396 [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
35397 [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
35398 [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
35399 [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
35400 [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
35401 [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
35402 [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
35403 [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
35404 [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
35405 [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
35406 [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
35407 [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
35408 [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
35409 [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
35410 [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
35411 [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
35412 [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
35413 [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
35414 [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
35415 [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
35416 [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
35417 [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
35418 [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
35419 [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
35420 [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
35421 [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
35422 [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
35423 [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
35424 [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
35425 [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
35426 [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
35427 [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
35428 [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
35429 [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
35430 [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
35431 [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
35432 [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
35433 [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
35434 [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
35435 [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
35436 [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
35438 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
35439 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
35442 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
35443 whole low double instead of just low 47 bits when splitting values
35446 2012-12-03 Allan McRae <allan@archlinux.org>
35448 * manual/stdio.texi (Predefined Printf Handlers): Remove
35449 @hsep and @vsep usage.
35451 2012-12-03 Mike Frysinger <vapier@gentoo.org>
35453 * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
35454 * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
35456 2012-12-03 Jeff Law <law@redhat.com>
35458 * time/sys/time.h (settimeofday): Do not mark TV argument
35461 2012-12-01 Mike Frysinger <vapier@gentoo.org>
35463 * libio/fileops.c (_IO_new_file_close_it): Do not always flush
35464 when currently writing and seek to current position when not.
35465 * libio/Makefile (tests): Remove bug-fclose1.
35466 * libio/bug-fclose1.c: Delete.
35468 2012-12-01 Joseph Myers <joseph@codesourcery.com>
35470 * manual/arith.texi (feenableexcept): Fix typo.
35471 (fedisableexcept): Likewise.
35473 2012-11-30 Roland McGrath <roland@hack.frob.com>
35475 * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
35476 second, differently-typed declaration, rather than a cast.
35478 2012-11-30 Siddhesh Poyarekar <siddhesh@redhat.com>
35480 * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
35481 * include/rpc/svc.h: ... here.
35483 2012-11-30 Aurelien Jarno <aurel32@debian.org>
35486 * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
35487 depending n and resplen2 to catch cases where answer
35490 2012-11-29 Carlos O'Donell <carlos@systemhalted.org>
35492 * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
35493 for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
35495 2012-11-29 Mike Frysinger <vapier@gentoo.org>
35497 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
35499 2012-11-29 Roland McGrath <roland@hack.frob.com>
35501 * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
35503 2012-11-28 Jeff Law <law@redhat.com>
35506 * nscd/grpcache.c (cache_addgr): Rename alloca_used to
35507 dataset_temporary. Track alloca usage into alloca_used.
35508 If dataset is large allocate and release it via malloc/free.
35510 2012-06-04 Florian Weimer <fweimer@redhat.com>
35513 * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
35515 2012-11-28 David S. Miller <davem@davemloft.net>
35517 * sysdeps/sparc/fpu/libm-test-ulps: Update.
35519 2012-11-28 Joseph Myers <joseph@codesourcery.com>
35522 * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
35523 of pi/2 rounded to nearest to 64 bits.
35524 (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
35525 nearest to 64 bits.
35526 (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
35529 2012-11-28 Jeff Law <law@redhat.com>
35530 Martin Osvald <mosvald@redhat.com>
35533 * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
35534 * sunrpc/svc.c: Include time.h.
35535 (__svc_accept_failed): New function.
35536 * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
35537 any reason other than EINTR, call __svc_accept_failed.
35538 * sunrpc/svc_udp.c (svcudp_recv): Similarly.
35539 * sunrpc/svc_unix.c (rendezvous_request): Similarly.
35541 2012-11-28 Andreas Schwab <schwab@suse.de>
35543 * scripts/abilist.awk: Also handle indirect functions in .opd
35546 2012-11-28 Joseph Myers <joseph@codesourcery.com>
35549 * sysdeps/x86/fpu/powl_helper.c: New file.
35550 * sysdeps/x86/fpu/Makefile: Likewise.
35551 * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
35553 (__ieee754_powl): Use __powl_helper for finite arguments except
35554 integer exponents below 8.
35555 * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
35557 (__ieee754_powl): Use __powl_helper for finite arguments except
35558 integer exponents below 8.
35559 * math/libm-test.inc (pow_test): Add more tests and enable some
35560 previously disabled tests.
35561 * sysdeps/i386/fpu/libm-test-ulps: Update.
35562 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35564 2012-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
35565 Carlos O'Donell <carlos_odonell@mentor.com>
35567 * nss/makedb.c (is_prime): Assert that input is odd and greater
35568 than 4. Note that fact in a comment too.
35569 (next_prime): Add 4 to input.
35571 2012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
35574 * libio/Makefile (tests): Add test case tst-fwrite-error.
35575 * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
35576 * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
35577 * libio/tst-fwrite-error.c: New test case.
35579 2012-11-26 H.J. Lu <hongjiu.lu@intel.com>
35581 * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
35582 before casting to void *.
35583 * include/libc-internal.h (__pointer_type): New macro.
35584 (__integer_if_pointer_type_sub): Likewise.
35585 (__integer_if_pointer_type): Likewise.
35586 (cast_to_integer): Likewise.
35587 * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
35588 (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
35589 before casting to atomic64_t.
35590 (atomic_exchange_acq): Likewise.
35591 (__arch_exchange_and_add_body): Likewise.
35592 (__arch_add_body): Likewise.
35593 (atomic_add_negative): Likewise.
35594 (atomic_add_zero): Likewise.
35596 2012-11-26 Joseph Myers <joseph@codesourcery.com>
35598 * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
35599 (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
35600 (add_fdes): Likewise.
35601 (linear_search_fdes): Likewise.
35602 (binary_search_unencoded_fdes): Likewise.
35604 2012-11-26 Andreas Schwab <schwab@linux-m68k.org>
35606 * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
35608 2012-11-24 Adam Conrad <adconrad@0c3.net>
35610 * configure.in: Autodetect C++ header directories.
35611 * configure: Regenerated.
35613 2012-11-23 Mike Frysinger <vapier@gentoo.org>
35615 * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
35617 2012-11-23 Andreas Schwab <schwab@linux-m68k.org>
35619 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35621 2012-11-22 Joseph Myers <joseph@codesourcery.com>
35623 * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
35624 LDBL_MANT_DIG == 106]: Disable some tests.
35625 (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35627 (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35631 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
35632 input for small inputs. Return +/- pi/2 for large inputs.
35633 * math/libm-test.inc (atan_test): Add more tests.
35635 * sysdeps/generic/unwind-dw2-fde-glibc.c
35636 (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
35637 __attribute__ ((unused)).
35640 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
35641 x * y if x and y are nonzero and z is zero.
35644 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
35645 nonzero exponents with absolute value below 0x1p-117 to +/-
35649 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
35650 up arguments below 2**-450, not just those below 2**-500.
35651 * math/libm-test.inc (hypot_test): Add another test.
35654 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
35655 Return a+b for ratio over 2**120, not 2**60.
35656 * math/libm-test.inc (hypot_test): Add another test.
35658 * math/libm-test.inc (clog_test): Use
35659 UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
35660 (clog10_test): Likewise.
35663 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
35665 2012-11-22 Andreas Schwab <schwab@suse.de>
35667 * sysdeps/i386/fpu/libm-test-ulps: Update.
35669 2012-11-22 Pino Toscano <toscano.pino@tiscali.it>
35671 * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
35672 printf output with newline.
35674 2012-11-21 H.J. Lu <hongjiu.lu@intel.com>
35677 * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
35678 * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
35679 -z nodlopen, -z initfirst and -z execstack support.
35680 * configure: Regenerated.
35682 * elf/elf.h (DF_1_NODIRECT): New macro.
35683 (DF_1_IGNMULDEF): Likewise.
35684 (DF_1_NOKSYMS): Likewise.
35685 (DF_1_NOHDR): Likewise.
35686 (DF_1_EDITED): Likewise.
35687 (DF_1_NORELOC): Likewise.
35688 (DF_1_SYMINTPOSE): Likewise.
35689 (DF_1_GLOBAUDIT): Likewise.
35690 (DF_1_SINGLETON): Likewise.
35691 * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
35692 DT_1_SUPPORTED_MASK bits.
35693 * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
35695 2012-11-20 Carlos O'Donell <carlos_odonell@mentor.com>
35697 * sysdeps/unix/make-syscalls.sh: Document prefixes.
35699 2012-11-20 Thomas Schwinge <thomas@codesourcery.com>
35701 * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
35704 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
35705 (sendmmsg): Move declarations...
35706 * socket/sys/socket.h: ... here.
35707 * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
35708 !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
35710 * socket/recvmmsg.c: ... this new file.
35711 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
35712 (sendmmsg): Rename to __sendmmsg, create weak alias and make
35713 definition of __sendmmsg hidden.
35714 * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
35715 [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
35716 Move ENOSYS stub into and include it from...
35717 * socket/sendmmsg.c: ... this new file.
35718 * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
35719 (sysdep_routines): Move recvmmsg and sendmmsg...
35720 * socket/Makefile (routines): ... here.
35721 * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
35722 (GLIBC_PRIVATE): Add __sendmmsg.
35723 * include/sys/socket.h (__sendmmsg): Add declarations.
35724 * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
35727 2012-11-20 Joseph Myers <joseph@codesourcery.com>
35729 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
35730 variable I1 with __attribute__ ((unused)).
35731 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
35733 2012-11-19 Joseph Myers <joseph@codesourcery.com>
35735 * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
35736 DUMMY variables with __attribute__ ((unused)).
35738 * bits/byteswap.h: Include <bits/types.h>.
35739 (__bswap_64): Use __uint64_t instead of unsigned long long int.
35741 2012-11-19 Pino Toscano <toscano.pino@tiscali.it>
35743 * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
35744 string_t. Do not manually set errno.
35745 (__ptsname_r): Change the type of PEERNAME to string_t, and check its
35746 length with __strnlen. Make sure to both set errno and return it on
35749 2012-11-19 David S. Miller <davem@davemloft.net>
35751 With help from Joseph Myers.
35752 * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
35753 very large arguments properly.
35754 * math/libm-test.inc (atan_test): New tests.
35755 (atan2_test): New tests.
35756 * sysdeps/sparc/fpu/libm-test-ulps: Update.
35757 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35759 2012-11-19 Joseph Myers <joseph@codesourcery.com>
35762 * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
35765 * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
35766 [POSIX] (EADDRNOTAVAIL): Likewise.
35767 [POSIX] (EAFNOSUPPORT): Likewise.
35768 [POSIX] (EALREADY): Likewise.
35769 [POSIX] (ECONNABORTED): Likewise.
35770 [POSIX] (ECONNREFUSED): Likewise.
35771 [POSIX] (ECONNRESET): Likewise.
35772 [POSIX] (EDESTADDRREQ): Likewise.
35773 [POSIX] (EDQUOT): Likewise.
35774 [POSIX] (EHOSTUNREACH): Likewise.
35775 [POSIX] (EIDRM): Likewise.
35776 [POSIX] (EISCONN): Likewise.
35777 [POSIX] (ELOOP): Likewise.
35778 [POSIX] (EMULTIHOP): Likewise.
35779 [POSIX] (ENETDOWN): Likewise.
35780 [POSIX] (ENETUNREACH): Likewise.
35781 [POSIX] (ENOBUFS): Likewise.
35782 [POSIX] (ENODATA): Likewise.
35783 [POSIX] (ENOLINK): Likewise.
35784 [POSIX] (ENOMSG): Likewise.
35785 [POSIX] (ENOPROTOOPT): Likewise.
35786 [POSIX] (ENOSR): Likewise.
35787 [POSIX] (ENOSTR): Likewise.
35788 [POSIX] (ENOTCONN): Likewise.
35789 [POSIX] (ENOTSOCK): Likewise.
35790 [POSIX] (EOPNOTSUPP): Likewise.
35791 [POSIX] (EOVERFLOW): Likewise.
35792 [POSIX] (EPROTO): Likewise.
35793 [POSIX] (EPROTONOSUPPORT): Likewise.
35794 [POSIX] (EPROTOTYPE): Likewise.
35795 [POSIX] (ESTALE): Likewise.
35796 [POSIX] (ETIME): Likewise.
35797 [POSIX] (ETXTBSY): Likewise.
35798 [POSIX] (EWOULDBLOCK): Likewise.
35799 [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
35800 * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
35801 [POSIX] (SEEK_CUR): Likewise.
35802 [POSIX] (SEEK_END): Likewise.
35803 [POSIX || UNIX98] (mode_t): Do not require.
35804 [POSIX] (off_t): Likewise.
35805 [POSIX] (pid_t): Likewise.
35806 [POSIX] (sys/stat.h): Do not allow header.
35807 [POSIX] (unistd.h): Likewise.
35808 [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
35809 [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
35810 [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
35811 * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
35813 * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
35814 sigevent): Specify elements.
35815 [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
35817 [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
35818 [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
35820 * conform/data/cpio.h-data [POSIX]: Disable whole file.
35821 * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
35822 * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
35823 (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
35824 [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
35825 [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
35826 [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
35827 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
35828 [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
35829 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
35830 [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
35831 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
35832 [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
35833 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
35835 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
35837 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
35839 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
35841 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
35842 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
35843 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
35844 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
35845 [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
35846 Specify lower bound on value.
35847 [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
35848 [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
35849 [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
35850 [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
35851 [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
35852 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
35853 [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
35854 [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
35856 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
35858 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
35859 [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
35860 [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
35861 [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
35862 [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
35863 [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
35864 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
35865 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
35866 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
35867 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
35868 [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
35869 [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
35870 [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
35871 [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
35872 [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
35873 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
35875 [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
35877 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
35878 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
35879 [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
35880 [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
35881 [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
35882 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
35884 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
35885 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
35886 [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
35887 [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
35888 [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise. Give
35889 value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
35890 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
35892 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
35893 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
35894 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
35895 [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
35896 Likewise. Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
35897 [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
35898 specify as optional.
35899 [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
35900 [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
35901 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
35902 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
35903 [POSIX || XPG3] (NL_ARGMAX): Do not allow.
35904 [XPG3] (NL_LANGMAX): Likewise.
35905 [POSIX || XPG3] (NL_MSGMAX): Likewise.
35906 [POSIX || XPG3] (NL_NMAX): Likewise.
35907 [POSIX || XPG3] (NL_SETMAX): Likewise.
35908 [POSIX || XPG3] (NL_TEXTMAX): Likewise.
35909 [XPG3] (NZERO): Likewise.
35910 [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
35911 [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
35912 [!ISO && !ISO99 && !ISO11] (*_t): Allow.
35913 * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
35914 (REG_ERANGE): Expect.
35915 * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
35917 [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
35918 Use (void) in prototype.
35919 [POSIX] (*_t): Allow.
35920 * conform/data/sys/times.h-data [POSIX]: Enable whole file.
35921 * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
35922 (WRDE_BADVAL): Expect.
35924 * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
35926 [XPG3 || XPG4] (O_RSYNC): Likewise.
35927 * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
35929 [XPG3 || XPG4] (pthread_sigmask): Likewise.
35930 [XPG3 || XPG4] (sigqueue): Likewise.
35931 [XPG3 || XPG4] (sigtimedwait): Likewise.
35932 [XPG3 || XPG4] (sigwaitinfo): Likewise.
35933 * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
35934 [XPG3 || XPG4] (vsnprintf): Likewise.
35935 * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
35937 [XPG3 || XPG4] (blksize_t): Likewise.
35938 * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
35940 [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
35941 [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
35942 [XPG3 || XPG4] (struct itimerspec): Likewise.
35943 [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
35944 [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
35945 [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
35946 [XPG3 || XPG4] (clockid_t): Likewise.
35947 [XPG3 || XPG4] (timer_t): Likewise.
35948 [XPG3 || XPG4] (clock_getres): Likewise.
35949 [XPG3 || XPG4] (clock_gettime): Likewise.
35950 [XPG3 || XPG4] (clock_settime): Likewise.
35951 [XPG3 || XPG4] (nanosleep): Likewise.
35952 [XPG3 || XPG4] (timer_create): Likewise.
35953 [XPG3 || XPG4] (timer_delete): Likewise.
35954 [XPG3 || XPG4] (timer_gettime): Likewise.
35955 [XPG3 || XPG4] (timer_getoverrun): Likewise.
35956 [XPG3 || XPG4] (timer_settime): Likewise.
35957 * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
35958 [XPG3 || XPG4] (getlogin_r): Likewise.
35959 [XPG3 || XPG4] (pread): Likewise.
35960 [XPG3 || XPG4] (pthread_atfork): Likewise.
35961 [XPG3 || XPG4] (pwrite): Likewise.
35964 * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
35967 2012-11-19 Pino Toscano <toscano.pino@tiscali.it>
35969 * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
35970 finalizing MALLSTREAM.
35972 * sysdeps/mach/hurd/syncfs.c: New file.
35974 2012-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
35977 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
35978 NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
35979 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
35980 h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
35981 (_nss_dns_gethostbyname4_r): Likewise.
35982 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
35983 EAI_SYSTEM if NSS_STATUS_UNAVAIL.
35985 2012-11-19 Peng Haitao <penght@cn.fujitsu.com>
35988 * sunrpc/bindrsvprt.c: Add lock to protect static variable.
35990 2012-11-19 Steve McIntyre <steve.mcintyre@linaro.org>
35992 * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
35993 * elf/cache.c (print_entry): Print ",AArch64" for
35996 * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
35997 * elf/cache.c (print_entry): Print ",hard-float" for
36000 2012-11-18 David S. Miller <davem@davemloft.net>
36002 With help from Joseph Myers.
36003 * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
36005 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
36007 * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
36008 ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
36010 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
36011 * math/libm-test.inc (y0_test): New tests.
36012 (y1_test): New tests.
36013 * sysdeps/i386/fpu/libm-test-ulps: Update.
36014 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36015 * sysdeps/sparc/fpu/libm-test-ulps: Update.
36017 2012-11-18 Andreas Schwab <schwab@linux-m68k.org>
36019 * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
36021 * configure: Regenerated.
36023 2012-11-17 David S. Miller <davem@davemloft.net>
36026 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
36027 nonzero exponents with absolute value below 0x1p-128 to +/-
36030 2012-11-17 Joseph Myers <joseph@codesourcery.com>
36032 * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
36034 * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
36036 * posix/getconf-speclist.c: New file.
36037 * posix/posix-envs.def: Likewise.
36038 * posix/confstr.c (START_ENV_GROUP): New macro.
36039 (END_ENV_GROUP): Likewise.
36040 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
36041 (KNOWN_PRESENT_ENV_STRING): Likewise.
36042 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
36043 (UNKNOWN_ENVIRONMENT): Likewise.
36044 (confstr): Include posix-envs.def instead of handling
36045 _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
36046 _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
36047 * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
36048 (END_ENV_GROUP): Likewise.
36049 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
36050 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
36051 (UNKNOWN_ENVIRONMENT): Likewise.
36052 (__sysconf): Include posix-envs.def instead of handling associated
36053 cases directly here.
36054 * posix/Makefile ($(objpfx)getconf.speclist): Generate by
36055 preprocessing getconf-speclist.c rather than running getconf or
36056 generating empty file.
36058 2012-11-16 Pino Toscano <toscano.pino@tiscali.it>
36060 * scripts/check-local-headers.sh: Ignore 'mach' headers.
36062 2012-11-16 Andrej Lajovic <natrij@gmail.com>
36065 * iconv/iconv_prog.c (main): Fix -c handling of '/'.
36067 2012-11-16 David S. Miller <davem@davemloft.net>
36069 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
36070 smaller than LDBL_EPSILON/2.0L, just return xm1.
36072 2012-11-16 H.J. Lu <hongjiu.lu@intel.com>
36074 * elf/tst-array1.c (init): Set constructor priority to 1000.
36075 (fini): Set destructor priority to 1000.
36076 * elf/tst-array2dep.c: Likewise.
36078 2012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
36081 * libio/fileops.c (_IO_new_file_write): Correctly return error.
36082 (_IO_new_file_xsputn): Also return EOF if none of the input
36083 data was written when overflow failed.
36084 * libio/iopadn.c (_IO_padn): Likewise.
36085 * libio/iowpadn.c (_IO_wpadn): Likewise.
36086 * stdio-common/tst-put-error.c: Add copyright notice.
36087 (do_test): Add case for printing padded string.
36088 * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
36089 _IO_padn returned error.
36090 [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
36091 * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
36094 2012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
36096 * libio/libioP.h: Add comment note that the references to C++
36097 bits are now obsolete.
36099 2012-11-15 Marcus Shawcroft <marcus.shawcroft@linaro.org>
36101 * math/libm-test.inc (check_complex): Use asprintf.
36103 2012-11-14 Joseph Myers <joseph@codesourcery.com>
36105 * debug/pcprofiledump.c (print_version): Update copyright year.
36106 * malloc/memusagestat.c (print_version): Likewise.
36108 2012-11-14 H.J. Lu <hongjiu.lu@intel.com>
36111 * elf/Makefile (tests): Add tst-audit8.
36112 ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
36113 ($(objpfx)tst-audit8.out): New target.
36114 (tst-audit8-ENV): New variable.
36115 * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
36116 audit if l_reloc_result is NULL.
36117 (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
36118 defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
36119 * elf/tst-audit8.c: New file.
36121 2012-11-14 Marcus Shawcroft <marcus.shawcroft@linaro.org>
36123 * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
36124 * misc/Makefile (CFLAGS-select.c): Define.
36125 * posix/Makefile (CFLAGS-pause.c): Define.
36127 2012-11-13 David S. Miller <davem@davemloft.net>
36129 * crypt/Makefile: Move test targets after toplevel Rules
36130 inclusion. Grab any necessary sysdep routines when linking.
36131 * crypt/md5.c (md5_process_block): Remove define, we will always
36132 name it __md5_process_block.
36133 (md5_finish_ctx): Update md5_process_block call.
36134 (md5_stream): Likewise.
36135 (md5_process_bytes): Likewise.
36136 (md5_process_block): Rename to __md5_process_block and move to ...
36137 * crypt/md5-block.c: ... here.
36138 * crypt/sha256.c (sha256_process_block): Move to ...
36139 * crypt/sha256-block.c: ... here.
36140 * crypt/sha512.c (sha512_process_block): Move to ...
36141 * crypt/sha512-block.c: ... here.
36142 * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
36144 * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
36145 * sysdeps/sparc/sparc64/multiarch/Makefile
36146 (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
36148 (localedef-aux): Add md5 crypto assembler when in locale subdir.
36149 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
36151 * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
36152 * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
36153 * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
36154 * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
36155 * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
36156 * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
36157 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
36158 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
36159 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
36161 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
36162 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
36164 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
36166 2012-11-13 Joseph Myers <joseph@codesourcery.com>
36168 * timezone/tzselect.ksh: Update from tzcode git revision
36169 a435f9f0ecafa56d9e0263835836bd0c64cd7307.
36170 * timezone/zdump.c: Likewise.
36171 * timezone/zic.c: Likewise.
36172 * timezone/Makefile ($(objpfx)version.h): Only include $(version)
36173 in TZVERSION setting, not $(PKGVERSION).
36174 ($(objpfx)tzselect): Likewise. Also substitute PKGVERSION and
36175 REPORT_BUGS_TO settings.
36178 * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
36181 2012-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
36183 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
36184 detection to immediately after _FP_ROUND().
36185 * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
36188 2012-11-11 David S. Miller <davem@davemloft.net>
36190 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
36192 (__get_clockfreq_via_proc_openprom): Use __open, __read, and
36193 __close rather than their public counterparts.
36195 2012-11-10 Joseph Myers <joseph@codesourcery.com>
36197 * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
36199 [UNIX98] (sem_timedwait): Do not expect.
36200 * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
36201 [XPG4 || UNIX98] (sockatmark): Do not expect.
36202 * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
36203 (clock_getcpuclockid): Do not expect.
36204 [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
36205 * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
36207 [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
36208 * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
36209 [UNIX98] (vwscanf): Likewise.
36210 [UNIX98] (vswscanf): Likewise.
36212 2012-11-09 Joseph Myers <joseph@codesourcery.com>
36214 * timezone/version.h: Remove file.
36215 * timezone/README: Do not refer to version.h.
36216 * timezone/Makefile ($(objpfx)zic.o): New dependency on
36217 $(objpfx)version.h.
36218 ($(objpfx)zdump.o): Likewise.
36219 ($(objpfx)version.h): New target.
36221 * timezone/tzselect.ksh: Change to verbatim copy from tzcode
36223 * timezone/README: Don't mention modification to tzselect.ksh.
36224 * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
36225 work on unmodified tzselect.ksh. Substitute version numbers in
36228 * Makefile (format-me): Remove.
36229 (INSTALL): Adjust indentation. Use commands directly instead of
36230 using $(format-me).
36232 * aclocal.m4 (ACX_PKGVERSION): New macro.
36233 (ACX_BUGURL): Likewise.
36234 * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
36235 (PKGVERSION): New AC_DEFINE_UNQUOTED.
36236 (REPORT_BUGS_TO): Likewise.
36237 * configure: Regenerated.
36238 * config.h.in (PKGVERSION): New macro.
36239 (REPORT_BUGS_TO): Likewise.
36240 * config.make.in (PKGVERSION): New variable.
36241 (PKGVERSION_TEXI): Likewise.
36242 (REPORT_BUGS_TO): Likewise.
36243 (REPORT_BUGS_TEXI): Likewise.
36244 * Makefile (format-me): Use -I$(common-objpfx)manual.
36245 (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
36246 ($(common-objpfx)manual/%): New target.
36247 (manual/%): Remove target.
36248 * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
36249 (print_version): Use PKGVERSION.
36250 * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
36251 * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
36252 and REPORT_BUGS_TO.
36253 ($(objpfx)xtrace): Likewise.
36254 * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
36255 * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
36256 (print_version): Use PKGVERSION.
36257 * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
36258 (do_version): Use PKGVERSION.
36259 * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
36261 (common-ldd-rewrite): Likewise.
36262 * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
36263 * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
36264 (print_version): Use PKGVERSION.
36265 * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
36266 * elf/pldd.c (argp_program_bug_address): Remove variable.
36267 (more_help): New function.
36268 (argp): Use more_help.
36269 (print_version): Use PKGVERSION.
36270 * elf/sln.c (main): Use PKGVERSION.
36271 (usage): Use REPORT_BUGS_TO.
36272 * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
36273 (top level): Use PKGVERSION.
36274 * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
36275 (print_version): Use PKGVERSION.
36276 * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
36277 (print_version): Use PKGVERSION.
36278 * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
36279 (print_version): Use PKGVERSION.
36280 * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
36281 (print_version): Use PKGVERSION.
36282 * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
36283 (print_version): Use PKGVERSION.
36284 * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
36285 (print_version): Use PKGVERSION.
36286 * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
36288 ($(objpfx)memusage): Likewise.
36289 * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
36290 (do_version): Use PKGVERSION.
36291 * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
36292 (print_version): Use PKGVERSION.
36293 * malloc/mtrace.pl ($PACKAGE): Remove variable.
36294 ($PKGVERSION): New variable.
36295 ($REPORT_BUGS_TO): Likewise.
36296 (usage): Use $REPORT_BUGS_TO.
36297 (top level): Use $PKGVERSION.
36298 * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
36299 ($(objpfx)pkgvers.texi): New rule.
36300 ($(objpfx)stamp-pkgvers): Likewise.
36301 * manual/install.texi: Include pkgvers.texi.
36302 (--with-pkgversion): Document new configure option.
36303 (--with-bugurl): Likewise.
36304 (Reporting Bugs): Describe Bugzilla as upstream tracker rather
36305 than necessarily for this particular distribution. Use
36306 REPORT_BUGS_TO for where to report bugs.
36307 * INSTALL: Regenerated.
36308 * manual/libc.texinfo: Include pkgvers.texi.
36309 [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
36310 * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
36311 (print_version): Use PKGVERSION.
36312 * nss/getent.c (more_help): Use REPORT_BUGS_TO.
36313 (print_version): Use PKGVERSION.
36314 * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
36315 (print_version): Use PKGVERSION.
36316 * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
36317 * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
36319 * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
36320 (print_version): Use PKGVERSION.
36321 * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
36322 (print_version): Use PKGVERSION.
36323 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
36326 * timezone/checktab.awk: Update from tzcode 2012i.
36327 * timezone/ialloc.c: Likewise.
36328 * timezone/private.h: Likewise.
36329 * timezone/scheck.c: Likewise.
36330 * timezone/tzfile.h: Likewise.
36331 * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
36332 (TZVERSION): Hardcode tzcode version number.
36333 * timezone/zdump.c: Update from tzcode 2012i.
36334 * timezone/zic.c: Likewise.
36335 * timezone/version.h: New file.
36336 * timezone/README: Describe version.h. Update upstream location.
36339 * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
36340 (mktemp): Enable declaration.
36341 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
36342 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
36343 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
36344 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
36346 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
36348 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
36350 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
36352 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
36354 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
36358 * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
36359 offset in buffer as u_int32_t not u_long. Consistently use memcpy
36360 for copies of such integer values.
36361 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
36362 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
36364 2012-11-09 Andreas Jaeger <aj@suse.de>
36366 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
36367 definitions and declarations that are provided by
36368 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
36370 2012-11-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
36372 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
36373 * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
36374 * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
36377 2012-11-08 Marcus Shawcroft <marcus.shawcroft@linaro.org>
36379 * elf/elf.h: Update comment before AArch64 relocations.
36381 2012-11-07 David S. Miller <davem@davemloft.net>
36383 * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
36384 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
36385 (__start_context): Declare.
36386 (__makecontext_ret): Delete.
36387 (__makecontext): Hook up __start_context instead of
36389 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
36390 (sysdep_routines): Add __start_context when in stdlib.
36392 2012-11-07 Joseph Myers <joseph@codesourcery.com>
36394 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
36395 $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
36396 * sysdeps/x86/tst-xmmymm.sh (NM): New variable. Use it instead of
36398 (OBJDUMP): New variable. Use it instead of hardcoded "objdump".
36399 (READELF): New variable. Use it instead of hardcoded "readelf".
36401 2012-11-07 H.J. Lu <hongjiu.lu@intel.com>
36403 * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
36404 * sysdeps/x86/Makefile: Here.
36405 * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
36406 * sysdeps/x86/tst-xmmymm.sh: This.
36408 2012-11-07 Joseph Myers <joseph@codesourcery.com>
36410 * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
36412 [UNIX98] (pthread_barrier_t): Do not expect.
36413 [UNIX98] (pthread_barrierattr_t): Likewise.
36414 [UNIX98] (pthread_spinlock_t): Likewise.
36415 [UNIX98] (pthread_barrier_destroy): Likewise.
36416 [UNIX98] (pthread_barrier_init): Likewise.
36417 [UNIX98] (pthread_barrier_wait): Likewise.
36418 [UNIX98] (pthread_barrierattr_destroy): Likewise.
36419 [UNIX98] (pthread_barrierattr_getpshared): Likewise.
36420 [UNIX98] (pthread_barrierattr_init): Likewise.
36421 [UNIX98] (pthread_barrierattr_setpshared): Likewise.
36422 [UNIX98] (pthread_getcpuclockid): Likewise.
36423 [UNIX98] (pthread_mutex_timedlock): Likewise.
36424 [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
36425 [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
36426 [UNIX98] (pthread_sigmask): Likewise.
36427 [UNIX98] (pthread_spin_destroy): Likewise.
36428 [UNIX98] (pthread_spin_init): Likewise.
36429 [UNIX98] (pthread_spin_lock): Likewise.
36430 [UNIX98] (pthread_spin_trylock): Likewise.
36431 [UNIX98] (pthread_spin_unlock): Likewise.
36432 * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
36434 [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
36435 [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
36436 [XPG3 || XPG4] (pthread_cond_t): Likewise.
36437 [XPG3 || XPG4] (pthread_condattr_t): Likewise.
36438 [XPG3 || XPG4] (pthread_key_t): Likewise.
36439 [XPG3 || XPG4] (pthread_mutex_t): Likewise.
36440 [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
36441 [XPG3 || XPG4] (pthread_once_t): Likewise.
36442 [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
36443 [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
36444 [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
36445 [XPG3 || XPG4] (pthread_t): Likewise.
36447 * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
36449 [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
36451 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
36452 Change function return type to int.
36454 * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
36455 Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
36456 [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
36457 [!POSIX] (POSIX_MADV_RANDOM): Likewise.
36458 [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
36459 [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
36460 [!POSIX] (posix_madvise): Likewise.
36461 (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
36463 (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
36464 (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
36465 (mode_t): Likewise.
36466 (posix_mem_offset): Likewise.
36467 (posix_typed_mem_get_info): Likewise.
36468 (posix_typed_mem_open): Likewise.
36470 * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
36471 Change condition to [XOPEN2K8].
36473 * conform/conformtest.pl: Preprocess allow-header data with -x c
36474 instead of from stdin.
36475 (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
36476 * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
36477 [C99-based standards] (cerfc): Likewise.
36478 [C99-based standards] (cexp2): Likewise.
36479 [C99-based standards] (cexpm1): Likewise.
36480 [C99-based standards] (clog10): Likewise.
36481 [C99-based standards] (clog1p): Likewise.
36482 [C99-based standards] (clog2): Likewise.
36483 [C99-based standards] (clgamma): Likewise.
36484 [C99-based standards] (ctgamma): Likewise.
36485 [C99-based standards] (cerff): Likewise.
36486 [C99-based standards] (cerfcf): Likewise.
36487 [C99-based standards] (cexp2f): Likewise.
36488 [C99-based standards] (cexpm1f): Likewise.
36489 [C99-based standards] (clog10f): Likewise.
36490 [C99-based standards] (clog1pf): Likewise.
36491 [C99-based standards] (clog2f): Likewise.
36492 [C99-based standards] (clgammaf): Likewise.
36493 [C99-based standards] (ctgammaf): Likewise.
36494 [C99-based standards] (cerfl): Likewise.
36495 [C99-based standards] (cerfcl): Likewise.
36496 [C99-based standards] (cexp2l): Likewise.
36497 [C99-based standards] (cexpm1l): Likewise.
36498 [C99-based standards] (clog10l): Likewise.
36499 [C99-based standards] (clog1pl): Likewise.
36500 [C99-based standards] (clog2l): Likewise.
36501 [C99-based standards] (clgammal): Likewise.
36502 [C99-based standards] (ctgammal): Likewise.
36503 * conform/data/inttypes.h-data [C99-based standards]: Include
36504 stdint.h-data. Remove all expectations for stdint.h contents.
36505 [C99-based standards] (PRI*): Do not allow.
36506 [C99-based standards] (SCN*): Likewise.
36507 [C99-based standards] (*_t): Likewise.
36508 [C99-based-standards] (PRId8): Expect macro.
36509 [C99-based-standards] (PRIi8): Likewise.
36510 [C99-based-standards] (PRIo8): Likewise.
36511 [C99-based-standards] (PRIu8): Likewise.
36512 [C99-based-standards] (PRIx8): Likewise.
36513 [C99-based-standards] (PRIX8): Likewise.
36514 [C99-based-standards] (SCNd8): Likewise.
36515 [C99-based-standards] (SCNi8): Likewise.
36516 [C99-based-standards] (SCNo8): Likewise.
36517 [C99-based-standards] (SCNu8): Likewise.
36518 [C99-based-standards] (SCNx8): Likewise.
36519 [C99-based-standards] (PRIdLEAST8): Likewise.
36520 [C99-based-standards] (PRIiLEAST8): Likewise.
36521 [C99-based-standards] (PRIoLEAST8): Likewise.
36522 [C99-based-standards] (PRIuLEAST8): Likewise.
36523 [C99-based-standards] (PRIxLEAST8): Likewise.
36524 [C99-based-standards] (PRIXLEAST8): Likewise.
36525 [C99-based-standards] (SCNdLEAST8): Likewise.
36526 [C99-based-standards] (SCNiLEAST8): Likewise.
36527 [C99-based-standards] (SCNoLEAST8): Likewise.
36528 [C99-based-standards] (SCNuLEAST8): Likewise.
36529 [C99-based-standards] (SCNxLEAST8): Likewise.
36530 [C99-based-standards] (PRIdFAST8): Likewise.
36531 [C99-based-standards] (PRIiFAST8): Likewise.
36532 [C99-based-standards] (PRIoFAST8): Likewise.
36533 [C99-based-standards] (PRIuFAST8): Likewise.
36534 [C99-based-standards] (PRIxFAST8): Likewise.
36535 [C99-based-standards] (PRIXFAST8): Likewise.
36536 [C99-based-standards] (SCNdFAST8): Likewise.
36537 [C99-based-standards] (SCNiFAST8): Likewise.
36538 [C99-based-standards] (SCNoFAST8): Likewise.
36539 [C99-based-standards] (SCNuFAST8): Likewise.
36540 [C99-based-standards] (SCNxFAST8): Likewise.
36541 [C99-based-standards] (PRId16): Likewise.
36542 [C99-based-standards] (PRIi16): Likewise.
36543 [C99-based-standards] (PRIo16): Likewise.
36544 [C99-based-standards] (PRIu16): Likewise.
36545 [C99-based-standards] (PRIx16): Likewise.
36546 [C99-based-standards] (PRIX16): Likewise.
36547 [C99-based-standards] (SCNd16): Likewise.
36548 [C99-based-standards] (SCNi16): Likewise.
36549 [C99-based-standards] (SCNo16): Likewise.
36550 [C99-based-standards] (SCNu16): Likewise.
36551 [C99-based-standards] (SCNx16): Likewise.
36552 [C99-based-standards] (PRIdLEAST16): Likewise.
36553 [C99-based-standards] (PRIiLEAST16): Likewise.
36554 [C99-based-standards] (PRIoLEAST16): Likewise.
36555 [C99-based-standards] (PRIuLEAST16): Likewise.
36556 [C99-based-standards] (PRIxLEAST16): Likewise.
36557 [C99-based-standards] (PRIXLEAST16): Likewise.
36558 [C99-based-standards] (SCNdLEAST16): Likewise.
36559 [C99-based-standards] (SCNiLEAST16): Likewise.
36560 [C99-based-standards] (SCNoLEAST16): Likewise.
36561 [C99-based-standards] (SCNuLEAST16): Likewise.
36562 [C99-based-standards] (SCNxLEAST16): Likewise.
36563 [C99-based-standards] (PRIdFAST16): Likewise.
36564 [C99-based-standards] (PRIiFAST16): Likewise.
36565 [C99-based-standards] (PRIoFAST16): Likewise.
36566 [C99-based-standards] (PRIuFAST16): Likewise.
36567 [C99-based-standards] (PRIxFAST16): Likewise.
36568 [C99-based-standards] (PRIXFAST16): Likewise.
36569 [C99-based-standards] (SCNdFAST16): Likewise.
36570 [C99-based-standards] (SCNiFAST16): Likewise.
36571 [C99-based-standards] (SCNoFAST16): Likewise.
36572 [C99-based-standards] (SCNuFAST16): Likewise.
36573 [C99-based-standards] (SCNxFAST16): Likewise.
36574 [C99-based-standards] (PRId32): Likewise.
36575 [C99-based-standards] (PRIi32): Likewise.
36576 [C99-based-standards] (PRIo32): Likewise.
36577 [C99-based-standards] (PRIu32): Likewise.
36578 [C99-based-standards] (PRIx32): Likewise.
36579 [C99-based-standards] (PRIX32): Likewise.
36580 [C99-based-standards] (SCNd32): Likewise.
36581 [C99-based-standards] (SCNi32): Likewise.
36582 [C99-based-standards] (SCNo32): Likewise.
36583 [C99-based-standards] (SCNu32): Likewise.
36584 [C99-based-standards] (SCNx32): Likewise.
36585 [C99-based-standards] (PRIdLEAST32): Likewise.
36586 [C99-based-standards] (PRIiLEAST32): Likewise.
36587 [C99-based-standards] (PRIoLEAST32): Likewise.
36588 [C99-based-standards] (PRIuLEAST32): Likewise.
36589 [C99-based-standards] (PRIxLEAST32): Likewise.
36590 [C99-based-standards] (PRIXLEAST32): Likewise.
36591 [C99-based-standards] (SCNdLEAST32): Likewise.
36592 [C99-based-standards] (SCNiLEAST32): Likewise.
36593 [C99-based-standards] (SCNoLEAST32): Likewise.
36594 [C99-based-standards] (SCNuLEAST32): Likewise.
36595 [C99-based-standards] (SCNxLEAST32): Likewise.
36596 [C99-based-standards] (PRIdFAST32): Likewise.
36597 [C99-based-standards] (PRIiFAST32): Likewise.
36598 [C99-based-standards] (PRIoFAST32): Likewise.
36599 [C99-based-standards] (PRIuFAST32): Likewise.
36600 [C99-based-standards] (PRIxFAST32): Likewise.
36601 [C99-based-standards] (PRIXFAST32): Likewise.
36602 [C99-based-standards] (SCNdFAST32): Likewise.
36603 [C99-based-standards] (SCNiFAST32): Likewise.
36604 [C99-based-standards] (SCNoFAST32): Likewise.
36605 [C99-based-standards] (SCNuFAST32): Likewise.
36606 [C99-based-standards] (SCNxFAST32): Likewise.
36607 [C99-based-standards] (PRId64): Likewise.
36608 [C99-based-standards] (PRIi64): Likewise.
36609 [C99-based-standards] (PRIo64): Likewise.
36610 [C99-based-standards] (PRIu64): Likewise.
36611 [C99-based-standards] (PRIx64): Likewise.
36612 [C99-based-standards] (PRIX64): Likewise.
36613 [C99-based-standards] (SCNd64): Likewise.
36614 [C99-based-standards] (SCNi64): Likewise.
36615 [C99-based-standards] (SCNo64): Likewise.
36616 [C99-based-standards] (SCNu64): Likewise.
36617 [C99-based-standards] (SCNx64): Likewise.
36618 [C99-based-standards] (PRIdLEAST64): Likewise.
36619 [C99-based-standards] (PRIiLEAST64): Likewise.
36620 [C99-based-standards] (PRIoLEAST64): Likewise.
36621 [C99-based-standards] (PRIuLEAST64): Likewise.
36622 [C99-based-standards] (PRIxLEAST64): Likewise.
36623 [C99-based-standards] (PRIXLEAST64): Likewise.
36624 [C99-based-standards] (SCNdLEAST64): Likewise.
36625 [C99-based-standards] (SCNiLEAST64): Likewise.
36626 [C99-based-standards] (SCNoLEAST64): Likewise.
36627 [C99-based-standards] (SCNuLEAST64): Likewise.
36628 [C99-based-standards] (SCNxLEAST64): Likewise.
36629 [C99-based-standards] (PRIdFAST64): Likewise.
36630 [C99-based-standards] (PRIiFAST64): Likewise.
36631 [C99-based-standards] (PRIoFAST64): Likewise.
36632 [C99-based-standards] (PRIuFAST64): Likewise.
36633 [C99-based-standards] (PRIxFAST64): Likewise.
36634 [C99-based-standards] (PRIXFAST64): Likewise.
36635 [C99-based-standards] (SCNdFAST64): Likewise.
36636 [C99-based-standards] (SCNiFAST64): Likewise.
36637 [C99-based-standards] (SCNoFAST64): Likewise.
36638 [C99-based-standards] (SCNuFAST64): Likewise.
36639 [C99-based-standards] (SCNxFAST64): Likewise.
36640 [C99-based-standards] (PRIdMAX): Likewise.
36641 [C99-based-standards] (PRIiMAX): Likewise.
36642 [C99-based-standards] (PRIoMAX): Likewise.
36643 [C99-based-standards] (PRIuMAX): Likewise.
36644 [C99-based-standards] (PRIxMAX): Likewise.
36645 [C99-based-standards] (PRIXMAX): Likewise.
36646 [C99-based-standards] (SCNdMAX): Likewise.
36647 [C99-based-standards] (SCNiMAX): Likewise.
36648 [C99-based-standards] (SCNoMAX): Likewise.
36649 [C99-based-standards] (SCNuMAX): Likewise.
36650 [C99-based-standards] (SCNxMAX): Likewise.
36651 [C99-based-standards] (PRIdPTR): Likewise.
36652 [C99-based-standards] (PRIiPTR): Likewise.
36653 [C99-based-standards] (PRIoPTR): Likewise.
36654 [C99-based-standards] (PRIuPTR): Likewise.
36655 [C99-based-standards] (PRIxPTR): Likewise.
36656 [C99-based-standards] (PRIXPTR): Likewise.
36657 [C99-based-standards] (SCNdPTR): Likewise.
36658 [C99-based-standards] (SCNiPTR): Likewise.
36659 [C99-based-standards] (SCNoPTR): Likewise.
36660 [C99-based-standards] (SCNuPTR): Likewise.
36661 [C99-based-standards] (SCNxPTR): Likewise.
36662 * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
36664 * conform/data/stdint.h-data: Update comments to clarify
36666 [C99-based standards] (INT8_MIN): Use macro-int-constant. Specify
36668 [C99-based standards] (INT8_MAX): Likewise.
36669 [C99-based standards] (INT16_MIN): Likewise.
36670 [C99-based standards] (INT16_MAX): Likewise.
36671 [C99-based standards] (INT32_MIN): Likewise.
36672 [C99-based standards] (INT32_MAX): Likewise.
36673 [C99-based standards] (INT64_MIN): Likewise.
36674 [C99-based standards] (INT64_MAX): Likewise.
36675 [C99-based standards] (UINT8_MAX): Likewise.
36676 [C99-based standards] (UINT16_MAX): Likewise.
36677 [C99-based standards] (UINT32_MAX): Likewise.
36678 [C99-based standards] (UINT64_MAX): Likewise.
36679 [C99-based standards] (INT_LEAST8_MIN): Likewise.
36680 [C99-based standards] (INT_LEAST8_MAX): Likewise.
36681 [C99-based standards] (INT_LEAST16_MIN): Likewise.
36682 [C99-based standards] (INT_LEAST16_MAX): Likewise.
36683 [C99-based standards] (INT_LEAST32_MIN): Likewise.
36684 [C99-based standards] (INT_LEAST32_MAX): Likewise.
36685 [C99-based standards] (INT_LEAST64_MIN): Likewise.
36686 [C99-based standards] (INT_LEAST64_MAX): Likewise.
36687 [C99-based standards] (UINT_LEAST8_MAX): Likewise.
36688 [C99-based standards] (UINT_LEAST16_MAX): Likewise.
36689 [C99-based standards] (UINT_LEAST32_MAX): Likewise.
36690 [C99-based standards] (UINT_LEAST64_MAX): Likewise.
36691 [C99-based standards] (INT_FAST8_MIN): Likewise.
36692 [C99-based standards] (INT_FAST8_MAX): Likewise.
36693 [C99-based standards] (INT_FAST16_MIN): Likewise.
36694 [C99-based standards] (INT_FAST16_MAX): Likewise.
36695 [C99-based standards] (INT_FAST32_MIN): Likewise.
36696 [C99-based standards] (INT_FAST32_MAX): Likewise.
36697 [C99-based standards] (INT_FAST64_MIN): Likewise.
36698 [C99-based standards] (INT_FAST64_MAX): Likewise.
36699 [C99-based standards] (UINT_FAST8_MAX): Likewise.
36700 [C99-based standards] (UINT_FAST16_MAX): Likewise.
36701 [C99-based standards] (UINT_FAST32_MAX): Likewise.
36702 [C99-based standards] (UINT_FAST64_MAX): Likewise.
36703 [C99-based standards] (INTPTR_MIN): Likewise.
36704 [C99-based standards] (INTPTR_MAX): Likewise.
36705 [C99-based standards] (UINTPTR_MAX): Likewise.
36706 [C99-based standards] (INTMAX_MIN): Likewise.
36707 [C99-based standards] (INTMAX_MAX): Likewise.
36708 [C99-based standards] (UINTMAX_MAX): Likewise.
36709 [C99-based standards] (PTRDIFF_MIN): Likewise.
36710 [C99-based standards] (PTRDIFF_MAX): Likewise.
36711 [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
36712 [C99-based standards] (SIZE_MAX): Likewise.
36713 [C99-based standards] (WCHAR_MAX): Likewise.
36714 [C99-based standards] (WINT_MAX): Likewise.
36715 [C99-based standards] (SIG_ATOMIC_MIN): Likewise. Do not specify
36716 constraint on value.
36717 [C99-based standards] (WCHAR_MIN): Likewise.
36718 [C99-based standards] (WINT_MIN): Likewise.
36719 [C99-based standards] (*_t): Allow.
36720 * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
36721 condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
36722 Include math.h-data and complex.h-data. Remove all expectations
36723 of math.h and complex.h contents.
36724 * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
36726 * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
36727 (struct tm): Expect tag.
36728 [C99-based-standards] (wcstof): Expect function.
36729 [C99-based-standards] (wcstold): Likewise.
36730 [C99-based-standards] (wcstoll): Likewise.
36731 [C99-based-standards] (wcstoull): Likewise.
36732 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
36733 macro-int-constant. Specify type.
36734 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise. Specify
36735 constraint on value.
36736 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36738 [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
36740 [ISO C standards]: Do not allow headers.
36741 [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
36742 wcs[abcdefghijklmnopqrstuvwxyz]*.
36743 [ISO C standards] (*_t): Do not allow.
36744 * conform/data/wctype.h-data [C99-based standards] (iswblank):
36746 [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
36747 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36749 [ISO C standards]: Do not allow headers.
36750 [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
36751 is[abcdefghijklmnopqrstuvwxyz]*.
36752 [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
36753 to[abcdefghijklmnopqrstuvwxyz]*.
36754 [ISO C standards] (*_t): Do not allow.
36755 * conform/data/stdalign.h-data: New file.
36756 * conform/data/stdbool.h-data: Likewise.
36757 * conform/data/stdnoreturn.h-data: Likewise.
36759 2012-11-07 Roland McGrath <roland@hack.frob.com>
36762 * manual/filesys.texi (Directory Entries): Typo fix.
36763 Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
36765 2012-11-07 Marcus Shawcroft <marcus.shawcroft@linaro.org>
36767 * elf/elf.h (EM_AARCH64): New macro.
36768 (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
36769 (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
36770 (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
36771 (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
36772 (R_AARCH64_TLSDESC): Likewise.
36773 (NT_ARM_TLS): Likewise.
36774 (NT_ARM_HW_BREAK): Likewise.
36775 (NT_ARM_HW_WATCH): Likewise.
36777 2012-11-07 Joseph Myers <joseph@codesourcery.com>
36780 * sysdeps/i386/fpu/e_powl.S (pm79): New object.
36781 (__ieee754_powl): Saturate nonzero exponents with absolute value
36782 below 0x1p-79 to +/- 0x1p-79.
36783 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
36784 exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
36785 * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
36786 nonzero exponents with absolute value below 0x1p-32 to +/-
36788 * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
36789 (__ieee754_powl): Saturate nonzero exponents with absolute value
36790 below 0x1p-79 to +/- 0x1p-79.
36791 * math/libm-test.inc (pow_test): Add more tests.
36793 2012-11-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
36795 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
36796 _dl_s390_cap_flags with kernel. Increase string length.
36797 (_dl_s390_platforms): Add z196 and zEC12.
36799 2012-11-07 Joseph Myers <joseph@codesourcery.com>
36801 * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
36802 Change XOPEN21K to XOPEN2K.
36804 2012-11-06 Maxim Kuvyrkov <maxim@codesourcery.com>
36806 * string/memmove.c: Use memcpy when possible.
36808 2012-11-06 Andreas Jaeger <aj@suse.de>
36810 * po/eo.po: Update from translation team.
36812 2012-11-06 Joseph Myers <joseph@codesourcery.com>
36815 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
36816 exponent and small x and y exponents, scale x or y up. Increase
36817 by 2 the exponent used in scaling up.
36818 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36819 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36820 * math/libm-test.inc (fma_test): Add more tests.
36821 (fma_test_towardzero): Likewise.
36822 (fma_test_downward): Likewise.
36823 (fma_test_upward): Likewise.
36825 2012-11-05 Joseph Myers <joseph@codesourcery.com>
36828 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
36832 * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
36833 namespace for names of struct fields.
36834 * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
36836 * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
36837 * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
36839 2012-11-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
36842 * sysdeps/mach/hurd/bits/errno.h: Regenerated.
36844 2012-11-04 Thomas Schwinge <thomas@codesourcery.com>
36846 * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
36850 * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
36853 2012-11-04 Joseph Myers <joseph@codesourcery.com>
36856 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
36857 definitely overflow as x * y not x * y + z.
36858 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36859 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36860 * math/libm-test.inc (fma_test): Add more tests.
36861 (fma_test_towardzero): Likewise.
36862 (fma_test_downward): Likewise.
36863 (fma_test_upward): Likewise.
36865 2012-11-04 Thomas Schwinge <thomas@codesourcery.com>
36869 * include/stub-tag.h: Remove file.
36870 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
36872 * manual/maint.texi (Porting): Don't reference it.
36873 * Makerules ($(objpfx)stubs): Likewise.
36874 * dirent/closedir.c: Don't include <stub-tag.h>.
36875 * dirent/dirfd.c: Likewise.
36876 * dirent/fdopendir.c: Likewise.
36877 * dirent/getdents.c: Likewise.
36878 * dirent/getdents64.c: Likewise.
36879 * dirent/opendir.c: Likewise.
36880 * dirent/readdir.c: Likewise.
36881 * dirent/readdir64.c: Likewise.
36882 * dirent/readdir64_r.c: Likewise.
36883 * dirent/readdir_r.c: Likewise.
36884 * dirent/rewinddir.c: Likewise.
36885 * dirent/seekdir.c: Likewise.
36886 * dirent/telldir.c: Likewise.
36887 * gmon/profil.c: Likewise.
36888 * grp/setgroups.c: Likewise.
36889 * inet/if_index.c: Likewise.
36890 * io/access.c: Likewise.
36891 * io/chdir.c: Likewise.
36892 * io/chmod.c: Likewise.
36893 * io/chown.c: Likewise.
36894 * io/close.c: Likewise.
36895 * io/dup.c: Likewise.
36896 * io/dup2.c: Likewise.
36897 * io/dup3.c: Likewise.
36898 * io/euidaccess.c: Likewise.
36899 * io/faccessat.c: Likewise.
36900 * io/fchdir.c: Likewise.
36901 * io/fchmod.c: Likewise.
36902 * io/fchmodat.c: Likewise.
36903 * io/fchown.c: Likewise.
36904 * io/fchownat.c: Likewise.
36905 * io/fcntl.c: Likewise.
36906 * io/flock.c: Likewise.
36907 * io/fstatfs.c: Likewise.
36908 * io/fstatfs64.c: Likewise.
36909 * io/fstatvfs.c: Likewise.
36910 * io/fstatvfs64.c: Likewise.
36911 * io/futimens.c: Likewise.
36912 * io/fxstat.c: Likewise.
36913 * io/fxstat64.c: Likewise.
36914 * io/fxstatat.c: Likewise.
36915 * io/fxstatat64.c: Likewise.
36916 * io/getcwd.c: Likewise.
36917 * io/isatty.c: Likewise.
36918 * io/lchmod.c: Likewise.
36919 * io/lchown.c: Likewise.
36920 * io/link.c: Likewise.
36921 * io/linkat.c: Likewise.
36922 * io/lseek.c: Likewise.
36923 * io/lseek64.c: Likewise.
36924 * io/lxstat64.c: Likewise.
36925 * io/mkdir.c: Likewise.
36926 * io/mkdirat.c: Likewise.
36927 * io/mkfifo.c: Likewise.
36928 * io/mkfifoat.c: Likewise.
36929 * io/open.c: Likewise.
36930 * io/open64.c: Likewise.
36931 * io/openat.c: Likewise.
36932 * io/openat64.c: Likewise.
36933 * io/pipe.c: Likewise.
36934 * io/pipe2.c: Likewise.
36935 * io/poll.c: Likewise.
36936 * io/posix_fadvise.c: Likewise.
36937 * io/posix_fadvise64.c: Likewise.
36938 * io/posix_fallocate.c: Likewise.
36939 * io/posix_fallocate64.c: Likewise.
36940 * io/read.c: Likewise.
36941 * io/readlink.c: Likewise.
36942 * io/readlinkat.c: Likewise.
36943 * io/rmdir.c: Likewise.
36944 * io/sendfile.c: Likewise.
36945 * io/sendfile64.c: Likewise.
36946 * io/statfs.c: Likewise.
36947 * io/statfs64.c: Likewise.
36948 * io/statvfs.c: Likewise.
36949 * io/statvfs64.c: Likewise.
36950 * io/symlink.c: Likewise.
36951 * io/symlinkat.c: Likewise.
36952 * io/ttyname.c: Likewise.
36953 * io/ttyname_r.c: Likewise.
36954 * io/umask.c: Likewise.
36955 * io/unlink.c: Likewise.
36956 * io/unlinkat.c: Likewise.
36957 * io/utime.c: Likewise.
36958 * io/utimensat.c: Likewise.
36959 * io/write.c: Likewise.
36960 * io/xmknod.c: Likewise.
36961 * io/xmknodat.c: Likewise.
36962 * io/xstat.c: Likewise.
36963 * io/xstat64.c: Likewise.
36964 * login/getpt.c: Likewise.
36965 * login/grantpt.c: Likewise.
36966 * login/unlockpt.c: Likewise.
36967 * math/e_acoshl.c: Likewise.
36968 * math/e_acosl.c: Likewise.
36969 * math/e_asinl.c: Likewise.
36970 * math/e_atan2l.c: Likewise.
36971 * math/e_atanhl.c: Likewise.
36972 * math/e_coshl.c: Likewise.
36973 * math/e_expl.c: Likewise.
36974 * math/e_fmodl.c: Likewise.
36975 * math/e_gammal_r.c: Likewise.
36976 * math/e_hypotl.c: Likewise.
36977 * math/e_j0l.c: Likewise.
36978 * math/e_j1l.c: Likewise.
36979 * math/e_jnl.c: Likewise.
36980 * math/e_lgammal_r.c: Likewise.
36981 * math/e_log10l.c: Likewise.
36982 * math/e_log2l.c: Likewise.
36983 * math/e_logl.c: Likewise.
36984 * math/e_powl.c: Likewise.
36985 * math/e_rem_pio2l.c: Likewise.
36986 * math/e_sinhl.c: Likewise.
36987 * math/e_sqrtl.c: Likewise.
36988 * math/fclrexcpt.c: Likewise.
36989 * math/fedisblxcpt.c: Likewise.
36990 * math/feenablxcpt.c: Likewise.
36991 * math/fegetenv.c: Likewise.
36992 * math/fegetexcept.c: Likewise.
36993 * math/fegetround.c: Likewise.
36994 * math/feholdexcpt.c: Likewise.
36995 * math/fesetenv.c: Likewise.
36996 * math/fesetround.c: Likewise.
36997 * math/feupdateenv.c: Likewise.
36998 * math/fgetexcptflg.c: Likewise.
36999 * math/fraiseexcpt.c: Likewise.
37000 * math/fsetexcptflg.c: Likewise.
37001 * math/ftestexcept.c: Likewise.
37002 * math/k_cosl.c: Likewise.
37003 * math/k_rem_pio2l.c: Likewise.
37004 * math/k_sinl.c: Likewise.
37005 * math/k_tanl.c: Likewise.
37006 * math/s_asinhl.c: Likewise.
37007 * math/s_atanl.c: Likewise.
37008 * math/s_cbrtl.c: Likewise.
37009 * math/s_erfl.c: Likewise.
37010 * math/s_expm1l.c: Likewise.
37011 * math/s_log1pl.c: Likewise.
37012 * math/s_tanhl.c: Likewise.
37013 * misc/acct.c: Likewise.
37014 * misc/brk.c: Likewise.
37015 * misc/chflags.c: Likewise.
37016 * misc/chroot.c: Likewise.
37017 * misc/fchflags.c: Likewise.
37018 * misc/fgetxattr.c: Likewise.
37019 * misc/flistxattr.c: Likewise.
37020 * misc/fremovexattr.c: Likewise.
37021 * misc/fsetxattr.c: Likewise.
37022 * misc/fsync.c: Likewise.
37023 * misc/ftruncate.c: Likewise.
37024 * misc/futimes.c: Likewise.
37025 * misc/futimesat.c: Likewise.
37026 * misc/getdomain.c: Likewise.
37027 * misc/getdtsz.c: Likewise.
37028 * misc/gethostid.c: Likewise.
37029 * misc/gethostname.c: Likewise.
37030 * misc/getloadavg.c: Likewise.
37031 * misc/getpagesize.c: Likewise.
37032 * misc/getsysstats.c: Likewise.
37033 * misc/getxattr.c: Likewise.
37034 * misc/gtty.c: Likewise.
37035 * misc/ioctl.c: Likewise.
37036 * misc/lgetxattr.c: Likewise.
37037 * misc/listxattr.c: Likewise.
37038 * misc/llistxattr.c: Likewise.
37039 * misc/lremovexattr.c: Likewise.
37040 * misc/lsetxattr.c: Likewise.
37041 * misc/lutimes.c: Likewise.
37042 * misc/madvise.c: Likewise.
37043 * misc/mincore.c: Likewise.
37044 * misc/mlock.c: Likewise.
37045 * misc/mlockall.c: Likewise.
37046 * misc/mmap.c: Likewise.
37047 * misc/mprotect.c: Likewise.
37048 * misc/msync.c: Likewise.
37049 * misc/munlock.c: Likewise.
37050 * misc/munlockall.c: Likewise.
37051 * misc/munmap.c: Likewise.
37052 * misc/preadv.c: Likewise.
37053 * misc/preadv64.c: Likewise.
37054 * misc/ptrace.c: Likewise.
37055 * misc/pwritev.c: Likewise.
37056 * misc/pwritev64.c: Likewise.
37057 * misc/readv.c: Likewise.
37058 * misc/reboot.c: Likewise.
37059 * misc/remap_file_pages.c: Likewise.
37060 * misc/removexattr.c: Likewise.
37061 * misc/revoke.c: Likewise.
37062 * misc/select.c: Likewise.
37063 * misc/setdomain.c: Likewise.
37064 * misc/setegid.c: Likewise.
37065 * misc/seteuid.c: Likewise.
37066 * misc/sethostid.c: Likewise.
37067 * misc/sethostname.c: Likewise.
37068 * misc/setregid.c: Likewise.
37069 * misc/setreuid.c: Likewise.
37070 * misc/setxattr.c: Likewise.
37071 * misc/sstk.c: Likewise.
37072 * misc/stty.c: Likewise.
37073 * misc/swapoff.c: Likewise.
37074 * misc/swapon.c: Likewise.
37075 * misc/sync.c: Likewise.
37076 * misc/syncfs.c: Likewise.
37077 * misc/syscall.c: Likewise.
37078 * misc/truncate.c: Likewise.
37079 * misc/ualarm.c: Likewise.
37080 * misc/usleep.c: Likewise.
37081 * misc/ustat.c: Likewise.
37082 * misc/utimes.c: Likewise.
37083 * misc/vhangup.c: Likewise.
37084 * misc/writev.c: Likewise.
37085 * posix/_exit.c: Likewise.
37086 * posix/alarm.c: Likewise.
37087 * posix/execve.c: Likewise.
37088 * posix/fexecve.c: Likewise.
37089 * posix/fork.c: Likewise.
37090 * posix/fpathconf.c: Likewise.
37091 * posix/getaddrinfo.c: Likewise.
37092 * posix/getegid.c: Likewise.
37093 * posix/geteuid.c: Likewise.
37094 * posix/getgid.c: Likewise.
37095 * posix/getgroups.c: Likewise.
37096 * posix/getlogin.c: Likewise.
37097 * posix/getlogin_r.c: Likewise.
37098 * posix/getpgid.c: Likewise.
37099 * posix/getpid.c: Likewise.
37100 * posix/getppid.c: Likewise.
37101 * posix/getresgid.c: Likewise.
37102 * posix/getresuid.c: Likewise.
37103 * posix/getsid.c: Likewise.
37104 * posix/getuid.c: Likewise.
37105 * posix/glob64.c: Likewise.
37106 * posix/nanosleep.c: Likewise.
37107 * posix/pathconf.c: Likewise.
37108 * posix/pause.c: Likewise.
37109 * posix/posix_madvise.c: Likewise.
37110 * posix/pread.c: Likewise.
37111 * posix/pread64.c: Likewise.
37112 * posix/pwrite.c: Likewise.
37113 * posix/pwrite64.c: Likewise.
37114 * posix/sched_getaffinity.c: Likewise.
37115 * posix/sched_getp.c: Likewise.
37116 * posix/sched_gets.c: Likewise.
37117 * posix/sched_primax.c: Likewise.
37118 * posix/sched_primin.c: Likewise.
37119 * posix/sched_rr_gi.c: Likewise.
37120 * posix/sched_setaffinity.c: Likewise.
37121 * posix/sched_setp.c: Likewise.
37122 * posix/sched_sets.c: Likewise.
37123 * posix/sched_yield.c: Likewise.
37124 * posix/setgid.c: Likewise.
37125 * posix/setlogin.c: Likewise.
37126 * posix/setpgid.c: Likewise.
37127 * posix/setresgid.c: Likewise.
37128 * posix/setresuid.c: Likewise.
37129 * posix/setsid.c: Likewise.
37130 * posix/setuid.c: Likewise.
37131 * posix/sleep.c: Likewise.
37132 * posix/spawni.c: Likewise.
37133 * posix/sysconf.c: Likewise.
37134 * posix/times.c: Likewise.
37135 * posix/wait.c: Likewise.
37136 * posix/wait3.c: Likewise.
37137 * posix/wait4.c: Likewise.
37138 * posix/waitpid.c: Likewise.
37139 * resolv/gai_sigqueue.c: Likewise.
37140 * resource/getpriority.c: Likewise.
37141 * resource/getrlimit.c: Likewise.
37142 * resource/getrusage.c: Likewise.
37143 * resource/nice.c: Likewise.
37144 * resource/setpriority.c: Likewise.
37145 * resource/setrlimit.c: Likewise.
37146 * resource/ulimit.c: Likewise.
37147 * rt/aio_cancel.c: Likewise.
37148 * rt/aio_fsync.c: Likewise.
37149 * rt/aio_read.c: Likewise.
37150 * rt/aio_sigqueue.c: Likewise.
37151 * rt/aio_suspend.c: Likewise.
37152 * rt/aio_write.c: Likewise.
37153 * rt/clock_getres.c: Likewise.
37154 * rt/clock_gettime.c: Likewise.
37155 * rt/clock_nanosleep.c: Likewise.
37156 * rt/clock_settime.c: Likewise.
37157 * rt/lio_listio.c: Likewise.
37158 * rt/mq_close.c: Likewise.
37159 * rt/mq_getattr.c: Likewise.
37160 * rt/mq_notify.c: Likewise.
37161 * rt/mq_open.c: Likewise.
37162 * rt/mq_receive.c: Likewise.
37163 * rt/mq_send.c: Likewise.
37164 * rt/mq_setattr.c: Likewise.
37165 * rt/mq_timedreceive.c: Likewise.
37166 * rt/mq_timedsend.c: Likewise.
37167 * rt/mq_unlink.c: Likewise.
37168 * rt/shm_open.c: Likewise.
37169 * rt/shm_unlink.c: Likewise.
37170 * rt/timer_create.c: Likewise.
37171 * rt/timer_delete.c: Likewise.
37172 * rt/timer_getoverr.c: Likewise.
37173 * rt/timer_gettime.c: Likewise.
37174 * rt/timer_settime.c: Likewise.
37175 * setjmp/__longjmp.c: Likewise.
37176 * setjmp/setjmp.c: Likewise.
37177 * signal/kill.c: Likewise.
37178 * signal/killpg.c: Likewise.
37179 * signal/raise.c: Likewise.
37180 * signal/sigaction.c: Likewise.
37181 * signal/sigaltstack.c: Likewise.
37182 * signal/sigblock.c: Likewise.
37183 * signal/sigignore.c: Likewise.
37184 * signal/sigintr.c: Likewise.
37185 * signal/signal.c: Likewise.
37186 * signal/sigpause.c: Likewise.
37187 * signal/sigpending.c: Likewise.
37188 * signal/sigqueue.c: Likewise.
37189 * signal/sigreturn.c: Likewise.
37190 * signal/sigset.c: Likewise.
37191 * signal/sigsetmask.c: Likewise.
37192 * signal/sigstack.c: Likewise.
37193 * signal/sigsuspend.c: Likewise.
37194 * signal/sigtimedwait.c: Likewise.
37195 * signal/sigvec.c: Likewise.
37196 * signal/sigwait.c: Likewise.
37197 * signal/sigwaitinfo.c: Likewise.
37198 * signal/sysv_signal.c: Likewise.
37199 * socket/accept.c: Likewise.
37200 * socket/accept4.c: Likewise.
37201 * socket/bind.c: Likewise.
37202 * socket/connect.c: Likewise.
37203 * socket/getpeername.c: Likewise.
37204 * socket/getsockname.c: Likewise.
37205 * socket/getsockopt.c: Likewise.
37206 * socket/isfdtype.c: Likewise.
37207 * socket/listen.c: Likewise.
37208 * socket/recv.c: Likewise.
37209 * socket/recvfrom.c: Likewise.
37210 * socket/recvmsg.c: Likewise.
37211 * socket/send.c: Likewise.
37212 * socket/sendmsg.c: Likewise.
37213 * socket/sendto.c: Likewise.
37214 * socket/setsockopt.c: Likewise.
37215 * socket/shutdown.c: Likewise.
37216 * socket/sockatmark.c: Likewise.
37217 * socket/socket.c: Likewise.
37218 * socket/socketpair.c: Likewise.
37219 * stdio-common/ctermid.c: Likewise.
37220 * stdio-common/cuserid.c: Likewise.
37221 * stdio-common/remove.c: Likewise.
37222 * stdio-common/rename.c: Likewise.
37223 * stdio-common/renameat.c: Likewise.
37224 * stdio-common/tempname.c: Likewise.
37225 * stdlib/getcontext.c: Likewise.
37226 * stdlib/makecontext.c: Likewise.
37227 * stdlib/setcontext.c: Likewise.
37228 * stdlib/swapcontext.c: Likewise.
37229 * stdlib/system.c: Likewise.
37230 * streams/fattach.c: Likewise.
37231 * streams/fdetach.c: Likewise.
37232 * streams/getmsg.c: Likewise.
37233 * streams/getpmsg.c: Likewise.
37234 * streams/putmsg.c: Likewise.
37235 * streams/putpmsg.c: Likewise.
37236 * sysdeps/unix/bsd/getpt.c: Likewise.
37237 * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
37238 * sysdeps/unix/sysv/linux/futimens.c: Likewise.
37239 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
37240 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
37242 * sysdeps/unix/sysv/linux/readahead.c: Likewise.
37243 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
37244 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
37245 * sysvipc/msgctl.c: Likewise.
37246 * sysvipc/msgget.c: Likewise.
37247 * sysvipc/msgrcv.c: Likewise.
37248 * sysvipc/msgsnd.c: Likewise.
37249 * sysvipc/semctl.c: Likewise.
37250 * sysvipc/semget.c: Likewise.
37251 * sysvipc/semop.c: Likewise.
37252 * sysvipc/semtimedop.c: Likewise.
37253 * sysvipc/shmat.c: Likewise.
37254 * sysvipc/shmctl.c: Likewise.
37255 * sysvipc/shmdt.c: Likewise.
37256 * sysvipc/shmget.c: Likewise.
37257 * termios/tcdrain.c: Likewise.
37258 * termios/tcflow.c: Likewise.
37259 * termios/tcflush.c: Likewise.
37260 * termios/tcgetattr.c: Likewise.
37261 * termios/tcgetpgrp.c: Likewise.
37262 * termios/tcsendbrk.c: Likewise.
37263 * termios/tcsetattr.c: Likewise.
37264 * termios/tcsetpgrp.c: Likewise.
37265 * time/adjtime.c: Likewise.
37266 * time/clock.c: Likewise.
37267 * time/getitimer.c: Likewise.
37268 * time/gettimeofday.c: Likewise.
37269 * time/setitimer.c: Likewise.
37270 * time/settimeofday.c: Likewise.
37271 * time/stime.c: Likewise.
37272 * time/time.c: Likewise.
37274 2012-11-04 Pino Toscano <toscano.pino@tiscali.it>
37276 * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
37279 * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
37281 * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
37283 2012-11-03 Joseph Myers <joseph@codesourcery.com>
37286 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
37287 FE_TONEAREST before applying Dekker multiplication and Knuth
37288 addition. Clear inexact exceptions and check for exact zero
37289 results afterwards.
37290 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37291 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
37292 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37293 * math/libm-test.inc (fma_test): Add more tests.
37294 (fma_test_towardzero): Likewise.
37295 (fma_test_downward): Likewise.
37296 (fma_test_upward): Likewise.
37297 * sysdeps/generic/math_private.h (default_libc_fesetround): New
37299 (libc_fesetround): New macro.
37300 (libc_fesetroundf): Likewise.
37301 (libc_fesetroundl): Likewise.
37302 * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
37304 (libc_fesetround_387): Likewise.
37305 (libc_fesetroundf): New macro.
37306 (libc_fesetround): Likewise.
37307 (libc_fesetroundl): Likewise.
37308 * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
37310 (libc_fesetroundf): New macro.
37311 (libc_fesetround): Likewise.
37312 (libc_fesetroundl): Likewise.
37313 * include/fenv.h (feclearexcept): Add libm_hidden_proto.
37314 * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
37315 * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
37317 * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
37318 * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
37320 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
37321 * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
37323 * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
37327 * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
37328 integer constant usable in #if and use that to give value to enum
37330 (FE_DIVBYZERO): Likewise.
37331 (FE_UNDERFLOW): Likewise.
37332 (FE_OVERFLOW): Likewise.
37333 (FE_INVALID): Likewise.
37334 (FE_INVALID_SNAN): Likewise.
37335 (FE_INVALID_ISI): Likewise.
37336 (FE_INVALID_IDI): Likewise.
37337 (FE_INVALID_ZDZ): Likewise.
37338 (FE_INVALID_IMZ): Likewise.
37339 (FE_INVALID_COMPARE): Likewise.
37340 (FE_INVALID_SOFTWARE): Likewise.
37341 (FE_INVALID_SQRT): Likewise.
37342 (FE_INVALID_INTEGER_CONVERSION): Likewise.
37343 (FE_TONEAREST): Likewise.
37344 (FE_TOWARDZERO): Likewise.
37345 (FE_UPWARD): Likewise.
37346 (FE_DOWNWARD): Likewise.
37347 * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
37348 (FE_DIVBYZERO): Likewise.
37349 (FE_OVERFLOW): Likewise.
37350 (FE_UNDERFLOW): Likewise.
37351 (FE_INEXACT): Likewise.
37352 (FE_TONEAREST): Likewise.
37353 (FE_DOWNWARD): Likewise.
37354 (FE_UPWARD): Likewise.
37355 (FE_TOWARDZERO): Likewise.
37356 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
37357 (FE_UNDERFLOW): Likewise.
37358 (FE_OVERFLOW): Likewise.
37359 (FE_DIVBYZERO): Likewise.
37360 (FE_INVALID): Likewise.
37361 (FE_TONEAREST): Likewise.
37362 (FE_TOWARDZERO): Likewise.
37363 * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
37364 (FE_OVERFLOW): Likewise.
37365 (FE_UNDERFLOW): Likewise.
37366 (FE_DIVBYZERO): Likewise.
37367 (FE_INEXACT): Likewise.
37368 (FE_TONEAREST): Likewise.
37369 (FE_TOWARDZERO): Likewise.
37370 (FE_UPWARD): Likewise.
37371 (FE_DOWNWARD): Likewise.
37372 * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
37373 (FE_DIVBYZERO): Likewise.
37374 (FE_OVERFLOW): Likewise.
37375 (FE_UNDERFLOW): Likewise.
37376 (FE_INEXACT): Likewise.
37377 (FE_TONEAREST): Likewise.
37378 (FE_DOWNWARD): Likewise.
37379 (FE_UPWARD): Likewise.
37380 (FE_TOWARDZERO): Likewise.
37382 2012-11-02 Chris Metcalf <cmetcalf@tilera.com>
37384 * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
37386 2012-11-03 Andreas Schwab <schwab@linux-m68k.org>
37388 * scripts/cross-test-ssh.sh (command): Use newlines to separate
37389 commands. Quote $PWD.
37390 (blacklist_exports): Don't use remove_newlines. Replace "declare
37392 (remove_newlines): Remove.
37394 2012-11-02 H.J. Lu <hongjiu.lu@intel.com>
37396 * stdlib/Makefile (headers): Add bits/stdlib-float.h.
37397 * stdlib/stdlib.h (atof): Moved to ...
37398 * include/bits/stdlib-float.h: Here. New file.
37399 * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
37400 * stdlib/bits/stdlib-float.h: New file.
37401 * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
37403 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
37406 2012-11-02 Joseph Myers <joseph@codesourcery.com>
37408 * conform/conformtest.pl (@headers): Add fenv.h.
37409 * conform/data/fenv.h-data: New file.
37410 * include/fenv.h [_ISOMAC]: Disable all contents of file except
37411 include of <math/fenv.h>.
37413 * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
37414 POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
37415 && !UNIX98]. Enables tests for XOPEN2K8.
37416 * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
37417 POSIX2008]: Likewise.
37419 * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
37420 (struct rusage): Do not expect type or its members.
37423 * math/math.h (FP_NAN): Define macro to integer constant usable in
37424 #if and use that to give value to enum constant.
37425 (FP_INFINITE): Likewise.
37426 (FP_ZERO): Likewise.
37427 (FP_SUBNORMAL): Likewise.
37428 (FP_NORMAL): Likewise.
37430 2012-11-02 Andreas Schwab <schwab@linux-m68k.org>
37432 * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
37433 * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
37436 2012-11-02 Roland McGrath <roland@hack.frob.com>
37438 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
37439 Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
37440 autoconf-time if not.
37441 * configure.in: Remove AC_PREREQ.
37443 2012-11-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
37445 * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
37446 __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
37447 of the internal implementation.
37449 2012-11-02 Joseph Myers <joseph@codesourcery.com>
37451 * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
37452 except include of <misc/sys/syslog.h>.
37454 2012-11-01 Andreas Schwab <schwab@linux-m68k.org>
37456 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
37457 function returns with a NULL context exit with zero.
37459 2012-11-01 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
37461 * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
37463 2012-11-01 H.J. Lu <hongjiu.lu@intel.com>
37465 * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
37466 (run_program_cmd): This.
37467 * localedata/tst-langinfo.sh (run_program_prefix): Removed.
37468 (tst_langinfo): New variable. Use it.
37470 2012-11-01 Sebastan Andrzej Siewior <bigeasy@linutronix.de>
37472 * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
37473 floating point opcodes.
37475 2012-11-01 Thomas Schwinge <thomas@codesourcery.com>
37477 * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
37480 * elf/dl-support.c: Unconditionally include "setup-vdso.h".
37482 * sysdeps/mach/hurd/powerpc: Remove directory.
37483 * sysdeps/mach/powerpc: Likewise.
37485 2012-11-01 Andreas Schwab <schwab@linux-m68k.org>
37487 * scripts/check-local-headers.sh: Ignore c++ headers.
37489 2012-11-01 Thomas Schwinge <thomas@codesourcery.com>
37491 * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
37492 __libc_cleanup_region_start argument.
37494 2012-11-01 Joseph Myers <joseph@codesourcery.com>
37498 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
37499 x * y using scaling, not as x * y + z.
37500 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37501 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37502 * math/libm-test.inc (fma_test): Add more tests.
37503 (fma_test_towardzero): Likewise.
37504 (fma_test_downward): Likewise.
37505 (fma_test_upward): Likewise.
37507 2012-11-01 Thomas Schwinge <thomas@codesourcery.com>
37509 * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
37511 2012-10-31 Joseph Myers <joseph@codesourcery.com>
37513 * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
37516 2012-10-31 Thomas Schwinge <thomas@codesourcery.com>
37518 * rt/tst-shm.c (worker): Correct checking for mmap failure.
37520 2012-10-31 Andreas Schwab <schwab@linux-m68k.org>
37522 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37524 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37527 2012-10-31 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
37529 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37530 Fix the order of the list for glibc 2.17.
37531 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37534 2012-10-31 Andreas Schwab <schwab@linux-m68k.org>
37536 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37538 2012-10-31 Joseph Myers <joseph@codesourcery.com>
37541 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
37542 for low part of x being zero before using __atanl (y).
37543 * math/libm-test.inc (atan2_test): Add another test.
37545 * manual/install.texi (Configuring and compiling): Document
37546 general use of test-wrapper and test-wrapper-env.
37547 * INSTALL: Regenerated.
37549 * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
37550 (__fma): Do not extract and scale down low bits on after-rounding
37551 systems when result rounded to normal precision would have normal
37553 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
37554 (__fmal): Do not extract and scale down low bits on after-rounding
37555 systems when result rounded to normal precision would have normal
37557 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
37558 (__fmal): Do not extract and scale down low bits on after-rounding
37559 systems when result rounded to normal precision would have normal
37561 * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
37563 (fma_test): Add more tests.
37564 (fma_test_towardzero): Likewise.
37565 (fma_test_downward): Likewise.
37566 (fma_test_upward): Likewise.
37568 2012-10-30 H.J. Lu <hongjiu.lu@intel.com>
37570 * sysdeps/i386/tininess.h: Renamed to ...
37571 * sysdeps/x86/tininess.h: This.
37572 * sysdeps/x86_64/tininess.h: Removed.
37574 2012-10-30 Joseph Myers <joseph@codesourcery.com>
37576 * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
37577 input. Use $(build-program-cmd).
37578 ($(objpfx)tst-array1-static.out): Likewise.
37579 ($(objpfx)tst-array2.out): Likewise.
37580 ($(objpfx)tst-array3.out): Likewise.
37581 ($(objpfx)tst-array4.out): Likewise.
37582 ($(objpfx)tst-array5.out): Likewise.
37583 ($(objpfx)tst-array5-static.out): Likewise.
37585 2012-10-30 Chris Metcalf <cmetcalf@tilera.com>
37587 * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
37590 * nss/nsswitch.h (nss_interface_function): Provide new
37591 macro for use with NSS functions.
37592 * grp/initgroups.c: Use new macro.
37593 * nss/getXXbyYY.c: Likewise.
37594 * nss/getXXbyYY_r.c: Likewise.
37595 * nss/getXXent.c: Likewise.
37596 * nss/getXXent_r.c: Likewise.
37597 * sysdeps/posix/getaddrinfo.c: Likewise.
37599 2012-10-30 Andreas Jaeger <aj@suse.de>
37601 * po/ru.po: Update Russion translation from translation project.
37603 2012-10-30 Joseph Myers <joseph@codesourcery.com>
37607 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
37608 result and shift together with sticky bit instead of replicating
37609 round-to-nearest rounding.
37610 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37611 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37612 * math/libm-test.inc (fma_test): Add more tests. Do not permit
37613 missing underflow exceptions.
37614 (fma_test_towardzero): Add more tests.
37615 (fma_test_downward): Likewise.
37616 (fma_test_upward): Likewise.
37619 * sysdeps/generic/tininess.h: New file.
37620 * sysdeps/i386/tininess.h: Likewise.
37621 * sysdeps/sh/tininess.h: Likewise.
37622 * sysdeps/x86_64/tininess.h: Likewise.
37623 * stdlib/tst-strtod-underflow.c: Likewise.
37624 * stdlib/tst-tininess.c: Likewise.
37625 * stdlib/strtod_l.c: Include <tininess.h>.
37626 (round_and_return): Do not set errno for exact underflow cases.
37627 Force an underflow exception when setting errno for underflow.
37628 Determine underflow based on rounding to normal precision if
37629 TININESS_AFTER_ROUNDING.
37630 * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
37631 ERANGE for exact underflow cases.
37632 * stdlib/Makefile (tests): Add tst-tininess and
37633 tst-strtod-underflow.
37634 ($(objpfx)tst-tininess): Use $(link-libm).
37635 ($(objpfx)tst-strtod-underflow): Likewise.
37637 2012-10-30 Andreas Jaeger <aj@suse.de>
37640 * elf/Makefile (tests): Remove conditional for have-initfini-array
37641 since this is now always required and the variable does not exist
37643 (tests-static): Likewise.
37644 (modules-names): Likewise.
37646 * po/eo.po: Add Esperanto translation from translation project.
37648 * elf/tst-array1.c (fini_array): Make writeable so that it can be
37649 merged with constructor/destructor.
37650 (init_array): Likewise.
37651 * elf/tst-array2dep.c (fini_array): Likewise.
37652 (init_array): Likewise.
37654 2012-10-29 Mike Frysinger <vapier@gentoo.org>
37656 * manual/message.texi: Delete @cartouche tags.
37658 2012-10-29 Pino Toscano <toscano.pino@tiscali.it>
37660 * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
37662 * sysdeps/mach/hurd/fsync.c: Likewise.
37664 * sysdeps/pthread/aio_notify.c (__aio_notify_only)
37665 [_POSIX_REALTIME_SIGNALS]: Change condition to
37666 [_POSIX_REALTIME_SIGNALS > 0].
37668 2012-10-27 Andreas Jaeger <aj@suse.de>
37670 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
37671 [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
37672 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
37673 [__WORDSIZE != 64]: Likewise.
37675 2012-10-26 H.J. Lu <hongjiu.lu@intel.com>
37677 * iconvdata/tst-table.sh: Remove ${SHELL}.
37678 * iconvdata/tst-tables.sh: Likewise.
37680 2012-10-25 David S. Miller <davem@davemloft.net>
37682 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37683 (__get_clockfreq_via_proc_openprom): Use strtoumax instead
37686 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
37688 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
37689 * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
37690 * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
37693 2012-10-25 Roland McGrath <roland@hack.frob.com>
37695 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37696 (__get_clockfreq_via_proc_openprom): Use __getdents instead of
37699 2012-10-25 Joseph Myers <joseph@codesourcery.com>
37700 Jim Blandy <jimb@codesourcery.com>
37702 * scripts/cross-test-ssh.sh: New file.
37703 * manual/install.texi (Configuring and compiling): Document use of
37705 * INSTALL: Regenerated.
37707 2012-10-25 Pino Toscano <toscano.pino@tiscali.it>
37709 * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
37712 2012-10-25 Joseph Myers <joseph@codesourcery.com>
37714 * Makeconfig (run-program-prefix): Fix comment.
37716 2012-10-24 Joseph Myers <joseph@codesourcery.com>
37717 Jim Blandy <jimb@codesourcery.com>
37719 * Makeconfig (test-wrapper): New variable,
37720 (test-wrapper-env): Likewise.
37721 [$(cross-compiling) = yes && $(test-wrapper) != ""]
37722 (run-built-tests): Define to yes.
37723 (run-program-prefix): Use $(test-wrapper).
37724 (built-program-cmd): Likewise.
37725 * Rules (make-test-out): Use $(test-wrapper-env) and
37726 $(host-built-program-cmd).
37727 * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
37728 ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
37730 ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
37731 $(test-wrapper-env) to tst-rtld-load-self.sh.
37732 ($(objpfx)order2.out): Use $(test-wrapper).
37733 ($(objpfx)tst-initorder.out): Likewise.
37734 ($(objpfx)tst-initorder2.out): Likewise.
37735 ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
37736 * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
37737 (test_wrapper_env): New variable. Use it to run ld.so.
37738 * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
37739 Use it to run ld.so.
37740 (test_wrapper_env): Likewise.
37741 * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
37742 $(test-wrapper) to run-iconv-test.sh.
37743 * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
37744 (ICONV): Use $test_wrapper.
37745 * posix/Makefile ($(objpfx)globtest.out): Pass
37746 $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
37747 globtest.sh, not $(run-program-prefix).
37748 * posix/globtest.sh (run_via_rtld_prefix): New variable.
37749 (test_wrapper): Likewise.
37750 (test_wrapper_env): Likewise. Use it to run globtest with HOME
37751 set together with run_via_rtld_prefix.
37752 (run_program_prefix): Define in terms of test_wrapper and
37753 run_via_rtld_prefix.
37755 2012-10-24 Roland McGrath <roland@hack.frob.com>
37757 * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
37758 * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
37762 * include/time.h: Remove librt_hidden_proto (clock_gettime).
37763 Declare __clock_getres, __clock_gettime, __clock_settime,
37764 __clock_nanosleep, and __clock_getcpuclockid.
37765 * rt/clock_gettime.c: Define __clock_gettime as an alias.
37766 Remove librt_hidden_def (clock_gettime).
37767 * sysdeps/unix/clock_gettime.c: Likewise.
37768 * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
37769 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
37770 * rt/clock_getres.c: Define __clock_getres as an alias.
37771 * sysdeps/posix/clock_getres.c: Likewise.
37772 * rt/clock_settime.c: Define __clock_settime as an alias.
37773 * sysdeps/unix/clock_settime.c: Likewise.
37774 * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
37775 * sysdeps/unix/clock_nanosleep.c: Likewise.
37776 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
37777 * rt/clock-compat.c: New file.
37778 * rt/Makefile (librt-routines): Add clock-compat and move
37779 $(clock-routines) to ...
37780 (routines): ... here, new variable.
37781 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
37782 Don't add get_clockfreq here.
37783 * rt/Versions (libc: GLIBC_2.17): New version set.
37784 Add clock_* symbols here.
37785 (libc: GLIBC_PRIVATE): New version set. Add __clock_* symbols here.
37786 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
37787 (GLIBC_2.17): Add clock_* symbols.
37788 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37789 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37790 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37791 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37793 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37795 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37796 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37797 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37798 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37799 * NEWS: Mention the move.
37801 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
37802 Use __open, __read, __close rather than their public counterparts.
37803 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37804 (__get_clockfreq_via_cpuinfo): Likewise.
37805 (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
37806 (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
37808 * config.h.in (HAVE_IFUNC): New #undef.
37809 * configure.in: Define it if libc_cv_ld_gnu_indirect_function
37811 * configure: Regenerated.
37813 2012-10-24 Mike Frysinger <vapier@gentoo.org>
37815 * configure.in: Move READELF check to start of file.
37816 (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
37817 libc_cv_asm_gnu_indirect_function in the process.
37818 * configure: Regenerated.
37820 2012-10-24 Mike Frysinger <vapier@gentoo.org>
37822 * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
37823 send the output to /dev/null.
37824 (libc_cv_cc_with_libunwind): Likewise.
37825 (libc_cv_as_noexecstack): Likewise.
37826 * configure: Regenerate.
37828 2012-10-24 Joseph Myers <joseph@codesourcery.com>
37830 * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
37832 * posix/globtest.sh (TMPDIR): Do not set.
37833 (testdir): Define using ${common_objpfx}posix not $TMPDIR.
37834 (testout): Likewise.
37836 2012-10-24 Andreas Jaeger <aj@suse.de>
37838 * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
37839 types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
37840 [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
37841 [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
37842 posix_fadvise64, posix_fallocate64.
37844 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
37845 (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
37846 (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
37848 (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
37850 (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
37852 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
37853 (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
37854 <bits/fcntl-linux.h>.
37855 (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
37857 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
37858 (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
37859 (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
37860 (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
37861 [__WORDSIZE != 64]: Likewise.
37863 2012-10-23 Joseph Myers <joseph@codesourcery.com>
37865 * Makeconfig (run-built-tests): New variable.
37866 * Rules [$(cross-compiling) = yes]: Change condition to
37867 [$(run-built-tests) = no].
37868 * catgets/Makefile [$(cross-compiling) != yes]: Change condition
37869 to [$(run-built-tests) = yes].
37870 * elf/Makefile [$(cross-compiling) = no]: Likewise
37871 * grp/Makefile [$(cross-compiling) = no]: Likewise.
37872 * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
37873 * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
37874 * intl/Makefile [$(cross-compiling) = no]: Likewise.
37875 * io/Makefile [$(cross-compiling) = no]: Likewise.
37876 * libio/Makefile [$(cross-compiling) = no]: Likewise.
37877 * malloc/Makefile [$(cross-compiling) = no]: Likewise.
37878 * misc/Makefile [$(cross-compiling) = no]: Likewise.
37879 * posix/Makefile [$(cross-compiling) = no]: Likewise.
37880 * resolv/Makefile [$(cross-compiling) = no]: Likewise.
37881 * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
37882 * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
37883 * string/Makefile [$(cross-compiling) = no]: Likewise.
37885 * posix/Makefile ($(objpfx)globtest.out): Pass
37886 $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
37887 $(rtld-installed-name).
37888 * posix/globtest.sh (elf_objpfx): Remove variable.
37889 (rtld_installed_name): Likewise.
37890 (library_path): Likewise.
37891 (run_program_prefix): New variable. Use for running globtest
37894 2012-10-23 Jim Blandy <jimb@codesourcery.com>
37895 Joseph Myers <joseph@codesourcery.com>
37897 * Makeconfig (host-built-program-cmd): New variable.
37898 * elf/Makefile (tst-stackguard1-ARGS): Use
37899 $(host-built-program-cmd).
37900 * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
37901 (tst-spawn-ARGS): Likewise.
37902 * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
37904 2012-10-23 Joseph Myers <joseph@codesourcery.com>
37905 Jim Blandy <jimb@codesourcery.com>
37907 * Makeconfig (run-via-rtld-prefix): New variable.
37908 (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
37909 (built-program-cmd): Likewise.
37911 2012-10-22 Andreas Jaeger <aj@suse.de>
37913 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
37914 __O_RSYNC if it exists, otherwise to O_SYNC.
37916 2012-10-22 Jim Blandy <jimb@codesourcery.com>
37917 Joseph Myers <joseph@codesourcery.com>
37919 * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
37921 * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
37923 * posix/tst-getconf.sh: Redirect getconf stdin in loop from
37926 2012-10-22 Andreas Jaeger <aj@suse.de>
37928 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
37930 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
37932 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37933 bits/fcntl-linux.h.
37935 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
37936 (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
37938 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
37940 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
37943 2012-10-21 Jim Blandy <jimb@codesourcery.com>
37944 Joseph Myers <joseph@codesourcery.com>
37946 * config.make.in (NM): New variable.
37948 2012-10-21 Andreas Jaeger <aj@suse.de>
37950 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
37951 definitions and declarations that are provided by
37952 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
37954 2012-10-20 H.J. Lu <hongjiu.lu@intel.com>
37957 * elf/Makefile (tests-static): Add tst-leaks1-static.
37958 (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
37959 ($(objpfx)tst-leaks1-static): New rule.
37960 ($(objpfx)tst-leaks1-static-mem): Likewise.
37961 (tst-leaks1-static-ENV): New macro.
37962 * elf/dl-open.c (dl_open_worker): Check the main application
37963 only if SHARED is defined.
37964 * elf/tst-leaks1-static.c: New file.
37966 2012-10-20 Andreas Jaeger <aj@suse.de>
37968 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
37969 generic values for Linux.
37970 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
37971 and declarations that are provided by <bits/fcntl-linux.h> and
37972 include <bits/fcntl-linux.h>.
37973 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
37974 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
37976 2012-10-20 Roland McGrath <roland@hack.frob.com>
37978 * io/fcntl.h: Move include of <bits/types.h> to the top and
37979 include it unconditionally.
37981 2012-10-20 H.J. Lu <hongjiu.lu@intel.com>
37983 * wcsmbs/Makefile (tests-ifunc): New variable.
37984 (tests): Add $(tests-ifunc).
37985 * wcsmbs/test-wcschr-ifunc.c: New file.
37986 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
37987 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
37988 * wcsmbs/test-wcslen-ifunc.c: Likewise.
37989 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
37990 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
37992 * string/Makefile (tests-ifunc): New variable.
37993 (tests): Add $(tests-ifunc).
37994 * string/test-memccpy.c (TEST_NAME): New macro.
37995 * string/test-memchr.c (TEST_NAME): Likewise.
37996 * string/test-memcmp.c (TEST_NAME): Likewise.
37997 * string/test-memcpy.c (TEST_NAME): Likewise.
37998 * string/test-memmem.c (TEST_NAME): Likewise.
37999 * string/test-memmove.c (TEST_NAME): Likewise.
38000 * string/test-memset.c (TEST_NAME): Likewise.
38001 * string/test-rawmemchr.c (TEST_NAME): Likewise.
38002 * string/test-stpcpy.c (TEST_NAME): Likewise.
38003 * string/test-stpncpy.c (TEST_NAME): Likewise.
38004 * string/test-strcasecmp.c (TEST_NAME): Likewise.
38005 * string/test-strcasestr.c (TEST_NAME): Likewise.
38006 * string/test-strcat.c (TEST_NAME): Likewise.
38007 * string/test-strchr.c (TEST_NAME): Likewise.
38008 * string/test-strcmp.c(TEST_NAME): Likewise.
38009 * string/test-strcpy.c (TEST_NAME): Likewise.
38010 * string/test-strcspn.c (TEST_NAME): Likewise.
38011 * string/test-strlen.c (TEST_NAME): Likewise.
38012 * string/test-strncasecmp.c (TEST_NAME): Likewise.
38013 * string/test-strncmp.c (TEST_NAME): Likewise.
38014 * string/test-strncpy.c (TEST_NAME): Likewise.
38015 * string/test-strnlen.c (TEST_NAME): Likewise.
38016 * string/test-strpbrk.c (TEST_NAME): Likewise.
38017 * string/test-strrchr.c (TEST_NAME): Likewise.
38018 * string/test-strspn.c (TEST_NAME): Likewise.
38019 * string/test-strstr.c (TEST_NAME): Likewise.
38020 * string/test-bcopy-ifunc.c: New file.
38021 * string/test-bzero-ifunc.c: Likewise.
38022 * string/test-memccpy-ifunc.c: Likewise.
38023 * string/test-memchr-ifunc.c: Likewise.
38024 * string/test-memcmp-ifunc.c: Likewise.
38025 * string/test-memcpy-ifunc.c: Likewise.
38026 * string/test-memmem-ifunc.c: Likewise.
38027 * string/test-memmove-ifunc.c: Likewise.
38028 * string/test-mempcpy-ifunc.c: Likewise.
38029 * string/test-memset-ifunc.c: Likewise.
38030 * string/test-rawmemchr-ifunc.c: Likewise.
38031 * string/test-stpcpy-ifunc.c: Likewise.
38032 * string/test-stpncpy-ifunc.c: Likewise.
38033 * string/test-strcasecmp-ifunc.c: Likewise.
38034 * string/test-strcasestr-ifunc.c: Likewise.
38035 * string/test-strcat-ifunc.c: Likewise.
38036 * string/test-strchr-ifunc.c: Likewise.
38037 * string/test-strchrnul-ifunc.c: Likewise.
38038 * string/test-strcmp-ifunc.c: Likewise.
38039 * string/test-strcpy-ifunc.c: Likewise.
38040 * string/test-strcspn-ifunc.c: Likewise.
38041 * string/test-strlen-ifunc.c: Likewise.
38042 * string/test-strncasecmp-ifunc.c: Likewise.
38043 * string/test-strncat-ifunc.c: Likewise.
38044 * string/test-strncmp-ifunc.c: Likewise.
38045 * string/test-strncpy-ifunc.c: Likewise.
38046 * string/test-strnlen-ifunc.c: Likewise.
38047 * string/test-strpbrk-ifunc.c: Likewise.
38048 * string/test-strrchr-ifunc.c: Likewise.
38049 * string/test-strspn-ifunc.c: Likewise.
38050 * string/test-strstr-ifunc.c: Likewise.
38052 * debug/Makefile (tests-ifunc): New variable.
38053 (tests): Add $(tests-ifunc).
38054 * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
38055 * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
38056 * debug/test-stpcpy_chk-ifunc.c: New file.
38057 * debug/test-strcpy_chk-ifunc.c: Likewise.
38059 2012-10-20 Siddhesh Poyarekar <siddhesh@redhat.com>
38062 * elf/dl-load.c (open_verify): Retry read if the entire ELF
38063 header is not read in.
38065 2012-10-19 Joseph Myers <joseph@codesourcery.com>
38067 * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh. Pass
38068 script to $(SHELL) as $<. Pass $(common-objpfx) to script
38069 directly. Pass built executable to script as
38070 $(built-program-cmd).
38071 * io/ftwtest-sh (ldso): Remove variable. Run ftwtest directly as
38072 $testprogram without using LD_LIBRARY_PATH and $ldso.
38074 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
38075 $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
38076 $(rtld-installed-name).
38077 * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
38078 (rtld_installed_name): Likewise.
38079 (library_path): Likewise.
38080 (run_program_prefix): New variable. Use it to run tst_fgetgrent.
38081 * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
38082 $(run-program-prefix) to tst-tables.sh.
38083 * iconvdata/tst-table.sh (run_program_prefix): New variable. Use
38084 it to run tst-table-from and tst-table-to.
38085 * iconvdata/tst-tables.sh (run_program_prefix): New variable.
38086 Pass it to tst-table.sh.
38087 * intl/Makefile ($(objpfx)tst-gettext.out): Pass
38088 $(run-program-prefix) to tst-gettext.sh.
38089 ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
38091 ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
38093 * intl/tst-gettext.sh (run_program_prefix): New variable. Use it
38094 to run tst-gettext.
38095 * intl/tst-gettext2.sh (run_program_prefix): New variable. Use it
38096 to run tst-gettext2.
38097 * intl/tst-translit.sh (run_program_prefix): New variable. Use it
38098 to run tst-translit.
38099 * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
38100 $(run-program-prefix) to tst-mtrace.sh.
38101 * malloc/tst-mtrace.sh (run_program_prefix): New variable. Use it
38103 * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
38104 $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
38105 $(rtld-installed-name).
38106 * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
38107 (rtld_installed_name): Likewise.
38108 (run_program_prefix): New variable. Use it to run wordexp-test.
38110 * Makeconfig (ARCH): Remove all definitions.
38111 (machine): Likewise.
38112 [ARCH]: Remove conditional code.
38113 [!objdir]: Give error.
38114 [!objdir] (objpfx): Remove.
38115 [!objdir] (common-objpfx): Likewise.
38116 [!objdir] (common-objdir): Likewise.
38117 * configure.in (config_makefile): Remove. Hardcode Makefile in
38118 AC_CONFIG_FILES call.
38119 * configure: Regenerated.
38122 * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
38124 (testout): Likewise.
38126 * posix/Makefile ($(objpfx)tst-getconf.out): Pass
38127 $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
38128 $(rtld-installed-name).
38129 * posix/tst-getconf.sh (elf_objpfx): Remove variable.
38130 (rtld_installed_name): Likwise.
38131 (runit): Remove function.
38132 (run_getconf): New variable, Use it for running getconf binary.
38134 2012-10-18 H.J. Lu <hongjiu.lu@intel.com>
38137 * string/test-memmem.c (check_result): New function.
38138 (do_one_test): Use it.
38139 (check1): New function.
38140 (test_main): Use it.
38142 2012-10-18 Markus Trippelsdorf <markus@trippelsdorf.de>
38144 * math/Makefile: Comment on slow compilation of test-tgmath2.c.
38146 2012-10-18 Joseph Myers <joseph@codesourcery.com>
38148 * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
38149 (_G_LSEEK64): Likewise.
38150 (_G_MMAP64): Likewise.
38151 (_G_FSTAT64): Likewise.
38152 * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
38153 (_G_LSEEK64): Likewise.
38154 (_G_MMAP64): Likewise.
38155 (_G_FSTAT64): Likewise.
38156 * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
38157 unconditional. Call __mmap64 directly.
38158 (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
38159 (mmap_remap_check) [_G_LSEEK64]: Make code unconditional. Call
38160 __lseek64 directly.
38161 (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
38162 (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional. Call
38164 (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
38165 (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional. Call
38166 __lseek64 directly.
38167 (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
38168 (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional. Call
38169 __lseek64 directly.
38170 (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
38171 (_IO_file_seek) [_G_LSEEK64]: Make code unconditional. Call
38172 __lseek64 directly.
38173 (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
38174 (_IO_file_stat) [_G_FSTAT64]: Make code unconditional. Call
38175 __fxstat64 directly.
38176 (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
38177 * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
38179 (freopen64) [!_G_OPEN64]: Remove conditional code.
38180 * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
38182 (fseeko64) [!_G_LSEEK64]: Remove conditional code.
38183 * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
38185 (ftello64) [!_G_LSEEK64]: Remove conditional code.
38186 * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
38188 (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
38189 * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
38191 (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
38192 * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
38194 (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
38195 * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
38197 (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
38198 * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
38200 (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
38202 2012-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
38205 * manual/memory.texi (Malloc Tunable Parameters): Add note
38206 about free list pointers overwriting some perturb bytes.
38207 Wording suggested by Roland McGrath.
38209 2012-10-17 Joseph Myers <joseph@codesourcery.com>
38211 * math/libm-test.inc (gamma_test): Do not call feclearexcept.
38212 (lgamma_test): Likewise.
38213 (tgamma_test): Likewise.
38215 2012-10-16 Florian Weimer <fweimer@redhat.com>
38218 * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
38219 (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
38221 2012-10-16 Maxim Kuvyrkov <maxim@codesourcery.com>
38223 * NEWS: Mention BZ #14716.
38224 * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
38225 when removing AVAILABLE1_USES_J macro.
38227 2012-10-12 H.J. Lu <hongjiu.lu@intel.com>
38229 * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
38230 (__bswap_64): __uint64_t for unsigned 64-bit int.
38232 2012-10-12 Andreas Schwab <schwab@linux-m68k.org>
38234 * include/string.h (memmem): Declare libc hidden alias.
38235 * string/memmem.c (memmem): Define libc hidden alias.
38236 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
38237 __read, __close instead of open, read, close.
38239 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
38241 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
38242 * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
38244 * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
38245 * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
38246 * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
38248 (__rawmemchr_sse2): Likewise.
38249 * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
38250 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
38251 (__strchr_sse2): Likewise.
38252 * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
38253 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
38254 (__strcasecmp_sse2): Likewise.
38255 (__strncasecmp_sse2): Likewise.
38256 * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
38257 * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
38258 * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
38259 * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
38260 (__strrchr_sse2): Likewise.
38261 * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
38263 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
38264 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
38265 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
38266 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
38267 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
38268 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
38269 * sysdeps/x86_64/multiarch/memset.S: Likewise.
38270 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
38271 * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
38272 * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
38273 * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
38274 * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
38275 * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
38276 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
38277 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
38278 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
38279 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
38280 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
38281 * sysdeps/x86_64/multiarch/strlen.S: Likewise.
38282 * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
38283 * sysdeps/x86_64/multiarch/strncat.S: Likewise.
38284 * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
38285 * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
38286 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
38287 * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
38288 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
38289 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
38290 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
38291 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
38292 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
38294 * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
38296 * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
38297 * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
38298 * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
38299 * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
38301 * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
38303 * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
38304 * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
38305 * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
38306 * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
38308 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
38309 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
38310 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
38311 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
38312 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
38313 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
38314 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
38315 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
38316 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
38317 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
38318 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
38319 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
38320 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
38321 * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
38322 * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
38323 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
38324 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
38325 * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
38326 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
38327 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
38328 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
38329 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
38330 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
38331 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
38332 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
38333 * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
38334 * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
38335 * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
38336 * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
38337 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
38338 * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
38339 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
38340 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
38341 * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
38342 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
38343 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
38344 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
38345 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
38346 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
38347 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
38348 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
38350 * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
38351 [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
38352 * include/ifunc-impl-list.h: New file.
38353 * misc/ifunc-impl-list.c: Likewise.
38354 * misc/Makefile (routines): Add ifunc-impl-list.
38355 * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
38356 * string/test-string.h: Include <ifunc-impl-list.h>.
38357 (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
38358 TEST_NAME]: New variables.
38359 (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
38361 (test_init): Call __libc_ifunc_impl_list to initialize
38362 func_list if TEST_IFUNC and TEST_NAME are defined.
38364 * string/Makefile (strop-tests): Add bcopy and bzero.
38365 * string/test-bcopy.c: New file.
38366 * string/test-bzero.c: Likewise.
38367 * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
38369 * string/test-memset.c: Support bzero test if TEST_BZERO is
38371 * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
38373 * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
38375 * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
38378 2012-10-10 Joseph Myers <joseph@codesourcery.com>
38380 * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
38381 * configure: Regenerated.
38383 * Makeconfig (+link-static-before-libc): Don't include
38384 $(link-static-libc).
38386 * libio/libio.h (_IO_pos_t): Remove.
38388 2012-10-10 Alexandre Oliva <aoliva@redhat.com>
38390 * NEWS: Add note about FIPS mode. Wording suggested by Roland
38393 2012-10-10 Alexandre Oliva <aoliva@redhat.com>
38395 * crypt/crypt-entry.c: Include fips-private.h.
38396 (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
38397 * crypt/md5c-test.c (main): Tolerate disabled MD5.
38398 * sysdeps/unix/sysv/linux/fips-private.h: New file.
38399 * sysdeps/generic/fips-private.h: New file, dummy fallback.
38401 2012-10-10 Alexandre Oliva <aoliva@redhat.com>
38403 * crypt/crypt-private.h: Include stdbool.h.
38404 (_ufc_setup_salt_r): Return bool.
38405 * crypt/crypt-entry.c: Include errno.h.
38406 (__crypt_r): Return NULL with EINVAL for bad salt.
38407 * crypt/crypt_util.c (bad_for_salt): New.
38408 (_ufc_setup_salt_r): Check that salt is long enough and within
38409 the specified alphabet.
38410 * crypt/badsalttest.c: New file.
38411 * crypt/Makefile (tests): Add it.
38412 ($(objpfx)badsalttest): New.
38414 2012-10-09 Maxim Kuvyrkov <maxim@codesourcery.com>
38416 * NEWS: Add entry for BZ #14602.
38418 2012-10-09 Joseph Myers <joseph@codesourcery.com>
38420 * math/gen-libm-test.pl (parse_args): Handle comparison macros as
38422 * math/libm-test.inc: Update comment listing what functions and
38424 (isgreater_test): New function.
38425 (isgreaterequal_test): Likewise.
38426 (isless_test): Likewise.
38427 (islessequal_test): Likewise.
38428 (islessgreater_test): Likewise.
38429 (isunordered_test): Likewise.
38430 (main): Call the new functions.
38432 2012-10-09 Roland McGrath <roland@hack.frob.com>
38434 * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
38435 _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
38436 AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
38437 * sysdeps/i386/configure: Regenerated.
38438 * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
38439 * sysdeps/mach/configure: Regenerated.
38440 * sysdeps/mach/hurd/configure: Regenerated.
38441 * sysdeps/powerpc/configure: Regenerated.
38442 * sysdeps/powerpc/powerpc32/configure: Regenerated.
38443 * sysdeps/powerpc/powerpc64/configure: Regenerated.
38444 * sysdeps/s390/s390-32/configure: Regenerated.
38445 * sysdeps/s390/s390-64/configure: Regenerated.
38446 * sysdeps/sh/configure: Regenerated.
38447 * sysdeps/sparc/configure: Regenerated.
38448 * sysdeps/unix/sysv/linux/configure: Regenerated.
38449 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
38450 * sysdeps/x86_64/configure: Regenerated.
38452 * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
38453 defined. Don't check if MAP is NULL.
38455 2012-10-09 Joseph Myers <joseph@codesourcery.com>
38457 * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
38458 (_G_stat64): Likewise.
38459 * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
38460 (_G_stat64): Likewise.
38461 * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
38462 instead of struct _G_stat64.
38463 * libio/fileops.c (mmap_remap_check): Likewise.
38464 (decide_maybe_mmap): Likewise.
38465 (_IO_new_file_seekoff): Likewise.
38466 (_IO_file_stat): Likewise.
38467 * libio/libio.h (_IO_off64_t): Define to __off64_t, not
38469 * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
38470 instead of struct _G_stat64.
38471 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38473 2012-10-08 Maxim Kuvyrkov <maxim@codesourcery.com>
38476 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38478 (CHECK_EOL): New macro.
38479 (two_way_short_needle): Check beginning of haystack for EOL. Use
38481 * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38482 Replace with CHECK_EOL.
38483 * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38484 Replace with CHECK_EOL.
38486 2012-10-08 Joseph Myers <joseph@codesourcery.com>
38488 * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
38490 * math/libm-test.inc: Update comment listing what functions and
38492 (finite_test): New function.
38493 (isinf_test): Likewise.
38494 (isnan_test): Likewise.
38495 (fpclassify_test): Test subnormal input.
38496 (isfinite_test): Likewise.
38497 (isnormal_test): Likewise.
38498 (main): Call the new functions.
38500 2012-10-08 Jonathan Nieder <jrnieder@gmail.com>
38503 * Makerules (%.dynsym): Force C locale when running
38504 $(OBJDUMP) --dynamic-syms.
38506 2012-10-08 Andreas Schwab <schwab@linux-m68k.org>
38508 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
38511 2012-10-06 David S. Miller <davem@davemloft.net>
38513 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
38514 upper 32-bits of the length value in %o2 since we use branch-on-register
38515 tests which consider the entire 64-bit register.
38517 2012-10-06 H.J. Lu <hongjiu.lu@intel.com>
38519 * string/test-strstr.c (check2): Add a test for page boundary.
38521 2012-10-05 David S. Miller <davem@davemloft.net>
38523 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
38524 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
38526 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38528 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38529 * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
38530 and bzero when HWCAP_SPARC_CRYPTO is present.
38532 2012-10-05 H.J. Lu <hongjiu.lu@intel.com>
38535 * string/test-strstr.c (check2): New function.
38536 (test_main): Call check2.
38538 * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
38540 * string/bug-strcasestr1.c (do_test): Moved to ...
38541 * string/test-strcasestr.c (check1): Here. New function.
38542 (do_one_test): Break out result checking code into ...
38543 (check_result): This. New function.
38544 (do_one_test): Call check_result.
38545 (test_main): Call check1.
38546 * string/bug-strchr1.c (do_test): Moved to ...
38547 * string/test-strchr.c (check1): Here. New function.
38548 (do_one_test): Break out result checking code into ...
38549 (check_result): This. New function.
38550 (do_one_test): Call check_result.
38551 (test_main): Call check1.
38552 * string/bug-strstr1.c (main): Moved to ...
38553 * string/test-strstr.c (check1): Here. New function.
38554 (do_one_test): Break out result checking code into ...
38555 (check_result): This. New function.
38556 (do_one_test): Call check_result.
38557 (test_main): Call check1.
38558 * string/bug-strcasestr1.c: Removed.
38559 * string/bug-strchr1.c: Likewise.
38560 * string/bug-strstr1.c: Likewise.
38562 * elf/Makefile (dl-routines): Add hwcaps.
38563 * elf/dl-support.c (_dl_important_hwcaps): Removed.
38564 * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
38565 (_dl_important_hwcaps): Moved to ...
38566 * elf/dl-hwcaps.c: Here. New file.
38567 * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
38570 * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
38571 if IS_IN_rtld isn't defined.
38573 * elf/dl-support.c (_dl_sysinfo_map): New.
38574 Include "get-dynamic-info.h" and "setup-vdso.h".
38575 (_dl_non_dynamic_init): Call setup_vdso.
38576 * elf/dynamic-link.h: Don't include <assert.h>.
38577 (elf_get_dynamic_info): Moved to ...
38578 * elf/get-dynamic-info.h: Here. New file.
38579 * elf/dynamic-link.h: Include "get-dynamic-info.h".
38580 * elf/rtld.c (dl_main): Break out vDSO setup code into ...
38581 * elf/setup-vdso.h: Here. New file.
38582 * elf/rtld.c: Include "setup-vdso.h".
38583 (dl_main): Call setup_vdso.
38585 2012-10-05 Joseph Myers <joseph@codesourcery.com>
38587 * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
38588 creal in comment listing functions tested. List finite, isinf,
38589 isnan, isless, islessequal, isgreater, isgreaterequal,
38590 islessgreater, isunordered, lgamma_r and pow10 as functions and
38591 macros not tested. Mention which functions not tested are aliases
38592 for other functions. Fix typo. Note that signs of NaNs are not
38595 * scripts/config.guess: Update from config.git.
38596 * scripts/config.sub: Likewise.
38598 2012-10-04 Roland McGrath <roland@hack.frob.com>
38600 * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
38601 * misc/madvise.c (madvise): Renamed to __madvise.
38602 Make madvise a weak alias.
38603 * include/sys/mman.h: Declare __madvise.
38604 Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
38605 * sysdeps/unix/syscalls.list
38606 (madvise): Make __madvise the strong name, and madvise a weak alias.
38607 * sysdeps/unix/sysv/linux/syscalls.list
38608 (madvise, mmap): Remove redundant entries.
38609 * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
38610 * malloc/malloc.c (mtrim): Likewise.
38611 * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
38613 2012-10-03 Roland McGrath <roland@hack.frob.com>
38615 * sysdeps/mach/hurd/dl-cache.c: File removed.
38616 * config.h.in (USE_LDCONFIG): New #undef.
38617 * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
38618 * configure: Regenerated.
38619 * elf/Makefile (dl-routines): Add dl-cache only under
38620 [$(use-ldconfig) = yes].
38621 * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
38622 cache on [USE_LDCONFIG].
38623 * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
38625 * elf/rtld.c (dl_main): Likewise.
38627 2012-10-03 Pino Toscano <toscano.pino@tiscali.it>
38629 * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
38630 _SC_LEVEL4_CACHE_LINESIZE.
38632 2012-10-03 Roland McGrath <roland@hack.frob.com>
38634 * sysdeps/unix/bsd/confstr.h: File removed.
38636 2012-10-02 Alexandre Oliva <aoliva@redhat.com>
38638 * scripts/check-local-headers.sh: Exclude sys/sdt.h and
38641 2012-10-02 Roland McGrath <roland@hack.frob.com>
38643 * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
38644 Make 'mapoff' field ElfW(Off) rather than off_t.
38646 2012-10-02 Dmitry V. Levin <ldv@altlinux.org>
38648 * nscd/Makefile: Remove nscd-cflags and all its users.
38649 (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
38650 (CFLAGS-nonlib): Add compiler flags for nscd modules.
38653 * malloc.c (malloc_printerr): Clarify error message.
38655 2012-10-02 H.J. Lu <hongjiu.lu@intel.com>
38658 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
38659 Set bit_FMA_Usable if FMA is supported.
38660 * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
38662 (bit_FMA4_Usable): Updated.
38663 (index_FMA_Usable): New macro.
38664 (CPUID_FMA): Likewise
38665 (HAS_FMA): Defined with bit_FMA_Usable.
38667 2012-10-01 Roland McGrath <roland@hack.frob.com>
38669 * bits/types.h (__swblk_t): Type removed.
38670 * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
38671 * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
38672 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38673 (__SWBLK_T_TYPE): Likewise.
38674 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38675 (__SWBLK_T_TYPE): Likewise.
38676 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38677 (__SWBLK_T_TYPE): Likewise.
38678 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38679 (__SWBLK_T_TYPE): Likewise.
38681 2012-10-01 Patsy Franklin <pfrankli@redhat.com>
38682 Honza Horak <hhorak@redhat.com>
38684 * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
38685 (xdr_mapname): Use YPMAXMAP as maxsize.
38686 (xdr_peername): Use YPMAXPEER as maxsize.
38687 (xdr_keydat): Use YPAXRECORD as maxsize.
38688 (xdr_valdat): Use YPMAXRECORD as maxsize.
38690 2012-10-01 Roland McGrath <roland@hack.frob.com>
38692 * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
38694 * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
38695 * csu/init-first.c: ... here.
38696 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
38697 * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
38698 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
38699 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
38700 * sysdeps/i386/init-first.c: File removed.
38701 * sysdeps/sh/init-first.c: File removed.
38703 2012-10-01 Joseph Myers <joseph@codesourcery.com>
38706 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
38707 if x * y might underflow to zero and z is zero.
38708 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
38709 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38710 * math/libm-test.inc (min_subnorm_value): New variable.
38711 (fma_test): Add more tests.
38712 (fma_test_towardzero): Likewise.
38713 (fma_test_downward): Likewise
38714 (fma_test_upward): Likewise.
38715 (initialize): Set min_subnorm_value.
38717 2012-09-29 Joseph Myers <joseph@codesourcery.com>
38720 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
38722 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
38723 mode for addition resulting in exact zero.
38724 * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
38725 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
38727 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
38728 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38729 * math/libm-test.inc (fma_test): Add more tests.
38730 (fma_test_towardzero): New function.
38731 (fma_test_downward): Likewise.
38732 (fma_test_upward): Likewise.
38733 (main): Call the new functions.
38735 2012-09-28 David S. Miller <davem@davemloft.net>
38737 * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
38739 2012-09-28 Roland McGrath <roland@hack.frob.com>
38741 * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
38742 instead of SIGALRM.
38744 * sysdeps/gnu/_G_config.h: Moved to ...
38745 * sysdeps/unix/sysv/linux/_G_config.h: ... here.
38746 * sysdeps/mach/hurd/_G_config.h: Moved to ...
38747 * sysdeps/generic/_G_config.h: ... here.
38749 * io/open.c (__open): Renamed to __libc_open. Make __open an alias.
38751 * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
38753 * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
38754 Conditionalize target on [libnss_test1.so-version].
38756 * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
38758 * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
38759 (elfobjdir): Move out of conditionals.
38761 * nss/nsswitch.c (nss_new_service): Conditionalize definition and
38762 declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
38763 (__nss_lookup_function): Conditionalize label remove_from_tree on
38764 [!DO_STATIC_NSS || SHARED], matching its only use.
38766 2012-09-28 David S. Miller <davem@davemloft.net>
38768 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
38769 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
38771 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38773 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38774 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
38775 when HWCAP_SPARC_CRYPTO is present.
38777 2012-09-28 Pino Toscano <toscano.pino@tiscali.it>
38779 * io/tst-mknodat.c: Create a FIFO instead of a socket.
38781 2012-09-28 Andreas Schwab <schwab@linux-m68k.org>
38784 * stdio-common/vfprintf.c (process_string_arg): Revert
38787 2011-09-28 Jonathan Nieder <jrnieder@gmail.com>
38789 * stdio-common/Makefile (tst-sprintf-ENV): Set environment
38791 * stdio-common/tst-sprintf.c: Include <locale.h>
38792 (main): Test sprintf's handling of incomplete multibyte
38795 2012-09-28 H.J. Lu <hongjiu.lu@intel.com>
38797 * elf/dl-runtime.c (VERSYMIDX): Removed.
38798 * elf/dl-version.c (VERSYMIDX): Likewise.
38799 * elf/do-rel.h (VERSYMIDX): Likewise.
38800 (VALIDX): Likewise.
38801 * elf/dynamic-link.h (VERSYMIDX): Likewise.
38802 * elf/rtld.c (VALIDX): Likewise.
38803 (ADDRIDX): Likewise.
38804 * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
38805 * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
38806 * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
38807 * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
38808 (VALIDX): Likewise.
38809 (ADDRIDX): Likewise.
38811 2012-09-28 Pino Toscano <toscano.pino@tiscali.it>
38813 * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
38815 2012-09-28 Dmitry V. Levin <ldv@altlinux.org>
38818 * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
38820 * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
38821 addresses are in the same scope as 192.0.2/24.
38822 * posix/gai.conf: Document new scope table defaults.
38824 2012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
38827 * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
38828 for ftell. Compute offsets from write pointers instead.
38829 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38831 2012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
38834 * libio/Makefile (tests): New test case tst-fseek.
38835 * libio/tst-fseek.c: New test case to verify that fseek/ftell
38836 combination works in wide mode.
38837 * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
38838 state when the external buffer state changes.
38840 2012-09-27 David S. Miller <davem@davemloft.net>
38843 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
38844 pass reloc->r_addend in as the 'high' argument to
38845 sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
38847 * sysdeps/sparc/fpu/libm-test-ulps: Update.
38849 2012-09-28 Pino Toscano <toscano.pino@tiscali.it>
38851 * rt/tst-aio2.c: Include <pthread.h>.
38852 * rt/tst-aio3.c: Likewise.
38854 2012-09-27 Steve Ellcey <sellcey@mips.com>
38856 * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
38858 2012-09-27 H.J. Lu <hongjiu.lu@intel.com>
38860 * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
38861 contents on [SHARED].
38863 2012-09-26 Marek Polacek <polacek@redhat.com>
38867 * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
38868 for C++ and GCC <4.3 as well as for non GCC compilers.
38870 2012-09-26 Markus Trippelsdorf <markus@trippelsdorf.de>
38872 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38874 2012-09-25 Roland McGrath <roland@hack.frob.com>
38876 * Makefile.in (all, install): Declare with .PHONY.
38877 Reported by Michael Hope <michael.hope@linaro.org>.
38879 2012-09-25 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
38881 * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
38882 * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
38884 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
38886 (sydep_routines): Add the new and the internal functions.
38887 * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
38888 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
38889 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
38890 (GLIBC_2.17): Add the new function.
38891 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38892 (GLIBC_2.17): Likewise.
38893 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
38894 (GLIBC_2.17): Likewise.
38895 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
38896 (GLIBC_2.17): Likewise.
38897 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
38899 2012-09-25 Alan Modra <amodra@gmail.com>
38901 * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
38902 Add release barrier before setting once_control to say
38903 initialisation is done. Add hints on lwarx. Use macro in
38905 (clear_once_control): Add release barrier.
38907 2012-09-25 Joseph Myers <joseph@codesourcery.com>
38910 * math/s_clog.c (__clog): Handle more values close to |z| = 1
38912 * math/s_clog10.c (__clog10): Likewise.
38913 * math/s_clog10f.c (__clog10f): Likewise.
38914 * math/s_clog10l.c (__clog10l): Likewise.
38915 * math/s_clogf.c (__clogf): Likewise.
38916 * math/s_clogl.c (__clogl): Likewise.
38917 * math/Makefile (libm-calls): Add x2y2m1.
38918 * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
38919 (__x2y2m1): Likewise.
38920 (__x2y2m1l): Likewise.
38921 * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
38922 * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
38923 * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
38924 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
38925 * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
38926 * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
38927 * math/libm-test.inc (clog_test, clog10_test): Add more tests.
38928 * sysdeps/i386/fpu/libm-test-ulps: Update.
38929 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38932 * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
38933 int as type of variable DEPTH.
38934 (glob): Use size_t instead of int as type of variables NEWCOUNT
38937 2012-09-25 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
38939 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
38940 Add s_sincosf-sse2.
38941 * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
38942 * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
38943 * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
38944 macros for using routine as __sincosf_ia32.
38945 Use macro for function declaration and weak_alias.
38946 * sysdeps/i386/fpu/libm-test-ulps: Update.
38948 * sysdeps/x86_64/fpu/s_sincosf.S: New file.
38949 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38951 * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
38952 subnormal argument.
38953 * math/s_cexpf.c (__cexpf): Likewise.
38954 * math/s_csinf.c (__csinf): Likewise.
38955 * math/s_csinhf.c (__csinhf): Likewise.
38956 * math/s_ctanf.c (__ctanf): Likewise.
38957 * math/s_ctanhf.c (__ctanhf): Likewise.
38958 * math/s_ccosh.c (__ccoshf): Likewise.
38959 * math/s_cexp.c (__cexpl): Likewise.
38960 * math/s_csin.c (__csin): Likewise.
38961 * math/s_csinh.c (__csinh): Likewise.
38962 * math/s_ctan.c (__ctan): Likewise.
38963 * math/s_ctanh.c (ctanh): Likewise.
38964 * math/s_ccoshl.c (__ccoshl): Likewise.
38965 * math/s_cexpl.c (__cexpl): Likewise.
38966 * math/s_csinl.c (__csinl): Likewise.
38967 * math/s_csinhl.c (__csinhl): Likewise.
38968 * math/s_ctanl.c (__ctanl): Likewise.
38969 * math/s_ctanhl.c (__ctanhl): Likewise.
38971 2012-09-25 Joseph Myers <joseph@codesourcery.com>
38973 * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
38974 (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
38975 (_IO_off_t): Define to __off_t, not _G_off_t.
38976 (_IO_pid_t): Define to __pid_t, not _G_pid_t.
38977 (_IO_uid_t): Define to __uid_t, not _G_uid_t.
38978 (_IO_wint_t): Define to wint_t, not _G_wint_t.
38979 * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
38980 type of __dummy and __dummy2 fields.
38981 * sysdeps/generic/_G_config.h (_G_size_t): Remove.
38982 (_G_ssize_t): Likewise.
38983 (_G_off_t): Likewise.
38984 (_G_pid_t): Likewise.
38985 (_G_uid_t): Likewise.
38986 (_G_wchar_t): Likewise.
38987 (_G_wint_t): Likewise.
38988 * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
38989 (_G_ssize_t): Likewise.
38990 (_G_off_t): Likewise.
38991 (_G_pid_t): Likewise.
38992 (_G_uid_t): Likewise.
38993 (_G_wchar_t): Likewise.
38994 (_G_wint_t): Likewise.
38995 * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
38996 (_G_ssize_t): Likewise.
38997 (_G_off_t): Likewise.
38998 (_G_pid_t): Likewise.
38999 (_G_uid_t): Likewise.
39000 (_G_wchar_t): Likewise.
39001 (_G_wint_t): Likewise.
39003 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
39005 * malloc/arena.c: Include malloc-sysdep.h.
39006 (shrink_heap): Use check_may_shrink_heap to decide if madvise
39007 is sufficient to shrink the heap or an unmap is needed.
39008 * sysdeps/generic/malloc-sysdep.h: New file. Define
39009 new function check_may_shrink_heap.
39010 * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file. Define
39011 new function check_may_shrink_heap.
39013 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
39015 * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
39018 2012-09-24 Dmitry V. Levin <ldv@altlinux.org>
39020 * catgets/test-gencat.sh: Add "set -e".
39021 * elf/tst-pathopt.sh: Likewise.
39022 * grp/tst_fgetgrent.sh: Likewise.
39023 * iconvdata/run-iconv-test.sh: Likewise.
39024 * intl/tst-gettext.sh: Likewise.
39025 * intl/tst-gettext2.sh: Likewise.
39026 * intl/tst-gettext4.sh: Likewise.
39027 * intl/tst-gettext6.sh: Likewise.
39028 * intl/tst-translit.sh: Likewise.
39029 * io/ftwtest-sh: Likewise.
39030 * libio/test-freopen.sh: Likewise.
39031 * malloc/tst-mtrace.sh: Likewise.
39032 * posix/globtest.sh: Likewise.
39033 * posix/tst-getconf.sh: Likewise.
39034 * posix/wordexp-tst.sh: Likewise.
39035 * stdio-common/tst-printf.sh: Likewise.
39036 * stdio-common/tst-unbputc.sh: Likewise.
39037 * stdlib/tst-fmtmsg.sh: Likewise.
39038 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
39039 * catgets/Makefile: Do not specify -e option when running
39040 testsuite shell scripts.
39041 * elf/Makefile: Likewise.
39042 * grp/Makefile: Likewise.
39043 * iconvdata/Makefile: Likewise.
39044 * intl/Makefile: Likewise.
39045 * io/Makefile: Likewise.
39046 * libio/Makefile: Likewise.
39047 * malloc/Makefile: Likewise.
39048 * posix/Makefile: Likewise.
39049 * stdio-common/Makefile: Likewise.
39050 * stdlib/Makefile: Likewise.
39051 * sysdeps/x86_64/Makefile: Likewise.
39053 * io/ftwtest-sh: Add copyright header.
39054 * posix/globtest.sh: Likewise.
39055 * posix/tst-getconf.sh: Likewise.
39056 * posix/wordexp-tst.sh: Likewise.
39057 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
39059 2012-09-24 H.J. Lu <hongjiu.lu@intel.com>
39062 * Makeconfig (+link): Defined as $(+link-static) if
39063 $(build-shared) isn't yes.
39064 (link-tests): Defined as $(+link-static-tests) if $(build-shared)
39066 (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
39068 * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
39071 * malloc/arena.c (heap_trim): Properly get fencepost and adjust
39072 new chunk size with MALLOC_ALIGN_MASK.
39074 2012-09-24 Joseph Myers <joseph@codesourcery.com>
39077 * stdio-common/printf_fphex.c: Include <stdbool.h> and
39079 (__printf_fphex): Determine rounding using get_rounding_mode and
39081 * stdio-common/tst-printf-round.c (struct hex_test): New
39083 (hex_tests): New variable.
39084 (test_hex_in_one_mode): New function.
39085 (do_test): Also run tests for hex float output.
39087 2012-09-21 Joseph Myers <joseph@codesourcery.com>
39089 * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
39090 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
39091 * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
39092 * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
39093 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
39094 * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
39095 * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
39096 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
39098 2012-09-20 Joseph Myers <joseph@codesourcery.com>
39100 * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
39101 * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
39102 * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
39103 * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
39105 2012-09-19 Dmitry V. Levin <ldv@altlinux.org>
39108 * elf/rtld.c (dl_main): Limit the check for self loading to normal
39110 * elf/tst-rtld-load-self.sh: New test.
39111 * elf/Makefile: Run it.
39113 2012-09-18 Joseph Myers <joseph@codesourcery.com>
39115 * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
39116 (tst-writev-ENV): Remove.
39117 * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
39119 2012-09-17 Chris Metcalf <cmetcalf@tilera.com>
39121 * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
39123 2012-09-17 Joseph Myers <joseph@codesourcery.com>
39125 * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
39127 * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
39129 * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
39130 * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
39131 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
39134 2012-09-14 H.J. Lu <hongjiu.lu@intel.com>
39137 * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
39138 * config.make.in (have-cpp-asm-debuginfo): Removed.
39139 * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
39140 * configure: Regenerated.
39142 2012-09-14 Joseph Myers <joseph@codesourcery.com>
39145 * stdio-common/printf_fp.c: Include <stdbool.h> and
39147 (___printf_fp): Determine rounding using get_rounding_mode and
39149 * stdio-common/tst-printf-round.c: New file.
39150 * stdio-common/Makefile (tests): Add tst-printf-round.
39151 (link-libm): New variable.
39152 ($(objpfx)tst-printf-round): Depend in $(link-libm).
39154 2012-09-13 H.J. Lu <hongjiu.lu@intel.com>
39157 * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
39158 * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
39160 * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
39163 2012-09-13 Joseph Myers <joseph@codesourcery.com>
39165 * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
39166 * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39167 * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39168 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39170 2012-09-12 Joseph Myers <joseph@codesourcery.com>
39173 * include/rounding-mode.h: New file.
39174 * sysdeps/generic/get-rounding-mode.h: Likewise.
39175 * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
39176 * stdlib/strtod_l.c: Include <rounding-mode.h>.
39177 (MAX_VALUE): New macro.
39178 (MIN_VALUE): Likewise.
39179 (overflow_value): New function.
39180 (underflow_value): Likewise.
39181 (round_and_return): Use overflow_value and underflow_value to
39182 determine return values in overflow and underflow cases. Use
39183 round_away to determine rounding depending on rounding mode.
39184 (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
39185 determine return values in overflow and underflow cases.
39186 * stdlib/tst-strtod-round.c: Include <fenv.h>.
39187 (struct test_results): New structure.
39188 (struct test): Use struct test_results to store expected results
39189 for all rounding modes.
39190 (TEST): Include expected results for all rounding modes.
39191 (test_in_one_mode): New function.
39192 (do_test): Use test_in_one_mode to compute and check results.
39193 Check results for all rounding modes.
39194 * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
39197 2012-12-09 Allan McRae <allan@archlinux.org>
39199 * sysdeps/i386/fpu/libm-test-ulps: Update
39201 2012-09-11 Joseph Myers <joseph@codesourcery.com>
39203 * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
39204 (_G_int32_t): Likewise.
39205 (_G_uint16_t): Likewise.
39206 (_G_uint32_t): Likewise.
39207 (_G_HAVE_BOOL): Likewise.
39208 (_G_HAVE_ATEXIT): Likewise.
39209 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39210 (_G_HAVE_IO_FILE_OPEN): Likewise.
39211 * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
39212 (_G_int32_t): Likewise.
39213 (_G_uint16_t): Likewise.
39214 (_G_uint32_t): Likewise.
39215 (_G_HAVE_BOOL): Likewise.
39216 (_G_HAVE_ATEXIT): Likewise.
39217 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39218 (_G_HAVE_IO_FILE_OPEN): Likewise.
39219 * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
39220 (_G_int32_t): Likewise.
39221 (_G_uint16_t): Likewise.
39222 (_G_uint32_t): Likewise.
39223 (_G_HAVE_BOOL): Likewise.
39224 (_G_HAVE_ATEXIT): Likewise.
39225 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39226 (_G_HAVE_IO_FILE_OPEN): Likewise.
39228 2012-09-11 H.J. Lu <hongjiu.lu@intel.com>
39230 * csu/libc-tls.c: Update copyright years.
39232 2012-09-10 Joseph Myers <joseph@codesourcery.com>
39234 * libioP.h [_G_USING_THUNKS]: Make code unconditional.
39235 [!_G_USING_THUNKS]: Remove conditional code.
39236 * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
39237 * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
39239 * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
39240 [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
39241 * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39242 (_G_VTABLE_LABEL_PREFIX): Likewise.
39243 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39244 * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39245 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39246 (_G_VTABLE_LABEL_PREFIX): Likewise.
39247 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
39248 * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39249 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39250 (_G_VTABLE_LABEL_PREFIX): Likewise.
39251 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
39253 2012-09-10 H.J. Lu <hongjiu.lu@intel.com>
39255 * libio/Makefile: Include ../Makeconfig before tests.
39256 (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
39257 only if $(build-shared) is yes.
39259 * iconv/gconv_db.c: Update copyright years.
39261 2012-09-10 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
39263 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
39264 unwind info if defined PIC. Fix special cases description.
39265 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
39267 * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
39269 * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
39271 2012-09-07 H.J. Lu <hongjiu.lu@intel.com>
39273 * scripts/check-local-headers.sh: Add "shopt -s nullglob".
39275 * iconv/gconv_db.c (free_derivation): Check if deriv->steps
39278 * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
39279 (LDLIBS-tst-chk4): This.
39280 (LDFLAGS-tst-chk5): Renamed to ...
39281 (LDLIBS-tst-chk5): This.
39282 (LDFLAGS-tst-chk6): Renamed to ...
39283 (LDLIBS-tst-chk6): This.
39284 (LDFLAGS-tst-lfschk4): Renamed to ...
39285 (LDLIBS-tst-lfschk4): This.
39286 (LDFLAGS-tst-lfschk5): Renamed to ...
39287 (LDLIBS-tst-lfschk5): This.
39288 (LDFLAGS-tst-lfschk6): Renamed to ...
39289 (LDLIBS-tst-lfschk6): This.
39291 * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
39292 on $(common-objpfx)soversions.mk.
39294 2012-09-07 Joseph Myers <joseph@codesourcery.com>
39297 * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
39300 2012-09-07 Siddhesh Poyarekar <siddhesh@redhat.com>
39302 * malloc/arena.c (arena_get_retry): New function that gets
39303 another arena for the caller to try its request on.
39304 * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
39305 current arena cannot fulfill the request.
39306 (__libc_memalign): Likewise.
39307 (__libc_memalign): Likewise.
39308 (__libc_pvalloc): Likewise.
39309 (__libc_calloc): Likewise.
39311 2012-09-05 John Tobey <john.tobey@gmail.com>
39314 * manual/arith.texi (Operations on Complex): Fix description
39315 of carg branch cut.
39317 2012-09-06 Joseph Myers <joseph@codesourcery.com>
39320 * manual/socket.texi (Host Addresses): Use www.gnu.org as example
39324 * manual/memory.texi (Memory): Make order of menu items match
39327 2012-09-06 H.J. Lu <hongjiu.lu@intel.com>
39329 * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
39330 (_dl_initial_dtv): New. Defined if SHARED isn't defined.
39331 (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
39333 2012-09-06 H.J. Lu <hongjiu.lu@intel.com>
39335 * csu/libc-tls.c (static_dtv): Renamed to ...
39336 (_dl_static_dtv): This. Make it global.
39337 (_dl_initial_dtv): Removed.
39338 (__libc_setup_tls): Updated.
39339 * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
39340 (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
39343 2012-09-06 Petr Machata <pmachata@redhat.com>
39345 * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
39346 (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
39347 (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
39348 (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
39350 2012-09-06 H.J. Lu <hongjiu.lu@intel.com>
39353 * csu/libc-tls.c (_dl_initial_dtv): New variable.
39354 * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
39357 2012-09-06 H.J. Lu <hongjiu.lu@intel.com>
39360 * Makeconfig (link-static-before-libc): Replace $(+prector)
39362 (link-static-after-libc): Replace $(+postctor) with
39364 (link-bounded): Replace $(+prector)/$(+postctor) with
39365 $(+prectorT)/$(+postctorT).
39366 (+prectorT): New macro.
39367 (+postctorT): Likewise.
39369 2012-09-06 Joseph Myers <joseph@codesourcery.com>
39371 * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
39372 (round_str): Handle values above the maximum for IBM long double
39374 * stdlib/tst-strtod-round.c (tests): Regenerated.
39376 2012-09-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
39378 * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
39380 * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
39381 zarch_nohighgprs around the zarch optimized routines.
39382 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
39383 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
39384 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
39387 2012-09-05 David S. Miller <davem@davemloft.net>
39389 * sysdeps/sparc/fpu/libm-test-ulps: Update.
39391 * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
39392 (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
39393 * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
39394 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
39397 2012-09-05 Alexandre Oliva <aoliva@redhat.com>
39399 * malloc/arena.c: Fold copyright years.
39400 * malloc/mcheck.c, malloc/memusage.c: Likewise.
39402 2012-09-05 Alexandre Oliva <aoliva@redhat.com>
39404 * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
39406 2012-09-05 Alexandre Oliva <aoliva@redhat.com>
39408 * manual/contrib.texi (Contributors): Fix typo. Complete entry.
39410 2012-09-05 Alexandre Oliva <aoliva@redhat.com>
39412 * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
39413 change internal state upon failure.
39415 2012-09-05 Alexandre Oliva <aoliva@redhat.com>
39417 * malloc/mcheck.c (mcheck_check_all): Fix typo.
39418 * malloc/memusage.c (mmap): Likewise.
39419 (mmap64, mremap): Likewise. Adjust name in comment.
39421 2012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
39423 * libio/fileops.c: Fix typos in comments.
39424 * libio/oldfileops.c: Likewise.
39425 * libio/wfileops.c: Likewise.
39427 2012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
39430 * malloc/Makefile (tests): Add tst-malloc-usable test case.
39431 (tst-malloc-usable-ENV): Set environment for test case.
39432 * malloc/hooks.c (malloc_check_get_size): New function to get
39434 * malloc/malloc.c (musable): Use malloc_check_get_size.
39435 * malloc/tst-malloc-usable.c: New test case.
39437 2012-09-05 Andreas Schwab <schwab@linux-m68k.org>
39439 * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
39441 2012-09-05 Allan McRae <allan@archlinux.org>
39444 * configure.in (CXX_SYSINCLUDES): Use compiler output to
39445 determine header location.
39446 * configure: Regenerated.
39448 2012-09-05 Andreas Schwab <schwab@linux-m68k.org>
39450 * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
39452 * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
39453 LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
39455 (test): Regenerate.
39457 2012-09-04 David S. Miller <davem@davemloft.net>
39459 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
39460 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
39461 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
39463 2012-09-04 Florian Weimer <fweimer@redhat.com>
39465 * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
39468 * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
39470 2012-09-04 Joseph Myers <joseph@codesourcery.com>
39473 * libio/iogetdelim.c: Include <limits.h>.
39474 (_IO_getdelim): Avoid integer overflow in testing whether cur_len
39475 + len + 1 would overflow.
39477 2012-09-03 Andreas Jaeger <aj@suse.de>
39479 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39480 * sysdeps/i386/fpu/libm-test-ulps: Update.
39482 2012-09-03 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
39484 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
39485 Add s_sinf-sse2, s_conf-sse2.
39487 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
39488 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
39489 * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
39490 * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
39492 * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
39493 for using routine as __sinf_ia32.
39494 Use macro for function declaration and weak_alias.
39495 * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
39496 for using routine as __cosf_ia32.
39497 Use macro for function declaration and weak_alias.
39499 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
39500 * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
39502 * sysdeps/x86_64/fpu/s_sinf.S: New file.
39503 * sysdeps/x86_64/fpu/s_cosf.S: New file.
39504 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39506 * math/libm-test.inc (cos_test): Add more test cases.
39507 (sin_test): Likewise.
39508 (sincos_test): Likewise.
39510 2012-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
39512 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
39513 (IFUNC_RESOLVE): Make pointers to the specialized implementations
39515 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
39517 2012-09-02 H.J. Lu <hongjiu.lu@intel.com>
39520 * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
39521 first element of the GOT.
39522 (elf_machine_load_address): Return the difference between
39523 the runtime address of _DYNAMIC and elf_machine_dynamic ().
39525 2012-09-01 Allan McRae <allan@archlinux.org>
39528 * configure.in (AWK): Require gawk version 3.0 or later.
39529 * configure: Regenerated.
39531 2012-09-01 Joseph Myers <joseph@codesourcery.com>
39533 * sysdeps/unix/sysv/linux/kernel-features.h
39534 (__ASSUME_POSIX_CPU_TIMERS): Remove.
39535 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39536 [__NR_clock_getres]: Make code unconditional.
39537 [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
39538 (clock_getcpuclockid): Remove code left unreachable by removal of
39540 * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
39541 code unconditional.
39542 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39543 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39544 * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
39545 Make code unconditional.
39546 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39547 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39548 * sysdeps/unix/sysv/linux/clock_settime.c
39549 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
39551 [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
39552 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39554 2012-08-29 H.J. Lu <hongjiu.lu@intel.com>
39557 * Makefile (install): Also pass LD_SO=$(ld.so-version) to
39558 scripts/test-installation.pl.
39560 * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
39561 and $ld_so_version if it is set.
39563 2012-08-29 Siddhesh Poyarekar <siddhesh@redhat.com>
39566 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
39567 failure if reading from procfs failed.
39568 * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
39570 2012-08-27 Joseph Myers <joseph@codesourcery.com>
39572 * sysdeps/unix/sysv/linux/kernel-features.h
39573 (__ASSUME_STAT64_SYSCALL): Remove all definitions.
39574 * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39575 Remove conditional code.
39576 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39577 * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
39578 Remove conditional code.
39579 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39580 * sysdeps/unix/sysv/linux/i386/fxstat.c
39581 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39582 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39583 * sysdeps/unix/sysv/linux/i386/fxstatat.c
39584 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39585 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39586 * sysdeps/unix/sysv/linux/i386/lxstat.c
39587 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39588 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39589 * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
39590 Remove conditional code.
39591 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39592 * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39593 Remove conditional code.
39594 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39595 * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
39596 <kernel-features.h>.
39597 [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
39599 * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
39600 Remove conditional code.
39601 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39602 * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
39603 Remove conditional.
39605 2012-08-27 Mike Frysinger <vapier@gentoo.org>
39608 * NEWS: Add fixed bug number.
39610 2012-08-27 Joseph Myers <joseph@codesourcery.com>
39613 * stdlib/strtod_l.c (round_and_return): Return -0.0 for
39614 underflowing exponent in case of negative sign.
39615 * stdlib/tst-strtod-round-data: Add more tests.
39616 * stdlib/tst-strtod-round.c (tests): Regenerated.
39619 * stdlib/strtod_l.c (NDIG): Remove.
39620 (HEXNDIG): Likewise.
39621 (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
39622 smallest representable value.
39623 (____STRTOF_INTERNAL): Use all fractional decimal digits that may
39624 lie within an exact representation of 1/2 ulp of the result.
39625 * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
39627 (TENS_P9_IDX): Define unconditionally.
39628 (TENS_P9_SIZE): Likewise.
39629 (TENS_P10_IDX): Likewise.
39630 (TENS_P10_SIZE): Likewise.
39631 [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
39632 to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
39633 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
39634 entries for 10^2^13 and 10^2^14.
39635 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
39636 (TENS_P13_IDX): Define.
39637 (TENS_P13_SIZE): Likewise.
39638 (TENS_P14_IDX): Likewise.
39639 (TENS_P14_SIZE): Likewise.
39640 (_fpioconst_pow10): Change array size to
39641 FPIOCONST_POW10_ARRAY_SIZE. Make entries for 10^2^9 and 10^2^10
39643 (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
39644 1024]: Add entries for 10^2^13 and 10^2^14.
39645 [LAST_POW10 > _LAST_POW10]: Remove #error.
39646 * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
39647 (_fpioconst_pow10): Change array size to
39648 FPIOCONST_POW10_ARRAY_SIZE.
39649 * stdlib/gen-fpioconst.c: New file.
39650 * stdlib/gen-tst-strtod-round.c: Likewise.
39651 * stdlib/tst-strtod-round-data: Likewise.
39652 * stdlib/tst-strtod-round.c: Likewise.
39653 * stdlib/Makefile (tests): Add tst-strtod-round.
39656 * stdlib/strtod_l.c: Include <stdint.h>.
39657 (NDEBUG): Do not define.
39658 (round_and_return): Change EXPONENT parameter to type intmax_t.
39659 Rearrange calculations to avoid internal overflow possibilities.
39660 (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
39661 Rearrange calculations to avoid internal overflow possibilities.
39662 Assert that number fits inside MPNSIZE limbs.
39663 (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
39664 Change DIG_NO, INT_NO and LEAD_ZERO to type size_t. Rearrange
39665 calculations and add assertions to avoid internal overflow
39666 possibilities. Add casts to avoid signed/unsigned operations.
39667 * stdlib/tst-strtod-overflow.c: New file.
39668 * stdlib/Makefile (tests): Add tst-strtod-overflow.
39670 2012-08-25 Marek Polacek <polacek@redhat.com>
39672 * time/time.h: Fix some typos in comments.
39674 2012-08-23 Roland McGrath <roland@hack.frob.com>
39676 * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
39677 * posix/tst-rfc3484-2.c: Likewise.
39678 * posix/tst-rfc3484-3.c: Likewise.
39680 2012-08-23 Steve McIntyre <steve.mcintyre@linaro.org>
39682 * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
39683 (EF_ARM_ABI_FLOAT_HARD): Likewise.
39685 2012-08-23 Joseph Myers <joseph@codesourcery.com>
39687 * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
39688 #include of fxstatat64.c.
39690 2012-08-22 Roland McGrath <roland@hack.frob.com>
39692 * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
39693 * shadow/getspent_r.c: Likewise.
39694 * shadow/getspnam.c: Likewise.
39695 * shadow/getspnam_r.c: Likewise.
39696 * gshadow/getsgent.c: Likewise.
39697 * gshadow/getsgent_r.c: Likewise.
39698 * gshadow/getsgnam.c: Likewise.
39699 * gshadow/getsgnam_r.c: Likewise.
39700 * inet/getnetbyad.c: Likewise.
39701 * inet/getnetbyad_r.c: Likewise.
39702 * inet/getnetbynm.c: Likewise.
39703 * inet/getnetbynm_r.c: Likewise.
39704 * inet/getnetent.c: Likewise.
39705 * inet/getnetent_r.c: Likewise.
39706 * inet/getproto.c: Likewise.
39707 * inet/getproto_r.c: Likewise.
39708 * inet/getprtent.c: Likewise.
39709 * inet/getprtent_r.c: Likewise.
39710 * inet/getprtname.c: Likewise.
39711 * inet/getprtname_r.c: Likewise.
39712 * inet/getrpcbyname.c: Likewise.
39713 * inet/getrpcbyname_r.c: Likewise.
39714 * inet/getrpcbynumber.c: Likewise.
39715 * inet/getrpcbynumber_r.c: Likewise.
39716 * inet/getrpcent.c: Likewise.
39717 * inet/getrpcent_r.c: Likewise.
39718 * inet/getaliasent.c: Likewise.
39719 * inet/getaliasent_r.c: Likewise.
39720 * inet/getaliasname.c: Likewise.
39721 * inet/getaliasname_r.c: Likewise.
39722 * nscd/getgrgid_r.c: Likewise.
39723 * nscd/getgrnam_r.c: Likewise.
39724 * nscd/gethstbyad_r.c: Likewise.
39725 * nscd/gethstbynm3_r.c: Likewise.
39726 * nscd/getpwnam_r.c: Likewise.
39727 * nscd/getpwuid_r.c: Likewise.
39728 * nscd/getsrvbynm_r.c: Likewise.
39729 * nscd/getsrvbypt_r.c: Likewise.
39730 * nscd/gai.c: Likewise.
39732 * configure.in (build_nscd): New substituted variable, set
39733 by --disable-build-nscd and defaults to $use_nscd.
39734 * configure: Regenerated.
39735 * config.make.in (build-nscd): New substituted variable.
39736 * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
39737 Change conditional to require [$(build-nscd) = yes] as well.
39738 * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
39741 * configure.in (use_nscd): New substituted variable, set by
39742 --disable-nscd. If enabled, define USE_NSCD.
39743 * configure: Regenerated.
39744 * config.h.in: Add USE_NSCD.
39745 * config.make.in (use-nscd): New substituted variable.
39746 * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
39747 (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
39748 (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
39749 * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
39750 (CFLAGS-getgrnam_r.c): Likewise.
39751 (CFLAGS-initgroups.c): Likewise.
39752 * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
39753 * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
39755 * inet/getnetgrent_r.c
39756 (nscd_setnetgrent): New function, broken out of ...
39757 (setnetgrent): ... here. Call it.
39758 (innetgr): Conditionalize nscd bits on [USE_NSCD].
39759 (nscd_getnetgrent): Conditionalize on [USE_NSCD].
39760 (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
39761 * nscd/Makefile (routines, aux): Move definitions after include of
39762 Makeconfig. Conditionalize on [$(use-nscd) != no].
39763 * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
39764 Conditionalize on [USE_NSCD].
39765 (is_nscd, nscd_init_cb): Likewise.
39766 (nss_load_library): Conditionalize init callback on [USE_NSCD].
39767 * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
39768 * nss/nss_db/db-init.c: Likewise.
39769 * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
39771 * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
39772 (make_request): Use it.
39773 (cache_valid_p): New function.
39774 (__check_pf): Use it.
39775 * NEWS: Add item for --disable-nscd.
39777 2012-08-22 Dmitry V. Levin <ldv@altlinux.org>
39779 * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
39780 to support sed >= 4.2.1-20-ga9bf076.
39781 * configure: Regenerated.
39783 2012-08-22 Roland McGrath <roland@hack.frob.com>
39785 * csu/libc-start.c (apply_irel): Move extern declarations inside here.
39786 Conditionalize whole body on [IREL].
39788 2012-08-22 Jeff Law <law@redhat.com>
39791 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
39792 if the family is PF_UNSPEC.
39794 2012-08-22 Mike Frysinger <vapier@gentoo.org>
39796 * Makerules (lib-version): Rename from V.
39797 (install-lib-nosubdir): Change V to lib-version.
39799 2012-08-22 Will Schmidt <will_schmidt@vnet.ibm.com>
39802 * powerpc32/power6/wcschr.c: New file.
39803 * powerpc32/power6/wcscpy.c: New file.
39804 * powerpc32/power6/wcsrchr.c: New file.
39805 * powerpc64/power6/wcschr.c: New file.
39806 * powerpc64/power6/wcscpy.c: New file.
39807 * powerpc64/power6/wcsrchr.c: New file.
39809 2012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
39811 * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
39812 (two_way_short_needle): Use it.
39813 * string/strstr.c (AVAILABLE1_USES_J): Define.
39814 * string/strcasestr.c: Likewise.
39816 * string/str-two-way.h (two_way_short_needle): Use pointers instead of
39818 * string/strcasestr.c (TOLOWER): Make side-effect safe.
39821 * NEWS: Add an entry.
39822 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
39823 define their defaults.
39824 (two_way_short_needle): Detect end-of-string on-the-fly.
39825 * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
39826 (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
39827 * string/bug-strcasestr1.c: New test.
39828 * string/Makefile: Run it.
39830 2012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
39833 * string/str-two-way.h (two_way_short_needle): Optimize matching of
39834 the first character.
39836 2012-08-21 Roland McGrath <roland@hack.frob.com>
39838 * csu/elf-init.c (__libc_csu_irel): Function removed.
39839 * csu/libc-start.c (apply_irel): New function.
39840 (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
39842 2012-08-21 Joseph Myers <joseph@codesourcery.com>
39844 * sysdeps/unix/sysv/linux/kernel-features.h
39845 (__ASSUME_FADVISE64_64_SYSCALL): Remove.
39846 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
39847 <kernel-features.h>.
39848 [__NR_fadvise64_64]: Make code unconditional.
39849 [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
39850 [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
39851 !__NR_fadvise64_64)]: Likewise.
39852 [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
39853 !__NR_fadvise64_64))]: Likewise.
39854 [__NR_fadvise64]: Make code unconditional.
39855 [!__NR_fadvise64]: Remove conditional code.
39856 * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
39857 <kernel-features.h>.
39858 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39860 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39862 * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
39863 not include <kernel-features.h>.
39864 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39866 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39868 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
39869 include <kernel-features.h>.
39870 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39872 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39875 2012-08-21 Will Schmidt <will_schmidt@vnet.ibm.com>
39877 * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
39878 slight instruction rearrangements per scrollpipe analysis.
39879 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
39881 2012-08-20 Roland McGrath <roland@hack.frob.com>
39883 * manual/syslog.texi (syslog; vsyslog, closelog):
39884 Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
39885 Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
39887 * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
39888 DSOCAPS to match condition on defining it.
39890 2012-08-20 Joseph Myers <joseph@codesourcery.com>
39892 * sysdeps/unix/sysv/linux/kernel-features.h
39893 (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
39894 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
39895 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39896 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39897 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
39898 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39899 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39900 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
39901 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39902 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39904 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
39905 __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
39907 * sysdeps/unix/sysv/linux/kernel-features.h
39908 (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
39909 * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
39911 [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39912 * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
39913 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
39914 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39915 * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
39916 Make code unconditional.
39917 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39918 (__mmap64) [!__NR_mmap2]: Likewise.
39919 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
39920 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
39921 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39922 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
39923 [__NR_mmap2]: Make code unconditional.
39924 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39925 (__mmap64) [!__NR_mmap2]: Likewise.
39927 2012-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
39929 * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
39931 2012-08-18 Andreas Jaeger <aj@suse.de>
39933 * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
39935 2012-08-18 Mike Frysinger <vapier@gentoo.org>
39937 * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
39938 * include/unistd.h (__have_sock_cloexec): Likewise.
39939 (__have_pipe2): Likewise.
39940 (__have_dup3): Likewise.
39942 2012-08-18 Mike Frysinger <vapier@gentoo.org>
39945 * include/unistd.h (__have_pipe2): Change define into an extern int.
39946 (__have_dup3): Likewise.
39947 * socket/have_sock_cloexec.c: Include fcntl.h.
39948 (__have_pipe2): New variable.
39949 (__have_dup3): Likewise.
39951 2012-08-17 Mike Frysinger <vapier@gentoo.org>
39953 * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
39955 2012-08-17 Marek Polacek <polacek@redhat.com>
39957 * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
39958 ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
39960 2012-08-17 Roland McGrath <roland@hack.frob.com>
39962 * configure.in: Add AC_SUBST for sysheaders.
39963 * configure: Regenerated.
39964 * config.make.in (sysheaders): New substituted variable.
39966 * sysdeps/unix/mkfifo.c: Moved ...
39967 * sysdeps/posix/mkfifo.c: ... here.
39968 * sysdeps/unix/mkfifoat.c: Moved ...
39969 * sysdeps/posix/mkfifoat.c: ... here.
39971 * sysdeps/unix/utime.c: Moved ...
39972 * sysdeps/posix/utime.c: ... here.
39974 * sysdeps/unix/time.c: Moved ...
39975 * sysdeps/posix/time.c: ... here.
39976 * sysdeps/unix/sysv/linux/time.c: Adjust #include.
39977 * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
39979 * sysdeps/unix/nice.c: Moved ...
39980 * sysdeps/posix/nice.c: ... here.
39982 * sysdeps/unix/alarm.c: Moved ...
39983 * sysdeps/posix/alarm.c: ... here.
39985 * intl/Makefile ($(codeset_mo)): Depend on the input file.
39987 2012-08-17 Jeff Law <law@redhat.com>
39989 * intl/Makefile (codeset_mo): New variable.
39990 ($(codeset_mo)): New target.
39991 (tst-codeset.out): Depend on that. Remove explicit rule.
39992 (tst-gettext3.out, tst-gettext5.out): Likewise.
39993 (LOCPATH-ENV, tst-codeset-ENV): New variables.
39994 (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
39995 * intl/tst-codeset.sh: Remove.
39996 * intl/tst-gettext3.sh: Likewise.
39997 * intl/tst-gettext5.sh: Likewise.
39999 2012-08-17 Roland McGrath <roland@hack.frob.com>
40001 * sysdeps/unix/inet/syscalls.list: File removed. Move contents into ...
40002 * sysdeps/unix/syscalls.list: ... here.
40004 * sysdeps/posix/getaddrinfo.c
40005 (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
40006 (gaiconf_init, gaiconf_reload): Use them.
40007 [!_STATBUF_ST_NSEC]
40008 (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
40009 Define using time_t rather than struct timespec.
40011 * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
40012 (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
40014 * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
40016 (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
40017 (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
40020 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
40021 __libc_cleanup_push argument.
40023 * bits/param.h: New file.
40024 * misc/sys/param.h: New file.
40025 * include/sys/param.h: New file.
40026 * misc/Makefile (headers): Add bits/param.h.
40027 * sysdeps/generic/sys/param.h: File removed.
40028 * sysdeps/unix/sysv/linux/bits/param.h: New file.
40029 * sysdeps/unix/sysv/linux/sys/param.h: File removed.
40030 * sysdeps/mach/hurd/bits/param.h: New file.
40031 * sysdeps/mach/hurd/sys/param.h: File removed.
40033 * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
40036 * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
40038 * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
40039 (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
40042 * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
40043 * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
40044 rather than -D_IO_MTSAFE_IO conditionally.
40045 * stdio-common/Makefile (CPPFLAGS): Likewise.
40046 * wcsmbs/Makefile (CPPFLAGS): Likewise.
40047 * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
40048 Use $(libio-mtsafe).
40049 * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
40050 of -D_IO_MTSAFE_IO.
40051 (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
40052 (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
40053 (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
40054 (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
40055 (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
40056 (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
40057 (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
40058 (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
40059 (CFLAGS-fread_u_chk.c): Likewise.
40060 (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
40061 (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
40062 (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
40063 (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
40064 * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
40065 * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
40066 * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
40067 * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
40068 * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
40070 * libio/Makefile: Test [$(libc-reentrant) = yes]
40071 instead of [$(filter %REENTRANT, $(defines)) nonempty].
40074 [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
40075 * sysdeps/pthread/configure: File removed.
40076 * sysdeps/pthread/Makeconfig: New file.
40077 * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
40078 * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
40080 2012-08-16 Gary Benson <gbenson@redhat.com>
40082 * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
40083 unmapping the first object in a namespace.
40085 2012-08-16 Roland McGrath <roland@hack.frob.com>
40087 * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
40088 (__internal_setnetgrent): ... this. Add internal_function to
40089 definition. Add libc_hidden_def.
40090 (setnetgrent): Update caller.
40091 (internal_endnetgrent): Renamed to ...
40092 (__internal_endnetgrent): ... this. Add internal_function to
40093 definition. Add libc_hidden_def.
40094 (endnetgrent): Update caller.
40095 (internal_getnetgrent_r): Renamed to ...
40096 (__internal_getnetgrent_r): ... this. Add internal_function to
40097 definition. Add libc_hidden_def.
40098 (__getnetgrent_r): Update caller.
40099 * inet/netgroup.h: Update declarations. Add libc_hidden_proto uses.
40101 2012-08-16 Joseph Myers <joseph@codesourcery.com>
40103 * stdlib/longlong.h: Update from GCC.
40105 2012-08-16 Roland McGrath <roland@hack.frob.com>
40107 * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
40108 on _QL, which is set by umul_ppmm but never used.
40109 * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
40110 variables, which are set by GMP macros but never used.
40111 * stdio-common/_itowa.c (_itowa): Likewise.
40112 * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
40113 * stdlib/mod_1.c (mpn_mod_1): Likewise.
40115 2012-08-16 Carlos O'Donell <carlos_odonell@mentor.com>
40117 * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
40118 struct La_sh_regs is not constant.
40119 * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
40120 <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
40121 and struct La_sparc64_regs are not constant.
40123 2012-08-16 Joseph Myers <joseph@codesourcery.com>
40125 * sysdeps/unix/sysv/linux/kernel-features.h
40126 (__ASSUME_POSIX_TIMERS): Remove.
40127 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
40128 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40129 * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
40130 Make code unconditional.
40131 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40132 * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
40133 Make code unconditional.
40134 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40135 * sysdeps/unix/sysv/linux/clock_nanosleep.c
40136 [__ASSUME_POSIX_TIMERS]: Make code unconditional.
40137 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40138 * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
40139 Make code unconditional.
40140 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40141 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
40142 (__libc_missing_posix_timers): Remove.
40144 2012-08-15 Roland McGrath <roland@hack.frob.com>
40146 * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
40147 check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
40149 * bits/libc-lock.h (__rtld_lock_initialize): New macro.
40151 * elf/dl-sym.c: Include <stdlib.h>.
40153 * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
40154 constants, which avoids warnings in 32-bit builds.
40156 * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
40157 (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
40159 * misc/lseek.c: File moved to ...
40160 * io/lseek.c: ... here.
40162 * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
40164 * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
40165 shifting LEN more than 31 bits at once.
40167 2012-08-15 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
40170 * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
40171 segmentation fault for a case of two empty input strings.
40172 * string/test-strncasecmp.c (check1): Renamed to...
40173 (bz12205): ...this.
40174 (bz14195): Add new testcase for two empty input strings and N > 0.
40175 (test_main): Call new testcase, adapt for renamed function.
40177 2012-08-15 Andreas Jaeger <aj@suse.de>
40180 * crypt/md5test2.c: New test, based on test supplied by Serge
40181 Belyshev <belyshev@depni.sinp.msu.ru>.
40182 * crypt/Makefile (xtests): Add md5test-giant..
40183 * crypt/Makefile ($(objpfx)md5test-giant): Add.
40185 2012-08-15 Paul Eggert <eggert@cs.ucla.edu>
40188 * crypt/md5.c (md5_process_block): Don't assume the buffer
40189 length is less than 2**32.
40190 * crypt/sha512.c (sha512_process_block): Don't assume the buffer
40191 length is less than 2**64.
40193 2012-08-15 Roland McGrath <roland@hack.frob.com>
40195 * string/str-two-way.h: Include <sys/param.h>.
40196 (MAX): Macro removed.
40198 * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
40199 Move #define and #undef of memmove to just before and after
40200 including <string.h>.
40202 * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
40203 [!NOT_IN_libc]: Move #define and #undef of memmove to just before
40204 and after including <string.h>. Move declarations of
40205 __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
40206 to before #include "string/memmove.c".
40208 * include/dirent.h: Declare __getdirentries.
40210 * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
40211 using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
40213 2012-08-14 Mike Frysinger <vapier@gentoo.org>
40215 * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
40216 * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
40217 * sysdeps/i386/configure: Regenerated.
40218 * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
40219 STABS_CURRENT_FILE, and STABS_FUN.
40220 (END): Remove call to STABS_FUN_END.
40221 (STABS_CURRENT_FILE1): Delete.
40222 (STABS_CURRENT_FILE): Likewise.
40223 (STABS_FUN): Likewise.
40224 (STABS_FUN_END): Likewise.
40225 (STABS_FUN2): Likewise.
40226 * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
40227 * sysdeps/x86_64/configure: Regenerated.
40229 2012-08-14 Roland McGrath <roland@hack.frob.com>
40231 * elf/dl-open.c: Include <atomic.h>.
40232 * elf/dl-lookup.c: Likewise.
40234 2012-08-14 Joseph Myers <joseph@codesourcery.com>
40236 * sysdeps/unix/sysv/linux/kernel-features.h
40237 (__ASSUME_CLONE_THREAD_FLAGS): Remove.
40238 * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
40240 * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
40242 * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
40243 condition on __ASSUME_CLONE_THREAD_FLAGS.
40245 2012-08-14 Andreas Jaeger <aj@suse.de>
40247 * sysdeps/i386/fpu/libm-test-ulps: Update.
40249 2012-08-13 Maxim Kuvyrkov <maxim@codesourcery.com>
40251 * include/atomic.h (atomic_exchange_and_add): Split into ...
40252 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
40255 2012-08-13 Markus Trippelsdorf <markus@trippelsdorf.de>
40257 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40259 2012-08-13 Jeff Law <law@redhat.com>
40261 * manual/stdio.texi (snprintf): Clarify handling of the trailing
40262 null byte in the output string.
40264 2012-08-10 Joseph Myers <joseph@codesourcery.com>
40266 * sysdeps/unix/sysv/linux/kernel-features.h
40267 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
40268 [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
40269 (__ASSUME_ARG_MAX_STACK_BASED): Define.
40270 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
40271 [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
40272 !__ASSUME_ARG_MAX_STACK_BASED. Compare version with
40273 __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
40275 2012-08-09 Jeff Law <law@redhat.com>
40278 * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
40279 When avoid_arena is set, don't retry in the that arena. Pick the
40280 next one, whatever it might be.
40281 (arena_get2): New parameter avoid_arena, pass through to reused_arena.
40282 (arena_lock): Pass in new parameter to arena_get2.
40283 * malloc/malloc.c (__libc_memalign): Pass in new parameter to
40285 (__libc_malloc): Unify retrying after main arena failure with
40286 __libc_memalign version.
40287 (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
40289 2012-08-09 H.J. Lu <hongjiu.lu@intel.com>
40292 * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
40293 to __redirect_strstr.
40294 (__strstr_sse42): Use typeof __redirect_strstr.
40295 (__strstr_ia32): Likewise.
40296 (__libc_strstr): New prototype.
40297 (strstr): Renamed to ...
40298 (__libc_strstr): This.
40299 (strstr): New strong alias of __libc_strstr.
40300 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
40301 * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
40304 (__libc_time): New prototype.
40305 (time_ifunc): Replace time with __libc_time.
40306 (time): New strong alias and hidden definition of __libc_time.
40307 (__GI_time): Remove strong alias.
40308 * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
40309 Include <stddef.h>.
40310 (memmove): Redefined to __redirect_memmove.
40311 (__memmove_sse2): Use typeof __redirect_memmove.
40312 (__memmove_ssse3): Likewise.
40313 (__memmove_ssse3_back): Likewise.
40314 (__libc_memmove): New prototype.
40315 (memmove): Renamed to ...
40316 (__libc_memmove): This.
40317 (memmove): New strong alias of __libc_memmove.
40319 2012-08-08 Mark Salter <msalter@redhat.com>
40322 (R_MN10300_TLS_GD): Define.
40323 (R_MN10300_TLS_LD): Likewise.
40324 (R_MN10300_TLS_LDO): Likewise.
40325 (R_MN10300_TLS_GOTIE): Likewise.
40326 (R_MN10300_TLS_IE): Likewise.
40327 (R_MN10300_TLS_LE): Likewise.
40328 (R_MN10300_TLS_DTPMOD): Likewise.
40329 (R_MN10300_TLS_DTPOFF): Likewise.
40330 (R_MN10300_TLS_TPOFF): Likewise.
40331 (R_MN10300_SYM_DIFF): Likewise.
40332 (R_MN10300_ALIGN): Likewise.
40333 (R_MN10300_NUM): Update.
40335 2012-08-08 Joseph Myers <joseph@codesourcery.com>
40337 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
40340 2012-08-08 Roland McGrath <roland@hack.frob.com>
40342 * sysdeps/posix/fdopendir.c: Include <stddef.h>.
40344 * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
40345 sysdeps/unix -> sysdeps/posix move.
40346 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
40348 2012-08-07 Allan McRae <allan@archlinux.org>
40351 * sunrpc/rpc_main.c (SVR4_CPP): Remove.
40352 (SUNOS_CPP): Likewise.
40353 (find_cpp): Fall back to selecting system cpp when /lib/cpp is
40355 (open_input): Call CPP using execvp.
40357 2012-08-07 Joseph Myers <joseph@codesourcery.com>
40359 * sysdeps/unix/sysv/linux/kernel-features.h
40360 (__ASSUME_PROT_GROWSUPDOWN): Remove.
40361 (__ASSUME_NO_CLONE_DETACHED): Likewise.
40362 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40363 (__ASSUME_WAITID_SYSCALL): Likewise.
40364 * sysdeps/unix/sysv/linux/dl-execstack.c
40365 (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
40366 code unconditional.
40367 (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
40369 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
40370 [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
40371 (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
40373 * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
40375 [__ASSUME_WAITID_SYSCALL]: Likewise.
40376 [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
40378 2012-08-07 Roland McGrath <roland@hack.frob.com>
40380 * sysdeps/unix/closedir.c: Renamed to ...
40381 * sysdeps/posix/closedir.c: ... here.
40382 * sysdeps/unix/dirfd.c: Renamed to ...
40383 * sysdeps/posix/dirfd.c: ... here.
40384 * sysdeps/unix/dirstream.h: Renamed to ...
40385 * sysdeps/posix/dirstream.h: ... here.
40386 * sysdeps/unix/fdopendir.c: Renamed to ...
40387 * sysdeps/posix/fdopendir.c: ... here.
40388 * sysdeps/unix/opendir.c: Renamed to ...
40389 * sysdeps/posix/opendir.c: ... here.
40390 * sysdeps/unix/readdir.c: Renamed to ...
40391 * sysdeps/posix/readdir.c: ... here.
40392 * sysdeps/unix/readdir_r.c: Renamed to ...
40393 * sysdeps/posix/readdir_r.c: ... here.
40394 * sysdeps/unix/rewinddir.c: Renamed to ...
40395 * sysdeps/posix/rewinddir.c: ... here.
40396 * sysdeps/unix/seekdir.c: Renamed to ...
40397 * sysdeps/posix/seekdir.c: ... here.
40398 * sysdeps/unix/telldir.c: Renamed to ...
40399 * sysdeps/posix/telldir.c: ... here.
40400 * sysdeps/unix/sysv/linux/opendir.c: Update #include.
40401 * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
40402 * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
40403 * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
40405 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
40406 * bits/fcntl.h: ... here.
40408 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
40410 (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
40411 [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
40412 (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
40413 (struct flock): Move l_start, l_len to the beginning.
40414 Use __pid_t for l_pid.
40415 [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
40416 [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
40417 [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
40418 (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
40419 [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
40420 [__USE_LARGEFILE64] (struct flock64): New type.
40421 (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
40423 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
40424 * bits/dirent.h: ... here.
40426 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
40427 [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
40429 2012-08-07 Joseph Myers <joseph@codesourcery.com>
40431 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40432 Change from 2.6.0 to 2.6.16.
40433 * sysdeps/unix/sysv/linux/configure: Regenerated.
40434 * sysdeps/unix/sysv/linux/kernel-features.h
40435 (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
40436 (__ASSUME_TGKILL): Define conditional on architectures, not kernel
40438 (__ASSUME_UTIMES): Likewise.
40439 (__ASSUME_CLONE_STOPPED): Remove.
40440 (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
40441 architectures, not kernel version.
40442 (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
40443 (__ASSUME_NO_CLONE_DETACHED): Likewise.
40444 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40445 (__ASSUME_WAITID_SYSCALL): Likewise.
40446 [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
40447 condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
40448 * README: State 2.6.16 as minimum Linux kernel version. Do not
40449 refer to older versions.
40451 2012-08-06 Roland McGrath <roland@hack.frob.com>
40453 * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
40454 Define alphasort64 as an alias.
40455 * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
40456 Define versionsort64 as an alias.
40457 * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
40458 Define scandir64 as an alias.
40459 * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
40460 Define scandirat64 as an alias.
40461 * dirent/alphasort64.c (alphasort64):
40462 Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
40463 * dirent/versionsort64.c: Likewise.
40464 * dirent/scandir64.c: Likewise.
40465 * dirent/scandirat64.c: Likewise.
40466 * sysdeps/wordsize-64/alphasort.c: File removed.
40467 * sysdeps/wordsize-64/alphasort64.c: File removed.
40468 * sysdeps/wordsize-64/scandir.c: File removed.
40469 * sysdeps/wordsize-64/scandir64.c: File removed.
40470 * sysdeps/wordsize-64/scandirat.c: File removed.
40471 * sysdeps/wordsize-64/scandirat64.c: File removed.
40472 * sysdeps/wordsize-64/versionsort.c: File removed.
40473 * sysdeps/wordsize-64/versionsort64.c: File removed.
40474 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
40475 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
40476 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
40477 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
40478 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
40479 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
40480 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
40481 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
40483 * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
40484 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40485 [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
40486 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40487 [defined __arch64__ || defined __sparcv9]
40488 (__INO_T_MATCHES_INO64_T): New macro.
40489 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40490 [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
40491 * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
40492 * sysdeps/unix/sysv/linux/bits/dirent.h
40493 [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
40494 (_DIRENT_MATCHES_DIRENT64): New macro.
40496 * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
40497 Define lockf64 as an alias.
40498 * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
40499 Define fseeko64 as an alias.
40500 * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
40501 Define ftello64 as an alias.
40502 * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
40503 Define _IO_fgetpos64 and fgetpos64 as aliases.
40504 * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
40505 Define _IO_fsetpos64 and fsetpos64 as aliases.
40506 * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
40507 Conditionalize body on this.
40508 * libio/fseeko64.c: Likewise.
40509 * libio/ftello64.c: Likewise.
40510 * libio/iofgetpos64.c: Likewise.
40511 * libio/iofsetpos64.c: Likewise.
40512 * sysdeps/wordsize-64/lockf.c: File removed.
40513 * sysdeps/wordsize-64/lockf64.c: File removed.
40514 * sysdeps/wordsize-64/fseeko.c: File removed.
40515 * sysdeps/wordsize-64/fseeko64.c: File removed.
40516 * sysdeps/wordsize-64/ftello.c: File removed.
40517 * sysdeps/wordsize-64/ftello64.c: File removed.
40518 * sysdeps/wordsize-64/iofgetpos.c: File removed.
40519 * sysdeps/wordsize-64/iofgetpos64.c: File removed.
40520 * sysdeps/wordsize-64/iofsetpos.c: File removed.
40521 * sysdeps/wordsize-64/iofsetpos64.c: File removed.
40522 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
40523 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
40524 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
40525 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
40526 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
40527 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
40528 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
40529 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
40530 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
40531 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
40533 * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40534 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40535 [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
40536 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40537 [defined __arch64__ || defined __sparcv9]
40538 (__OFF_T_MATCHES_OFF64_T): New macro.
40539 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40540 [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40541 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40542 (__OFF_T_MATCHES_OFF64_T): New macro.
40544 2012-08-06 H.J. Lu <hongjiu.lu@intel.com>
40546 * stdlib/secure-getenv.c (__secure_getenv): Replace
40547 GLIBC_2_16 with GLIBC_2_17.
40549 2012-08-06 H.J. Lu <hongjiu.lu@intel.com>
40551 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
40552 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40554 2012-08-03 David S. Miller <davem@davemloft.net>
40556 * sysdeps/sparc/fpu/libm-test-ulps: Update.
40558 2012-08-03 Joseph Myers <joseph@codesourcery.com>
40560 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
40562 (__ASSUME_CORRECT_SI_PID): Likewise.
40563 (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
40564 (__ASSUME_TMPFS_NAME): Likewise.
40565 * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
40566 [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
40567 * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
40568 (HAVE_AUX_SECURE): Make definition unconditional.
40569 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
40570 [!__ASSUME_TMPFS_NAME]: Remove conditional code.
40572 2012-08-03 Roland McGrath <roland@hack.frob.com>
40574 * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
40575 * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
40576 * sysdeps/mach/hurd/eloop-threshold.h: New file.
40577 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40578 __eloop_threshold instead of SYMLOOP_MAX.
40580 * sysdeps/generic/eloop-threshold.h: New file.
40581 * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
40583 * elf/chroot_canon.c (chroot_canon): Likewise.
40585 2012-08-03 Joseph Myers <joseph@codesourcery.com>
40588 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40589 Change to 2.6.0 everywhere.
40590 * sysdeps/unix/sysv/linux/configure: Regenerated.
40591 * sysdeps/unix/sysv/linux/kernel-features.h
40592 (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
40593 (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
40595 (__ASSUME_POSIX_TIMERS): Define unconditionally.
40596 (__ASSUME_FUTEX_REQUEUE): Remove.
40597 (__ASSUME_STATFS64): Define unconditionally.
40598 (__ASSUME_AT_SECURE): Likewise.
40599 (__ASSUME_CORRECT_SI_PID): Likewise.
40600 (__ASSUME_TGKILL): Define without depending on kernel version for
40602 (__ASSUME_UTIMES): Likewise.
40603 (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
40605 (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
40606 (__ASSUME_TMPFS_NAME): Likewise.
40607 * README: Update reference to Linux kernel versions.
40609 2012-08-02 Marek Polacek <polacek@redhat.com>
40612 * configure.in (libc_cv_asm_type_prefix): Remove test. Replace
40613 libc_cv_asm_type_prefix with %.
40614 * configure: Regenerated.
40615 * include/libc-symbols.h: Remove comment about
40616 ASM_TYPE_DIRECTIVE_PREFIX. Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40617 (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
40618 (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
40619 (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
40620 (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
40621 * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40622 [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
40623 [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
40624 * elf/tst-unique2mod1.c: Likewise.
40625 * elf/tst-unique1mod2.c: Likewise.
40626 * elf/tst-unique1mod1.c: Likewise.
40627 * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
40628 * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
40629 Replace ASM_TYPE_DIRECTIVE with .type.
40630 * sysdeps/s390/s390-64/sysdep.h: Likewise.
40631 * sysdeps/i386/sysdep.h: Likewise.
40632 * sysdeps/x86_64/sysdep.h: Likewise.
40633 * sysdeps/sh/sysdep.h: Likewise.
40634 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
40635 Do not define ASM_TYPE_DIRECTIVE.
40636 * sysdeps/powerpc/sysdep.h: Likewise.
40637 * sysdeps/powerpc/powerpc32/sysdep.h:
40638 Replace ASM_TYPE_DIRECTIVE with .type.
40639 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40640 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40641 * sysdeps/i386/fpu/e_powf.S: Likewise.
40642 * sysdeps/i386/fpu/e_expl.S: Likewise.
40643 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
40644 * sysdeps/i386/fpu/e_acosh.S: Likewise.
40645 * sysdeps/i386/fpu/e_pow.S: Likewise.
40646 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
40647 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
40648 * sysdeps/i386/fpu/s_expm1.S: Likewise.
40649 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
40650 * sysdeps/i386/fpu/e_log2.S: Likewise.
40651 * sysdeps/i386/fpu/e_log2l.S: Likewise.
40652 * sysdeps/i386/fpu/e_scalb.S: Likewise.
40653 * sysdeps/i386/fpu/e_powl.S: Likewise.
40654 * sysdeps/i386/fpu/e_log10f.S: Likewise.
40655 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
40656 * sysdeps/i386/fpu/e_logl.S: Likewise.
40657 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
40658 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
40659 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
40660 * sysdeps/i386/fpu/e_log2f.S: Likewise.
40661 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
40662 * sysdeps/i386/fpu/e_log.S: Likewise.
40663 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
40664 * sysdeps/i386/fpu/e_logf.S: Likewise.
40665 * sysdeps/i386/fpu/e_log10l.S: Likewise.
40666 * sysdeps/i386/fpu/e_atanh.S: Likewise.
40667 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
40668 * sysdeps/i386/fpu/e_log10.S: Likewise.
40669 * sysdeps/i386/fpu/s_frexp.S: Likewise.
40670 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
40671 * sysdeps/i386/fpu/s_asinh.S: Likewise.
40672 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
40673 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
40674 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
40675 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
40676 * sysdeps/i386/i686/strtok.S: Likewise.
40677 * sysdeps/i386/i386-mcount.S: Likewise.
40678 * sysdeps/i386/strtok.S: Likewise.
40679 * sysdeps/x86_64/fpu/e_expl.S: Likewise.
40680 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
40681 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
40682 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
40683 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
40684 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
40685 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
40686 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
40687 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
40688 * sysdeps/x86_64/_mcount.S: Likewise.
40689 * sysdeps/x86_64/strtok.S: Likewise.
40690 * sysdeps/sh/_mcount.S: Likewise.
40692 2012-08-01 Roland McGrath <roland@hack.frob.com>
40694 * libio/iofopen.c: Include <fcntl.h>.
40695 [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
40696 (_IO_fopen64, fopen64): Define as aliases.
40697 * libio/iofopen64.c: Include <fcntl.h>.
40698 [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
40699 Conditionalize body on this.
40700 * sysdeps/wordsize-64/iofopen.c: File removed.
40701 * sysdeps/wordsize-64/iofopen64.c: File removed.
40703 2012-08-01 Marek Polacek <polacek@redhat.com>
40705 * libc/Makeconfig: Use elf in place of binfmt-subdir.
40706 Use dlfcn directly instead of a variable.
40707 (binfmt-subdir): Do not define.
40710 2012-08-01 Joseph Myers <joseph@codesourcery.com>
40712 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
40713 Remove all definitions.
40714 * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
40715 <kernel-features.h>.
40716 [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40717 (miss_F_GETOWN_EX): Remove all definitions.
40718 [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
40720 [!__ASSUME_FCNTL64]: Remove conditional code.
40721 [__ASSUME_FCNTL64]: Make code unconditional.
40722 * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
40723 <kernel-features.h>.
40724 [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40725 (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
40726 (lockf64) [__NR_fcntl64]: Make code unconditional.
40727 (lockf64) [__ASSUME_FCNTL64]: Likewise.
40729 * sysdeps/unix/sysv/linux/kernel-features.h
40730 (__ASSUME_VFORK_SYSCALL): Remove all definitions.
40731 * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
40732 Make code unconditional.
40733 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40734 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40735 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
40736 [__NR_vfork]: Make code unconditional.
40737 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40738 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40739 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
40740 [__NR_vfork]: Make code unconditional.
40741 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40742 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40744 2012-08-01 Roland McGrath <roland@hack.frob.com>
40746 * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
40747 (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
40749 * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40750 Define mkstemp64 as an alias.
40751 * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40752 Define mkstemps64 as an alias.
40753 * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40754 Define mkostemp64 as an alias.
40755 * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40756 Define mkostemps64 as an alias.
40757 * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
40758 Conditionalize body on this.
40759 * misc/mkostemp64.c: Likewise.
40760 * misc/mkostemps64.c: Likewise.
40761 * misc/mkstemps64.c: Likewise.
40762 * sysdeps/wordsize-64/mkstemp64.c: File removed.
40763 * sysdeps/wordsize-64/mkostemp64.c: File removed.
40764 * sysdeps/wordsize-64/mkostemp.c: File removed.
40765 * sysdeps/wordsize-64/mkstemp.c: File removed.
40766 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
40767 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
40768 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
40769 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
40772 * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
40773 * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
40774 * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
40775 * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
40777 * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
40778 compat_symbol macros from <shlib-compat.h> rather than the underlying
40779 default_symbol_version and symbol_version macros, so that DEFAULT
40780 lines in shlib-versions are respected.
40781 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
40783 2012-08-01 Florian Weimer <fweimer@redhat.com>
40785 * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
40786 Declare with warn_unused_result.
40787 (setgid, setregid, setegid, setresgid): Likewise.
40788 * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
40790 * WUR-REPORT: Remove set*id functions.
40792 2012-07-31 Pino Toscano <toscano.pino@tiscali.it>
40794 * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
40796 2012-07-31 Roland McGrath <roland@hack.frob.com>
40799 * include/sys/socket.h (__libc_accept, __libc_accept4):
40800 Add attribute_hidden.
40801 * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
40803 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
40805 * inet/getnetgrent_r.c (setup): Likewise.
40807 * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
40809 2012-07-31 David S. Miller <davem@davemloft.net>
40811 * sysdeps/sparc/fpu/libm-test-ulps: Update.
40813 2012-07-31 Joseph Myers <joseph@codesourcery.com>
40816 * math/s_clog.c (__clog): Use __log1p if larger part has absolute
40817 value between 1.0 and 2.0 and smaller part has absolute value less
40819 * math/s_clog10.c (__clog10): Likewise.
40820 * math/s_clog10f.c (__clog10f): Likewise.
40821 * math/s_clog10l.c (__clog10l): Likewise.
40822 * math/s_clogf.c (__clogf): Likewise.
40823 * math/s_clogl.c (__clogl): Likewise.
40824 * math/libm-test.inc (clog_test): Add more tests.
40825 (clog10_test): Likewise.
40826 * sysdeps/i386/fpu/libm-test-ulps: Update.
40827 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40829 2012-07-31 Florian Weimer <fweimer@redhat.com>
40831 * stdlib/tst-secure-getenv.c: Use printf for error reporting.
40832 Exit with zero in case no suitable GID is found, and write a
40833 message to standard error.
40835 2012-07-30 Roland McGrath <roland@hack.frob.com>
40837 * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
40839 (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
40840 (MAXPATHLEN): Removed.
40841 (NOGROUP, NODEV): New macros.
40842 (setbit, clrbit, isset, isclr): New macros.
40843 (howmany, roundup, powerof2): New macros.
40844 (DEV_BSIZE): New macro.
40846 * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
40847 * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
40849 * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
40850 definition on [!__NO_LONG_DOUBLE_MATH].
40852 * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
40853 PTR_MANGLE and PTR_DEMANGLE.
40855 * socket/accept4.c (accept4): Rename to __libc_accept4.
40856 Define accept4 as a weak alias.
40858 * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
40859 on [_DIRENT_HAVE_D_TYPE].
40860 * io/ftw.c (ftw_dir): Likewise.
40862 * io/xmknod.c (__xmknod): Don't check PATH for being null.
40864 * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
40866 * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
40867 Use the BSD numbers rather than the arbitrary ones we had.
40868 (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
40869 (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
40870 (SIGXCPU, SIGXFSZ): New macros.
40873 * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
40874 initializer on [_LIBC_REENTRANT].
40876 * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
40877 definitions inside [_POSIX_MAPPED_FILES].
40879 * posix/regex.c: Include <sys/param.h> for MIN/MAX.
40881 * dirent/opendir.c: Include <fcntl.h>.
40883 * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
40884 (__libc_getspecific): Likewise.
40885 (__libc_key_create): Likewise.
40887 * stdio-common/tmpfile64.c: Include <fcntl.h> first.
40888 [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
40889 * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
40890 (tmpfile64): Define as alias.
40891 * sysdeps/wordsize-64/tmpfile.c: File removed.
40892 * sysdeps/wordsize-64/tmpfile64.c: File removed.
40893 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
40894 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
40896 * stdio-common/vfscanf.c: Include <stdbool.h>.
40897 * nss/makedb.c: Likewise.
40898 * stdio-common/_i18n_number.h: Likewise.
40899 * argp/argp-help.c: Likewise.
40900 * posix/wordexp.c: Likewise.
40901 * sysdeps/posix/spawni.c: Likewise.
40902 * nss/nss_files/files-initgroups.c: Likewise.
40903 * stdio-common/reg-modifier.c: Include <stdlib.h>.
40904 * nss/nss_files/files-initgroups.c: Likewise.
40905 * nss/nss_db/db-netgrp.c: Likewise.
40906 * nss/nss_db/db-initgroups.c: Likewise.
40907 * io/fchmodat.c: Include <sys/stat.h>.
40909 * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
40910 __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
40912 * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
40915 * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
40916 Add multiple inclusion protection.
40918 2012-07-27 David S. Miller <davem@davemloft.net>
40920 * sysdeps/sparc/fpu/libm-test-ulps: Update.
40922 2012-07-27 Gary Benson <gbenson@redhat.com>
40925 * elf/rtld.c: Include <stap-probe.h>.
40926 (dl_main): Added static probes "init_start" and "init_complete".
40927 * elf/dl-load.c: Include <stap-probe.h>.
40928 (lose): Take new parameter "nsid".
40929 Added static probe "map_failed".
40930 (_dl_map_object_from_fd): Pass namespace id to lose.
40931 Added static probe "map_start".
40932 (open_verify): Pass namespace id to lose.
40933 * elf/dl-open.c: Include <stap-probe.h>.
40934 (dl_open_worker) Added static probes "map_complete", "reloc_start"
40935 and "reloc_complete".
40936 * elf/dl-close.c: Include <stap-probe.h>.
40937 (_dl_close_worker): Added static probes "unmap_start" and
40939 * elf/rtld-debugger-interface.txt: New file documenting the above.
40941 2012-07-26 Roland McGrath <roland@hack.frob.com>
40943 * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
40944 rather than a string variable.
40945 * sunrpc/rpc_main.c (h_output): Likewise.
40946 * sunrpc/rpc_svcout.c (write_real_program): Likewise.
40948 2012-07-26 Pino Toscano <toscano.pino@tiscali.it>
40950 * inet/check_native.c: New file.
40952 2012-07-26 Joseph Myers <joseph@codesourcery.com>
40955 * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
40956 if larger part has absolute value 1.0.
40957 * math/s_clog10.c (__clog10): Likewise.
40958 * math/s_clog10f.c (__clog10f): Likewise.
40959 * math/s_clog10l.c (__clog10l): Likewise.
40960 * math/s_clogf.c (__clogf): Likewise.
40961 * math/s_clogl.c (__clogl): Likewise.
40962 * math/libm-test.inc (clog_test): Add more tests.
40963 (clog10_test): Likewise.
40964 * sysdeps/i386/fpu/libm-test-ulps: Update.
40965 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40967 * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
40968 (pltexit): Likewise.
40969 (La_regs): Likewise.
40970 (La_retval): Likewise.
40971 (int_retval): Likewise.
40972 Update #error for removed macros to refer only to definitions in
40974 * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
40976 (pltexit): Likewise.
40977 (La_regs): Likewise.
40978 (La_retval): Likewise.
40979 (int_retval): Likewise.
40980 * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
40982 (pltexit): Likewise.
40983 (La_regs): Likewise.
40984 (La_retval): Likewise.
40985 (int_retval): Likewise.
40986 * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
40988 (pltexit): Likewise.
40989 (La_regs): Likewise.
40990 (La_retval): Likewise.
40991 (int_retval): Likewise.
40992 * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
40994 (pltexit): Likewise.
40995 (La_regs): Likewise.
40996 (La_retval): Likewise.
40997 (int_retval): Likewise.
40998 * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
41000 (pltexit): Likewise.
41001 (La_regs): Likewise.
41002 (La_retval): Likewise.
41003 (int_retval): Likewise.
41004 * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
41006 (pltexit): Likewise.
41007 (La_regs): Likewise.
41008 (La_retval): Likewise.
41009 (int_retval): Likewise.
41010 * sysdeps/generic/tst-audit.h: Update comment to refer only to
41011 macro definitions in tst-audit.h.
41012 * sysdeps/i386/tst-audit.h: New file.
41013 * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
41014 * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
41015 * sysdeps/s390/s390-32/tst-audit.h: Likewise.
41016 * sysdeps/s390/s390-64/tst-audit.h: Likewise.
41017 * sysdeps/sh/tst-audit.h: Likewise.
41018 * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
41019 * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
41020 * sysdeps/x86_64/tst-audit.h: Likewise.
41022 2012-07-26 Andreas Jaeger <aj@suse.de>
41024 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
41027 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
41028 new value PTRACE_EVENT_SECCOMP from Linux 3.5.
41029 (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
41031 * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
41032 * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
41033 * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
41035 * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
41038 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
41040 (si_call_addr, si_syscall, si_arch): Define new macro.
41041 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
41043 (si_call_addr, si_syscall, si_arch): Define new marcro.
41044 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
41046 (si_call_addr, si_syscall, si_arch): Define new macro.
41047 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
41049 (si_call_addr, si_syscall, si_arch): Define new macro.
41051 2012-07-25 Joseph Myers <joseph@codesourcery.com>
41054 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41055 Change to 2.4.21 where previously 2.4.1.
41056 * sysdeps/unix/sysv/linux/configure: Regenerated.
41057 * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
41058 __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
41059 Linux kernel version.
41060 (__ASSUME_STD_AUXV): Remove.
41061 [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
41063 [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
41064 (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
41065 (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
41066 (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
41067 (__ASSUME_NETLINK_SUPPORT): Likewise.
41068 * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
41069 (__no_netlink_support): Remove conditional definition.
41070 * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
41072 (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
41073 [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
41074 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
41075 (if_nameindex_ioctl): Remove.
41076 (if_nameindex_netlink): Do not handle __no_netlink_support.
41077 (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
41079 * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
41080 Remove conditional code.
41081 (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
41083 (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
41085 [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
41086 [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
41087 * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
41089 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
41090 [!__ASSUME_STD_AUXV]: Remove conditional code.
41091 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
41092 [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
41093 [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
41094 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
41095 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
41096 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
41098 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
41099 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
41100 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
41101 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
41103 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
41104 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
41105 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
41107 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
41108 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
41110 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
41111 (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41112 code unconditional.
41113 (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41115 (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41117 (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41119 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
41120 (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41122 (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41124 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
41125 (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41126 code unconditional.
41127 (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41129 (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41131 (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41133 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
41134 (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41135 code unconditional.
41136 (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41138 (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41140 (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41143 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
41145 * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
41146 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
41147 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
41148 * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
41149 * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
41150 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
41151 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
41152 * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
41153 * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
41154 * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
41155 * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
41156 * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
41157 * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
41158 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
41159 * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
41160 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
41161 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
41162 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
41163 * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
41164 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
41165 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
41166 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
41167 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
41169 2012-07-25 Florian Weimer <fweimer@redhat.com>
41171 * Versions.def: Add GLIBC_2.17.
41172 * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
41173 * include/stdlib.h: Rename __secure_getenv to secure_getenv.
41174 Introduce __libc_secure_getenv.
41175 * stdlib/Versions (2.17): Add secure_getenv
41176 (GLIBC_PRIVATE): Add __libc_secure_getenv.
41177 * stdlib/secure-getenv.c: Rename __secure_getenv to
41178 __libc_secure_getenv. Add secure_getenv alias. Add compatibility
41179 symbol __secure_getenv for GLIBC_2.0.
41180 * stdlib/tst-secure-getenv.c: New.
41181 * stdlib/Makefile (tests): Add testcase.
41182 * manual/startup.texi (Environment Access): Document
41184 * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
41185 __libc_secure_getenv.
41186 * inet/ruserpass.c (ruserpass): Likewise.
41187 * malloc/mtrace.c (mtrace): Likewise.
41188 * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
41189 * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
41190 * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
41191 * sysdeps/posix/tempname.c: Likewise. Evaluate
41192 HAVE_SECURE_GETENV.
41193 * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
41194 __secure_getenv to __libc_secure_getenv.
41195 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
41196 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41198 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41200 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
41201 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
41202 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
41203 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
41204 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
41205 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
41206 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
41208 2012-07-25 Joseph Myers <joseph@codesourcery.com>
41210 * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
41211 (struct La_i86_retval): Likewise.
41212 (struct La_x86_64_regs): Likewise.
41213 (struct La_x86_64_retval): Likewise.
41214 (struct La_x32_regs): Likewise.
41215 (struct La_x32_retval): Likewise.
41216 (struct La_ppc32_regs): Likewise.
41217 (struct La_ppc32_retval): Likewise.
41218 (struct La_ppc64_regs): Likewise.
41219 (struct La_ppc64_retval): Likewise.
41220 (struct La_sh_regs): Likewise.
41221 (struct La_sh_retval): Likewise.
41222 (struct La_s390_32_regs): Likewise.
41223 (struct La_s390_32_retval): Likewise.
41224 (struct La_s390_64_regs): Likewise.
41225 (struct La_s390_64_retval): Likewise.
41226 (struct La_sparc32_regs): Likewise.
41227 (struct La_sparc32_retval): Likewise.
41228 (struct La_sparc64_regs): Likewise.
41229 (struct La_sparc64_retval): Likewise.
41230 (struct audit_ifaces): Remove architecture-specific pltenter and
41232 * sysdeps/i386/ldsodefs.h: New file.
41233 * sysdeps/powerpc/ldsodefs.h: Likewise.
41234 * sysdeps/s390/ldsodefs.h: Likewise.
41235 * sysdeps/sh/ldsodefs.h: Likewise.
41236 * sysdeps/sparc/ldsodefs.h: Likewise.
41237 * sysdeps/x86_64/ldsodefs.h: Likewise.
41239 2012-07-25 Marek Polacek <polacek@redhat.com>
41242 * math/libm-test.inc (yn_test): Add another test.
41243 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
41244 to ERANGE when the result is +-Inf.
41245 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
41246 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
41247 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
41248 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
41250 2012-07-24 Joseph Myers <joseph@codesourcery.com>
41252 * conform/data/time.h-data (NULL): Use macro-constant. Require
41254 (CLOCKS_PER_SEC): Use macro instead of constant. Specify type as
41256 [ISO11] (TIME_UTC): Use macro-int-constant. Require value > 0.
41258 2012-07-23 Thomas Schwinge <thomas@codesourcery.com>
41260 * configure.in <sysdeps resolving>: Correct printing
41262 * configure: Regenerate.
41264 2012-07-22 Thomas Schwinge <thomas@codesourcery.com>
41266 * math/w_ilogb.c: Include <limits.h>.
41267 * math/w_ilogbl.c: Likewise.
41269 2012-07-20 Joseph Myers <joseph@codesourcery.com>
41271 * manual/lang.texi (__va_copy): Document primarily as ISO C99
41272 va_copy. Document allowing for unavailable va_copy only as
41273 pre-C99 compatibility.
41274 * manual/string.texi (Copying and Concatenation): Use va_copy
41275 instead of __va_copy in concat example.
41277 2012-07-20 Pino Toscano <toscano.pino@tiscali.it>
41279 * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
41280 (__sendto): Use create_address_port. Initialize APORT and deallocate
41283 * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
41284 with O_NOLINK passed to __file_name_lookup.
41286 * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
41287 with O_NOLINK passed to __file_name_lookup.
41289 * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
41290 negative N or less than NGIDS.
41292 * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
41293 type to string_t. Set ERANGE as errno and return it if NAME is not big
41294 enough. Use memcpy instead of strncpy.
41296 2012-07-20 Joseph Myers <joseph@codesourcery.com>
41298 * elf/Makefile (check-data): Remove.
41299 (localplt.data): New vpath directive.
41300 ($(objpfx)check-localplt.out): Use localplt.data from vpath
41301 instead of $(check-data).
41302 * scripts/data/localplt-generic.data: Move to ...
41303 * sysdeps/generic/localplt.data: ... here.
41304 * scripts/data/localplt-i386-linux-gnu.data: Move to ...
41305 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
41306 * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
41307 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
41309 * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
41310 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
41312 * scripts/data/localplt-s390-linux-gnu.data: Move to ...
41313 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
41315 * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
41316 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
41318 * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
41319 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
41321 * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
41322 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
41325 2012-07-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41327 * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
41328 PPC32 and PPC64 files.
41329 * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
41330 * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
41332 2012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
41334 * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
41335 __makecontext_ret to ...
41336 * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
41337 ... here and call exit if uc_link is NULL. New file.
41338 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
41339 __makecontext_ret.S.
41340 * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
41341 __makecontext_ret to ...
41342 * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
41343 ... here and call exit if uc_link is NULL. New file.
41344 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
41345 __makecontext_ret.S.
41347 2012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
41349 * elf/elf.h (R_390_IRELATIVE): New definition.
41350 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
41351 resolver function for IFUNC symbols. Support R_390_IRELATIVE.
41352 (elf_machine_lazy_rel): Support R_390_IRELATIVE.
41353 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
41354 (elf_machine_lazy_rel): Likewise.
41355 * sysdeps/s390/dl-irel.h: New file.
41356 * sysdeps/s390/s390-64/memcpy.S: New asm code.
41357 * sysdeps/s390/s390-64/memset.S: New asm code.
41358 * sysdeps/s390/s390-64/memcmp.S: New asm code.
41359 * sysdeps/s390/s390-64/multiarch/memset.S: New file.
41360 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
41361 * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
41362 * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
41363 * sysdeps/s390/s390-64/multiarch/Makefile: New file.
41364 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
41365 * sysdeps/s390/s390-32/multiarch/Makefile: New file.
41366 * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
41367 * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
41368 * sysdeps/s390/s390-32/multiarch/memset.S: New file.
41369 * sysdeps/s390/s390-32/memcpy.S: New asm code.
41370 * sysdeps/s390/s390-32/memset.S: New asm code.
41371 * sysdeps/s390/s390-32/memcmp.S: New asm code.
41373 2012-07-17 Marek Polacek <polacek@redhat.com>
41376 * sysdeps/s390/s390-32/configure.in: Remove TLS check.
41377 * sysdeps/s390/s390-64/configure.in: Likewise.
41378 * sysdeps/sparc/configure.in: Likewise.
41379 * sysdeps/powerpc/powerpc32/configure.in: Likewise.
41380 * sysdeps/powerpc/powerpc64/configure.in: Likewise.
41381 * sysdeps/i386/configure.in: Likewise.
41382 * sysdeps/x86_64/configure.in: Likewise.
41383 * sysdeps/sh/configure.in: Likewise.
41384 * sysdeps/s390/s390-32/configure: Regenerated.
41385 * sysdeps/s390/s390-64/configure: Likewise.
41386 * sysdeps/x86_64/configure: Likewise.
41387 * sysdeps/sh/configure: Likewise.
41388 * sysdeps/powerpc/powerpc64/configure: Likewise.
41389 * sysdeps/powerpc/powerpc32/configure: Likewise.
41390 * sysdeps/sparc/configure: Likwise.
41391 * sysdeps/i386/configure: Likewise.
41393 * elf/dl-open.c: Comment fixes.
41395 2012-07-17 Joseph Myers <joseph@codesourcery.com>
41397 * Makefile [CXX] (check-data): Remove.
41398 [CXX] (c++-types.data): New vpath directive.
41399 [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
41400 vpath. Do not allow for C++ type data being missing.
41401 * scripts/data/c++-types-alpha-linux-gnu.data: Move to
41402 ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
41403 * scripts/data/c++-types-ia64-linux-gnu.data: Move to
41404 ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
41405 * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
41406 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
41407 * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
41408 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
41410 * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
41411 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
41413 * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
41414 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
41416 * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
41417 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
41419 * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
41420 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
41422 * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
41423 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
41425 * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
41426 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
41428 * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
41429 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
41431 * elf/tls-macros.h (TLS_LE): Move architecture-specific
41432 definitions to architecture-specific files.
41433 (TLS_IE): Likewise.
41434 (TLS_LD): Likewise.
41435 (TLS_GD): Likewise.
41436 * sysdeps/i386/tls-macros.h: New file.
41437 * sysdeps/powerpc/tls-macros.h: Likewise.
41438 * sysdeps/s390/s390-32/tls-macros.h: Likewise.
41439 * sysdeps/s390/s390-64/tls-macros.h: Likewise.
41440 * sysdeps/sh/tls-macros.h: Likewise.
41441 * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
41442 * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
41443 * sysdeps/x86_64/tls-macros.h: Likewise.
41445 2012-07-17 Thomas Schwinge <thomas@codesourcery.com>
41447 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
41448 zero value for regular exit case.
41450 * sysdeps/unix/sysv/linux/x86_64/__start_context.S
41451 (__start_context): Preserve zero value for regular exit case.
41453 2012-07-17 Thomas Schwinge <thomas@codesourcery.com>
41454 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
41456 * manual/setjmp.texi (setcontext): Clarify normal process
41457 termination when uc_link is the null pointer.
41458 * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
41461 2012-07-16 Andreas Schwab <schwab@linux-m68k.org>
41463 * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
41464 preprocessor. Test for each exception mask separately.
41466 2012-07-16 Andreas Jaeger <aj@suse.de>
41468 * po/ru.po: Update from translation team.
41470 2012-07-15 Joseph Myers <joseph@codesourcery.com>
41472 * conform/data/string.h-data (NULL): Use macro-constant. Require
41474 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
41475 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
41476 (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
41477 (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
41478 [ISO || ISO99 || ISO11] (*_t): Do not allow.
41480 2012-07-13 Andreas Jaeger <aj@suse.de>
41482 * po/fr.po: Update from translation team.
41484 2012-07-12 Marek Polacek <polacek@redhat.com>
41487 * math/libm-test.inc (yn_test): Add test for BZ #14173.
41488 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
41491 2012-07-12 Joseph Myers <joseph@codesourcery.com>
41494 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41495 Change to 2.4.1 where previously 2.4.0.
41496 * sysdeps/unix/sysv/linux/configure: Regenerated.
41497 * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
41498 (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
41500 [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
41501 (__ASSUME_AT_CLKTCK): Remove.
41502 (__ASSUME_AT_PAGESIZE): Likewise.
41503 (__ASSUME_AT_XID): Likewise.
41504 (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
41505 [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
41506 * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
41508 (HAVE_AUX_PAGESIZE): Likewise.
41509 * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
41510 [__ASSUME_AT_CLKTCK]: Make code unconditional.
41511 [!__ASSUME_AT_CLKTCK]: Remove conditional code.
41513 2012-07-12 Jeroen van Bemmel <jvb127@gmail.com>
41516 * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
41517 the temporary buffer used to invoke __gethostbyname2_r,
41518 __gethostbyaddr_r and gethostbyname4_r to make room for struct
41519 host_data / struct gaih_addrtuple.
41520 * resolv/nss_dns/dns-host.c (global scope): Move definition of
41521 implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
41522 header file nss/nsswitch.h.
41523 * nss/nsswitch.h (global scope): Add definition of implementation
41524 constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
41525 resolv/nss_dns/dns-host.c).
41527 2012-07-11 Andreas Jaeger <aj@suse.de>
41529 * po/fr.po: Update from translation team.
41531 * po/sv.po: Update from translation team
41532 * po/fr.po: Another update from translation team.
41534 2012-07-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41536 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
41537 for subnormals or multiply small sinh result by itself.
41538 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
41539 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41541 2012-07-11 David S. Miller <davem@davemloft.net>
41543 * sysdeps/sparc/fpu/libm-test-ulps: Update.
41545 2012-07-10 Andreas Schwab <schwab@linux-m68k.org>
41548 * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
41549 (INTERNAL_MARK): Shift it here.
41551 2012-07-10 Marek Polacek <polacek@redhat.com>
41554 * configure.in (libc_cv_asm_global_directive): Remove test. Replace
41555 libc_cv_asm_global_directive with .globl.
41556 * configure: Regenerated.
41557 * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
41559 * sysdeps/i386/configure: Regenerated.
41560 * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
41562 * sysdeps/x86_64/configure: Regenerated.
41563 * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
41564 * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
41565 * elf/tst-unique2mod2.c: Likewise.
41566 * elf/tst-unique2mod1.c: Likewise.
41567 * elf/tst-unique1mod2.c: Likewise.
41568 * elf/tst-unique1mod1.c: Likewise.
41569 * sysdeps/s390/s390-32/sysdep.h: Likewise.
41570 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
41571 * sysdeps/s390/s390-64/sysdep.h: Likewise.
41572 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
41573 * sysdeps/mach/sysdep.h: Likewise.
41574 * sysdeps/i386/sysdep.h: Likewise.
41575 * sysdeps/i386/i386-mcount.S: Likewise.
41576 * sysdeps/x86_64/_mcount.S: Likewise.
41577 * sysdeps/x86_64/sysdep.h: Likewise.
41578 * sysdeps/sh/_mcount.S: Likewise.
41579 * sysdeps/sh/sysdep.h: Likewise.
41580 * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
41581 * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
41582 * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
41583 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
41584 * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
41585 * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
41586 * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
41587 * locale/localeinfo.h: Likewise.
41588 (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
41589 (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
41591 2012-07-09 Roland McGrath <roland@hack.frob.com>
41594 * manual/charset.texi (Extended Char Intro): Word use fix, "operating
41596 * manual/message.texi (The Uniforum approach): Likewise.
41597 * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
41598 (glibc iconv Implementation): Likewise.
41600 2012-07-09 Joseph Myers <joseph@codesourcery.com>
41603 * math/s_clog.c (__clog): Avoid scaling a value down where that
41604 could result in underflow.
41605 * math/s_clog10.c (__clog10): Likewise.
41606 * math/s_clog10f.c (__clog10f): Likewise.
41607 * math/s_clog10l.c (__clog10l): Likewise.
41608 * math/s_clogf.c (__clogf): Likewise.
41609 * math/s_clogl.c (__clogl): Likewise.
41610 * math/libm-test.inc (clog_test): Add more tests.
41611 (clog10_test): Likewise.
41612 * sysdeps/i386/fpu/libm-test-ulps: Update.
41613 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41615 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
41618 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
41619 by 7 not 8 to examine high bit of fractional part.
41622 * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
41623 for call to __mcount_internal.
41624 * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
41625 (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
41626 * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
41628 2012-07-06 Joseph Myers <joseph@codesourcery.com>
41631 * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
41632 approximation for values within 0x1p-13f of an odd multiple of
41634 * math/libm-test.inc (tan_test): Do not allow spurious underflow
41635 exception. Add more tests.
41636 * sysdeps/i386/fpu/libm-test-ulps: Update.
41639 * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
41640 inputs and return -1 for them. Do not check for +Inf in case not
41641 reachable for +Inf.
41642 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
41643 * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
41644 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41645 and return -1 for them. Do not check for +Inf in case not
41646 reachable for +Inf.
41647 * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
41649 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41650 and return -1 for them. Do not check for +Inf in case not
41651 reachable for +Inf.
41652 * math/libm-test.inc (expm1_test): Add more tests. Do not allow
41653 spurious underflow.
41654 * sysdeps/i386/fpu/libm-test-ulps: Update.
41655 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41657 2012-07-06 Mike Frysinger <vapier@gentoo.org>
41659 * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
41661 2012-07-05 Joseph Myers <joseph@codesourcery.com>
41665 * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
41666 could result in spurious underflow. Scale down values above
41667 DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
41668 * math/s_csqrtf.c (__csqrtf): Likewise.
41669 * math/s_csqrtl.c (__csqrtl): Likewise.
41670 * math/libm-test.inc (csqrt_test): Add more tests. Do not allow
41671 spurious underflow.
41672 * sysdeps/i386/fpu/libm-test-ulps: Update.
41673 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41675 2012-07-04 Andreas Schwab <schwab@linux-m68k.org>
41677 * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
41679 * catgets/xopen-msg.awk: New file.
41680 * catgets/xopen-msg.sed: Removed.
41682 * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
41684 * intl/po2test.awk: New file.
41685 * intl/po2test.sed: Removed.
41687 2012-07-04 Joseph Myers <joseph@codesourcery.com>
41690 * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
41691 or multiply small sinh result by itself.
41692 * math/s_ctanf.c (__ctanf): Likewise.
41693 * math/s_ctanh.c (__ctanh): Likewise.
41694 * math/s_ctanhf.c (__ctanhf): Likewise.
41695 * math/s_ctanhl.c (__ctanhl): Likewise.
41696 * math/s_ctanl.c (__ctanl): Likewise.
41697 * math/libm-test.inc (ctan_test_tonearest): New function.
41698 (ctan_test_towardzero): Likewise.
41699 (ctan_test_downward): Likewise.
41700 (ctan_test_upward): Likewise.
41701 (ctanh_test_tonearest): Likewise.
41702 (ctanh_test_towardzero): Likewise.
41703 (ctanh_test_downward): Likewise.
41704 (ctanh_test_upward): Likewise.
41705 (main): Call these new functions.
41706 * sysdeps/i386/fpu/libm-test-ulps: Update.
41707 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41709 2012-07-03 Mike Frysinger <vapier@gentoo.org>
41711 * .gitignore: Delete /ports entry.
41713 2012-07-03 Andreas Jaeger <aj@suse.de>
41715 * po/bg.po: Update from translation team.
41716 * po/cs.po: Likewise.
41717 * po/de.po: Likewise.
41718 * po/hr.po: Likewise.
41719 * po/nl.pl: Likewise.
41720 * po/pl.po: Likewise.
41721 * po/vi.po: Likewise.
41723 2012-07-03 Joseph Myers <joseph@codesourcery.com>
41725 * Makeconfig [!+link] (+link-before-libc): New variable.
41726 [!+link] (+link-after-libc): Likewise.
41727 [!+link] (+link-tests): Likewise.
41728 [!+link] (+link): Define in terms of $(+link-before-libc) and
41729 $(+link-after-libc).
41730 [!+link-static] (+link-static-before-libc): New variable.
41731 [!+link-static] (+link-static-after-libc): Likewise.
41732 [!+link-static] (+link-static-tests): Likewise.
41733 [!+link-static] (+link-static): Define in terms of
41734 $(+link-static-before-libc) and $(+link-static-after-libc).
41735 [build-shared] (link-libc-before-gnulib): New variable.
41736 [build-shared] (link-libc-tests): Likewise.
41737 [build-shared] (link-libc): Define in terms of
41738 $(link-libc-before-gnulib).
41739 [!build-shared] (link-libc-tests): New variable.
41740 (link-libc-static-tests): New variable.
41741 [!gnulib] (gnulib-arch): New variable.
41742 [!gnulib] (gnulib-tests): Likewise.
41743 [!gnulib] (static-gnulib-arch): Likewise.
41744 [!gnulib] (static-gnulib-tests): Likewise.
41745 [!gnulib] (gnulib): Use $(gnulib-arch). Do not use $(libgcc_eh).
41746 Define with "=" instead of ":=".
41747 [!gnulib] (static-gnulib): Use $(static-gnulib-arch). Do not use
41748 -lgcc_eh $(libunwind). Define with "=" instead of ":=".
41749 * Rules (binaries-all-notests): New variable.
41750 (binaries-all-tests): Likewise.
41751 (binaries-static-notests): Likewise.
41752 (binaries-static-tests): Likewise.
41753 (binaries-all): Define using $(binaries-all-notests) and
41754 $(binaries-all-tests).
41755 (binaries-static): Define using $(binaries-static-notests) and
41756 $(binaries-static-tests).
41757 (binaries-shared-tests): New variable.
41758 (binaries-shared-notests): Likewise.
41759 (binaries-shared): Remove variable.
41760 ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
41761 ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
41762 ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
41763 ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
41764 ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
41765 ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
41766 * elf/Makefile (sln-modules): New variable.
41767 (extra-objs): Add $(sln-modules:=.o).
41768 (ldconfig-modules): Add static-stubs.
41769 ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
41770 * elf/static-stubs.c: New file.
41773 * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
41774 by 7 not 8 to examine high bit of fractional part. Use volatile
41775 variables when splitting into final array of floats if
41776 __FLT_EVAL_METHOD__ != 0.
41777 * math/libm-test.inc (cos_test): Add another test.
41778 (sin_test): Likewise.
41779 * sysdeps/i386/fpu/libm-test-ulps: Update.
41782 * math/libm-test.inc (cosh_test): Add more tests.
41784 * version.h (RELEASE): Set to "development".
41785 (VERSION): Set to "2.16.90".
41787 2012-06-30 Carlos O'Donell <carlos_odonell@mentor.com>
41789 * NEWS: Update copyright. Remove last-updated date.
41790 Mention math library bug fixes and timezone data changes.
41791 * README: Mention GNU/Hurd, x32, and HPPA support status.
41793 2012-06-28 Thomas Schwinge <thomas@codesourcery.com>
41795 * manual/contrib.texi (Contributors): Sort alphabetically by last name.
41797 2012-06-27 Andreas Jaeger <aj@suse.de>
41799 * manual/contrib.texi (Contributors): Add Samuel Thibault.
41801 2012-06-25 Andreas Jaeger <aj@suse.de>
41803 * sysdeps/s390/fpu/libm-test-ulps: Update.
41805 2012-06-23 Andreas Schwab <schwab@linux-m68k.org>
41806 Thomas Schwinge <thomas@codesourcery.com>
41808 * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
41809 * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
41810 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
41813 2012-06-23 Thomas Schwinge <thomas@codesourcery.com>
41815 * sysdeps/mach/start.c: Remove file.
41816 * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
41817 * sysdeps/i386/init-first.c: Fix comment regarding start.S.
41818 * sysdeps/sh/init-first.c: Likewise.
41820 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
41821 registers for frame unwinding purposes, add CFI directives.
41822 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
41823 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
41824 * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
41827 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
41828 __fortify_fail returning.
41829 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
41831 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
41832 sysdeps/sh/____longjmp_chk.S.
41833 * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
41834 on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
41835 * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
41836 (gen-as-const-headers): Append sigaltstack-offsets.sym.
41838 * sysdeps/sh/abort-instr.h: New file.
41839 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
41840 process in case exit returns.
41842 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
41843 initialize the GOT register before use.
41845 * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
41846 calculation of ARGC > 4.
41848 * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
41849 meaningful names to some local labels.
41851 2012-06-22 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41852 Kaz Kojima <kkojima@rr.iij4u.or.jp>
41854 * sysdeps/unix/sysv/linux/sh/bits/atomic.h
41855 (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
41856 (__arch_compare_and_exchange_val_16_acq): Likewise.
41857 (__arch_compare_and_exchange_val_32_acq): Likewise.
41858 (atomic_exchange_and_add): Fix gUSA sequence.
41859 (atomic_add): Likewise.
41860 (atomic_add_negative): Likewise.
41861 (atomic_add_zero): Likewise.
41862 (atomic_bit_test_set): Likewise.
41864 2012-06-22 Andreas Schwab <schwab@redhat.com>
41867 * include/link.h (struct link_map): Add l_free_initfini.
41868 * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
41870 * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
41871 * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
41872 * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
41875 2012-06-22 Carlos O'Donell <carlos_odonell@mentor.com>
41877 * configure.in: Use AC_LANG_SOURCE.
41878 * configure: Regenerate.
41880 2012-06-22 Roland McGrath <roland@hack.frob.com>
41882 * configure.in (libc_cv_localstatedir): New substituted variable.
41883 * configure: Regenerated.
41884 * config.make.in (localstatedir): New variable, substituted from
41885 libc_cv_localstatedir.
41886 * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
41887 * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
41888 ${prefix}/var to /var when we change ${prefix}/etc to /etc.
41889 * sysdeps/gnu/configure: Regenerated.
41891 2012-06-21 Jeff Law <law@redhat.com>
41894 * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
41895 free. Simplify list management for _LIBC case.
41897 2012-06-21 Joseph Myers <joseph@codesourcery.com>
41900 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
41901 Clear sign bit of 64-bit integer value before comparing against
41904 * sysdeps/mach/configure: Regenerated.
41906 2012-06-21 H.J. Lu <hongjiu.lu@intel.com>
41909 * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
41911 2012-06-21 Jeff Law <law@redhat.com>
41914 * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection. Use
41915 uint16_t for elements in the "seen" array to avoid char overflows.
41916 * elf/dl-fini.c (_dl_sort_fini): Likewise.
41917 * elf/dl-open.c (dl_open_worker): Likewise.
41919 2012-06-21 Carlos O'Donell <carlos_odonell@mentor.com>
41921 * scripts/list-sources.sh: Scan PORTS for translations.
41922 * po/libc.pot: Regenerated.
41924 2012-06-21 Andreas Jaeger <aj@suse.de>
41927 * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
41929 * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
41930 * bits/byteswap-16.h (__bswap_16): Likewise.
41931 * bits/byteswap.h (__bswap_constant_16): Likewise.
41933 2012-06-18 H.J. Lu <hongjiu.lu@intel.com>
41936 * sysdeps/i386/fpu_control.h: Removed.
41937 * sysdeps/x86_64/fpu_control.h: Moved to ...
41938 * sysdeps/x86/fpu_control.h: Here.
41940 * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
41941 (_FPU_SETCW): Likewise.
41943 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
41946 * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
41947 * sysdeps/x86/fpu/bits/mathinline.h: This.
41948 * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
41952 * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
41953 functions if __x86_64__ is defined.
41955 2012-06-15 Chung-Lin Tang <cltang@codesourcery.com>
41957 * string/endian.h: Add !__ASSEMBLER__ condition for including
41958 conversion interfaces.
41960 2012-06-15 Joseph Myers <joseph@codesourcery.com>
41963 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
41964 of ABS(x) in calculating zero to negative powers other than odd
41966 * math/libm-test.inc (pow_test): Add more tests.
41968 2012-06-15 Andreas Jaeger <aj@suse.de>
41970 * manual/contrib.texi (Contributors): Update entry of Liubov
41971 Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
41974 2012-06-15 Cyril Hrubis <metan@ucw.cz>
41976 * string/string.h: Add __wur to GNU version of strerror_r.
41978 2012-06-14 H.J. Lu <hongjiu.lu@intel.com>
41981 * string/Makefile (tests): Add tst-strtok_r.
41982 * string/tst-strtok_r.c: New file.
41983 * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
41984 RAX_LP/RDX_LP on SAVE_PTR.
41986 2012-06-14 Roland McGrath <roland@hack.frob.com>
41988 * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
41990 2012-06-14 Joseph Myers <joseph@codesourcery.com>
41992 * libm_test.inc (csqrt_test): Allow more spurious underflow
41994 (j0_test): Likewise.
41995 (j1_test): Likewise.
41996 (y0_test): Likewise.
41997 (y1_test): Likewise.
41999 2012-06-13 Carlos O'Donell <carlos_odonell@mentor.com>
42001 * po/Makefile (libc.pot): Use UTF-8 charset.
42003 2012-06-13 Paul Pluzhnikov <ppluzhnikov@google.com>
42006 Suppress sign-conversion warning from FD_SET.
42007 See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
42008 * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
42009 not unsigned long int.
42010 * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
42012 2012-06-12 H.J. Lu <hongjiu.lu@intel.com>
42016 * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
42017 __extern_always_inline instead of __extern_inline.
42018 (__signbitf): Support __SSE2_MATH__ and C++ namespace.
42019 (__signbit): Likewise.
42020 (__signbitl): Support C++ namespace.
42021 (lrintf): New inline function.
42023 (llrintf): Likewise.
42024 (llrint): Likewise.
42034 (floorf): Likewise.
42035 (nearbyint): Likewise.
42036 (nearbyintf): Likewise.
42038 2012-06-12 Thomas Schwinge <thomas@codesourcery.com>
42040 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
42041 non-default versions.
42043 2012-06-11 Roland McGrath <roland@hack.frob.com>
42046 * manual/argp.texi (Argp): Reword argp_parse description slightly.
42048 2012-06-09 Thomas Schwinge <thomas@codesourcery.com>
42050 * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
42051 (FE_UPWARD, FE_DOWNWARD): Don't define.
42052 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
42053 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
42055 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
42057 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
42058 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
42060 2012-06-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
42062 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42063 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
42064 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
42065 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
42067 2012-06-06 H.J. Lu <hongjiu.lu@intel.com>
42070 * sysdeps/i386/fpu/bits/fenv.h: Removed.
42071 * sysdeps/i386/fpu/Implies: New file.
42072 * sysdeps/x86_64/fpu/Implies: Likewise.
42073 * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
42074 * sysdeps/x86/fpu/bits/fenv.h: This.
42076 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
42079 2012-06-06 Siddhesh Poyarekar <siddhesh@redhat.com>
42082 * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
42083 character 0xffff that matches the last element of the
42086 2012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
42088 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
42091 2012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
42093 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
42094 values higher than 25.6283.
42096 2012-06-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
42098 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
42099 subnormal exponent extraction and add some __builtin_expect.
42100 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
42101 Fix for subnormal mantissa calculation.
42103 2012-06-04 Mike Frysinger <vapier@gentoo.org>
42105 * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
42106 cpu2 is -1 and errno is not ENOSYS.
42108 2012-06-04 H.J. Lu <hongjiu.lu@intel.com>
42111 * sysdeps/i386/i486/bits/string.h: Renamed to ...
42112 * sysdeps/x86/bits/string.h: This.
42113 * sysdeps/x86_64/bits/string.h: Removed.
42115 * sysdeps/i386/i486/bits/string.h: Define inline functions only
42116 if not compiling for x86-64, but compiling for >= i486.
42118 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
42119 * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
42121 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
42122 New macro from Linux kernel 3.4.0.
42123 (FP_XSTATE_MAGIC2): Likewise.
42124 (FP_XSTATE_MAGIC2_SIZE): Likewise.
42125 (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
42126 (struct _fpx_sw_bytes): New struct.
42127 (struct _xsave_hdr): Likewise.
42128 (struct _ymmh_state): Likewise.
42129 (struct _xstate): Likewise.
42131 * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
42132 * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
42133 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
42134 * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
42135 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
42136 * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
42138 * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
42139 * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
42140 * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
42141 * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
42142 * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
42143 * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
42145 2012-06-04 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
42148 * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
42149 * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
42150 (sysdep_headers): Include sys/platform/ppc.h.
42151 * sysdeps/powerpc/test-gettimebase.c: Test for
42152 __ppc_get_timebase() to catch future ISA opcode/insn changes.
42153 * manual/Makefile (appendices): Include platform.texi.
42154 * manual/contrib.texi (Contributors): Update @node pointers.
42155 * manual/maint.texi (Maintenance): Likewise.
42156 (Platform): New node.
42157 * manual/platform.texi: New file. Document the new features.
42159 2012-06-04 Siddhesh Poyarekar <siddhesh@redhat.com>
42160 Jakub Jelinek <jakub@redhat.com>
42163 * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
42164 where __builtin_expect is unavailable.
42166 2012-06-03 David S. Miller <davem@davemloft.net>
42168 * stdlib/longlong.h: Updated from GCC.
42170 2012-06-02 Andreas Schwab <schwab@linux-m68k.org>
42173 * sysdeps/powerpc/powerpc32/mcount.c: New file.
42174 * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
42176 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
42177 (GLIBC_2.16): Likewise.
42179 2012-06-01 H.J. Lu <hongjiu.lu@intel.com>
42181 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
42183 2012-06-01 Joseph Myers <joseph@codesourcery.com>
42185 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
42186 (default-abi): New variable.
42187 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
42188 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
42190 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
42192 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
42194 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
42197 * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
42198 definition. Document in comment.
42200 2012-06-01 David S. Miller <davem@davemloft.net>
42202 * stdlib/longlong.h: Updated from GCC.
42204 2012-06-01 H.J. Lu <hongjiu.lu@intel.com>
42207 * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
42208 Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
42209 sys/debugreg.h sys/io.h here.
42210 * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
42211 sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
42213 * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
42214 Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
42215 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
42216 * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
42217 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
42218 * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
42220 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
42221 Define only if __x86_64__ is defined.
42223 2012-06-01 Joseph Myers <joseph@codesourcery.com>
42226 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
42227 Use int64_t for variable i.
42228 * math/libm-test.inc (fmod_test): Add more tests.
42230 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
42231 z computation is not scheduled after fetestexcept.
42232 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
42233 Use math_force_eval instead of asm to ensure calculation scheduled
42234 before exception test.
42235 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
42236 Ensure a1 + u.d computation is not scheduled after fetestexcept.
42238 2012-06-01 Aurelien Jarno <aurelien@aurel32.net>
42240 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
42241 computation is not scheduled after fetestexcept.
42243 2012-06-01 H.J. Lu <hongjiu.lu@intel.com>
42246 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
42247 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
42249 2012-06-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
42251 * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
42252 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
42254 2012-05-31 H.J. Lu <hongjiu.lu@intel.com>
42257 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
42259 (__WCHAR_MIN): Support __WORDSIZE == 64.
42260 (__WCHAR_MAX): Likewise.
42262 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
42263 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
42266 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
42267 Defined with __SWORD_TYPE if __x86_64__ isn't defined.
42270 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
42271 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
42273 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
42274 * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
42276 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
42277 Defined to 1 if __x86_64__ isn't defined.
42278 (_STAT_VER_LINUX_OLD): New.
42279 (st_atime): Remove duplicate.
42280 (st_mtime): Likewise.
42281 (st_ctime): Likewise.
42283 2012-05-31 David S. Miller <davem@davemloft.net>
42285 * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
42288 2012-06-01 Andreas Schwab <schwab@linux-m68k.org>
42290 * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
42294 * elf/dl-reloc.c: Include <_itoa.h>.
42295 (_dl_reloc_bad_type): Remove use of INTUSE.
42296 * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
42297 * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
42298 * stdio-common/psiginfo.c (psiginfo): Likewise.
42299 * stdio-common/psignal.c (psignal): Likewise.
42300 * string/strsignal.c (strsignal): Likewise.
42301 * include/signal.h (_sys_siglist): Declare hidden proto.
42302 * stdio-common/itoa-digits.c: Include <_itoa.h>. Replace
42303 INTVARDEF with libc_hidden_data_def.
42304 * stdio-common/itoa-udigits.c: Likewise.
42305 * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
42306 (_itoa_lower_digits_internal): Remove declaration.
42307 (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
42308 * sysdeps/gnu/siglist.c (_sys_siglist_internal)
42309 (_sys_sigabbrev_internal): Remove aliases.
42310 (_sys_siglist): Define hidden alias.
42312 2012-05-31 Markus Trippelsdorf <markus@trippelsdorf.de>
42314 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42317 2012-05-31 H.J. Lu <hongjiu.lu@intel.com>
42320 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
42321 * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
42323 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
42324 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
42325 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
42326 * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
42327 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
42328 * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
42330 * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
42331 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
42332 * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
42334 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
42342 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
42343 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
42344 * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
42346 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
42347 * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
42348 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
42349 * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
42350 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
42351 * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
42353 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
42354 * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
42356 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
42357 * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
42359 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
42360 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
42361 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
42363 * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
42364 * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
42366 * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
42368 * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
42369 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
42370 * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
42372 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
42374 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
42376 2012-05-31 Joseph Myers <joseph@codesourcery.com>
42378 * math/math.h (M_El): Use two more decimal places.
42379 (M_LOG2El): Likewise.
42380 (M_LOG10El): Likewise.
42381 (M_LN2l): Likewise.
42382 (M_LN10l): Likewise.
42384 (M_PI_2l): Likewise.
42385 (M_PI_4l): Likewise.
42386 (M_1_PIl): Likewise.
42387 (M_2_PIl): Likewise.
42388 (M_2_SQRTPIl): Likewise.
42389 (M_SQRT2l): Likewise.
42390 (M_SQRT1_2l): Likewise.
42392 2012-05-31 David S. Miller <davem@davemloft.net>
42394 * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
42395 values between float registers.
42396 * sysdeps/sparc/sparc64/memset.S: Likewise.
42397 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
42399 2012-05-31 Mike Frysinger <vapier@gentoo.org>
42401 * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
42402 -D_FORTIFY_SOURCE=1.
42403 (CPPFLAGS-tst-longjmp_chk.c): Define.
42404 (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
42405 (CPPFLAGS-tst-longjmp_chk2.c): Define.
42406 * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
42407 CFLAGS-tst-wchar-h.c.
42409 2012-05-31 Marek Polacek <polacek@redhat.com>
42412 * include/mntent.h (__setmntent_internal, __getmntent_r_internal
42413 __endmntent_internal): Remove declaration.
42414 (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
42415 (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
42416 * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
42418 2012-05-30 David S. Miller <davem@davemloft.net>
42420 * sysdeps/sparc/sparc32/soft-fp/q_util.c
42421 (___Q_simulate_exceptions): Use real FP ops rather than writing
42423 * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
42426 2012-05-30 H.J. Lu <hongjiu.lu@intel.com>
42429 * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
42430 * sysdeps/x86/bits/xtitypes.h: This.
42432 * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
42433 * sysdeps/x86/bits/wordsize.h: This.
42435 * sysdeps/i386/bits/huge_vall.h: Renamed to ...
42436 * sysdeps/x86/bits/huge_vall.h: This.
42438 * sysdeps/i386/bits/select.h: Removed.
42439 * sysdeps/x86_64/bits/select.h: Renamed to ...
42440 * sysdeps/x86/bits/select.h: This.
42442 * sysdeps/i386/bits/setjmp.h: Removed.
42443 * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
42444 * sysdeps/x86/bits/setjmp.h: This.
42446 * sysdeps/i386/bits/mathdef.h: Removed.
42447 * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
42448 * sysdeps/x86/bits/mathdef.h: This.
42450 2012-05-30 Andreas Schwab <schwab@linux-m68k.org>
42453 * include/sys/socket.h (__connect_internal)
42454 (__libc_sa_len_internal): Remove declaration.
42455 (__connect, __libc_sa_len): Declare hidden_proto.
42456 (SA_LEN): Remove use of INTUSE.
42457 * socket/connect.c: Add libc_hidden_def.
42458 * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
42459 * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
42460 * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
42462 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
42463 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
42464 * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
42465 of adding _internal alias.
42467 2012-05-30 H.J. Lu <hongjiu.lu@intel.com>
42470 * sysdeps/i386/bits/link.h: Removed.
42471 * sysdeps/i386/bits/linkmap.h: Likewise.
42472 * sysdeps/x86_64/bits/link.h: Renamed to ...
42473 * sysdeps/x86/bits/link.h: This.
42474 * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
42475 * sysdeps/x86/bits/linkmap.h: This.
42477 * sysdeps/i386/bits/endian.h: Removed.
42478 * sysdeps/x86_64/bits/endian.h: Renamed to ...
42479 * sysdeps/x86/bits/endian.h: This.
42481 * sysdeps/i386/bits/byteswap.h: Removed.
42482 * sysdeps/i386/bits/byteswap-16.h: Likewise.
42483 * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
42484 * sysdeps/x86/bits/byteswap.h: This.
42485 * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
42486 * sysdeps/x86/bits/byteswap-16.h: This.
42487 * sysdeps/i386/Implies: Add x86.
42488 * sysdeps/x86_64/Implies: Likewise.
42490 2012-05-30 David S. Miller <davem@davemloft.net>
42492 * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
42493 (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
42494 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
42495 (FP_TRAPPING_EXCEPTIONS): Define.
42496 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
42497 (FP_TRAPPING_EXCEPTIONS): Define.
42498 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
42499 subnormals only when inexact has been signalled or underflow
42500 exceptions are enabled.
42501 (_FP_PACK_CANONICAL): Likewise.
42503 2012-05-30 H.J. Lu <hongjiu.lu@intel.com>
42506 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
42507 Defined with __UWORD_TYPE if __x86_64__ isn't defined.
42509 2012-05-30 Richard Henderson <rth@twiddle.net>
42511 * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
42512 with #ifndef NOT_IN_libc.
42514 * scripts/abilist.awk: Accept 8 fields. Handle Alpha functions
42515 marked to avoid plt entry.
42517 2012-05-30 H.J. Lu <hongjiu.lu@intel.com>
42520 * Makeconfig (default-abi): New macro.
42521 (abi-includes): Likewise.
42522 ($(common-objpfx)soversions.mk): Remove WORDSIZE check. Use
42523 $(abi-$(default-abi)-lib-soname) for soname if defined.
42524 ($(common-objpfx)gnu/lib-names.stmp): Generate from
42526 * Makefile (installed-stubs): Likewise.
42527 * include/stubs-biarch.h: Removed.
42528 * scripts/lib-names.awk: Only handle one library at a time.
42529 * scripts/soversions.awk: Remove WORDSIZE support.
42530 * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
42532 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
42534 (syscall-list-default-condition): Likewise.
42535 (syscall-list-default-condition): Likewise.
42536 (syscall-list-includes): Likewise.
42537 ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
42538 syscall-list-* with abi-*. Handle undefined abi-variants.
42539 * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
42540 * sysdeps/unix/sysv/linux/i386/Implies: New file.
42541 * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
42542 * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
42543 * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
42544 * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
42546 (syscall-list-32-options): Likewise.
42547 (syscall-list-32-condition): Likewise.
42548 (syscall-list-64-options): Likewise.
42549 (syscall-list-64-condition): Likewise.
42550 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
42552 * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
42555 (abi-64-ld-soname): New macro.
42556 * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
42557 * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
42560 * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
42561 * sysdeps/x86_64/x32/shlib-versions: Likewise.
42563 2012-05-30 Joseph Myers <joseph@codesourcery.com>
42565 * sysdeps/unix/sysv/linux/kernel-features.h
42566 (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
42567 * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
42568 include <kernel-features.h>.
42569 [!__NR_ftruncate64]: Remove conditional code.
42570 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42571 [__NR_ftruncate64]: Make code unconditional.
42572 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42573 * sysdeps/unix/sysv/linux/truncate64.c: Do not
42574 include <kernel-features.h>.
42575 [!__NR_ftruncate64]: Remove conditional code.
42576 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42577 [__NR_ftruncate64]: Make code unconditional.
42578 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42579 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
42580 include <kernel-features.h>.
42581 [!__NR_ftruncate64]: Remove conditional code.
42582 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42583 [__NR_ftruncate64]: Make code unconditional.
42584 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42585 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
42586 include <kernel-features.h>.
42587 [!__NR_ftruncate64]: Remove conditional code.
42588 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42589 [__NR_ftruncate64]: Make code unconditional.
42590 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42592 * configure.in (libc_cv_fpie): Weaken to a compile test using
42593 LIBC_TRY_CC_OPTION.
42594 * configure: Regenerated.
42596 2012-05-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
42598 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
42599 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
42600 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
42601 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42603 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
42604 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
42605 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
42606 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
42607 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
42608 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42611 2012-05-27 David S. Miller <davem@davemloft.net>
42613 * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
42615 (__Q_simulate_exceptions): Return void. Change to simulate
42616 exceptions by writing into the %fsr.
42617 * sysdeps/sparc/sparc64/soft-fp/qp_util.c
42618 (__Qp_handle_exceptions): Likewise.
42620 * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
42621 __Qp_handle_exceptions.
42622 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
42623 __Qp_handle_exceptions.
42624 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42625 as unused and give dummy FP_RND_NEAREST initializer.
42626 (FP_INHIBIT_RESULTS): Define.
42627 (___Q_simulate_exceptions): Update declaration.
42628 (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
42630 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42631 as unused and give dummy FP_RND_NEAREST initializer.
42632 (__Qp_handle_exceptions): Update declaration.
42633 (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
42636 2012-05-27 Thomas Schwinge <thomas@codesourcery.com>
42638 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
42639 the temporary FPU control word.
42640 * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
42641 * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
42642 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
42643 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
42644 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
42645 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
42646 * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
42647 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
42648 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
42649 * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
42650 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
42652 2012-05-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
42654 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
42657 2012-05-27 Chung-Lin Tang <cltang@codesourcery.com>
42659 * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
42660 * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
42661 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
42662 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
42664 * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
42665 * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
42668 2012-05-27 Ulrich Drepper <drepper@gmail.com>
42670 * po/h.po: Update from translation team.
42672 2012-05-26 Andreas Schwab <schwab@linux-m68k.org>
42674 * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
42676 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
42677 handling of denormals.
42678 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
42679 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
42680 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
42681 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
42682 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
42683 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
42684 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
42687 2012-05-26 Marek Polacek <polacek@redhat.com>
42690 * math/libm-test.inc (fma_test): Don't always expect underflow
42693 2012-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
42696 * elf/tst-execstack.c: Include stackinfo.h.
42697 (do_test): Adjust test case to ensure that pthread_getattr_np
42698 behaviour remains the same after marking stack executable.
42700 2012-05-25 Joseph Myers <joseph@codesourcery.com>
42702 * sysdeps/unix/sysv/linux/kernel-features.h
42703 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
42704 * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
42706 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42707 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42708 * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
42710 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42711 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42713 2012-05-25 H.J. Lu <hongjiu.lu@intel.com>
42715 * configure.in: Define the default includes to being none.
42716 * configure: Regenerated.
42718 2012-05-25 Roland McGrath <roland@hack.frob.com>
42720 * sysdeps/x86_64/__longjmp.S: Add a static probe here.
42721 * sysdeps/x86_64/setjmp.S: Likewise.
42722 * sysdeps/i386/bsd-setjmp.S: Likewise.
42723 * sysdeps/i386/bsd-_setjmp.S: Likewise.
42724 * sysdeps/i386/setjmp.S: Likewise.
42725 * sysdeps/i386/__longjmp.S: Likewise.
42726 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
42727 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
42729 * include/stap-probe.h: New file.
42730 * configure.in: Handle --enable-systemtap.
42731 * configure: Regenerated.
42732 * config.h.in (USE_STAP_PROBE): New #undef.
42733 * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
42734 * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
42735 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
42737 2012-05-25 Joseph Myers <joseph@codesourcery.com>
42740 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
42741 to 2.4.0 where earlier.
42742 * sysdeps/unix/sysv/linux/configure: Regenerated.
42743 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
42744 <kernel-features.h>.
42745 [__ASSUME_32BITUIDS]: Make code unconditional.
42746 [!__ASSUME_32BITUIDS]: Remove conditional code.
42747 * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
42748 <kernel-features.h>.
42749 [__ASSUME_32BITUIDS]: Make code unconditional.
42750 [!__ASSUME_32BITUIDS]: Remove conditional code.
42751 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
42752 [__ASSUME_32BITUIDS]: Make code unconditional.
42753 (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
42754 * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
42755 <kernel-features.h>.
42756 [__ASSUME_32BITUIDS]: Make code unconditional.
42757 [!__ASSUME_32BITUIDS]: Remove conditional code.
42758 * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
42759 <kernel-features.h>.
42760 [__ASSUME_32BITUIDS]: Make code unconditional.
42761 [!__ASSUME_32BITUIDS]: Remove conditional code.
42762 * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
42763 <kernel-features.h>.
42764 [__ASSUME_32BITUIDS]: Make code unconditional.
42765 [!__ASSUME_32BITUIDS]: Remove conditional code.
42766 * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
42767 <kernel-features.h>.
42768 [__ASSUME_32BITUIDS]: Make code unconditional.
42769 [!__ASSUME_32BITUIDS]: Remove conditional code.
42770 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
42771 <kernel-features.h>.
42772 [__ASSUME_32BITUIDS]: Make code unconditional.
42773 [!__ASSUME_32BITUIDS]: Remove conditional code.
42774 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
42775 <kernel-features.h>.
42776 [__ASSUME_32BITUIDS]: Make code unconditional.
42777 [!__ASSUME_32BITUIDS]: Remove conditional code.
42778 * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
42779 <kernel-features.h>.
42780 [__ASSUME_32BITUIDS]: Make code unconditional.
42781 [!__ASSUME_32BITUIDS]: Remove conditional code.
42782 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
42783 <kernel-features.h>.
42784 [__ASSUME_32BITUIDS]: Make code unconditional.
42785 [!__ASSUME_32BITUIDS]: Remove conditional code.
42786 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
42787 <kernel-features.h>.
42788 [__ASSUME_32BITUIDS]: Make code unconditional.
42789 [!__ASSUME_32BITUIDS]: Remove conditional code.
42790 * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
42791 <kernel-features.h>.
42792 [__ASSUME_32BITUIDS]: Make code unconditional.
42793 [!__ASSUME_32BITUIDS]: Remove conditional code.
42794 * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
42795 <kernel-features.h>.
42796 [__NR_setresgid] (__setresgid): Do not declare.
42797 [__ASSUME_32BITUIDS]: Make code unconditional.
42798 [!__ASSUME_32BITUIDS]: Remove conditional code.
42799 * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
42800 <kernel-features.h>.
42801 [__NR_setresuid] (__setresuid): Do not declare.
42802 [__ASSUME_32BITUIDS]: Make code unconditional.
42803 [!__ASSUME_32BITUIDS]: Remove conditional code.
42804 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
42805 <kernel-features.h>.
42806 [__ASSUME_32BITUIDS]: Make code unconditional.
42807 [!__ASSUME_32BITUIDS]: Remove conditional code.
42808 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
42809 <kernel-features.h>.
42810 [__ASSUME_32BITUIDS]: Make code unconditional.
42811 [!__ASSUME_32BITUIDS]: Remove conditional code.
42812 * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
42813 <kernel-features.h>.
42814 [__ASSUME_32BITUIDS]: Make code unconditional.
42815 [!__ASSUME_32BITUIDS]: Remove conditional code.
42816 * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
42817 <kernel-features.h>.
42818 [__ASSUME_32BITUIDS]: Make code unconditional.
42819 [!__ASSUME_32BITUIDS]: Remove conditional code.
42820 * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
42821 <kernel-features.h>.
42822 [__ASSUME_32BITUIDS]: Make code unconditional.
42823 [!__ASSUME_32BITUIDS]: Remove conditional code.
42824 * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
42825 <kernel-features.h>.
42826 [__ASSUME_32BITUIDS]: Make code unconditional.
42827 [!__ASSUME_32BITUIDS]: Remove conditional code.
42828 * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
42829 <kernel-features.h>.
42830 [__ASSUME_32BITUIDS]: Make code unconditional.
42831 [!__ASSUME_32BITUIDS]: Remove conditional code.
42832 * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
42833 <kernel-features.h>.
42834 [__ASSUME_32BITUIDS]: Make code unconditional.
42835 [!__ASSUME_32BITUIDS]: Remove conditional code.
42836 * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
42837 <kernel-features.h>.
42838 [__ASSUME_32BITUIDS]: Make code unconditional.
42839 [!__ASSUME_32BITUIDS]: Remove conditional code.
42840 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
42841 <kernel-features.h>.
42842 [__ASSUME_32BITUIDS]: Make code unconditional.
42843 [!__ASSUME_32BITUIDS]: Remove conditional code.
42844 * sysdeps/unix/sysv/linux/kernel-features.h
42845 (__ASSUME_SETRESUID_SYSCALL): Remove.
42846 (__ASSUME_SETRESGID_SYSCALL): Likewise.
42847 (__ASSUME_32BITUIDS): Likewise.
42848 (__ASSUME_LDT_WORKS): Likewise.
42849 (__ASSUME_O_DIRECTORY): Likewise.
42850 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
42851 architecture but not kernel version.
42852 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
42853 (__ASSUME_MMAP2_SYSCALL): Likewise.
42854 (__ASSUME_STAT64_SYSCALL): Likewise.
42855 (__ASSUME_IPC64): Likewise.
42856 * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
42857 <kernel-features.h>.
42858 [__ASSUME_32BITUIDS]: Make code unconditional.
42859 [!__ASSUME_32BITUIDS]: Remove conditional code.
42860 * sysdeps/unix/sysv/linux/opendir.c: Do not include
42861 <kernel-features.h>.
42862 [__ASSUME_O_DIRECTORY]: Make code unconditional.
42863 * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
42864 132096]: Remove conditional code.
42865 [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
42866 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
42867 <kernel-features.h>.
42868 [__ASSUME_32BITUIDS]: Make code unconditional.
42869 [!__ASSUME_32BITUIDS]: Remove conditional code.
42870 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
42871 <kernel-features.h>.
42872 [__ASSUME_32BITUIDS]: Make code unconditional.
42873 [!__ASSUME_32BITUIDS]: Remove conditional code.
42874 * sysdeps/unix/sysv/linux/setegid.c: Do not include
42875 <kernel-features.h>.
42876 [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
42878 (__setresgid): Do not declare.
42879 [__ASSUME_32BITUIDS]: Make code unconditional.
42880 [!__ASSUME_32BITUIDS]: Remove conditional code.
42881 * sysdeps/unix/sysv/linux/seteuid.c: Do not include
42882 <kernel-features.h>.
42883 [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
42885 (__setresuid): Do not declare.
42886 [__ASSUME_32BITUIDS]: Make code unconditional.
42887 [!__ASSUME_32BITUIDS]: Remove conditional code.
42888 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
42889 <kernel-features.h>.
42890 [__ASSUME_32BITUIDS]: Make code unconditional.
42891 [!__ASSUME_32BITUIDS]: Remove conditional code.
42892 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
42893 <kernel-features.h>.
42894 [__ASSUME_32BITUIDS]: Make code unconditional.
42895 [!__ASSUME_32BITUIDS]: Remove conditional code.
42897 2012-05-25 Richard Henderson <rth@twiddle.net>
42899 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
42900 dl_hwcap to ifunc resolver.
42901 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
42903 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
42904 dl_hwcap to ifunc resolver.
42905 * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
42907 2012-05-24 Joseph Myers <joseph@codesourcery.com>
42910 * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
42911 for |x| <= 2**-26, not 2**-57.
42912 * math/libm-test.inc (acos_test): Do not allow spurious underflow
42915 2012-05-24 Jeff Law <law@redhat.com>
42917 * stdio-common/Makefile (tests): Add bug25.
42918 * stdio-common/bug25.c: New test.
42920 2012-05-24 H.J. Lu <hongjiu.lu@intel.com>
42923 * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
42924 multiple of MALLOC_ALIGNMENT in size.
42925 (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
42927 2012-05-24 Joseph Myers <joseph@codesourcery.com>
42929 * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
42931 (FILENAME_MAX): Use macro-int-constant.
42932 (FOPEN_MAX): Use macro-int-constant. Require >= 8.
42933 (_IOFBF): Use macro-int-constant.
42934 (_IOLBF): Likewise.
42935 (_IONBF): Likewise.
42936 (SEEK_CUR): Likewise.
42937 (SEEK_END): Likewise.
42938 (SEEK_SET): Likewise.
42939 (TMP_MAX): Likewise.
42940 (EOF): Use macro-int-constant. Require < 0.
42941 (NULL): Use macro-constant. Require == 0.
42942 (stdin): Require type to be FILE *.
42943 (stdout): Likewise.
42944 (stderr): Likewise.
42945 * conform/data/stdlib.h-data (EXIT_FAILURE): Use
42946 macro-int-constant.
42947 (EXIT_SUCCESS): Likewise.
42948 (NULL): Use macro-constant. Require == 0.
42949 (RAND_MAX): Use macro-int-constant.
42950 [ISO99 || ISO11] (lldiv_t): Require also for these standards.
42951 [C99-based standards] (strtof): Require function.
42952 [C99-based standards] (strtold): Likewise.
42953 [C99-based standards] (strtoll): Likewise.
42954 [C99-based standards] (strtoull): Likewise.
42955 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
42956 [ISO || ISO99 || ISO11] (limits.h): Likewise.
42957 [ISO || ISO99 || ISO11] (math.h): Likewise.
42958 [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
42959 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
42960 [ISO || ISO99 || ISO11] (*_t): Do not allow.
42962 2012-05-24 Andreas Schwab <schwab@linux-m68k.org>
42965 * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
42966 * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
42967 * intl/dgettext.c (DCGETTEXT): Likewise.
42968 * intl/gettext.c (DCGETTEXT): Likewise.
42969 * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
42970 * posix/regex_internal.h (gettext): Likewise.
42971 * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
42972 Remove declaration.
42973 * include/argz.h (__argz_count_internal)
42974 (__argz_stringify_internal): Remove declaration.
42975 (__argz_count, __argz_stringify): Declare hidden proto.
42976 * intl/dcgettext.c: Remove use of INTDEF.
42977 * string/argz-count.c: Replace INTDEF with libc_hidden_def.
42978 * string/argz-stringify.c: Likewise.
42979 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
42980 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
42981 Declare hidden proto.
42982 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
42983 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
42984 Declare hidden proto.
42985 * include/stdio.h (__asprintf_internal): Don't declare.
42986 (__asprintf): Don't define as macro. Declare hidden proto.
42987 * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
42988 (__fsetlocking): Declare hidden proto.
42989 * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
42990 (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
42992 (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
42993 (_IO_setlinebuf): Remove use of INTUSE.
42994 (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
42995 (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
42996 (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
42997 Remove declaration.
42998 * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
42999 (_IO_do_flush): Remove use of INTUSE.
43000 (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
43001 (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
43002 (_IO_adjust_column, _IO_least_wmarker)
43003 (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
43004 (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
43005 (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
43006 (_IO_default_doallocate, _IO_wdefault_doallocate)
43007 (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
43008 (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
43009 (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
43010 (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
43011 (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
43012 (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
43013 (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
43014 (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
43015 (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
43016 (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
43017 (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
43018 (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
43019 (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
43021 (_IO_flush_all_internal, _IO_adjust_column_internal)
43022 (_IO_default_uflow_internal, _IO_default_finish_internal)
43023 (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
43024 (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
43025 (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
43026 (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
43027 (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
43028 (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
43029 (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
43030 (_IO_file_xsgetn_internal, _IO_file_stat_internal)
43031 (_IO_file_close_internal, _IO_file_close_it_internal)
43032 (_IO_file_underflow_internal, _IO_file_overflow_internal)
43033 (_IO_file_init_internal, _IO_file_attach_internal)
43034 (_IO_file_fopen_internal, _IO_file_read_internal)
43035 (_IO_file_sync_internal, _IO_file_seek_internal)
43036 (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
43037 (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
43038 (_IO_str_underflow_internal, _IO_str_overflow_internal)
43039 (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
43040 (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
43041 (_IO_list_all_internal, _IO_link_in_internal)
43042 (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
43043 (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
43044 (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
43045 (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
43046 (_IO_do_write_internal, _IO_padn_internal)
43047 (_IO_getline_info_internal, _IO_getline_internal)
43048 (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
43049 (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
43050 (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
43051 (_IO_vfscanf_internal, _IO_vfprintf_internal)
43052 (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
43053 (_IO_init_internal, _IO_un_link_internal): Don't declare.
43054 * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
43055 with libc_hidden_ver, remove use of INTUSE.
43056 * libio/genops.c: Likewise.
43057 * libio/freopen.c: Likewise.
43058 * libio/freopen64.c: Likewise.
43059 * libio/iofclose.c: Likewise.
43060 * libio/iofdopen.c: Likewise.
43061 * libio/iofflush.c: Likewise.
43062 * libio/iofflush_u.c: Likewise.
43063 * libio/iofgets.c: Likewise.
43064 * libio/iofgets_u.c: Likewise.
43065 * libio/iofopen.c: Likewise.
43066 * libio/iofopncook.c: Likewise.
43067 * libio/iofread.c: Likewise.
43068 * libio/iofread_u.c: Likewise.
43069 * libio/ioftell.c: Likewise.
43070 * libio/iofwrite.c: Likewise.
43071 * libio/iogetline.c: Likewise.
43072 * libio/iogets.c: Likewise.
43073 * libio/iogetwline.c: Likewise.
43074 * libio/iopadn.c: Likewise.
43075 * libio/iopopen.c: Likewise.
43076 * libio/ioseekoff.c: Likewise.
43077 * libio/ioseekpos.c: Likewise.
43078 * libio/iosetbuffer.c: Likewise.
43079 * libio/iosetvbuf.c: Likewise.
43080 * libio/ioungetc.c: Likewise.
43081 * libio/ioungetwc.c: Likewise.
43082 * libio/iovdprintf.c: Likewise.
43083 * libio/iovsprintf.c: Likewise.
43084 * libio/iovsscanf.c: Likewise.
43085 * libio/memstream.c: Likewise.
43086 * libio/obprintf.c: Likewise.
43087 * libio/oldfileops.c: Likewise.
43088 * libio/oldiofclose.c: Likewise.
43089 * libio/oldiofdopen.c: Likewise.
43090 * libio/oldiofopen.c: Likewise.
43091 * libio/oldiopopen.c: Likewise.
43092 * libio/oldstdfiles.c: Likewise.
43093 * libio/putc.c: Likewise.
43094 * libio/setbuf.c: Likewise.
43095 * libio/setlinebuf.c: Likewise.
43096 * libio/stdfiles.c: Likewise.
43097 * libio/strops.c: Likewise.
43098 * libio/vasprintf.c: Likewise.
43099 * libio/vscanf.c: Likewise.
43100 * libio/vsnprintf.c: Likewise.
43101 * libio/vswprintf.c: Likewise.
43102 * libio/wfiledoalloc.c: Likewise.
43103 * libio/wfileops.c: Likewise.
43104 * libio/wgenops.c: Likewise.
43105 * libio/wmemstream.c: Likewise.
43106 * libio/wstrops.c: Likewise.
43107 * libio/__fpurge.c: Likewise.
43108 * libio/__fsetlocking.c: Likewise.
43109 * assert/assert.c: Likewise.
43110 * debug/fgets_chk.c: Likewise.
43111 * debug/fgets_u_chk.c: Likewise.
43112 * debug/fread_chk.c: Likewise.
43113 * debug/fread_u_chk.c: Likewise.
43114 * debug/gets_chk.c: Likewise.
43115 * debug/obprintf_chk.c: Likewise.
43116 * debug/vasprintf_chk.c: Likewise.
43117 * debug/vdprintf_chk.c: Likewise.
43118 * debug/vsnprintf_chk.c: Likewise.
43119 * debug/vsprintf_chk.c: Likewise.
43120 * malloc/mtrace.c: Likewise.
43121 * misc/error.c: Likewise.
43122 * misc/syslog.c: Likewise.
43123 * stdio-common/asprintf.c: Likewise.
43124 * stdio-common/fxprintf.c: Likewise.
43125 * stdio-common/getw.c: Likewise.
43126 * stdio-common/isoc99_fscanf.c: Likewise.
43127 * stdio-common/isoc99_scanf.c: Likewise.
43128 * stdio-common/isoc99_vfscanf.c: Likewise.
43129 * stdio-common/isoc99_vscanf.c: Likewise.
43130 * stdio-common/isoc99_vsscanf.c: Likewise.
43131 * stdio-common/printf-prs.c: Likewise.
43132 * stdio-common/printf_fp.c: Likewise.
43133 * stdio-common/printf_fphex.c: Likewise.
43134 * stdio-common/printf_size.c: Likewise.
43135 * stdio-common/putw.c: Likewise.
43136 * stdio-common/scanf.c: Likewise.
43137 * stdio-common/sprintf.c: Likewise.
43138 * stdio-common/tmpfile.c: Likewise.
43139 * stdio-common/vfprintf.c: Likewise.
43140 * stdio-common/vfscanf.c: Likewise.
43141 * stdlib/strfmon_l.c: Likewise.
43142 * sunrpc/openchild.c: Likewise.
43143 * sunrpc/xdr_stdio.c: Likewise.
43144 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
43145 * sysdeps/mach/hurd/tmpfile.c: Likewise.
43147 2012-05-24 Roland McGrath <roland@hack.frob.com>
43149 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43151 * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
43152 in the third column, to generate for the shared library an IFUNC
43153 that uses _dl_vdso_vsym.
43154 * Makerules (COMPILE.c, compile-stdin.c): New variables.
43155 * Makeconfig (object-suffixes-noshared): New variable.
43157 * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
43158 (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
43159 (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
43160 (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
43163 * include/sys/time.h (__gettimeofday): Remove macro.
43164 (__gettimeofday, gettimeofday): Add libc_hidden_proto.
43165 * time/gettimeofday.c (__gettimeofday): Remove #undef.
43167 (__gettimeofday): Add libc_hidden_def.
43168 (gettimeofday): Add libc_hidden_weak.
43169 * sysdeps/mach/gettimeofday.c: Likewise.
43170 * sysdeps/posix/gettimeofday.c: Likewise.
43171 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
43172 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
43173 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
43174 (__gettimeofday_internal): Remove strong_alias.
43175 (__gettimeofday): Add libc_hidden_def.
43176 (gettimeofday): Add libc_hidden_weak.
43177 * sysdeps/unix/syscalls.list (gettimeofday):
43178 Remove __gettimeofday_internal alias.
43180 2012-05-24 Daniel Jacobowitz <drow@false.org>
43181 H.J. Lu <hongjiu.lu@intel.com>
43184 * malloc/malloc.c (SMALLBIN_CORRECTION): New.
43185 (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
43186 (largebin_index_32_big): New.
43187 (largebin_index): Use it for 16-byte alignment.
43188 (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ. Don't update
43189 correction with front_misalign.
43191 2012-05-24 H.J. Lu <hongjiu.lu@intel.com>
43193 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
43194 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
43196 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
43198 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
43200 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
43202 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
43204 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
43206 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
43208 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
43210 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
43212 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
43214 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
43216 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
43219 * scripts/data/c++-types-x32-linux-gnu.data: New file.
43220 * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
43222 2012-05-24 Joseph Myers <joseph@codesourcery.com>
43226 * math/libm-test.inc (exp_test): Add test from bug 14036.
43227 (pow_test): Add test from bug 10846.
43229 * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
43231 (special_function): Do not include flags in test name.
43232 (parse_args): Likewise.
43233 * sysdeps/i386/fpu/libm-test-ulps: Update.
43234 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
43235 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
43236 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
43237 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43239 * math/gen-libm-test.pl (%beautify): Add entries for underflow
43241 * math/libm-test.inc ("Philosophy"): Update comment about
43243 (UNDERFLOW_EXCEPTION): New macro.
43244 (UNDERFLOW_EXCEPTION_OK): Likewise.
43245 (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
43246 (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
43247 (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
43248 (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
43249 (INVALID_EXCEPTION_OK): Update value.
43250 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43251 (OVERFLOW_EXCEPTION_OK): Likewise.
43252 (IGNORE_ZERO_INF_SIGN): Likewise.
43253 (test_exceptions): Handle underflow exceptions.
43254 (acos_test): Update for underflow exception expectations.
43255 (cexp_test): Likewise.
43256 (clog_test): Likewise.
43257 (clog10_test): Likewise.
43258 (csqrt_test): Likewise.
43259 (ctan_test): Likewise.
43260 (ctanh_test): Likewise.
43261 (exp_test): Likewise.
43262 (exp10_test): Likewise.
43263 (exp2_test): Likewise.
43264 (expm1_test): Likewise.
43265 (fma_test): Likewise.
43266 (j0_test): Likewise.
43267 (jn_test): Likewise.
43268 (nexttoward_test): Likewise.
43269 (pow_test): Likewise.
43270 (scalbn_test): Likewise.
43271 (scalbln_test): Likewise.
43272 (tan_test): Likewise.
43273 (y1_test): Likewise.
43274 * sysdeps/i386/fpu/libm-test-ulps: Update.
43275 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43277 2012-05-23 David S. Miller <davem@davemloft.net>
43279 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
43280 (__libc_sigaction): Remove unused local variables.
43282 2012-05-23 H.J. Lu <hongjiu.lu@intel.com>
43284 * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
43286 2012-05-23 Paul Eggert <eggert@cs.ucla.edu>
43288 mktime: avoid signed integer overflow
43289 * time/mktime.c (__mktime_internal): Do not mishandle the case
43290 where diff == INT_MIN.
43292 mktime: simplify computation of average
43293 * time/mktime.c (ranged_convert): Use new time_t_avg function
43294 instead of rolling our own (probably-slower) code.
43296 mktime: do not assume signed right shift propagates sign bit
43297 * time/mktime.c (isdst_differ): New static function.
43298 (__mktime_internal): No need to normalize tm_isdst now.
43299 (__mktime_internal, not_equal_tm): Use isdst_differ to compare
43302 mktime: merge another wrapv change from gnulib
43303 * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
43304 from some compilers.
43306 mktime: remove incorrect attempt at unusual arithmetics
43307 * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
43308 The code didn't really work on such machines anyway.
43309 (TYPE_MINIMUM): Assume two's complement.
43310 (twos_complement_arithmetic): Verify that long_int and time_t
43311 are two's complement (or unsigned, in the latter case).
43313 mktime: check signed shifts on long_int and time_t, too
43314 * time/mktime.c (SHR): Check that shifts work as desired
43315 on the types long_int and time_t too, as SHR is used on
43318 mktime: do not assume 'long' is wide enough
43319 * time/mktime.c (verify): Move decl up.
43320 (long_int): New type.
43321 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
43322 to remove assumption in the code that 'long' is wide enough to
43323 store year values. This assumption is not true on x32 and on
43324 some non-glibc platforms.
43326 mktime: merge wrapv change from gnulib
43327 * time/mktime.c (WRAPV): New macro.
43328 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
43329 (guess_time_tm, __mktime_internal): Do not assume that signed
43330 integer overflow wraps around; modern compilers generate code
43331 where this assumption is no longer valid.
43333 2012-05-23 H.J. Lu <hongjiu.lu@intel.com>
43335 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43336 Replace "jmp L(pseudo_end)" with "ret".
43337 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
43340 2012-05-23 Andreas Jaeger <aj@suse.de>
43342 * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
43343 * sysdeps/unix/sysv/linux/poll.c: Remove file.
43345 2012-05-23 Andreas Jaeger <aj@suse.de>
43346 Maximilian Attems <max@stro.at>
43348 * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
43351 2012-05-23 H.J. Lu <hongjiu.lu@intel.com>
43353 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
43354 code so that pseudo_end is just ret and the stack pointer is
43355 correct also for static library in error case.
43357 2012-05-23 Joseph Myers <joseph@codesourcery.com>
43359 * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
43360 move to syscalls.list.
43361 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
43362 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
43363 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
43364 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
43366 * manual/install.texi (Running make install): Do not mention Linux
43367 kernel version for which pt_chown is not needed.
43368 (Linux): Do not mention problems with nscd with 2.0 kernels.
43369 * INSTALL: Regenerated.
43371 2012-05-23 Andreas Jaeger <aj@suse.de>
43373 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
43374 (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
43376 * sysdeps/unix/sysv/linux/s390/bits/mman.h
43377 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43378 * sysdeps/unix/sysv/linux/sh/bits/mman.h
43379 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43380 * sysdeps/unix/sysv/linux/i386/bits/mman.h
43381 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43382 * sysdeps/unix/sysv/linux/sparc/bits/mman.h
43383 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43384 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
43385 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43386 * sysdeps/unix/sysv/linux/bits/in.h
43387 (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
43389 2012-05-22 Roland McGrath <roland@hack.frob.com>
43391 * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
43392 (PREPARE_VERSION): Just use assert instead, it will be elided
43393 under [NDEBUG] anyway.
43395 2012-05-22 H.J. Lu <hongjiu.lu@intel.com>
43397 * sysdeps/unix/sysv/linux/Makefile: Include
43398 $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
43399 (sysdep_routines): Remove sysctl.
43400 * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
43401 * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
43402 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
43403 * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
43404 * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
43406 2012-05-22 Andreas Jaeger <aj@suse.de>
43408 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
43409 that pseudo_end is just ret and the stack pointer is correct also
43410 for static library in error case.
43412 2012-05-22 Paul Pluzhnikov <ppluzhnikov@google.com>
43415 * nss/nsswitch.c (defconfig_entries): New variable.
43416 (__nss_database_lookup): Don't leak defconfig entries.
43417 (nss_parse_service_list): Don't leak on error paths.
43418 (free_database_entries): New function.
43419 (free_defconfig): New function.
43420 (free_mem): Move common code to free_database_entries.
43422 2012-05-22 H.J. Lu <hongjiu.lu@intel.com>
43424 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
43426 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
43428 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
43429 (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
43430 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
43432 (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
43433 (INTERNAL_SYSCALL_TYPES): Likewise.
43434 (LOAD_ARGS_TYPES_[1-6]): Likewise.
43435 (LOAD_REGS_TYPES_[1-6]): Likewise.
43436 (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
43437 (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
43439 2012-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
43441 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
43442 copysignl for GLIBC_2_0.
43443 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
43444 finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
43445 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
43446 logbl for GLIBC_2_0.
43447 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
43448 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
43450 2012-05-22 H.J. Lu <hongjiu.lu@intel.com>
43452 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
43453 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
43455 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43458 * time/mktime.c: Update copyright years.
43460 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
43462 mktime: merge comment-quoting-style change from gnulib
43463 * time/mktime.c: Quote 'like this' in comments.
43464 The GNU coding standards suggest that we no longer quote `like this',
43465 as "`" and "'" are typically rendered asymmetrically nowadays.
43466 The typical gnulib style is to quote 'like this' when quoting
43467 code, and "like this" when quoting English.
43469 * time/mktime.c (compile-command): Add "-I.".
43471 mktime: merge mktime-internal.h change from gnulib
43472 * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
43474 mktime: merge time_r change from gnulib
43475 * time/mktime.c [!_LIBC]: Do not include "time_r.h".
43477 mktime: merge DEBUG change from gnulib
43478 * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
43479 case system <time.h> has a #define.
43481 mktime: merge <sys/types.h> change from gnulib
43482 * time/mktime.c: Do not include <sys/types.h>; no longer needed,
43483 since <time.t> is now guaranteed to define time_t.
43485 mktime: merge HAVE_CONFIG_H change from gnulib
43486 * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
43488 2012-05-22 H.J. Lu <hongjiu.lu@intel.com>
43490 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43493 * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
43495 (struct rusage): Use anonymous union to pad each field to
43498 2012-05-21 David S. Miller <davem@davemloft.net>
43500 * Makefules (o-iterator): Remove .s cases.
43501 (compile-command.s): Delete.
43502 (COMPILE.s): Delete.
43503 * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
43505 2012-05-21 Joseph Myers <joseph@codesourcery.com>
43507 * configure.in (libc_cv_predef_stack_protector): Only consider
43508 "foobar" and "__stack_chk_fail" lines in libc_undefs.
43509 * configure: Regenerated.
43511 2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
43513 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43514 New macro. Use R*LP on int and pointer.
43515 (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
43516 * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
43517 * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
43518 * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
43520 * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
43521 [__WORDSIZE_TIME64_COMPAT32] instead of
43522 [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
43523 (struct utmp): Likewise.
43524 * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
43525 * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
43527 (__WORDSIZE_TIME64_COMPAT32): This.
43528 * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
43529 * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
43530 * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
43531 * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
43532 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
43533 (__WORDSIZE_TIME64_COMPAT32): New macro.
43535 2012-05-21 Andreas Jaeger <aj@suse.de>
43537 * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
43538 only if [SHARED]. Add prototype for __wcschr_ia32.
43540 2012-05-21 Roland McGrath <roland@hack.frob.com>
43542 * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
43543 of %rbp unmolested in the jmp_buf while mangling the low bits.
43544 * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
43545 unmolested high bits of %rbp while demangling the low bits.
43546 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
43548 2012-05-21 Andreas Jaeger <aj@suse.de>
43550 * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
43551 * sunrpc/svc_simple.c: Use it for registerrpc.
43552 * sunrpc/xcrypt.c: Use it for passwd2des.
43554 * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
43556 2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
43558 * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
43559 Don't define if [__SYSCALL_WORDSIZE != 32].
43560 * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
43563 2012-05-21 Bruno Haible <bruno@clisp.org>
43564 Andreas Jaeger <aj@suse.de>
43566 [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
43567 * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
43568 inptr and inend for must_buffer_ch.
43569 * wcsmbs/tst-mbsnrtowcs.c: Remove file.
43570 * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
43571 * stdio-common/Makefile (tests): Remove bug15.
43572 (bug15-ENV): Remove macro.
43573 * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
43576 2012-05-19 Andreas Jaeger <aj@suse.de>
43577 Roland McGrath <roland@hack.frob.com>
43579 * manual/contrib.texi: Completely rewritten. It contains now an
43580 alphabetical list of contributors and their contributions.
43582 2012-05-21 Richard Henderson <rth@twiddle.net>
43584 * misc/getauxval.c (__getauxval): Use unsigned long int.
43585 * misc/sys/auxv.h: Include <sys/cdefs.h>.
43586 (getauxval): Use unsigned long int.
43588 2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
43590 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43592 2012-05-21 Roland McGrath <roland@hack.frob.com>
43594 * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
43595 (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
43596 __alignof__ (long double).
43598 2012-05-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
43600 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43602 2012-05-20 Richard Henderson <rth@twiddle.net>
43604 * misc/getauxval.c: New file.
43605 * misc/sys/auxv.h: New file.
43606 * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
43607 (routines): Add getauxval.
43608 * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
43609 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
43610 * elf/dl-sysdep.c (_dl_auxv): Remove.
43611 (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
43612 * elf/dl-support.c (_dl_auxv): New variable.
43613 (_dl_aux_init): Initialize it.
43614 * manual/startup.texi (Auxiliary Vector): New node.
43615 * sysdeps/generic/bits/hwcap.h: New file.
43616 * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
43617 * sysdeps/powerpc/sysdep.h: ... here. Include it.
43618 * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
43619 * sysdeps/sparc/sysdep.h: ... here. Include it.
43620 * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
43621 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
43622 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
43624 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
43625 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
43626 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
43627 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
43628 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43629 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43630 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
43631 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
43633 2012-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
43635 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43637 2012-05-19 David S. Miller <davem@davemloft.net>
43639 * sysdeps/sparc/fpu/libm-test-ulps: Update.
43641 2012-05-19 Joseph Myers <joseph@codesourcery.com>
43644 * math/s_ccosh.c: Include <float.h>
43645 (__ccosh): Avoid internal overflow calculating sinh and cosh
43646 values before multiplying by sin and cos values.
43647 * math/s_ccoshf.c: Likewise.
43648 * math/s_ccoshl.c: Likewise.
43649 * math/s_csin.c: Likewise.
43650 * math/s_csinf.c: Likewise.
43651 * math/s_csinl.c: Likewise.
43652 * math/s_csinh.c: Likewise.
43653 * math/s_csinhf.c: Likewise.
43654 * math/s_csinhl.c: Likewise.
43655 * math/libm-test.inc (ccos_test): Add more tests.
43656 (ccosh_test): Likewise.
43657 (csin_test): Likewise.
43658 (csinh_test): Likewise.
43659 * sysdeps/i386/fpu/libm-test-ulps: Update.
43660 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43662 2012-05-19 H.J. Lu <hongjiu.lu@intel.com>
43664 * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
43665 * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
43667 * sysdeps/x86_64/x32/_itoa.h: Add comment.
43669 2012-05-19 Joseph Myers <joseph@codesourcery.com>
43671 * sysdeps/powerpc/soft-fp/Makefile: Remove file.
43672 * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
43673 * sysdeps/powerpc/soft-fp/Versions: Likewise.
43674 * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
43675 * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
43676 * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
43677 * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
43678 * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
43679 * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
43680 * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
43681 * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
43682 * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
43683 * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
43684 * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
43685 * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
43686 * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
43687 * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
43688 * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
43689 * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
43690 * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
43691 * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
43692 * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
43693 * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
43694 * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
43695 * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
43696 * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
43697 * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
43698 * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
43699 * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
43700 * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
43701 * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
43703 2012-05-18 Andreas Jaeger <aj@suse.de>
43705 * csu/.gitignore: Delete.
43707 2012-05-18 H.J. Lu <hongjiu.lu@intel.com>
43709 * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
43710 (timex): Use __syscall_slong_t.
43712 2012-05-18 Andreas Jaeger <aj@suse.de>
43713 Carlos O'Donell <carlos_odonell@mentor.com>
43715 * manual/install.texi (Configuring and compiling): Update
43716 description about files modified in the source directory.
43717 * INSTALL: Regenerated.
43719 2012-05-18 H.J. Lu <hongjiu.lu@intel.com>
43721 * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
43722 value. Use "or" to set return value to -1.
43723 * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
43724 negate return value.
43726 2012-05-18 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
43728 * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
43729 (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
43730 failure if the compiler has Graphite support disabled.
43731 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
43733 * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
43734 (CFLAGS-memmove.c): Likewise.
43735 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
43738 2012-05-18 H.J. Lu <hongjiu.lu@intel.com>
43740 * sysdeps/x86_64/x32/_itoa.h: New file.
43742 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
43743 getdents system call only if kernel and user dirents have the
43744 same d_ino and d_off.
43746 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43747 LLONG_MAX != LONG_MAX.
43748 (_itoa_word): Use _ITOA_WORD_TYPE on value.
43749 (_fitoa_word): Likewise.
43751 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
43753 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
43754 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
43755 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
43757 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
43758 include <bits/wordsize.h>. Check __x86_64__ instead of
43760 (sigcontext): Use "__uint64_t" instead of "unsigned long int"
43761 if __x86_64__ is defined. Use anonymous union on fpstate.
43763 * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
43766 2012-05-18 Andreas Schwab <schwab@linux-m68k.org>
43768 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
43769 INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
43770 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
43771 Refer to _rtld_local_ro instead of _rtld_global_ro.
43772 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
43774 * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
43776 * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
43778 * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
43779 * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
43780 of _rtld_global, and rtld_progname instead of _dl_argv[0].
43782 * sysdeps/powerpc/powerpc32/dl-machine.c
43783 (__elf_machine_runtime_setup) [PROF]: Don't reference
43786 2012-05-18 Andreas Jaeger <aj@suse.de>
43788 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
43789 function only available for GCCs before 3.4 since GCC 3.4
43790 introduced a builtin.
43792 (llrintf): Likewise.
43793 (llrint): Likewise.
43800 (nearbyint): Likewise.
43801 (nearbyintf): Likewise.
43805 (floorf): Likewise.
43807 2012-05-17 H.J. Lu <hongjiu.lu@intel.com>
43809 * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
43810 on both fields and cast pointer to __syscall_ulong_t.
43812 * bits/types.h (__fsword_t): New type.
43813 * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
43814 sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
43815 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43816 (__FSWORD_T_TYPE): Likewise.
43817 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43818 (__FSWORD_T_TYPE): Likewise.
43819 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43820 (__FSWORD_T_TYPE): Likewise.
43821 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
43822 (__FSWORD_T_TYPE): Likewise.
43823 * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
43824 __SWORD_TYPE with __fsword_t.
43825 (statfs64): Likewise.
43827 2012-05-17 David S. Miller <davem@davemloft.net>
43829 * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
43831 2012-05-17 Andreas Jaeger <aj@suse.de>
43833 * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
43836 2012-05-17 H.J. Lu <hongjiu.lu@intel.com>
43838 * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
43840 2012-05-17 Andreas Jaeger <aj@suse.de>
43842 * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
43845 2012-05-17 Chris Metcalf <cmetcalf@tilera.com>
43847 * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
43849 2012-05-17 H.J. Lu <hongjiu.lu@intel.com>
43851 * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
43852 * sysdeps/x86_64/tst-mallocalign1.c: New file.
43854 2012-05-17 Andreas Jaeger <aj@suse.de>
43855 Carlos O'Donell <carlos_odonell@mentor.com>
43858 * sysdeps/x86_64/multiarch/init-arch.h
43859 (bit_YMM_Usable): Rename to...
43860 (bit_AVX_Usable): ... this.
43861 (bit_FMA4_Usable): New macro.
43862 (bit_XMM_state): New macro.
43863 (bit_YMM_state): New macro.
43864 [__ASSEMBLER__] (index_YMM_Usable): Rename to...
43865 [__ASSEMBLER__] (index_AVX_Usable): ... this.
43866 [__ASSEMBLER__] (index_FMA4_Usable): New macro.
43867 (CPUID_OSXSAVE): New macro.
43868 (CPUID_AVX): New macro.
43869 (CPUID_FMA4): New macro.
43870 (index_YMM_Usable): Rename to...
43871 (index_AVX_Usable): ... this.
43872 (HAS_AVX): Use HAS_ARCH_FEATURE.
43873 (HAS_FMA4): Likewise.
43874 (HAS_YMM_USABLE): Remove.
43875 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
43876 Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
43878 * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
43879 * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
43880 * sysdeps/x86_64/multiarch/Makefile: Likewise.
43881 * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
43882 * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
43884 2012-05-17 Chris Metcalf <cmetcalf@tilera.com>
43886 * math/libm-test.c: Support platforms without multiple rounding modes.
43887 * math/bug-nextafter.c: Support platforms without FP exceptions.
43888 * math/bug-nexttoward.c: Likewise.
43889 * math/test-fenv.c: Likewise.
43890 * math/test-misc.c: Likewise.
43891 * stdlib/bug-getcontext.c: Likewise.
43893 2012-05-17 Andreas Jaeger <aj@suse.de>
43895 * manual/examples/search.c (critter_cmp): Change signature to
43897 * manual/string.texi (Collation Functions): Likewise.
43899 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
43901 * bits/types.h: Fold copyright years.
43902 * bits/typesizes.h: Likewise.
43903 * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
43904 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
43905 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
43906 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
43907 * time/time.h: Likewise.
43909 2012-05-16 Paul Pluzhnikov <ppluzhnikov@google.com>
43912 * malloc.c (int_mallinfo): Add parameter to accumulate statistics
43913 in instead of returning them. Return void.
43914 (__libc_mallinfo): Accumulate over all arenas.
43915 (__malloc_stats): Adjust for change in int_mallinfo interface.
43917 2012-05-16 Roland McGrath <roland@hack.frob.com>
43920 * configure.in (NM): Add AC_CHECK_TOOL for it.
43921 (libc_extra_cflags): New substituted variable.
43922 Check for -fstack-protector being used implicitly.
43923 * configure: Regenerated.
43924 * config.make.in (config-extra-cflags): New variable,
43925 gets @libc_extra_cflags@.
43926 * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
43929 * configure.in: Check for _FORTIFY_SOURCE being predefined.
43930 (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
43931 * configure: Regenerated.
43932 * config.make.in (CPPUNDEFS): New substituted variable.
43933 * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
43934 * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
43935 * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
43937 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
43939 * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
43940 (mq_attr): Use __syscall_slong_t.
43942 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
43944 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
43945 Check __x86_64__ instead of __WORDSIZE.
43946 (_STAT_VER_LINUX): Likewise.
43947 (stat): Check __x86_64__ instead of __WORDSIZE. Use
43948 __syscall_ulong_t and __syscall_slong_t.
43949 (stat64): Likewise.
43951 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
43953 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
43955 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
43957 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
43959 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
43961 * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
43964 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
43965 include <bits/wordsize.h>. Check __x86_64__ instead of
43967 (greg_t): Use "__extension__ long long int" if __x86_64__ is
43969 (mcontext_t): Replace "unsigned long" with "unsigned long long".
43971 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
43972 include <bits/wordsize.h>. Check __x86_64__ instead of
43974 (user_regs_struct): Use "__extension__ unsigned long long"
43975 instead of "unsigned long" if __x86_64__ is defined.
43976 (user): Likewise. Pad after pointer field if __ILP32__ is
43979 2012-05-16 Joseph Myers <joseph@codesourcery.com>
43981 * configure.in (makeinfo): Require version 4.5 or later. Allow
43983 * configure: Regenerated.
43984 * manual/install.texi (texinfo): Increase version requirement to
43986 * INSTALL: Regenerated.
43988 * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
43990 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
43992 * sysdeps/x86_64/x32/gmp-mparam.h: New file.
43994 * sysdeps/x86_64/x32/ffs.c: New file.
43996 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
43998 (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
43999 defined. Use __syscall_ulong_t.
44000 (shminfo): Use __syscall_ulong_t.
44001 (shm_info): Likewise.
44003 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
44006 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
44008 (msgqnum_t): Use __syscall_ulong_t.
44009 (msglen_t): Likewise.
44010 (msqid_ds): Check __x86_64__ instead of __WORDSIZE. Use
44013 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
44014 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
44016 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
44018 * sysdeps/x86_64/x32/divdi3.c: New dummy file.
44019 * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
44021 * sysvipc/sys/msg.h (msgbuf): Replace long int with
44024 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
44025 include <bits/wordsize.h>. Check __x86_64__ instead of
44028 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
44029 "unsigned long long int" if __x86_64__ is defined.
44030 (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
44032 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
44033 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
44034 (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
44036 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
44038 (GET_PC): Cast to uintptr_t first.
44039 (GET_FRAME): Likewise.
44040 (GET_STACK): Likewise.
44042 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
44043 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
44044 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
44045 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
44046 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
44047 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
44048 * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
44049 * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
44050 * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
44051 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
44052 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
44053 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
44054 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
44055 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
44056 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
44057 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
44058 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
44059 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
44060 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
44061 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
44062 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
44063 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
44064 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
44065 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
44066 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
44067 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
44068 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
44069 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
44070 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
44072 2012-05-16 Andreas Schwab <schwab@linux-m68k.org>
44074 * Makerules (+depfiles): Also collect depfiles from .oS in
44076 * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
44077 .oS, $(libnldbl-routines)).
44079 * Makerules (native-compile-mkdep-flags): Define.
44080 * sunrpc/Makefile (extra-objs): Add $(addprefix
44081 cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
44082 ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
44083 of $(compile-mkdep-flags). Depend on $(before-compile) instead of
44084 calling $(make-target-directory).
44086 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44088 * bits/types.h (__snseconds_t): Removed.
44089 * time/time.h (struct timespec): Replace __snseconds_t with
44091 * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
44092 * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
44094 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44095 (__SNSECONDS_T_TYPE): Likewise.
44096 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44097 (__SNSECONDS_T_TYPE): Likewise.
44098 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44099 (__SNSECONDS_T_TYPE): Likewise.
44101 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44103 * sysdeps/mach/hurd/bits/typesizes.h
44104 (__SYSCALL_SLONG_TYPE): New macro.
44105 (__SYSCALL_ULONG_TYPE): Likewise.
44107 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44109 * bits/types.h (__syscall_slong_t): New type.
44110 (__syscall_ulong_t): Likewise.
44112 * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
44113 (__SYSCALL_ULONG_TYPE): Likewise.
44114 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44115 (__SYSCALL_SLONG_TYPE): Likewise.
44116 (__SYSCALL_ULONG_TYPE): Likewise.
44117 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44118 (__SYSCALL_SLONG_TYPE): Likewise.
44119 (__SYSCALL_ULONG_TYPE): Likewise.
44120 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44121 (__SYSCALL_SLONG_TYPE): Likewise.
44122 (__SYSCALL_ULONG_TYPE): Likewise.
44124 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44126 * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
44127 Add sigaltstack-offsets.sym.
44128 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
44129 <sigaltstack-offsets.h>.
44130 (CALL_FAIL): Use RSP_LP to operate on stack. Use RDI_LP on
44131 longjmp_msg pointer.
44132 (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC. Use
44133 R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
44135 * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
44137 2012-05-15 Joseph Myers <joseph@codesourcery.com>
44139 * elf/stackguard-macros.h: Remove file.
44140 * sysdeps/generic/stackguard-macros.h: New file.
44141 * sysdeps/i386/stackguard-macros.h: Likewise.
44142 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
44143 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
44144 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
44145 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
44146 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
44147 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
44148 * sysdeps/x86_64/stackguard-macros.h: Likewise.
44149 * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
44150 <elf/stackguard-macros.h>.
44153 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
44154 __aligned__ in attribute.
44155 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
44156 (gregset_t): Likewise.
44158 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44160 * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
44161 * sysdeps/x86_64/64/Implies-after: Here. New file.
44162 * sysdeps/x86_64/x32/Implies-after: New file.
44164 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44166 * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
44167 and access return value for _dl_profile_fixup. Use R10_LP to
44170 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44172 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
44174 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44176 * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
44177 * sysdeps/x86_64/x32/sysdep.h: New file.
44179 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44181 * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
44182 * sysdeps/x86_64/setjmp.S: Likewise.
44184 2012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
44186 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
44187 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
44188 * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
44189 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
44190 remove unused global constant.
44192 2012-05-15 Chris Metcalf <cmetcalf@tilera.com>
44194 * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
44195 include of <not-cancel.h>.
44197 2012-05-15 Roland McGrath <roland@hack.frob.com>
44199 * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
44201 2012-05-15 Jeff Law <law@redhat.com>
44202 Andreas Jaeger <aj@suse.de>
44205 * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
44207 * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
44208 * nscd/nscd-client.h: Add __nscd_acquire_maplock.
44209 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
44210 code changing __hst_map_handle.map.
44212 2012-05-15 Roland McGrath <roland@hack.frob.com>
44214 * configure.in (sysnames): Look for Implies-before and Implies-after
44216 * configure: Regenerated.
44218 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44220 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
44221 8-byte data alignment with LP_SIZE alignment.
44223 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44225 * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
44228 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44230 * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
44232 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44234 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
44235 * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
44236 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
44238 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
44240 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44242 * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
44243 (stackinfo_sub_sp): Likewise.
44245 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44247 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
44250 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44252 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
44255 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44257 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
44260 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44262 * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
44264 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44266 * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
44267 into R11_LP and load __x86_64_shared_cache_size_half into
44270 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
44272 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
44275 2012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
44277 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
44279 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
44281 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
44283 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
44284 powerpc32/power7/fpu/s_logb.c via #include.
44285 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
44286 powerpc32/power7/fpu/s_logbf.c via #include.
44287 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
44288 powerpc32/power7/fpu/s_logbl.c via #include.
44290 2012-05-15 Joseph Myers <joseph@codesourcery.com>
44292 * README.libm: Remove file.
44294 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
44296 * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
44297 count for x32. Use R*_LP and omit operand-size suffix.
44299 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
44301 * shlib-versions: Move x86_64-.*-linux.* entries to ...
44302 * sysdeps/x86_64/64/shlib-versions: Here. New file.
44303 * sysdeps/x86_64/x32/shlib-versions: New file.
44305 2012-05-14 Roland McGrath <roland@hack.frob.com>
44307 * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
44308 * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
44309 Use _dl_fatal_printf instead.
44311 2012-05-14 Joseph Myers <joseph@codesourcery.com>
44313 * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
44314 set if not set by the user. Do not allow for being unset.
44315 * sysdeps/unix/sysv/linux/configure: Regenerated.
44317 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
44319 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
44320 the `q' suffix from lea and replace .quad with ASM_ADDR.
44322 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
44324 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
44325 the `q' suffix from xor/rol instructions. Use $2*LP_SIZE+1
44327 (PTR_DEMANGLE): Likewise.
44329 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
44331 * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
44333 (ASM_ADDR): Likewise.
44334 (RAX_LP): Likewise.
44335 (RBP_LP): Likewise.
44336 (RBX_LP): Likewise.
44337 (RCX_LP): Likewise.
44338 (RDI_LP): Likewise.
44339 (RSI_LP): Likewise.
44340 (RSP_LP): Likewise.
44343 (R10_LP): Likewise.
44344 (R10_LP): Likewise.
44345 (R11_LP): Likewise.
44346 (R12_LP): Likewise.
44347 (R13_LP): Likewise.
44348 (R14_LP): Likewise.
44349 (R15_LP): Likewise.
44351 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
44353 * sysdeps/x86_64/x32/dl-machine.h: New file.
44355 2012-05-14 Andreas Jaeger <aj@suse.de>
44357 * manual/Makefile (subdir): Remove export of subdir.
44358 (all): Remove target.
44359 (.PHONY): Remove all from list.
44360 (mkinstalldirs): Remove.
44361 (.PHONY): Remove installdirs from list.
44362 ($(inst_infodir)/libc.info): Use make-target-directory.
44363 (installdirs): Remove.
44364 (subdir_%): Remove.
44365 (glibc-targets): Remove.
44368 ($(objpfx)stubs ../po/manual.pot): Remove.
44369 ($(objpfx)stamp%): Remove.
44370 (make-target-directory): Remove.
44371 (subdir_install): Remove.
44372 (routines): Remove.
44379 * manual/.gitignore: Remove, it's not needed anymore.
44380 * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
44382 * manual/Makefile (dvi, pdf, info, html): Depend on files in build
44384 (texis): Renamed to $(objpfx)texis.
44385 (texis-path): New, contains path to generated files.
44386 (chapters.%): Use texis-path for complete path, add extra argument
44388 (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
44389 (libc/index.html, summary.texi): Add $(objpfx) as prefix.
44390 (summary,texi, stamp-summary): Use complete path of
44391 files. Generate files in build dir.
44392 (dir-add.texi): Build in build dir.
44393 (libm-err.texi,stamp-libm-err): Likewise.
44394 (version.texi, stamp-version): Likewise.
44395 (.%c.texi): Likewise.
44396 (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
44397 (mostlyclean): Remove target.
44398 (realclean): Remove target.
44399 (generated): Add new variable with contents from mostlyclean and
44400 realclean, remove entries duplicated in common-mostlyclean, add
44401 stamp-libm-err and stamp-version.
44402 (generated-dirs): Add libc directory.
44403 ($(inst_infodir)/libc.info): Install files from build dir.
44405 * manual/install.texi (Configuring and compiling): Adjust since
44406 the info files are not part of the tar ball anymore.
44408 2012-05-14 Andreas Jaeger <aj@suse.de>
44410 * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
44413 2012-05-14 Joseph Myers <joseph@codesourcery.com>
44416 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
44417 to 2.2.0 where earlier.
44418 * sysdeps/unix/sysv/linux/configure: Regenerated.
44419 * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
44420 Remove conditional code.
44421 [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
44422 * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
44423 Remove conditional code.
44424 [!__NR_lchown]: Likewise.
44425 [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44426 [__NR_lchown]: Likewise.
44427 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
44428 comment referencing __ASSUME_LCHOWN_SYSCALL.
44429 * sysdeps/unix/sysv/linux/i386/sigaction.c
44430 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44431 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44432 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
44433 Remove conditional code.
44434 [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
44435 (__protocol_available): Remove #if 0 code.
44436 * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
44438 [__ASSUME_SIOCGIFNAME]: Make code unconditional.
44439 * sysdeps/unix/sysv/linux/kernel-features.h
44440 (__ASSUME_GETCWD_SYSCALL): Don't define.
44441 (__ASSUME_REALTIME_SIGNALS): Likewise.
44442 (__ASSUME_PREAD_SYSCALL): Likewise.
44443 (__ASSUME_PWRITE_SYSCALL): Likewise.
44444 (__ASSUME_POLL_SYSCALL): Likewise.
44445 (__ASSUME_LCHOWN_SYSCALL): Likewise.
44446 (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
44448 (__ASSUME_SIOCGIFNAME): Don't define.
44449 (__ASSUME_MSG_NOSIGNAL): Likewise.
44450 (__ASSUME_SENDFILE): Define unconditionally.
44451 (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
44452 * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
44454 [__ASSUME_POLL_SYSCALL]: Make code unconditional.
44455 * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
44456 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44457 (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44458 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
44459 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44460 (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44461 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
44462 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44463 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44464 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
44465 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44466 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44467 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
44468 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44469 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44470 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
44471 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44472 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44473 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
44474 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44475 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44476 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
44477 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44478 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44479 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
44480 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44481 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44482 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
44483 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44484 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44485 * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
44486 Remove conditional code.
44487 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44488 * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44489 Remove conditional code.
44490 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44491 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
44492 [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
44493 * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44494 Remove conditional code.
44495 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44496 * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
44497 Remove conditional code.
44498 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44499 * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
44500 Remove conditional code.
44501 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44502 * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44503 Remove conditional code.
44504 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44505 * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44506 Remove conditional code.
44507 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44508 * sysdeps/unix/sysv/linux/sh/pwrite64.c
44509 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44510 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44511 * sysdeps/unix/sysv/linux/sigaction.c
44512 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44513 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44514 * sysdeps/unix/sysv/linux/sigpending.c
44515 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44516 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44517 * sysdeps/unix/sysv/linux/sigprocmask.c
44518 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44519 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44520 * sysdeps/unix/sysv/linux/sigsuspend.c
44521 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44522 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44523 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
44524 (__libc_missing_rt_sigs): Remove.
44525 (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
44526 (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
44527 * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
44528 Remove conditional code.
44529 [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
44530 * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
44532 * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
44533 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
44534 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
44535 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
44537 2012-05-14 Andreas Jaeger <aj@suse.de>
44539 * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
44540 it's not used in glibc.
44541 (__coshm1): Likewise.
44542 (__acosh1p): Likewise.
44545 * manual/string.texi (Copying and Concatenation): Add missing
44546 variable in concat example.
44547 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
44549 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
44552 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
44553 __builtin_clzl with __builtin_clzll.
44555 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
44558 * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
44561 2012-05-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
44563 * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
44564 * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
44565 * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
44566 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
44568 2012-05-14 Mike Frysinger <vapier@gentoo.org>
44570 * NEWS: Update ia64 info.
44572 2012-05-12 Andreas Schwab <schwab@linux-m68k.org>
44574 * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
44577 2012-05-12 Thomas Schwinge <thomas@codesourcery.com>
44579 * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
44580 * sysdeps/unix/syscalls.list (dup3): Likewise.
44581 * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
44582 * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
44584 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
44586 * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
44587 "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
44589 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
44591 * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
44593 (TLS_IE): Use mov/add instead of movq/addq to load thread
44595 (TLS_GD_PREFIX): New.
44598 2012-05-11 David S. Miller <davem@davemloft.net>
44600 * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
44601 * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
44602 (_FPU_SETCW): Likewise.
44604 2012-05-10 H.J. Lu <hongjiu.lu@intel.com>
44606 * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
44607 is 32-byte aligned.
44609 2012-05-11 Andreas Schwab <schwab@linux-m68k.org>
44612 * iconvdata/gb18030.c: Update tables.
44613 (BODY for FROM_LOOP): Update. Handle two-byte encoded non-BMP
44614 characters specially.
44615 (BODY for TO_LOOP): Add encoding of missing ranges.
44617 2012-05-11 Thomas Schwinge <thomas@codesourcery.com>
44620 * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
44621 * sysdeps/mach/hurd/dup3.c: Likewise.
44622 * sysdeps/mach/hurd/readlinkat.c: Likewise.
44623 * sysdeps/powerpc/memmove.c:: Likewise.
44625 2012-05-10 H.J. Lu <hongjiu.lu@intel.com>
44627 * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
44628 R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
44630 2012-05-10 H.J. Lu <hongjiu.lu@intel.com>
44632 * elf/elf.h (R_X86_64_RELATIVE64): New.
44633 (R_X86_64_NUM): Updated.
44634 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
44635 R_X86_64_RELATIVE64. Always use Elf64_Addr with R_X86_64_64.
44636 (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
44637 * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
44638 tst-quad1pie tst-quad2pie
44639 (modules-names): Add tst-quadmod1 tst-quadmod2.
44640 ($(objpfx)tst-quad1): New dependency.
44641 ($(objpfx)tst-quad2): Likewise.
44642 ($(objpfx)tst-quad1pie): Likewise.
44643 ($(objpfx)tst-quad2pie): Likewise.
44644 * sysdeps/x86_64/tst-quad1.c: New file.
44645 * sysdeps/x86_64/tst-quad1pie.c: New file.
44646 * sysdeps/x86_64/tst-quad2.c: Likewise.
44647 * sysdeps/x86_64/tst-quad2pie.c: Likewise.
44648 * sysdeps/x86_64/tst-quadmod1.S: Likewise.
44649 * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
44650 * sysdeps/x86_64/tst-quadmod2.S: Likewise.
44651 * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
44653 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
44655 * io/fcntl.h (mode_t, off_t, pid_t): Define types.
44656 (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
44657 * streams/stropts.h (t_scalar_t): Define type.
44659 * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
44660 (_PATH_PRESERVE): Set to "/var/lib".
44661 (_PATH_RWHODIR): Set to "/var/spool/rwho".
44663 * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
44666 * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
44667 if __dir_mkfile succeeded.
44669 * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
44670 checking for _hurd_dtablesize. Unlock it right after having
44671 finished _hurd_dtable allocation.
44673 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
44675 * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
44676 * sysdeps/mach/hurd/configure: Regenerated.
44677 * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
44678 special-casing to...
44679 * sysdeps/gnu/configure.in: ... this new file.
44680 * sysdeps/unix/sysv/linux/configure: Regenerated.
44681 * sysdeps/gnu/configure: New generated file.
44683 * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
44684 for Linux: use nsec instead of usec, as well as:
44685 [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
44686 members of type struct timespec.
44687 [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
44689 (struct stat64): Likewise.
44690 (_STATBUF_ST_NSEC): New macro.
44691 * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
44693 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
44694 __strtoul_internal rather than strtoul.
44696 2012-05-10 Pino Toscano <toscano.pino@tiscali.it>
44698 * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
44701 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
44703 * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
44704 which preserves existing values.
44705 * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
44707 2012-05-10 Pino Toscano <toscano.pino@tiscali.it>
44709 * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
44710 TIMEOUT values. Return EINVAL for NFDS values either negative or
44711 greater than FD_SETSIZE.
44713 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
44715 * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
44716 allocated, call __vm_protect to finish enabling the existing space, and
44717 pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
44718 allocate the remainder.
44720 2012-05-10 Pino Toscano <toscano.pino@tiscali.it>
44722 * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
44723 address port. Set ADDR_LEN to 0 when not filling ADDRARG.
44725 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
44727 * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
44728 sysdeps/mach/hurd/readlink.c.
44730 * posix/tst-sysconf.c (posix_options): Only use
44731 _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
44732 _POSIX_SYNCHRONIZED_IO when they are defined
44733 * sysdeps/mach/hurd/bits/posix_opt.h:
44734 (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
44735 (_XOPEN_REALTIME): Undefine macro.
44736 (_XOPEN_REALTIME_THREADS): Undefine macro.
44737 (_XOPEN_SHM): Undefine macro.
44738 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
44740 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
44742 (_POSIX_ASYNC_IO): Undefine macro.
44743 (_POSIX_PRIORITIZED_IO): Undefine macro.
44744 (_POSIX_SPIN_LOCKS): Define macro to -1.
44746 * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
44747 SA_NODEFER, SA_RESETHAND.
44748 * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
44749 O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
44752 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
44754 * elf/Makefile (pldd-modules): Define unconditionally.
44756 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
44758 * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
44760 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
44762 * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
44763 Return ENOENT when name is empty.
44764 * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
44766 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
44768 * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
44770 * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
44772 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
44774 Fix mlock in all cases except non-readable pages.
44775 * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
44776 instead of VM_PROT_ALL as parameter to __vm_wire function.
44778 * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
44779 (__mkdir): When path is `/', just fail with EEXIST.
44780 * sysdeps/mach/hurd/mkdirat.c: Likewise.
44782 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
44784 * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
44785 <sys/uio.h> (for writev).
44786 * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
44787 and <sys/param.h> (for MIN).
44789 2012-05-10 Pino Toscano <toscano.pino@tiscali.it>
44791 * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
44792 REQUESTED_TIME. Properly set the remaining time and return EINTR
44795 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
44797 * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
44798 Depend on against $(link-rpcuserlibs).
44800 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
44802 * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
44803 (__libc_stack_end): Do not use attribute_relro.
44804 * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
44805 * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
44806 to libthread-provided value.
44807 * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
44810 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
44813 * bits/libc-lock.h (__libc_once_get): New macro.
44814 * sysdeps/mach/bits/libc-lock.h: Likewise.
44815 * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
44816 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
44817 instead of using implementation details.
44819 * libio/fileops.c: Unconditionally include <kernel-features.h>.
44820 * libio/freopen.c: Likewise.
44821 * libio/freopen64.c: Likewise.
44822 * misc/syslog.c: Likewise.
44823 * nscd/connections.c: Likewise.
44824 * nscd/netgroupcache.c: Likewise.
44825 * sysdeps/posix/getcwd.c: Likewise.
44827 2012-05-10 Roland McGrath <roland@hack.frob.com>
44829 * math/w_ilogbf.c: Add #include <limits.h>.
44831 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
44833 * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
44834 path instead of returning without unlocking.
44836 * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
44837 immediate-write ioctls.
44838 * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
44840 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
44842 * sysdeps/mach/hurd/i386/init-first.c (init): Use
44843 __builtin_frame_address instead of making assumptions about the
44844 location of the return address relative to DATA. Force early load of
44845 the return address.
44846 (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
44847 __builtin_frame_address.
44850 * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
44851 * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c. Evolve it to
44852 implement dup3 and do some further code clean-ups.
44853 * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
44854 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
44856 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
44858 * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
44860 * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
44861 HURD_CRITICAL_END around holding _hurd_dtable_lock.
44862 * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
44863 * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
44864 HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
44867 * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
44868 instead of setjmp/longjmp to restore the signal mask. Call sigsetjmp
44869 when handler == SIG_ERR, not when handler != SIG_ERR.
44871 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
44873 * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
44874 (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
44877 accept4 for GNU Hurd.
44878 * include/sys/socket.h (__libc_accept4): New prototype.
44879 * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c. Evolve it
44880 to implement __libc_accept4.
44881 * sysdeps/mach/hurd/accept.c (accept): Reimplement using
44883 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
44885 * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
44886 * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
44887 * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
44888 signal-defines.sym.
44890 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
44892 * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
44894 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
44896 * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
44897 assertion on O_CLOEXEC flag.
44898 * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
44899 * hurd/intern-fd.c: Likewise.
44900 * hurd/port2fd.c: Likewise.
44902 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
44905 * bits/in.h (IPV6_PKTINFO): Define new macro.
44906 (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
44908 2012-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
44913 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
44914 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
44915 * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
44916 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
44917 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
44918 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
44919 * math/libm-test.inc (logb_test) : Additional logb tests.
44921 2012-05-09 Andreas Schwab <schwab@linux-m68k.org>
44922 Andreas Jaeger <aj@suse.de>
44924 * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
44925 * configure: Regenerated.
44926 * config.h.in (LINK_OBSOLETE_RPC): New macro.
44927 * config.make.in (link-obsolete-rpc): New substituted variable.
44928 * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
44929 libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
44930 * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
44931 (shared-only-routines): Don't set it under [link-obsolete-rpc],
44932 so that libc.a contains the symbols.
44933 * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
44934 * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
44935 * sunrpc/auth_none.c: Likewise.
44936 * sunrpc/auth_unix.c: Likewise.
44937 * sunrpc/authdes_prot.c: Likewise.
44938 * sunrpc/authuxprot.c: Likewise.
44939 * sunrpc/clnt_gen.c: Likewise.
44940 * sunrpc/clnt_perr.c: Likewise.
44941 * sunrpc/clnt_raw.c: Likewise.
44942 * sunrpc/clnt_simp.c: Likewise.
44943 * sunrpc/clnt_tcp.c: Likewise.
44944 * sunrpc/clnt_udp.c: Likewise.
44945 * sunrpc/clnt_unix.c: Likewise.
44946 * sunrpc/des_crypt.c: Likewise.
44947 * sunrpc/des_soft.c: Likewise.
44948 * sunrpc/get_myaddr.c: Likewise.
44949 * sunrpc/key_call.c: Likewise.
44950 * sunrpc/key_prot.c: Likewise.
44951 * sunrpc/netname.c: Likewise.
44952 * sunrpc/pm_getmaps.c: Likewise.
44953 * sunrpc/pm_getport.c: Likewise.
44954 * sunrpc/pmap_clnt.c: Likewise.
44955 * sunrpc/pmap_prot.c: Likewise.
44956 * sunrpc/pmap_prot2.c: Likewise.
44957 * sunrpc/pmap_rmt.c: Likewise.
44958 * sunrpc/publickey.c: Likewise.
44959 * sunrpc/rpc_cmsg.c: Likewise.
44960 * sunrpc/rpc_common.c: Likewise.
44961 * sunrpc/rpc_dtable.c: Likewise.
44962 * sunrpc/rpc_prot.c: Likewise.
44963 * sunrpc/rpc_thread.c: Likewise.
44964 * sunrpc/rtime.c: Likewise.
44965 * sunrpc/svc.c: Likewise.
44966 * sunrpc/svc_auth.c: Likewise.
44967 * sunrpc/svc_raw.c: Likewise.
44968 * sunrpc/svc_run.c: Likewise.
44969 * sunrpc/svc_tcp.c: Likewise.
44970 * sunrpc/svc_udp.c: Likewise.
44971 * sunrpc/svc_unix.c: Likewise.
44972 * sunrpc/svcauth_des.c: Likewise.
44973 * sunrpc/xcrypt.c: Likewise.
44974 * sunrpc/xdr.c: Likewise.
44975 * sunrpc/xdr_array.c: Likewise.
44976 * sunrpc/xdr_float.c: Likewise.
44977 * sunrpc/xdr_intXX_t.c: Likewise.
44978 * sunrpc/xdr_mem.c: Likewise.
44979 * sunrpc/xdr_rec.c: Likewise.
44980 * sunrpc/xdr_ref.c: Likewise.
44981 * sunrpc/xdr_sizeof.c: Likewise.
44982 * sunrpc/xdr_stdio.c: Likewise.
44984 2012-05-10 Roland McGrath <roland@hack.frob.com>
44986 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
44987 change. Update copyright years.
44989 2012-05-10 Joseph Myers <joseph@codesourcery.com>
44991 * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
44993 2012-05-10 Maxim Kuvyrkov <maxim@codesourcery.com>
44994 Joseph Myers <joseph@codesourcery.com>
44995 Paul Pluzhnikov <ppluzhnikov@google.com>
44998 * sunrpc/Makefile [cross-compiling] (headers): Enable additions
45000 [cross-compiling] (extra-libs): Likewise.
45001 [cross-compiling] (extra-libs-others): Likewise.
45002 [cross-compiling] (librpcsvc-routines): Likewise.
45003 [cross-compiling] (librpcsvc-inhibit-o): Likewise.
45004 [cross-compiling] (omit-deps): Likewise.
45005 (sunrpc-CPPFLAGS): New variable.
45006 (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
45007 (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
45008 (cross-rpcgen-objs): New variable.
45009 (extra-objs): Append $(cross-rpcgen-objs).
45010 ($(cross-rpcgen-objs)): New rule.
45011 ($(objpfx)cross-rpcgen): Likewise.
45012 (rpcgen-cmd): Define to use $(built-program-file). Expand
45014 ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
45015 ($(objpfx)x%.stmp): Likewise.
45016 * sunrpc/proto.h [IS_IN_build] (_): Define.
45017 [IS_IN_build] (_libc_intl_domainname): Likewise.
45019 2012-05-10 H.J. Lu <hongjiu.lu@intel.com>
45021 * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
45022 Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
45023 and R_X86_64_TPOFF64.
45025 2012-05-10 Joseph Myers <joseph@codesourcery.com>
45027 * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
45028 sysdeps/unix/sysv/syscalls.list.
45031 * sysdeps/unix/sysv/syscalls.list: Remove file.
45033 2012-05-10 Paul Eggert <eggert@cs.ucla.edu>
45036 * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
45037 (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
45038 (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
45039 (__LC_IDENTIFICATION): Make these macros useful in #if
45040 expressions, as required by C99.
45042 2012-05-10 Andreas Schwab <schwab@linux-m68k.org>
45044 * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
45045 $(addsuffix .os,$(rpc-compat-routines)). Move include ../Rules
45048 2012-05-09 H.J. Lu <hongjiu.lu@intel.com>
45050 * stdlib/longlong.h: Updated from GCC.
45052 2012-05-09 Andreas Jaeger <aj@suse.de>
45054 * nscd/nscd.c (run_modes): Make named enum, reorder so that
45055 default is first entry.
45056 (run_mode): Set type.
45057 (main): Remove informal message about syslog.
45058 (options): Fix typo.
45061 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
45064 (llrintf): Likewise.
45065 (llrint): Likewise.
45068 (nearbyint): Likewise.
45069 (nearbyintf): Likewise.
45071 2012-05-09 Andreas Jaeger <aj@suse.de>
45072 Pedro Alves <palves@redhat.com>
45074 * nscd/nscd.c (run_mode): Use enum.
45075 (main): Cleanup coding style issue.
45077 2012-05-09 Alexandre Oliva <aoliva@redhat.com>
45078 Andreas Jaeger <aj@suse.de>
45080 * nscd/nscd.c (go_background): Replaced with...
45081 (run_mode): ... this.
45082 (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
45083 (options): Add -F --foreground.
45084 (main): Implement it.
45085 (parse_opt): Parse it.
45087 2012-05-09 Andreas Jaeger <aj@suse.de>
45090 * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
45091 !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
45092 -Wconversion warning.
45093 (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
45096 2012-05-09 Joseph Myers <joseph@codesourcery.com>
45098 * conform/data/locale.h-data (NULL): Use macro-constant. Require
45100 (LC_ALL): Use macro-int-constant.
45101 (LC_COLLATE): Likewise.
45102 (LC_CTYPE): Likewise.
45103 (LC_MESSAGES): Likewise.
45104 (LC_MONETARY): Likewise.
45105 (LC_NUMERIC): Likewise.
45106 (LC_TIME): Likewise.
45107 [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
45108 (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
45109 [ISO || ISO99 || ISO11] (*_t): Do not allow.
45110 * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
45112 [C99-based standards] (float_t): Expect type.
45113 [C99-based standards] (double_t): Expect type.
45114 [C99-based standards] (HUGE_VALF): Use macro-constant. Specify
45116 [C99-based standards] (HUGE_VALL): Likewise.
45117 [C99-based standards] (INFINITY): Likewise.
45118 [C99-based standards] (NAN): Likewise.
45119 [C99-based standards] (FP_INFINITE): Use macro-int-constant.
45120 [C99-based standards] (FP_NAN): Likewise.
45121 [C99-based standards] (FP_NORMAL): Likewise.
45122 [C99-based standards] (FP_SUBNORMAL): Likewise.
45123 [C99-based standards] (FP_ZERO): Likewise.
45124 [C99-based standards] (FP_FAST_FMA): Use
45125 optional-macro-int-constant. Specify type. Require == 1.
45126 [C99-based standards] (FP_FAST_FMAF): Likewise.
45127 [C99-based standards] (FP_FAST_FMAL): Likewise.
45128 [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
45129 [C99-based standards] (FP_ILOGBNAN): Likewise.
45130 [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
45132 [C99-based standards] (MATH_ERREXCEPT): Likewise.
45133 [C99-based standards] (math_errhandling): Specify type.
45134 [ISO99 || ISO11] (signgam): Do not allow.
45135 [non-C99-based standards] (copysignf): Do not allow.
45136 [non-C99-based standards] (exp2f): Likewise.
45137 [non-C99-based standards] (log2f): Likewise.
45138 [non-C99-based standards] (modff): Allow.
45139 [non-C99-based standards] (erff): Do not allow.
45140 [non-C99-based standards] (erfcf): Likewise.
45141 [non-C99-based standards] (gammaf): Likewise.
45142 [non-C99-based standards] (hypotf): Likewise.
45143 [non-C99-based standards] (j0f): Likewise.
45144 [non-C99-based standards] (j1f): Likewise.
45145 [non-C99-based standards] (jnf): Likewise.
45146 [non-C99-based standards] (lgammaf): Likewise.
45147 [non-C99-based standards] (tgammaf): Likewise.
45148 [non-C99-based standards] (y0f): Likewise.
45149 [non-C99-based standards] (y1f): Likewise.
45150 [non-C99-based standards] (ynf): Likewise.
45151 [non-C99-based standards] (isnanf): Likewise.
45152 [non-C99-based standards] (acoshf): Likewise.
45153 [non-C99-based standards] (asinhf): Likewise.
45154 [non-C99-based standards] (atanhf): Likewise.
45155 [non-C99-based standards] (cbrtf): Likewise.
45156 [non-C99-based standards] (expm1f): Likewise.
45157 [non-C99-based standards] (ilogbf): Likewise.
45158 [non-C99-based standards] (log1pf): Likewise.
45159 [non-C99-based standards] (logbf): Likewise.
45160 [non-C99-based standards] (nextafterf): Likewise.
45161 [non-C99-based standards] (remainderf): Likewise.
45162 [non-C99-based standards] (rintf): Likewise.
45163 [non-C99-based standards] (scalbf): Likewise.
45164 [non-C99-based standards] (copysignl): Likewise.
45165 [non-C99-based standards] (exp2l): Likewise.
45166 [non-C99-based standards] (log2l): Likewise.
45167 [non-C99-based standards] (modfl): Allow.
45168 [non-C99-based standards] (erfl): Do not allow.
45169 [non-C99-based standards] (erfcl): Likewise.
45170 [non-C99-based standards] (gammal): Likewise.
45171 [non-C99-based standards] (hypotl): Likewise.
45172 [non-C99-based standards] (j0l): Likewise.
45173 [non-C99-based standards] (j1l): Likewise.
45174 [non-C99-based standards] (jnl): Likewise.
45175 [non-C99-based standards] (lgammal): Likewise.
45176 [non-C99-based standards] (tgammal): Likewise.
45177 [non-C99-based standards] (y0l): Likewise.
45178 [non-C99-based standards] (y1l): Likewise.
45179 [non-C99-based standards] (ynl): Likewise.
45180 [non-C99-based standards] (isnanl): Likewise.
45181 [non-C99-based standards] (acoshl): Likewise.
45182 [non-C99-based standards] (asinhl): Likewise.
45183 [non-C99-based standards] (atanhl): Likewise.
45184 [non-C99-based standards] (cbrtl): Likewise.
45185 [non-C99-based standards] (expm1l): Likewise.
45186 [non-C99-based standards] (ilogbl): Likewise.
45187 [non-C99-based standards] (log1pl): Likewise.
45188 [non-C99-based standards] (logbl): Likewise.
45189 [non-C99-based standards] (nextafterl): Likewise.
45190 [non-C99-based standards] (remainderl): Likewise.
45191 [non-C99-based standards] (rintl): Likewise.
45192 [non-C99-based standards] (scalbl): Likewise.
45193 [ISO || ISO99 || ISO11] (*_t): Do not allow.
45194 [non-C99-based standards] (FP_*): Do not allow.
45195 [C99-based standards] (FP_*): Change to
45196 FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
45197 * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45199 * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
45200 (SIG_ERR): Likewise.
45201 [X/Open-based standards] (SIG_HOLD): Likewise.
45202 (SIG_IGN): Likewise.
45203 (SIGABRT): Use macro-int-constant. Specify type. Require
45205 (SIGFPE): Likewise.
45206 (SIGILL): Likewise.
45207 (SIGINT): Likewise.
45208 (SIGSEGV): Likewise.
45209 (SIGTER): Likewise.
45210 [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
45211 [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
45212 [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
45213 [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
45214 [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
45215 [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
45216 [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
45217 [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
45218 [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
45219 [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
45220 [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
45221 [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
45222 [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
45223 [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
45224 [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
45225 [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
45226 [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
45227 [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
45228 [X/Open-based standards] (SIGTRAP): Likewise.
45229 [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
45230 [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
45231 [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
45232 [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
45233 * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45236 2012-05-08 Ian Wienand <ianw@vmware.com>
45239 * time/tzset.c (__tzset_parse_tz): Update default rules for
45240 daylight time changes in the Energy Policy Act of 2005.
45242 2012-05-09 Andreas Jaeger <aj@suse.de>
45245 * elf/ldconfig.c (parse_conf): Change string to make clear that
45246 ldconfig only issued a warning if ld.so.conf does not exist.
45248 2012-05-08 David S. Miller <davem@davemloft.net>
45250 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
45251 movxtod instead of popping the value on the stack.
45253 * sysdeps/sparc/fpu/libm-test-ulps: Update.
45255 2012-05-08 Carlos O'Donell <carlos_odonell@mentor.com>
45257 * config.h.in: Add HAVE_ARM_PCS_VFP.
45259 2012-05-08 Roland Mc Grath <roland@hack.frob.com>
45262 * include/features.h: Warn if user requests __FORTIFY_SOURCE
45263 checking but the checks are disabled for any reason.
45265 2012-05-08 H.J. Lu <hongjiu.lu@intel.com>
45267 * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
45268 and ELF64_R_TYPE with ELFW(R_TYPE).
45270 2012-05-08 Joseph Myers <joseph@codesourcery.com>
45272 * sysdeps/unix/sysv/syscalls.list (pause): Remove.
45273 (ulimit): Likewise.
45275 * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
45276 (settimeofday): Likewise.
45278 2012-05-08 Mike Frysinger <vapier@gentoo.org>
45280 * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1. Add
45281 a struct th_u2 inside the union, and move tu_block/tu_code into
45282 a new th_u3 union of tu_block/tu_code inside of that. Move
45283 th_data[1] into the th_u2 as tu_data[0]. Change tu_stuff[1] to
45284 tu_stuff[0]. Add a new tu_padding[4] to keep sizeof() the same.
45285 (th_block): Change to th_u1.th_u2.th_u3.tu_block.
45286 (th_code): Change to th_u1.th_u2.th_u3.tu_code.
45287 (th_stuff): Change to th_u1.tu_stuff.
45289 (th_msg): Change to th_u1.th_u2.tu_data.
45291 2012-05-07 David S. Miller <davem@davemloft.net>
45293 * sysdeps/sparc/fpu/libm-test-ulps: Update.
45296 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
45297 (SETUP_PIC_REG): Use it.
45298 (SETUP_PIC_REG_LEAF): Use it.
45300 2012-05-07 Joseph Myers <joseph@codesourcery.com>
45304 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45306 (EXPL_FINITE): Likewise.
45307 (FLDLOG): Likewise.
45308 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
45309 * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
45311 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45313 (EXPL_FINITE): Likewise.
45314 (FLDLOG): Likewise.
45315 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
45316 * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
45318 * math/libm-test.inc (expm1_test): Add more tests. Do not disable
45319 test of -max_value argument for long double.
45320 * sysdeps/i386/fpu/libm-test-ulps: Update.
45321 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45323 2012-05-06 David S. Miller <davem@davemloft.net>
45325 * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
45326 quad soft-float symbols whose references which are compiler
45328 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
45330 2012-05-06 Joseph Myers <joseph@codesourcery.com>
45334 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45336 (EXPL_FINITE): Likewise.
45337 (FLDLOG): Likewise.
45340 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
45341 Adjust comments for base varying.
45342 (__expl_finite): Change alias to EXPL_FINITE.
45343 * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
45345 * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
45346 * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
45347 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
45348 * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
45349 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45351 (EXPL_FINITE): Likewise.
45352 (FLDLOG): Likewise.
45355 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
45356 Adjust comments for base varying.
45357 (__expl_finite): Change alias to EXPL_FINITE.
45358 * math/libm-test.inc (exp10_test): Add more tests. Do not disable
45360 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45363 * math/libm-test.inc (check_float_internal): Correct ulp
45364 calculation for subnormal expected results.
45366 2012-05-06 Andreas Jaeger <aj@suse.de>
45368 * Makeconfig (+math-flags): New, set to -frounding-math.
45369 (+cflags): Add +math-flags so that all of glibc gets compiled with
45372 * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
45374 2012-05-05 Joseph Myers <joseph@codesourcery.com>
45376 * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
45382 * sysdeps/i386/fpu/e_expl.S (csat): New constant.
45383 (__ieee754_expl): Allow for and saturate large arguments.
45384 * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
45385 (u_threshold): Likewise.
45386 (__exp): Call __ieee754_exp before checking for overflow and
45388 * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
45389 (u_threshold): Likewise.
45390 (__expf): Call __ieee754_expf before checking for overflow and
45392 * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
45393 (u_threshold): Likewise.
45394 (__expl): Call __ieee754_expl before checking for overflow and
45396 * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
45397 (__ieee754_expl): Allow for and saturate large arguments.
45398 * math/libm-test.inc (exp_test): Add another test. Do not allow
45399 missing overflow exception on overflow.
45400 (expm1_test): Do not allow missing overflow exception on overflow.
45402 * sysdeps/i386/fpu/e_expl.c: Move to ...
45403 * sysdeps/i386/fpu/e_expl.S: ... here. Write directly in assembly
45404 rather than using inline asm.
45405 * sysdeps/x86_64/fpu/e_expl.c: Remove file.
45406 * sysdeps/x86_64/fpu/e_expl.S: Copy from
45407 sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
45409 * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
45412 (signal): Likewise.
45416 2012-05-04 Joseph Myers <joseph@codesourcery.com>
45418 * sysdeps/unix/syscalls.list (adjtime): Add entry from
45419 sysdeps/unix/common/syscalls.list.
45420 (fchmod): Likewise.
45421 (fchown): Likewise.
45422 (ftruncate): Likewise.
45423 (getrusage): Likewise.
45424 (gettimeofday): Likewise.
45425 (setpgid): Likewise.
45426 (setregid): Likewise.
45427 (setreuid): Likewise.
45428 (sigaction): Likewise.
45429 (truncate): Likewise.
45430 (vhangup): Likewise.
45431 * sysdeps/unix/common/syscalls.list: Remove file.
45432 * sysdeps/unix/bsd/Implies: Don't include unix/common.
45433 * sysdeps/unix/sysv/linux/Implies: Likewise.
45435 2012-05-04 H.J. Lu <hongjiu.lu@intel.com>
45437 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
45438 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
45439 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
45441 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
45443 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
45445 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
45446 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
45448 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
45449 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
45451 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
45452 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
45454 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
45455 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
45457 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
45458 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
45460 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
45461 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
45463 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
45465 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
45467 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
45469 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
45471 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
45472 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
45474 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
45476 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
45478 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
45480 2012-05-04 Joseph Myers <joseph@codesourcery.com>
45482 * sysdeps/unix/common/bits/dirent.h: Remove file.
45483 * sysdeps/unix/common/bits/fcntl.h: Likewise.
45485 * sysdeps/unix/bsd/bits/dirent.h: Remove file.
45486 * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
45487 * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
45488 * sysdeps/unix/bsd/isatty.c: Likewise.
45489 * sysdeps/unix/bsd/tcdrain.c: Likewise.
45490 * sysdeps/unix/bsd/tcgetattr.c: Likewise.
45491 * sysdeps/unix/bsd/tcsetattr.c: Likewise.
45493 2012-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
45496 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
45497 long double comparison inaccuracies.
45498 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
45499 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45501 2012-05-04 Andreas Schwab <schwab@linux-m68k.org>
45503 * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
45504 * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
45506 2012-05-04 Joseph Myers <joseph@codesourcery.com>
45509 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
45510 nonzero digits before rounding a hex value.
45511 * stdlib/tst-strtod.c (tests): Add another test.
45513 2012-05-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
45515 * sysdeps/s390/fpu/libm-test-ulps: Update.
45517 2012-05-03 Andreas Jaeger <aj@suse.de>
45519 * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
45520 does not get optimized out.
45521 (malloc_opt_barrier): New.
45523 2012-05-03 Andreas Jaeger <aj@suse.de>
45524 Roland McGrath <roland@hack.frob.com>
45526 * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
45527 intermediate file deletion.
45528 (generated): Add .symlist files.
45530 2012-05-03 Joseph Myers <joseph@codesourcery.com>
45533 * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
45534 Redirect under this condition.
45535 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45536 [__USE_GNU] (__dprintf_chk): Not under this condition.
45537 [__USE_GNU] (__vdprintf_chk): Likewise.
45538 * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
45539 under this condition.
45540 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45541 [__USE_XOPEN2K8] (dprintf): Define under this condition.
45542 [__USE_XOPEN2K8] (vdprintf): Likewise.
45543 [__USE_GNU] (__dprintf_chk): Not under this condition.
45544 [__USE_GNU] (__vdprintf_chk): Likewise.
45545 [__USE_GNU] (dprintf): Likewise.
45546 [__USE_GNU] (vdprintf): Likewise.
45548 2012-05-03 Roland McGrath <roland@hack.frob.com>
45550 * elf/Makefile (common-generated): Set this instead of generated for
45551 .dyn, .phdr, .jmprel files. Remove $(common-objpfx) from the
45552 $(all-built-dso)-derived lists.
45554 2012-05-03 Andreas Jaeger <aj@suse.de>
45556 * sysdeps/i386/fpu/libm-test-ulps: Update.
45559 * FAQ.in: Likewise.
45560 * scripts/gen-FAQ.pl: Likewise.
45561 * manual/install.texi (Installation): Point to online location of
45563 * Makefile (files-for-dist): Remove FAQ.
45566 2012-05-02 Allan McRae <allan@archlinux.org>
45568 * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
45569 (LDFLAGS-reldepmod5.so): Likewise.
45570 (LDFLAGS-reldep6mod1.so): Likewise.
45571 (LDFLAGS-reldep6mod4.so): Likewise.
45572 (LDFLAGS-reldep8mod3.so): Likewise.
45573 (LDFLAGS-unload4mod1.so): Likewise.
45574 (LDFLAGS-unload4mod2.so): Likewise.
45575 (LDFLAGS-tst-initorder): Likewise.
45576 (LDFLAGS-tst-initordera2.so): Likewise.
45577 (LDFLAGS-tst-initordera3.so): Likewise.
45578 (LDFLAGS-tst-initordera4.so): Likewise.
45579 (LDFLAGS-tst-initorderb2.so): Likewise.
45580 (LDFLAGS-noload): Likewise.
45581 (LDFLAGS-next): Likewise.
45582 (LDFLAGS-order2mod1.so): Likewise.
45583 (LDFLAGS-order2mod2.so): Likewise.
45584 (LDFLAGS-tst-initorder2): Likewise.
45585 (LDFLAGS-tst-initorder2a.so): Likewise.
45586 (LDFLAGS-tst-initorder2b.so): Likewise.
45587 (LDFLAGS-tst-initorder2c.so): Likewise.
45588 * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
45590 2012-05-02 David S. Miller <davem@davemloft.net>
45592 * sysdeps/sparc/fpu/libm-test-ulps: Update.
45594 2012-05-02 Paul Pluzhnikov <ppluzhnikov@google.com>
45597 * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
45599 2012-05-02 Andreas Jaeger <aj@suse.de>
45601 * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
45602 since we manipulate rounding mode.
45603 (CPPFLAGS-test-idouble.c): Likewise.
45604 (CPPFLAGS-test-ifloat.c): Likewise.
45605 (CFLAGS-test-ldouble.c): Likewise.
45606 (CFLAGS-test-double.c): Likewise.
45607 (CFLAGS-test-float.c): Likewise.
45608 (CFLAGS-test-misc.c): Likewise.
45609 (CFLAGS-test-test-fenv.c): Likewise.
45611 2012-05-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
45615 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
45616 comparisons to determine direction to adjust input.
45618 2012-05-01 Roland McGrath <roland@hack.frob.com>
45620 * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
45621 output to the target.
45623 * scripts/localplt.awk: New file.
45624 * elf/Makefile ($(objpfx)check-localplt): Target removed.
45625 (check-localplt-CFLAGS): Variable removed.
45626 ($(all-built-dso:=.jmprel)): New static pattern rule.
45627 (generated): Add those targets.
45628 (localplt-built-dso): New variable.
45629 ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
45631 * elf/check-localplt.c: File removed.
45633 * scripts/check-execstack.awk: New file.
45634 * elf/Makefile ($(objpfx)check-execstack): Target removed.
45635 (check-execstack-CFLAGS): Variable removed.
45636 ($(objpfx)check-execstack.h): Target removed.
45637 ($(objpfx)execstack-default): New target.
45638 (generated): Add that instead of check-execstack.h.
45639 ($(all-built-dso:=.phdr)): New static pattern rule.
45640 (generated): Add those targets.
45641 * elf/check-execstack.c: File removed.
45643 * scripts/check-textrel.awk: New file.
45644 * elf/Makefile ($(objpfx)check-textrel): Target removed.
45645 (check-textrel-CFLAGS): Variable removed.
45646 (all-built-dso): Use := to define.o
45647 ($(all-built-dso:=.dyn)): New static pattern rule.
45648 (generated): Add those targets.
45649 ($(objpfx)check-textrel.out): Use the script on the .dyn files.
45650 * config.make.in (READELF): New substituted variable.
45651 * elf/check-textrel.c: File removed.
45653 2012-05-01 Joseph Myers <joseph@codesourcery.com>
45655 * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45657 * conform/data/ctype.h-data [C99-based standards] (isblank):
45659 (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
45660 (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
45661 [ISO || ISO99 || ISO11] (*_t): Do not allow.
45662 * conform/data/errno.h-data (EDOM): Use macro-int-constant.
45663 Specify type. Require positive value.
45664 (EILSEQ): Likewise.
45665 (ERANGE): Likewise.
45666 [ISO || POSIX] (EILSEQ): Do not expect.
45667 [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
45668 Specify type. Require positive value.
45669 [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
45670 [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
45671 [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
45672 [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
45673 [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
45674 [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
45675 [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
45676 [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
45677 [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
45678 [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
45679 [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
45680 [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
45681 [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
45682 [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
45683 [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
45684 [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
45685 [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
45686 [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
45687 [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
45688 [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
45689 [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
45690 [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
45691 [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
45692 [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
45693 [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
45694 [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
45695 [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
45696 [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
45697 [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
45698 [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
45699 [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
45700 [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
45701 [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
45702 [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
45703 [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
45704 [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
45705 [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
45706 [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
45707 [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
45708 [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
45709 [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
45710 [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
45711 [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
45712 [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
45713 [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
45714 [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
45715 [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
45716 [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
45717 [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
45718 [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
45719 [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
45720 [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
45721 [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
45722 [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
45723 [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
45724 [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
45725 [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
45726 [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
45727 [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
45728 [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
45729 [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
45730 [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
45731 [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
45732 [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
45733 [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
45734 [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
45735 [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
45736 [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
45737 [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
45738 [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
45739 [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
45740 [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
45741 [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
45742 [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
45743 [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
45744 [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
45745 * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
45747 (FLT_ROUNDS): Expect as macro, not constant.
45748 (FLT_MANT_DIG): Use macro-int-constant.
45749 (DBL_MANT_DIG): Likewise.
45750 (LDBL_MANT_DIG): Likewise.
45751 (FLT_DIG): Likewise.
45752 (DBL_DIG): Likewise.
45753 (LDBL_DIG): Likewise.
45754 (FLT_MIN_EXP): Use macro-int-constant. Require < 0.
45755 (DBL_MIN_EXP): Likewise.
45756 (LDBL_MIN_EXP): Likewise.
45757 (FLT_MAX_EXP): Use macro-int-constant.
45758 (DBL_MAX_EXP): Likewise.
45759 (LDBL_MAX_EXP): Likewise.
45760 (FLT_MAX_10_EXP): Likewise.
45761 (DBL_MAX_10_EXP): Likewise.
45762 (LDBL_MAX_10_EXP): Likewise.
45763 (FLT_MAX): Use macro-constant.
45764 (DBL_MAX): Likewise.
45765 (LDBL_MAX): Likewise.
45766 (FLT_EPSILON): Use macro-constant. Give upper bound.
45767 (DBL_EPSILON): Likewise.
45768 (LDBL_EPSILON): Likewise.
45769 (FLT_MIN): Likewise.
45770 (DBL_MIN): Likewise.
45771 (LDBL_MIN): Likewise.
45772 [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
45773 [C99-based standards] (FLT_EVAL_METHOD): Likewise.
45774 [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
45775 [ISO11] (FLT_HAS_SUBNORM): Likewise.
45776 [ISO11] (LDBL_HAS_SUBNORM): Likewise.
45777 [ISO11] (DBL_DECIMAL_DIG): Likewise.
45778 [ISO11] (FLT_DECIMAL_DIG): Likewise.
45779 [ISO11] (LDBL_DECIMAL_DIG): Likewise.
45780 [ISO11] (DBL_TRUE_MIN): Use macro-constant.
45781 [ISO11] (FLT_TRUE_MIN): Likewise.
45782 [ISO11] (LDBL_TRUE_MIN): Likewise.
45783 [ISO || ISO99 || ISO11] (*_t): Do not allow.
45784 * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
45785 (SCHAR_MIN): Use macro-int-constant. Specify type.
45786 (SCHAR_MAX): Likewise.
45787 (UCHAR_MAX): Likewise.
45788 (CHAR_MIN): Likewise.
45789 (CHAR_MAX): Likewise.
45790 (MB_LEN_MAX): Use macro-int-constant.
45791 (SHRT_MIN): Use macro-int-constant. Specify type.
45792 (SHRT_MAX): Likewise.
45793 (USHRT_MAX): Likewise.
45794 (INT_MAX): Likewise.
45795 (INT_MIN): Use macro-int-constant. Specify type. Make upper
45797 (UINT_MAX): Use macro-int-constant. Specify type. Suffix lower
45799 (LONG_MAX): Use macro-int-constant. Specify type. Suffix lower
45801 (LONG_MIN): Use macro-int-constant. Specify type. Make upper
45802 bound negative. Suffix upper bound with "L".
45803 (ULONG_MAX): Use macro-int-constant. Specify type. Suffix lower
45805 [C99-based standards] (LLONG_MIN): Use macro-int-constant.
45807 [C99-based standards] (LLONG_MAX): Likewise.
45808 [C99-based standards] (ULLONG_MAX): Likewise.
45809 * conform/data/stddef.h-data (NULL): Use macro-constant. Require
45811 [ISO11] (max_align_t): Require type.
45812 [ISO || ISO99 || ISO11] (*_t): Do not allow.
45814 * conform/conformtest.pl ($CFLAGS_namespace): Define separately
45815 from $CFLAGS, without defining away __attribute__ calls.
45816 (checknamespace): Use $CFLAGS_namespace.
45818 * conform/conformtest.pl (@keywords): Only include C99 keywords
45819 for standards based on C99 or C11.
45821 * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
45823 * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
45826 * conform/conformtest.pl: Handle "macro-int-constant" and test for
45827 usability of symbols in #if.
45829 * conform/conformtest.pl: If macro or constant types start
45830 "promoted:", expect the symbol to be of the following type
45831 promoted by the integer promotions.
45833 * conform/conformtest.pl: Parse all "constant" and "macro" lines
45834 in one place. Also handle "macro-constant".
45836 * conform/conformtest.pl: Only accept expected macro values with
45837 "==". Parse all "macro" lines in one place.
45838 * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
45840 * conform/conformtest.pl: Handle braced types on "constant" lines
45841 instead of handling "typed-constant".
45842 * conform/data/signal.h-data: Use "constant" instead of
45845 * conform/conformtest.pl: Handle "optional-" at start of lines in
45846 one place rather than duplicating several cases. Handle each
45847 format of "macro" line with initial "optional-".
45849 * conform/conformtest.pl: Only accept expected constant or
45850 optional-constant values with "==". Parse all "constant" lines in
45851 one place. Parse all "optional-constant" lines in one place.
45852 * conform/data/cpio.h-data: Use "==" form on "constant" lines.
45853 * conform/data/fmtmsg.h-data: Likewise.
45854 * conform/data/netinet/in.h-data: Likewise.
45855 * conform/data/tar.h-data: Likewise.
45856 * conform/data/limits.h-data: Use "==" form on "constant" and
45857 "optional-constant" lines.
45859 * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
45860 Use -std=c99 for XOPEN2K.
45861 (@knownproblems): Remove.
45862 (newtoken): Don't check %isknown.
45864 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
45865 Do not expect macro.
45866 [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
45867 [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
45868 [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
45869 [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
45870 [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
45871 [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
45872 [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
45873 [XPG3 || XPG4 || UNIX98] (isless): Likewise.
45874 [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
45875 [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
45876 [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
45877 [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
45878 [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
45879 [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
45880 [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
45881 [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
45882 [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
45883 [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
45884 [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
45885 [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
45886 [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
45887 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
45888 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
45889 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
45890 [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
45891 [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
45892 [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
45893 [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
45894 [XPG3 || XPG4 || UNIX98] (log2): Likewise.
45895 [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
45896 [XPG3] (acosh): Likewise.
45897 [XPG3] (asinh): Likewise.
45898 [XPG3] (atanh): Likewise.
45899 [XPG3] (cbrt): Likewise.
45900 [XPG3] (expm1): Likewise.
45901 [XPG3] (ilogb): Likewise.
45902 [XPG3] (log1p): Likewise.
45903 [XPG3] (logb): Likewise.
45904 [XPG3] (nextafter): Likewise.
45905 [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
45906 [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
45907 [XPG3] (remainder): Likewise.
45908 [XPG3] (rint): Likewise.
45909 [XPG3 || XPG4 || UNIX98] (round): Likewise.
45910 [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
45911 [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
45912 [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
45913 [XPG3 || XPG4 || UNIX98] (lround): Likewise.
45914 [XPG3 || XPG4 || UNIX98] (llround): Likewise.
45915 [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
45916 [UNIX98 || XOPEN2K] (scalb): Expect.
45917 [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
45918 [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
45919 [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
45920 [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
45921 [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
45922 [XPG3 || XPG4 || UNIX98] (fma): Likewise.
45923 [XPG3 || XPG4 || UNIX98] (nan): Likewise.
45924 [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
45925 [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
45926 [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
45927 [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
45928 [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
45929 [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
45930 [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
45931 [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
45932 [XPG3 || XPG4 || UNIX98] (expf): Likewise.
45933 [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
45934 [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
45935 [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
45936 [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
45937 [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
45938 [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
45939 [XPG3 || XPG4 || UNIX98] (logf): Likewise.
45940 [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
45941 [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
45942 [XPG3 || XPG4 || UNIX98] (modff): Likewise.
45943 [XPG3 || XPG4 || UNIX98] (powf): Likewise.
45944 [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
45945 [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
45946 [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
45947 [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
45948 [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
45949 [XPG3 || XPG4 || UNIX98] (erff): Likewise.
45950 [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
45951 [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
45952 [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
45953 [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
45954 [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
45955 [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
45956 [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
45957 [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
45958 [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
45959 [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
45960 [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
45961 [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
45962 [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
45963 [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
45964 [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
45965 [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
45966 [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
45967 [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
45968 [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
45969 [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
45970 [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
45971 [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
45972 [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
45973 [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
45974 [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
45975 [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
45976 [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
45977 [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
45978 [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
45979 [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
45980 [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
45981 [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
45982 [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
45983 [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
45984 [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
45985 [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
45986 [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
45987 [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
45988 [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
45989 [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
45990 [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
45991 [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
45992 [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
45993 [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
45994 [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
45995 [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
45996 [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
45997 [XPG3 || XPG4 || UNIX98] (expl): Likewise.
45998 [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
45999 [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
46000 [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
46001 [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
46002 [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
46003 [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
46004 [XPG3 || XPG4 || UNIX98] (logl): Likewise.
46005 [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
46006 [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
46007 [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
46008 [XPG3 || XPG4 || UNIX98] (powl): Likewise.
46009 [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
46010 [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
46011 [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
46012 [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
46013 [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
46014 [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
46015 [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
46016 [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
46017 [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
46018 [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
46019 [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
46020 [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
46021 [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
46022 [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
46023 [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
46024 [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
46025 [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
46026 [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
46027 [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
46028 [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
46029 [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
46030 [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
46031 [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
46032 [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
46033 [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
46034 [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
46035 [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
46036 [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
46037 [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
46038 [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
46039 [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
46040 [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
46041 [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
46042 [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
46043 [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
46044 [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
46045 [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
46046 [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
46047 [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
46048 [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
46049 [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
46050 [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
46051 [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
46052 [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
46053 [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
46055 * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
46056 _XOPEN_SOURCE_EXTENDED for XPG4.
46058 * conform/conformtest.pl: Handle "symbol" lines for allow-header.
46060 * Makeconfig (localtime): Remove variable.
46061 (inst_localtime-file): Likewise.
46063 2012-05-01 Andreas Schwab <schwab@linux-m68k.org>
46065 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
46067 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
46069 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
46071 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
46073 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
46075 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
46077 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
46079 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
46081 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
46084 2012-05-01 Joseph Myers <joseph@codesourcery.com>
46088 * math/s_nexttowardf.c (__nexttowardf): Use floating-point
46089 comparisons to determine direction to adjust input.
46090 * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
46091 * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
46092 * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
46094 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
46096 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
46098 * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
46099 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
46101 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
46103 * math/libm-test.inc (nexttoward_test): Add more tests.
46105 2012-05-01 Andreas Schwab <schwab@linux-m68k.org>
46108 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
46109 in version GLIBC_2.1, not GLIBC_2.0.
46110 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
46113 2012-04-30 Joseph Myers <joseph@codesourcery.com>
46116 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
46118 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
46119 * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
46120 * math/libm-test.inc (acos_test): Add more tests.
46121 (asin_test): Likewise.
46122 * sysdeps/i386/fpu/libm-test-ulps: Update.
46123 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46126 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
46128 * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
46129 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
46130 * math/libm-test.inc (acos_test_tonearest): New function.
46131 (acos_test_towardzero): Likewise.
46132 (acos_test_downward): Likewise.
46133 (acos_test_upward): Likewise.
46134 (asin_test_tonearest): Likewise.
46135 (asin_test_towardzero): Likewise.
46136 (asin_test_downward): Likewise.
46137 (asin_test_upward): Likewise.
46138 (main): Call the new functions.
46139 * sysdeps/i386/fpu/libm-test-ulps: Update.
46140 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46144 * math/e_exp10.c: Include <float.h>.
46145 (__ieee754_exp10): Handle underflow here rather than multiplying
46146 large negative argument by M_LN10.
46147 * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
46149 * math/e_exp10l.c: Include <float.h>.
46150 (__ieee754_exp10l): Handle underflow here rather than multiplying
46151 large negative argument by M_LN10l.
46152 * math/libm-test.inc (exp10_test): Add another test. Do not allow
46153 spurious overflow exception on underflow.
46155 2012-04-29 Marek Polacek <polacek@redhat.com>
46157 * misc/sys/cdefs.h (__attribute_artificial__): New macro.
46158 (__fortify_function): New macro.
46159 (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
46160 * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
46161 __extern_always_inline.
46162 * libio/bits/stdio2.h: Likewise.
46163 * libio/bits/stdio.h: Likewise.
46164 * string/string.h: Likewise.
46165 * string/bits/string3.h: Likewise.
46166 * include/stdio.h: Likewise.
46167 * stdlib/bits/stdlib.h: Likewise.
46168 * stdlib/stdlib.h: Likewise.
46169 * rt/bits/mqueue2.h: Likewise.
46170 * rt/mqueue.h: Likewise.
46171 * posix/bits/unistd.h: Likewise.
46172 * posix/unistd.h: Likewise.
46173 * io/bits/poll2.h: Likewise.
46174 * io/bits/fcntl2.h: Likewise.
46175 * io/fcntl.h: Likewise.
46176 * io/sys/poll.h: Likewise.
46177 * misc/bits/syslog.h: Likewise.
46178 * misc/bits/syslog-ldbl.h: Likewise.
46179 * misc/sys/syslog.h: Likewise.
46180 * socket/bits/socket2.h: Likewise.
46181 * socket/sys/socket.h: Likewise.
46182 * debug/tst-chk1.c: Likewise.
46183 * wcsmbs/bits/wchar2.h: Likewise.
46184 * wcsmbs/bits/wchar-ldbl.h: Likewise.
46185 * wcsmbs/wchar.h: Likewise.
46187 2012-04-29 Andreas Jaeger <aj@suse.de>
46189 * Makerules (tests): Remove enable-check-abi protection.
46190 (check-abi-warn): Remove.
46191 (check-abi-%): Remove check-abi-warn usage.
46193 * configure.in: Remove check-abi configure option.
46194 * configure: Regenerated.
46195 * config.make.in (enable-check-abi): Remove.
46197 2012-04-28 Andreas Schwab <schwab@linux-m68k.org>
46200 * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
46201 double functions to double *_finite functions.
46204 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
46205 (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
46207 * stdio-common/Makefile (tests): Add tst-sprintf3.
46208 * stdio-common/tst-sprintf3.c: New file.
46210 * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
46211 ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
46213 2012-04-28 Joseph Myers <joseph@codesourcery.com>
46215 * conform/conformtest.pl: Remove duplicate typed-constant
46218 2012-04-28 David S. Miller <davem@davemloft.net>
46220 * Makerules (%.abilist): Add vpath on sysdep_dirs.
46221 (check-abi-%): Remove AWK script prerequisite and explicit
46223 (check-abi): Rewrite to just diff the symlist with the abilist.
46224 (config-tls, config-abi-config): Delete, no longer used.
46225 (update-abi-%): Remove AWK script and explicit abilist directory.
46226 (update-abi): Rewrite to simply compare and conditionally copy the
46227 symlist and the sysdep abilist file. Remove update-abi-config
46229 * abilist/ld.abilist: Remove.
46230 * abilist/libBrokenLocale.abilist: Remove.
46231 * abilist/libanl.abilist: Remove.
46232 * abilist/libcrypt.abilist: Remove.
46233 * abilist/libdl.abilist: Remove.
46234 * abilist/librt.abilist: Remove.
46235 * abilist/libthread_db.abilist: Remove.
46236 * abilist/libutil.abilist: Remove.
46237 * scripts/extract-abilist.awk: Remove.
46238 * scripts/merge-abilist.awk: Remove.
46239 * sysdeps/generic/libcidn.abilist: New file.
46240 * sysdeps/generic/libnss_compat.abilist: New file.
46241 * sysdeps/generic/libnss_db.abilist: New file.
46242 * sysdeps/generic/libnss_dns.abilist: New file.
46243 * sysdeps/generic/libnss_files.abilist: New file.
46244 * sysdeps/generic/libnss_hesiod.abilist: New file.
46245 * sysdeps/generic/libnss_nis.abilist: New file.
46246 * sysdeps/generic/libnss_nisplus.abilist: New file.
46247 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
46248 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
46249 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
46251 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
46252 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
46253 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
46254 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
46255 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
46256 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
46257 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
46258 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
46259 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
46261 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
46262 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
46263 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
46264 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
46266 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
46267 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
46268 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
46269 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
46270 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
46271 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
46273 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
46274 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
46275 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
46277 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
46278 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
46280 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
46282 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
46284 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
46286 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
46288 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
46290 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
46292 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
46294 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
46296 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
46298 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
46300 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
46302 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
46304 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
46306 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
46308 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
46310 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
46312 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
46314 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
46316 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
46318 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
46320 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
46322 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
46324 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
46326 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
46328 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
46330 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
46331 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
46333 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
46335 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
46337 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
46339 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
46341 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
46343 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
46345 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
46347 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
46349 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
46351 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
46353 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
46355 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
46356 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
46358 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
46360 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
46362 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
46364 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
46366 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
46368 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
46370 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
46372 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
46374 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
46376 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
46378 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
46380 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
46381 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
46382 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
46384 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
46385 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
46386 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
46387 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
46388 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
46389 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
46390 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
46391 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
46392 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
46393 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
46394 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
46395 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
46397 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
46399 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
46401 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
46403 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
46405 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
46407 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
46409 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
46411 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
46413 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
46415 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
46417 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
46419 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
46420 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
46422 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
46424 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
46426 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
46428 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
46430 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
46432 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
46434 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
46436 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
46438 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
46440 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
46442 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
46445 2012-04-28 Joseph Myers <joseph@codesourcery.com>
46447 * conform/conformtest.pl: Fix typo in handling typed-constant from
46450 2012-04-27 Joseph Myers <joseph@codesourcery.com>
46452 * README: Cut down references to pre-2.6 Linux kernels and
46453 Linuxthreads. Update lists of configurations in libc and ports
46454 and sort alphabetically. Say "or newer" with Linux kernel version
46457 * config.h.in [IS_IN_build]: Allow compiling without optimization.
46459 2012-04-27 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
46462 * math/libm-test.inc (logb_test_downward): New test to expose
46463 erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
46466 2012-04-27 Joseph Myers <joseph@codesourcery.com>
46469 * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
46471 * math/fraiseexcpt.c (__feraiseexcept): Likewise.
46472 * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
46474 2012-04-26 Joseph Myers <joseph@codesourcery.com>
46476 * sysdeps/unix/i386/brk.S: Remove file.
46477 * sysdeps/unix/i386/dl-brk.S: Likewise.
46478 * sysdeps/unix/i386/pipe.S: Likewise.
46479 * sysdeps/unix/i386/sigreturn.S: Likewise.
46480 * sysdeps/unix/i386/syscall.S: Likewise.
46481 * sysdeps/unix/i386/vfork.S: Likewise.
46482 * sysdeps/unix/i386/wait.S: Likewise.
46484 * sysdeps/unix/common/tcsendbrk.c: Move to ...
46485 * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
46487 * configure.in (arm*-none*): Do not allow without
46488 --enable-hacker-mode.
46489 (netbsd*): Remove case setting base_os.
46490 (386bsd*): Likewise.
46491 (freebsd*): Likewise.
46494 (sunos*): Likewise.
46495 (ultrix*): Likewise.
46496 (newsos*): Likewise.
46497 (dynix*): Likewise.
46503 (minix*): Likewise.
46504 (irix4*): Likewise.
46505 (irix6*): Likewise.
46506 (solaris[2-9]*): Likewise.
46508 * configure: Regenerated.
46510 2012-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
46513 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
46514 overflow or cancellation in calculating denominator.
46515 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
46516 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
46517 down expression to avoid unexpected rounding in newer GCCs.
46518 * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
46520 2012-04-26 David S. Miller <davem@davemloft.net>
46522 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
46523 long-double compat symbols.
46524 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
46525 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
46526 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
46527 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
46528 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
46529 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
46530 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
46531 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
46532 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
46533 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
46534 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
46535 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
46536 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
46538 2012-04-25 David S. Miller <davem@davemloft.net>
46540 * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
46541 HWCAP_* values only after the memory barriers have been defined.
46542 (atomic_full_barrier): Define.
46543 (atomic_read_barrier): Define.
46544 (atomic_write_barrier): Define.
46546 2012-04-26 Siddhesh Poyarekar <siddhesh@redhat.com>
46548 * shlib-versions: Add libgcc_s version information.
46549 * sysdeps/generic/libgcc_s.h: Remove.
46550 * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
46552 * sysdeps/gnu/unwind-resume.c: Likewise.
46553 * scripts/test-installation.pl: Remove libgcc_s from link_libs.
46555 2012-04-25 David S. Miller <davem@davemloft.net>
46557 * sysdeps/unix/sparc/brk.S: Delete.
46558 * sysdeps/unix/sparc/dl-brk.S: Delete.
46559 * sysdeps/unix/sparc/pipe.S: Delete.
46560 * sysdeps/unix/sparc/sysdep.S: Delete.
46561 * sysdeps/unix/sparc/sysdep.h: Delete.
46562 * sysdeps/unix/sparc/vfork.S: Delete.
46563 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
46564 (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
46565 * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
46566 (ret_ERRVAL, r0, r1, MOVE): Define.
46567 (JUMPTARGET): Remove.
46568 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
46569 sysdeps/unix/sparc/sysdep.h
46570 (ENTRY, END): Remove.
46571 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46573 2012-04-25 Joseph Myers <joseph@codesourcery.com>
46575 * Makerules (native-compile): Use $(BUILD_LDFLAGS).
46576 (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
46579 * timezone/README: Update upstream location and email address for
46581 * timezone/zdump.c: Update from tzcode 2012b.
46582 * timezone/zic.c: Likewise.
46584 * configure.in (libc_cv_as_needed): Remove test.
46585 * configure: Regenerated.
46586 * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
46587 conditional definition.
46588 [$(have-as-needed) != yes] (no-as-needed): Likewise.
46589 [$(have-as-needed) != yes] (libgcc_eh): Likewise.
46590 * config.make.in (have-as-needed): Remove variable.
46592 2012-04-25 Siddhesh Poyarekar <siddhesh@redhat.com>
46593 Paul Pluzhnikov <ppluzhnikov@google.com>
46595 * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
46598 2012-04-25 Chung-Lin Tang <cltang@codesourcery.com>
46600 * sysdeps/sh/memcpy.S: Remove include of endian.h, change
46601 preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
46602 * sysdeps/sh/strlen.S: Likewise.
46604 2012-04-24 Joseph Myers <joseph@codesourcery.com>
46606 * sysdeps/unix/fork.S: Remove file.
46607 * sysdeps/unix/i386/fork.S: Likewise.
46608 * sysdeps/unix/sparc/fork.S: Likewise.
46610 * sysdeps/unix/system.c: Remove file.
46611 * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
46613 * sysdeps/unix/getegid.S: Remove file.
46614 * sysdeps/unix/geteuid.S: Likewise.
46616 2012-04-24 Roland McGrath <roland@hack.frob.com>
46618 * scripts/check-localplt.awk: New file.
46619 * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
46621 * scripts/data/localplt-generic.data: Add a comment.
46623 * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
46624 NODE when __dir_mkfile failed.
46625 * sysdeps/mach/hurd/symlinkat.c: Likewise.
46626 Reported by Ludovic Courtès <ludo@gnu.org>.
46628 2012-04-24 Andreas Jaeger <aj@suse.de>
46630 * Makerules (common-clean): Also remove gen-as-const-headers
46633 2012-04-24 Joseph Myers <joseph@codesourcery.com>
46635 * Makerules (native-compile): Do not change working directory for
46636 build. Use $(OUTPUT_OPTION) in command.
46637 (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
46639 2012-04-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
46642 * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
46643 sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
46644 * math/libm-test.inc (floor_test): Add more tests.
46645 * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
46647 2012-04-24 Joseph Myers <joseph@codesourcery.com>
46649 * sysdeps/unix/getdents.c: Remove file.
46650 * sysdeps/unix/sysv/getdents.c: Likewise.
46651 * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
46653 * sysdeps/unix/syscalls.list (madvise): Add syscall from
46654 sysdeps/unix/mman/syscalls.list.
46656 (mprotect): Likewise.
46658 (munmap): Likewise.
46659 * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
46660 * sysdeps/unix/mman/syscalls.list: Remove.
46661 * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
46663 * configure.in (libc_cv_libgcc_s_suffix): Remove test.
46664 (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
46665 * configure: Regenerated.
46666 * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
46667 $(libgcc_s_suffix).
46668 * config.make.in (libgcc_s_suffix): Remove variable.
46670 2012-04-23 Joseph Myers <joseph@codesourcery.com>
46672 * sysdeps/unix/sysv/gethostname.c: Move to ...
46673 * sysdeps/posix/gethostname.c: ... here.
46675 * sysdeps/unix/execve.S: Remove file.
46677 * sysdeps/unix/_exit.S: Remove file.
46679 2012-04-23 Andreas Jaeger <aj@suse.de>
46682 * manual/Makefile: Remove make dist support, there's no
46683 need for a stand-alone documentation tar ball.
46684 (TEXI2DVI): Define always, it's not in Makeconfig.
46687 (edition): Removed.
46688 (glibc-doc-$(edition).tar): Removed
46692 (ETAGS): Remove, it's in Makeconfig.
46693 (move-if-change): Remove, it's in Makeconfig.
46695 2012-04-23 Paul Eggert <eggert@cs.ucla.edu>
46698 * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
46699 (strtod, strtof, strtold, strtol, strtoul, strtoq)
46700 (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
46701 (strtod_l, strtof_l, strtold_l): Remove __wur.
46702 It is not necessarily an error to ignore strtol's return value.
46703 One can reliably look at the stored endptr to decide whether
46704 the number had valid syntax.
46706 2012-04-21 Andreas Jaeger <aj@suse.de>
46709 * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
46711 2012-04-21 Joseph Myers <joseph@codesourcery.com>
46713 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
46714 * sysdeps/unix/sysv/Versions: Remove file.
46716 2012-04-21 Markus Trippelsdorf <markus@trippelsdorf.de>
46719 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46721 2012-04-21 Nick Alcock <nick.alcock@oracle.com>
46724 * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
46725 version from __vm86.
46727 2012-04-20 Joseph Myers <joseph@codesourcery.com>
46729 * sysdeps/unix/common/lxstat.c: Remove file.
46730 * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
46732 * sysdeps/unix/sysv/Makefile: Remove file.
46734 * sysdeps/unix/sysv/direct.h: Remove file.
46736 * sysdeps/unix/sysv/bits/dirent.h: Remove file.
46737 * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
46738 * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
46739 * sysdeps/unix/sysv/bits/signum.h: Likewise.
46740 * sysdeps/unix/sysv/bits/stat.h: Likewise.
46741 * sysdeps/unix/sysv/bits/utmp.h: Likewise.
46742 * sysdeps/unix/sysv/bits/utsname.h: Likewise.
46744 * sysdeps/unix/sysv/setrlimit.c: Remove file.
46746 * sysdeps/unix/xmknod.c: Remove file.
46747 * sysdeps/unix/syscalls.list (sys_mknod): Remove.
46749 * sysdeps/unix/sysv/settimeofday.c: Remove file.
46751 * sysdeps/unix/sysv/i386/time.S: Remove file.
46753 * sysdeps/unix/fxstat.c: Remove file.
46754 * sysdeps/unix/xstat.c: Likewise.
46755 * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
46757 * sysdeps/unix/sysv/sigaction.c: Remove file.
46759 * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
46760 (sysdep_headers): Remove variable.
46761 [termio.h not in sysdep_headers] (generated): Likewise.
46762 [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
46763 * sysdeps/unix/sysv/sysv_termio.h: Remove file.
46764 * sysdeps/unix/sysv/tcdrain.c: Likewise.
46765 * sysdeps/unix/sysv/tcflow.c: Likewise.
46766 * sysdeps/unix/sysv/tcflush.c: Likewise.
46767 * sysdeps/unix/sysv/tcgetattr.c: Likewise.
46768 * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
46769 * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
46770 * sysdeps/unix/sysv/tcsetattr.c: Likewise.
46771 * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
46773 * sysdeps/unix/siglist.c: Remove file.
46775 * sysdeps/unix/getppid.S: Remove file.
46777 * sysdeps/unix/mkdir.c: Remove file.
46778 * sysdeps/unix/rmdir.c: Likewise.
46780 2012-04-19 Andreas Schwab <schwab@linux-m68k.org>
46782 * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
46784 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
46785 errlist-compat value.
46787 2012-04-18 David S. Miller <davem@davemloft.net>
46789 * sysdeps/generic/memcopy.h (reg_char): Delete.
46790 * debug/strcat_chk.c: Use char, not reg_char.
46791 * debug/strcpy_chk.c: Likewise.
46792 * debug/strncat_chk.c: Likewise.
46793 * debug/strncpy_chk.c: Likewise.
46794 * string/memchr.c: Likewise.
46795 * string/memrchr.c: Likewise.
46796 * string/rawmemchr.c: Likewise.
46797 * string/strcat.c: Likewise.
46798 * string/strchr.c: Likewise.
46799 * string/strchrnul.c: Likewise.
46800 * string/strcmp.c: Likewise.
46801 * string/strcpy.c: Likewise.
46802 * string/strncat.c: Likewise.
46803 * string/strncmp.c: Likewise.
46804 * string/strncpy.c: Likewise.
46806 2012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
46808 * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
46809 __builtin_memcopy is called when src and dest ranges are known to not
46812 2012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
46814 * sysdeps/powerpc/powerpc64/power6/wordcopy.c
46815 (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
46816 fwd_align_merge macro call.
46817 (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
46818 bwd_align_merge macro call.
46819 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
46821 2012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
46823 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
46824 bwd_align_merge macros.
46825 (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
46826 (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
46827 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
46829 2012-04-18 David S. Miller <davem@davemloft.net>
46831 * sysdeps/sparc/sparc64/memcopy.h: Delete.
46833 2012-04-18 Andreas Jaeger <aj@suse.de>
46836 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
46837 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
46838 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46840 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
46841 * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
46842 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46844 * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
46845 * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
46846 Adjust for changed ldbl-128 files.
46848 * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
46849 * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
46850 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46852 2012-04-17 David S. Miller <davem@davemloft.net>
46854 * sysdeps/sparc/sparc32/memcopy.h: Delete.
46856 2012-04-17 Andreas Schwab <schwab@linux-m68k.org>
46858 * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
46859 * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
46860 * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
46861 * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
46862 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
46863 * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
46865 2012-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
46868 * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
46869 * math/libm-test.inc: Add ilogb errno and exception tests.
46870 * math/w_ilogb.c: New file: ilogb wrapper.
46871 * math/w_ilogbf.c: New file: ilogbf wrapper.
46872 * math/w_ilogbl.c: New file: ilogbl wrapper.
46873 * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
46874 * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
46875 * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
46876 exception being thrown with 0.0 as argument.
46877 * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
46878 * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
46879 exception being thrown with 0.0 as argument.
46880 * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
46881 * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
46882 exception being thrown with 0.0 as argument.
46883 * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
46884 * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
46885 exception being thrown with 0.0 as argument.
46886 * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
46887 * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
46888 * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
46889 * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
46890 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
46891 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
46892 * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
46893 * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
46894 * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
46896 2012-04-17 Petr Baudis <pasky@ucw.cz>
46898 * include/sys/uio.h: Change __vector to __iovec to avoid clash
46901 2012-04-16 Marek Polacek <polacek@redhat.com>
46903 * elf/pldd-xx.c: Rename static_assert to pldd_assert.
46905 2012-04-16 Marek Polacek <polacek@redhat.com>
46907 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
46908 operands of fdivp instruction.
46910 2012-04-13 H.J. Lu <hongjiu.lu@intel.com>
46912 * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
46913 * elf/tst-auditmod3b.c: Likewise.
46914 * elf/tst-auditmod4b.c: Likewise.
46915 * elf/tst-auditmod5b.c: Likewise.
46916 * elf/tst-auditmod6b.c: Likewise.
46917 * elf/tst-auditmod6c.c: Likewise.
46918 * elf/tst-auditmod7b.c: Likewise.
46919 * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
46920 * sysdeps/x86_64/preconfigure.in: Likewise.
46921 * sysdeps/x86_64/preconfigure: Regenerated.
46923 2012-04-13 H.J. Lu <hongjiu.lu@intel.com>
46925 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
46928 2012-04-13 Antoine Balestrat <merkil33@gmail.com>
46930 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
46931 (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
46933 2012-04-13 Chris Leonard <cjlhomeaddress@gmail.com>
46936 * locale/iso-639.def: Fix gl language name. Spotted by
46939 2012-04-12 Roland McGrath <roland@hack.frob.com>
46942 * libio/libio.h (__io_write_fn): Update comment.
46944 2012-04-12 Petr Baudis <pasky@ucw.cz>
46947 * stdio.texi (Hook Functions): The user provided writer function
46948 is not allowed to return -1.
46950 2012-04-11 David S. Miller <davem@davemloft.net>
46952 * sysdeps/sparc/fpu/libm-test-ulps: Update.
46954 2012-04-11 Mike Frysinger <vapier@gentoo.org>
46956 * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
46957 Add a leading slash to rtkaio.
46959 2012-04-11 Jim Meyering <meyering@redhat.com>
46962 * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
46963 It is not necessarily an error to ignore fwrite's return
46964 value. One can reliably use ferror to test for errors after
46967 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
46969 * bits/types.h (__snseconds_t): New type.
46970 * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
46972 * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
46973 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
46974 (__SNSECONDS_T_TYPE): Likewise.
46975 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
46976 (__SNSECONDS_T_TYPE): Likewise.
46977 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
46978 (__SNSECONDS_T_TYPE): Likewise.
46980 2012-04-10 Andreas Jaeger <aj@suse.de>
46983 * manual/time.texi (Processor Time): Return type of times is
46984 elapsed real time since an arbitrary point in the past.
46985 (CPU Time): Move CLK_TCK from here...
46986 (Processor Time): ...to here. Correct description.
46987 * manual/conf.texi (Constants for Sysconf): Correct description of
46990 2012-04-10 David S. Miller <davem@davemloft.net>
46993 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
46994 where the is a gap between DT_REL(A) and DT_JMPREL.
46996 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
46998 * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
46999 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
47000 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
47002 2012-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
47004 * elf/dl-support.c (_dl_inhibit_cache): New variable.
47005 * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
47006 (dl_main): Handle --inhibit-cache.
47007 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
47009 * elf/dl-load.c (_dl_map_object): Use it.
47010 * elf/Makefile: Define SYSCONFDIR when building rtld.c.
47012 2012-04-09 Joseph Myers <joseph@codesourcery.com>
47015 * sysdeps/i386/fpu/e_powl.S (p78): New object.
47016 (__ieee754_powl): Saturate large exponents rather than testing for
47017 overflow of y*log2(x).
47018 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
47019 * math/libm-test.inc (pow_test): Do not permit spurious overflow
47023 * math/s_ctan.c: Include <float.h>.
47024 (__ctan): Avoid internal overflow or cancellation in calculating
47026 * math/s_ctanf.c: Likewise.
47027 * math/s_ctanl.c: Likewise.
47028 * math/s_ctanh.c: Likewise.
47029 * math/s_ctanhf.c: Likewise.
47030 * math/s_ctanhl.c: Likewise.
47031 * math/libm-test.inc (ctan_test): Add more tests.
47032 (ctanh_test): Likewise.
47033 * sysdeps/i386/fpu/libm-test-ulps: Update.
47034 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47036 2012-04-09 Andreas Jaeger <aj@suse.de>
47039 * manual/filesys.texi (Directory Entries): Mention that d_namlen
47040 is an optional BSD extension.
47043 * manual/stdio.texi (Opening Streams): Document additional fopen
47046 2012-04-09 Roland McGrath <roland@hack.frob.com>
47048 * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
47049 %eax without telling the compiler.
47051 2012-04-09 Carlos O'Donell <carlos_odonell@mentor.com>
47054 * manual/install.texi: Use sourceware.org.
47056 2012-04-09 Joseph Myers <joseph@codesourcery.com>
47059 * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
47060 (__ieee754_pow): Generate overflow and underflow using huge*huge
47061 and tiny*tiny rather than just returning constant infinity or zero
47062 for large exponents.
47063 * math/libm-test.inc (pow_test): Require overflow exceptions for
47064 applicable cases of large exponents.
47067 * sysdeps/i386/fpu/e_pow.S (p10): New object.
47068 (__ieee754_pow): Use iterative multiplication algorithm only for
47069 integer exponents with absolute value below 1024. Check for odd
47070 integer exponents when using algorithm for real exponents.
47071 * math/libm-test.inc (pow_test): Add more tests.
47072 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
47074 2012-04-08 Joseph Myers <joseph@codesourcery.com>
47077 * math/libm-test.inc (exp_test): Do not allow overflow exception
47080 2012-04-08 Aurelien Jarno <aurelien@aurel32.net>
47083 * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
47084 instead of __kernel_standard_f.
47086 2012-04-08 Mike Frysinger <vapier@gentoo.org>
47088 * sysdeps/i386/i686/memset_chk.S: Update copyright year.
47089 * sysdeps/x86_64/memset_chk.S: Likewise.
47091 2012-04-08 Andreas Jaeger <aj@suse.de>
47094 * manual/startup.texi (Environment Access): Describe return value
47095 for putenv and setenv.
47098 * manual/filesys.texi (Directory Entries): Add description for
47102 * manual/filesys.texi (Directory Entries): Clarify that it's file
47103 system not operating system in the description of DT_UNKNOWN.
47106 * manual/syslog.texi (closelog): Fix reference, it's openlog.
47108 2012-04-08 Stephen Compall <s11@member.fsf.org>
47111 * manual/llio.texi (Opening and Closing Files): Add cross
47112 reference to explain mode argument.
47114 2012-04-07 Mike Frysinger <vapier@gentoo.org>
47116 * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
47117 * sysdeps/x86_64/memset_chk.S: Likewise.
47119 2012-04-07 David S. Miller <davem@davemloft.net>
47121 * elf/elf.h (R_SPARC_WDISP10): Define.
47122 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
47124 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
47125 R_SPARC_SIZE64 and R_SPARC_H34.
47127 2012-04-07 Carlos O'Donell <carlos_odonell@mentor.com>
47129 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
47130 conditions and remove no longer applicable assertion.
47132 2012-04-06 H.J. Lu <hongjiu.lu@intel.com>
47134 * bits/byteswap.h: Include <features.h>.
47135 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
47136 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
47138 2012-04-06 H.J. Lu <hongjiu.lu@intel.com>
47140 * bits/byteswap.h (__bswap_16): Removed.
47141 Include <bits/byteswap-16.h> to get __bswap_16.
47142 * sysdeps/i386/bits/byteswap.h: Likewise.
47143 * sysdeps/s390/bits/byteswap.h: Likewise.
47144 * sysdeps/x86_64/bits/byteswap.h: Likewise.
47145 * bits/byteswap-16.h: New file.
47146 * sysdeps/i386/bits/byteswap-16.h: Likewise.
47147 * sysdeps/s390/bits/byteswap-16.h: Likewise.
47148 * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
47149 * string/Makefile (headers): Add bits/byteswap-16.h.
47151 2012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com>
47154 * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
47156 * nss/Makefile (tests-static, tests): Add tst-nss-static.
47157 * nss/tst-nss-static.c: New.
47159 2012-04-06 Robert Millan <rmh@gnu.org>
47162 * manual/llio.texi (File Position Primitive): lseek
47163 refers to WHENCE when it really means OFFSET.
47165 2012-04-06 Andreas Jaeger <aj@suse.de>
47167 * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
47168 strncmp declarations.
47170 * abilist/libc.abilist: Add __poll and __ppoll.
47172 2012-04-05 David S. Miller <davem@davemloft.net>
47174 * scripts/check-local-headers.sh: Accept a host triplet in the
47175 path matched by the exclude regexp.
47177 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
47179 * sysdeps/powerpc/powerpc32/dl-machine.h
47180 (ELF_MACHINE_PLTREL_OVERLAP): Delete.
47181 * sysdeps/s390/s390-32/dl-machine.h
47182 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47183 * sysdeps/sparc/sparc32/dl-machine.h
47184 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47185 * sysdeps/sparc/sparc64/dl-machine.h
47186 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47188 * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
47190 * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
47191 undefined symbol errors.
47193 * elf/rtld.c (dl_main): Skip VDSO when checking for unused
47196 2012-04-05 Michael Matz <matz@suse.de>
47199 * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
47201 2012-04-05 Andreas Jaeger <aj@suse.de>
47204 * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
47207 2012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47209 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
47210 which ROUND is no valid rounding mode.
47212 2012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47214 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
47216 * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
47218 2012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47220 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
47221 an exception using FPU order intentionally.
47223 2012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47225 * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
47226 * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
47227 * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
47228 * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
47230 2012-04-05 Simon Josefsson <simon@josefsson.org>
47233 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
47234 EINVAL when BUFLEN is too smal.
47236 2012-04-05 Thomas Schwinge <thomas@codesourcery.com>
47239 * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
47240 * sysdeps/mach/powerpc/machine-lock.h: Likewise.
47242 2012-04-03 Andreas Jaeger <aj@suse.de>
47245 * manual/setjmp.texi (System V contexts): Fix sentence.
47248 * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
47249 New macro for this case.
47250 [!__GNUC__] (__bswap_64): New inline function for this case.
47251 * sysdeps/x86_64/bits/byteswap.h: Likewise.
47252 * bits/byteswap.h: Likewise.
47253 * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
47254 ull, guard with __GLIBC_HAVE_LONG_LONG.
47256 * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
47257 __GLIBC_HAVE_LONG_LONG.
47259 * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
47260 Include <features.h> for __GLIBC_HAVE_LONG_LONG.
47262 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
47265 * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
47266 inptr and inend, rather than using last_ch.
47268 2012-04-02 David S. Miller <davem@davemloft.net>
47270 With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
47271 * stdio-common/printf-parse.h (read_int): Change return type to
47272 'int', return -1 on INT_MAX overflow.
47273 * stdio-common/vfprintf.c (vfprintf): Validate width and precision
47274 against overflow of INT_MAX. Set errno to EOVERFLOW when 'done'
47275 overflows INT_MAX. Check for overflow of in-format-string precision
47276 values properly. Use EOVERFLOW rather than ERANGE throughout. Use
47277 SIZE_MAX not INT_MAX for integer overflow test.
47278 * stdio-common/printf-parsemb.c: If read_int signals an overflow,
47279 skip the construct in the format string but do not record anything.
47280 * stdio-common/bug22.c: Adjust to test both width/prevision
47281 INT_MAX overflow as well as total length INT_MAX overflow. Check
47282 explicitly for proper errno values.
47284 2012-04-02 Thomas Schwinge <thomas@codesourcery.com>
47286 * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
47288 * string/test-strcmp.c [! WIDE]: Likewise.
47289 * time/tst-mktime2.c: Likewise for INT_MAX.
47290 * string/test-string.h: #include <sys/param.h> for MIN.
47292 * csu/init-first.c (__libc_init_first): Call __ctype_init.
47293 * sysdeps/i386/init-first.c (init): Likewise.
47294 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
47295 * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
47296 * sysdeps/sh/init-first.c (init): Likewise.
47298 2012-04-01 Ulrich Drepper <drepper@gmail.com>
47300 * po/ru.po: Update from translation team.
47301 * po/vi.po: Likewise.
47303 2012-03-31 Siddhesh Poyarekar <siddhesh@redhat.com>
47305 * resolv/nss_dns/dns-host.c: Merge copyright years.
47307 2012-03-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47309 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
47310 Optimize memcpy with prefetch if
47311 DATA_CACHE_SIZE_HALF <= len < SHARED_CACHE_SIZE_HALF and
47312 src, dst pointers have unequal 16 byte alignments.
47314 2012-03-30 Siddhesh Poyarekar <siddhesh@redhat.com>
47317 * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
47318 from a CNAME entry and return the minimum ttl for the query.
47319 (gaih_getanswer_slice): Likewise.
47321 2012-03-30 Jeff Law <law@redhat.com>
47323 * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
47325 * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
47326 * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
47328 * resolv/nss_dns/dns-host.c: Update copyright year.
47330 2012-03-30 Ulrich Drepper <drepper@gmail.com>
47332 * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
47333 requests to save a system call. Fix check that all bytes are sent.
47335 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
47336 comments for sendmmsg.
47338 2012-03-30 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
47341 * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
47342 with only 1 character between 0x0041 and 0x01b0.
47343 * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
47344 * wcsmbs/tst-mbsnrtowcs.c: New file.
47346 2012-03-29 David S. Miller <davem@davemloft.net>
47348 * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
47349 small copies by hand.
47351 2012-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
47354 * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
47355 (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
47358 2012-03-28 David S. Miller <davem@davemloft.net>
47360 * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
47361 that branches into memcpy.
47362 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
47363 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
47364 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
47365 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
47366 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
47368 * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
47369 implementation too.
47370 * sysdeps/sparc/mempcpy.S: New file.
47372 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
47373 the IFUNC routine in the libc case.
47374 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
47376 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
47377 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
47378 * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
47379 * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
47380 * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
47381 * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
47382 * sysdeps/sparc/sparc64/rtld-memset.c: New file.
47383 * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
47385 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
47386 loop to 256 bytes instead of 64 bytes and fix test signedness.
47388 * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
47389 * sysdeps/sparc/sparc32/Makefile: rather than here...
47390 * sysdeps/sparc/sparc64/Makefile: and here.
47392 2012-03-28 Ulrich Drepper <drepper@gmail.com>
47394 * malloc/mallocbug.c: Avoid warnings about unused variables.
47396 2012-02-22 Siddhesh Poyarekar <siddhesh@redhat.com>
47399 * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
47400 in the right place. Discard and retry query if response is
47401 larger than input buffer size.
47403 2012-03-28 Joseph Myers <joseph@codesourcery.com>
47408 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
47409 x for large integer exponent.
47410 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
47411 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise. Adjust
47412 sign of result as needed afterwards.
47413 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
47414 * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
47415 result for underflowing pow the same as for overflow.
47416 (__kernel_standard_l): Handle powl overflow and underflow here
47417 rather than calling __kernel_standard.
47418 * math/libm-test.inc (pow_test): Add more tests.
47433 * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
47434 * sysdeps/ieee754/k_standard.c: Include <float.h>.
47435 (__kernel_standard_l): New function.
47436 * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
47438 * math/w_acosl.c (__acosl): Likewise.
47439 * math/w_asinl.c (__asinl): Likewise.
47440 * math/w_atan2l.c (__atan2l): Likewise.
47441 * math/w_atanhl.c (__atanhl): Likewise.
47442 * math/w_coshl.c (__coshl): Likewise.
47443 * math/w_exp10l.c (__exp10l): Likewise.
47444 * math/w_exp2l.c (__exp2l): Likewise.
47445 * math/w_fmodl.c (__fmodl): Likewise.
47446 * math/w_hypotl.c (__hypotl): Likewise.
47447 * math/w_j0l.c (__j0l, __y0l): Likewise.
47448 * math/w_j1l.c (__j1l, __y1l): Likewise.
47449 * math/w_jnl.c (__jnl, __ynl): Likewise.
47450 * math/w_lgammal.c (__lgammal): Likewise.
47451 * math/w_log10l.c (__log10l): Likewise.
47452 * math/w_log2l.c (__log2l): Likewise.
47453 * math/w_logl.c (__logl): Likewise.
47454 * math/w_powl.c (__powl): Likewise.
47455 * math/w_remainderl.c (__remainderl): Likewise.
47456 * math/w_scalbl.c (sysv_scalbl): Likewise.
47457 * math/w_sinhl.c (__sinhl): Likewise.
47458 * math/w_sqrtl.c (__sqrtl): Likewise.
47459 * math/w_tgammal.c (__tgammal): Likewise.
47460 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
47461 * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
47462 * math/libm-test.inc (acos_test): Add more tests.
47463 (acosh_test): Likewise.
47464 (asin_test): Likewise.
47465 (atanh_test): Likewise.
47466 (exp_test): Likewise.
47467 (exp10_test): Likewise.
47468 (exp2_test): Likewise.
47469 (expm1_test): Likewise.
47470 (lgamma_test): Likewise.
47471 (log_test): Likewise.
47472 (log10_test): Likewise.
47473 (log1p_test): Likewise.
47474 (log2_test): Likewise.
47475 (pow_test): Do not allow some spurious overflow exceptions.
47476 (sqrt_test): Add more tests.
47477 (tgamma_test): Likewise.
47478 (y0_test): Likewise.
47479 (y1_test): Likewise.
47480 (yn_test): Likewise.
47482 2012-03-27 Anton Blanchard <anton@samba.org>
47484 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
47486 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
47487 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
47488 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
47490 2012-03-27 David S. Miller <davem@davemloft.net>
47492 * conform/Makefile: Run run-conformtest.sh using $(BASH).
47494 * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
47495 have-as-vis3 check.
47497 2012-03-27 Andreas Jaeger <aj@suse.de>
47499 * sysdeps/x86_64/elf/configure.in: Moved to ...
47500 * sysdeps/x86_64/configure.in: ... here.
47501 * sysdeps/x86_64/elf/start.S: Moved to ...
47502 * sysdeps/x86_64/start.S: ... here.
47503 * sysdeps/x86_64/elf/configure: Delete.
47505 * sysdeps/x86_64/configure.in: Merge contents from
47506 sysdeps/i386/configure.in (without i686 check).
47508 * sysdeps/i386/elf/Versions: Merge into ...
47509 * sysdeps/i386/Versions: ... this.
47510 * sysdeps/i386/elf/Versions: Delete file.
47511 * sysdeps/i386/elf/start.S: Moved to ...
47512 * sysdeps/i386/start.S: ...here.
47513 * sysdeps/i386/elf/configure.in: Merge into...
47514 * sysdeps/i386/configure.in: ...here.
47515 * sysdeps/i386/elf/configure.in: Delete file.
47516 * sysdeps/i386/elf/configure: Delete file.
47518 * sysdeps/generic/elf/backtracesyms.c: Moved to ...
47519 * debug/backtracesyms.c: ... here.
47520 * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
47521 * debug/backtracesymsfd.c: ... here.
47522 * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
47523 * sysdeps/generic/ifunc-sel.h: ... here.
47525 * sysdeps/unix/i386/start.c: Delete file.
47526 * sysdeps/unix/sparc/start.c: Delete file.
47527 * sysdeps/unix/start.c: Delete file.
47529 * sysdeps/sh/elf/configure.in: Moved to ...
47530 * sysdeps/sh/configure.in: ... here.
47531 * sysdeps/sh/elf/start.S: Moved to ...
47532 * sysdeps/sh/start.S: ... here.
47533 * sysdeps/sh/elf/configure: Delete file.
47535 * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
47536 * sysdeps/powerpc/powerpc64/bzero.S: ... here.
47537 * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
47538 * sysdeps/powerpc/powerpc64/entry.h: ... here.
47539 * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
47540 * sysdeps/powerpc/powerpc64/start.S: here.
47541 * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
47542 * sysdeps/powerpc/powerpc64/Makefile: ... this.
47543 * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
47544 * sysdeps/powerpc/powerpc64/configure.in: ... this.
47545 * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
47547 * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
47548 * sysdeps/powerpc/powerpc32/bzero.S: ... here.
47549 * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
47550 * sysdeps/powerpc/powerpc32/start.S: ... here.
47551 * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
47552 * sysdeps/powerpc/powerpc32/configure.in: ... this.
47553 * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
47555 * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
47556 * sysdeps/powerpc/ifunc-sel.h: ... here.
47557 * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
47558 * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
47560 * sysdeps/sparc/elf/configure.in: Moved to ...
47561 * sysdeps/sparc/configure.in: ... here.
47562 * sysdeps/sparc/elf/configure: Delete file.
47563 * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
47564 * sysdeps/sparc/sparc32/start.S: ... here.
47565 * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
47566 * sysdeps/sparc/sparc64/start.S: ... here.
47567 * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
47568 * sysdeps/sparc/sparc32/Makefile: ... this.
47569 * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
47570 * sysdeps/sparc/sparc64/Makefile: ... this.
47572 * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
47573 * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
47574 * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
47575 * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
47576 * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
47577 * sysdeps/s390/s390-32/setjmp.S: ... here.
47578 * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
47579 * sysdeps/s390/s390-32/configure.in: ... here.
47580 * sysdeps/s390/s390-32/elf/configure: Delete file.
47581 * sysdeps/s390/s390-32/elf/start.S: Moved to ...
47582 * sysdeps/s390/s390-32/start.S: ... here.
47584 * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
47585 * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
47586 * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
47587 * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
47588 * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
47589 * sysdeps/s390/s390-64/setjmp.S: ... here.
47590 * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
47591 * sysdeps/s390/s390-64/configure.in: ... here
47592 * sysdeps/s390/s390-64/elf/configure: Delete file.
47593 * sysdeps/s390/s390-64/elf/start.S: Moved to ...
47594 * sysdeps/s390/s390-64/start.S: ... here.
47595 * sysdeps/s390/s390-64/elf/configure: Delete.
47597 * configure.in: Remove support for elf directories in sysdeps.
47599 * configure: Regenerated.
47600 * sysdeps/i386/configure: Regenerated.
47601 * sysdeps/powerpc/powerpc32/configure: Regenerated.
47602 * sysdeps/powerpc/powerpc64/configure: Regenerated.
47603 * sysdeps/s390/s390-32/configure: Regenerated.
47604 * sysdeps/s390/s390-64/configure: Regenerated.
47605 * sysdeps/sh/configure: Regenerated.
47606 * sysdeps/sparc/configure: Regenerated.
47607 * sysdeps/x86_64/configure: Regenerated.
47609 2012-03-26 Andreas Schwab <schwab@linux-m68k.org>
47611 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47613 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
47614 denormal result into account.
47616 2012-03-25 Roland McGrath <roland@hack.frob.com>
47618 * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
47619 Reported by Allan McRae <allan@archlinux.org>.
47621 2012-03-23 Jeff Law <law@redhat.com>
47623 * nss/getnssent.c (__nss_getent): Fix typo.
47625 2012-03-23 David S. Miller <davem@davemloft.net>
47627 * sysdeps/sparc/fpu/libm-test-ulps: Update.
47629 2012-03-23 H.J. Lu <hongjiu.lu@intel.com>
47631 * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
47632 to pad to uint64_t for each field.
47633 (dl_tls_index): Replace unsigned long with uint64_t.
47635 2012-03-23 Daniel Jacobowitz <dmj@google.com>
47636 Paul Pluzhnikov <ppluzhnikov@google.com>
47639 * grp/Makefile (otherlibs): Don't set it.
47640 * inet/Makefile (otherlibs): Likewise.
47641 * login/Makefile (otherlibs): Likewise.
47642 * nscd/Makefile (otherlibs): Likewise.
47643 * posix/Makefile (otherlibs): Likewise.
47644 * pwd/Makefile (otherlibs): Likewise.
47645 * rt/Makefile (otherlibs): Likewise.
47646 * sunrpc/Makefile (otherlibs): Likewise.
47647 * nss/Makefile (otherlibs): Likewise.
47648 Add libnss_files to routines and static-only-routines.
47649 ($(objpfx)getent): Remove rule.
47650 * resolv/Makefile: Add libnss_dns and libresolv to routines and
47651 static-only-routines.
47653 2012-03-22 Joseph Myers <joseph@codesourcery.com>
47656 * math/s_cexp.c: Include <float.h>.
47657 (__cexp): Handle exp result overflowing not necessarily
47658 overflowing both real and imaginary parts of result.
47659 * math/s_cexpf.c: Likewise.
47660 * math/s_cexpl.c: Likewise.
47661 * math/libm-test.inc (cexp_test): Add more tests.
47662 * sysdeps/i386/fpu/libm-test-ulps: Update.
47663 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47665 2012-03-22 H.J. Lu <hongjiu.lu@intel.com>
47667 * include/link.h (ELFW): New macro.
47668 * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
47669 Replace ELF64_R_TYPE with ELFW(R_TYPE).
47671 2012-03-22 H.J. Lu <hongjiu.lu@intel.com>
47673 * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
47676 2012-03-22 H.J. Lu <hongjiu.lu@intel.com>
47678 * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
47680 (struct La_x32_retval): Likewise.
47682 2012-03-22 H.J. Lu <hongjiu.lu@intel.com>
47684 * sysdeps/x86_64/preconfigure.in: New file.
47685 * sysdeps/x86_64/preconfigure: New generated file.
47687 2012-03-22 Joseph Myers <joseph@codesourcery.com>
47690 * math/e_exp2l.c: Include <float.h>.
47691 (__ieee754_exp2l): Handle overflow and underflow cases
47692 separately. Only pass fractional part of argument to
47694 * math/libm-test.inc (exp2_test): Add more tests.
47696 * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
47697 negating x to take absolute value.
47698 * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
47700 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
47701 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
47703 * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
47704 computing low part if x was negated.
47705 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
47707 2012-03-21 H.J. Lu <hongjiu.lu@intel.com>
47709 * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
47710 la_x32_gnu_pltexit.
47711 (pltexit): Cast int_retval to ptrdiff_t.
47712 * elf/tst-auditmod3b.c: Likewise.
47713 * elf/tst-auditmod4b.c: Likewise.
47714 * elf/tst-auditmod5b.c: Likewise.
47715 * elf/tst-auditmod6b.c: Likewise.
47716 * elf/tst-auditmod6c.c: Likewise.
47717 * elf/tst-auditmod7b.c: Likewise.
47719 * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
47720 and x32_gnu_pltexit.
47722 * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
47723 __ELF_NATIVE_CLASS.
47724 (La_x32_regs): New macro.
47725 (La_x32_retval): Likewise.
47726 (la_x32_gnu_pltenter): New function prototype.
47727 (la_x32_gnu_pltexit): Likewise.
47729 2012-03-21 Andreas Schwab <schwab@linux-m68k.org>
47731 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
47734 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47736 * configure.in (libc_cv_cc_nofma): Check for option to disable
47737 generation of FMA instructions.
47738 * configure: Regenerate.
47739 * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
47740 * sysdeps/ieee754/dbl-64/Makefile: New file.
47741 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
47742 Remove brandred-fma4.
47743 (CFLAGS-brandred-fma4.c): Remove.
47744 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
47745 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
47747 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
47750 2012-03-21 H.J. Lu <hongjiu.lu@intel.com>
47752 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
47753 LLONG_MAX != LONG_MAX.
47754 (_itoa_word): Use _ITOA_WORD_TYPE on value.
47755 (_fitoa_word): Likewise.
47756 * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
47757 LLONG_MAX != LONG_MAX.
47758 * stdio-common/_itowa.h: Include <_itoa.h>.
47759 (_itowa_word): Use _ITOA_WORD_TYPE on value.
47760 (_itowa): New macro. Defined only if _ITOA_NEEDED is false.
47761 * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro. Defined
47762 only if not defined.
47763 (_ITOA_WORD_TYPE): Likewise.
47764 (_itoa_word): Use _ITOA_WORD_TYPE on value.
47765 Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
47767 2012-03-21 David S. Miller <davem@davemloft.net>
47769 * sysdeps/sparc/fpu/libm-test-ulps: Update.
47771 2012-03-21 H.J. Lu <hongjiu.lu@intel.com>
47773 * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
47774 of x86_64 when setting libc_cv_slibdir, libdir and
47776 * sysdeps/unix/sysv/linux/configure: Regenerated.
47778 2012-03-21 Joseph Myers <joseph@codesourcery.com>
47780 * manual/lang.texi (Old Varargs): Remove section.
47781 (How Variadic): Update menu.
47782 (va_start): Do not mention varargs.h.
47784 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
47785 Joseph Myers <joseph@codesourcery.com>
47787 * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
47789 * configure: Regenerated.
47791 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
47793 * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
47794 * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
47797 2012-03-21 Joseph Myers <joseph@codesourcery.com>
47800 * Makefile (files-for-dist): Remove NOTES.
47801 (NOTES): Remove rule.
47802 * README: Don't refer to NOTES.
47803 * manual/creature.texi: Don't include macros.texi.
47804 * manual/intro.texi (creature.texi): Remove comment referring to
47807 * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
47808 * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
47809 * configure: Regenerated.
47810 * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
47811 LIBC_TRY_CC_OPTION.
47812 (libc_cv_as_i686): Likewise.
47813 (libc_cv_cc_avx): Likewise.
47814 (libc_cv_cc_sse2avx): Likewise.
47815 (libc_cv_cc_fma4): Likewise.
47816 (libc_cv_cc_novzeroupper): Likewise.
47817 * sysdeps/i386/configure: Regenerated.
47820 * sysdeps/i386/fpu/s_cexp.S: Remove.
47821 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
47822 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
47823 * math/libm-test.inc (cexp_test): Add more tests.
47824 * sysdeps/i386/fpu/libm-test-ulps: Update.
47825 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47827 2012-03-21 Allan McRae <allan@archlinux.org>
47829 * timezone/Makefile: Do not install iso3166.tab and zone.tab
47831 2012-03-21 Joseph Myers <joseph@codesourcery.com>
47834 * math/w_exp2.c: Do not include <float.h>.
47835 (o_threshold, u_threshold): Remove.
47836 (__exp2): Calculate result before checking finiteness and calling
47838 * math/w_exp2f.c: Likewise.
47839 * math/w_exp2l.c: Likewise.
47840 * math/libm-test.inc (exp2_test): Require overflow exception for
47844 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
47845 range of signed 64-bit integers before using fistpll. Remove
47846 checks for whether integers fit in mantissa bits.
47847 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
47848 the range of signed 32-bit integers before using fistpl. Remove
47849 checks for whether integers fit in mantissa bits.
47850 * sysdeps/i386/fpu/e_powl.S (p64): New object.
47851 (__ieee754_powl): Test for y outside the range of signed 64-bit
47852 integers before using fistpll. Reduce 64-bit values to 63-bit
47854 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
47855 divide-by-zero is raised for zero to large negative powers.
47856 * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
47857 (__ieee754_powl): Test for y outside the range of signed 64-bit
47858 integers before using fistpll. Reduce 64-bit values to 63-bit
47860 * math/libm-test.inc (pow_test): Add more tests.
47862 2012-03-20 H.J. Lu <hongjiu.lu@intel.com>
47864 * debug/backtracesymsfd.c: Include <_itoa.h> instead of
47865 <stdio-common/_itoa.h>.
47866 * debug/segfault.c: Likewise.
47867 * elf/dl-cache.c: Likewise.
47868 * elf/dl-minimal.c: Likewise.
47869 * elf/dl-misc.c: Likewise.
47870 * elf/dl-sysdep.c: Likewise.
47871 * elf/dl-version.c: Likewise.
47872 * elf/rtld.c: Likewise.
47873 * hurd/hurdsock.c: Likewise.
47874 * hurd/lookup-retry.c: Likewise.
47875 * malloc/malloc.c: Likewise.
47876 * malloc/mtrace.c: Likewise.
47877 * nscd/nscd_getgr_r.c: Likewise.
47878 * nscd/nscd_getpw_r.c: Likewise.
47879 * nscd/nscd_getserv_r.c: Likewise.
47880 * posix/getopt_init.c: Likewise.
47881 * posix/wordexp.c: Likewise.
47882 * stdio-common/_itoa.c: Likewise.
47883 * stdio-common/printf_fphex.c: Likewise.
47884 * stdio-common/vfprintf.c: Likewise.
47885 * string/_strerror.c: Likewise.
47886 * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
47887 * sysdeps/i386/i686/hp-timing.h: Likewise.
47888 * sysdeps/mach/_strerror.c: Likewise.
47889 * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
47890 * sysdeps/mach/hurd/sethostid.c: Likewise.
47891 * sysdeps/mach/hurd/xmknodat.c: Likewise.
47892 * sysdeps/mach/xpg-strerror.c: Likewise.
47893 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
47894 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
47895 * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
47896 * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
47897 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
47898 * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
47899 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
47900 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
47901 * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
47902 * sysdeps/unix/sysv/linux/futimes.c: Likewise.
47903 * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
47904 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
47905 * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
47906 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
47907 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
47908 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
47909 * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
47910 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
47911 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
47912 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
47913 * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
47915 * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
47917 * stdio-common/_itoa.h: Moved to ...
47918 * sysdeps/generic/_itoa.h: Here.
47920 * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
47922 * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
47923 instead of "_itoa.h" and "_itowa.h".
47924 * stdio-common/vfprintf.: Likewise.
47926 2012-03-20 H.J. Lu <hongjiu.lu@intel.com>
47928 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
47930 (__signbitf): Check __x86_64__ instead of __WORDSIZE.
47931 (__signbit): Likwise.
47932 (llrintf): Likwise.
47935 2012-03-20 H.J. Lu <hongjiu.lu@intel.com>
47937 * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
47940 2012-03-20 Joseph Myers <joseph@codesourcery.com>
47942 * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
47943 OVERFLOW_EXCEPTION_OK.
47944 * math/libm-test.inc ("Philosophy"): Update comment about
47946 (OVERFLOW_EXCEPTION): Define.
47947 (OVERFLOW_EXCEPTION_OK): Likewise.
47948 (INVALID_EXCEPTION_OK): Renumber.
47949 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
47950 (IGNORE_ZERO_INF_SIGN): Likewise.
47951 (test_exceptions): Handle FE_OVERFLOW.
47952 (exp10_test): Expect overflow exceptions.
47953 (exp2_test): Likewise.
47954 (expm1_test): Likewise.
47955 (nextafter_test): Likewise.
47956 (pow_test): Likewise.
47957 (scalbn_test): Likewise.
47958 (scalbln_test): Likewise.
47960 2012-03-19 H.J. Lu <hongjiu.lu@intel.com>
47962 * sysdeps/x86_64/bits/atomic.h
47963 (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
47965 (atomic_exchange_acq): Likewise.
47966 (__arch_exchange_and_add_body): Likewise.
47967 (__arch_add_body): Likewise.
47968 (atomic_add_negative): Likewise.
47969 (atomic_add_zero): Likewise.
47971 2012-03-19 H.J. Lu <hongjiu.lu@intel.com>
47973 * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
47974 (fenv_t): Check __x86_64__ instead of __WORDSIZE.
47976 2012-03-19 H.J. Lu <hongjiu.lu@intel.com>
47978 * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
47979 Check __x86_64__ instead of __WORDSIZE.
47981 2012-03-19 H.J. Lu <hongjiu.lu@intel.com>
47983 * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
47985 2012-03-19 David S. Miller <davem@davemloft.net>
47987 * sysdeps/sparc/fpu/libm-test-ulps: Update.
47989 * sysdeps/sparc/fpu/fenv_private.h: New file.
47990 * sysdeps/sparc/fpu/math_private.h: Use it.
47991 (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
47993 (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
47994 (libc_feholdexcept_setroundl): Remove.
47995 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
47997 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
47998 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
48000 2012-03-19 H.J. Lu <hongjiu.lu@intel.com>
48002 * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
48003 int64_t instead of long int.
48004 (INSERT_WORDS64): Likwise.
48006 2012-03-19 H.J. Lu <hongjiu.lu@intel.com>
48008 * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
48009 _Unwind_GetCFA return to _Unwind_Ptr first.
48011 2012-03-19 Joseph Myers <joseph@codesourcery.com>
48014 * math/s_clog.c: Include <float.h>.
48015 (__clog): Scale large or subnormal inputs.
48016 * math/s_clogf.c: Likewise.
48017 * math/s_clogl.c: Likewise.
48018 * math/s_clog10.c: Include <float.h>.
48019 (M_LOG10_2): Define.
48020 (__clog10): Scale large or subnormal inputs.
48021 * math/s_clog10f.c: Likewise.
48022 * math/s_clog10l.c: Likewise.
48023 * math/libm-test.inc (clog_test): Add more tests.
48024 (clog10_test): Likewise.
48025 * sysdeps/i386/fpu/libm-test-ulps: Update.
48026 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48029 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
48031 * math/libm-test.inc (atan2_test): Add another test.
48033 * Makerules (common-objdir-compile): Remove.
48034 * sysdeps/unix/Makefile (config-generated): Do not add
48035 $(unix-generated) to variable.
48036 [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
48037 [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
48039 [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
48041 [generic bits/local_lim.h] (before-compile): Do not append to
48043 [generic bits/local_lim.h] (common-generated): Likewise.
48044 [generic sys/param.h] (before-compile): Do not append to variable.
48045 [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
48046 [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
48047 [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
48048 [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
48050 [generic sys/param.h] (sys/param.h-includes): Remove variable.
48051 [generic sys/param.h] (sys/param.h-includes): Remove rule.
48052 [generic sys/param.h] ($(addprefix
48053 $(common-objpfx),$(sys/param.h-includes))): Likewise.
48054 [generic sys/param.h] (common-generated): Do not append to
48056 [generic sys/param.h] (sysdep_headers): Likewise.
48057 [generic bits/errno.h] (before-compile): Do not append to
48059 [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
48061 [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
48062 [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
48063 [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
48064 [generic bits/errno.h] (common-generated): Do not append to
48066 [generic bits/ioctls.h] (before-compile): Do not append to
48068 [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
48070 [generic bits/ioctls.h] (ioctl-includes): Remove variable.
48071 [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
48072 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
48074 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
48075 [generic bits/ioctls.h] (bits_termios.h): Remove variable.
48076 [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
48077 [generic bits/ioctls.h] (common-generated): Do not append to
48079 [generic sys/syscall.h] (syscall.h): Remove variable.
48080 [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
48082 [generic sys/syscall.h] (before-compile): Do not append to
48084 [generic sys/syscall.h] (common-generated): Likewise.
48085 * sysdeps/unix/errnos-tmpl.c: Remove file.
48086 * sysdeps/unix/errnos.awk: Likewise.
48087 * sysdeps/unix/ioctls-tmpl.c: Likewise.
48088 * sysdeps/unix/ioctls.awk: Likewise.
48089 * sysdeps/unix/mk-local_lim.c: Likewise.
48090 * sysdeps/unix/snarf-ioctls: Likewise.
48092 2012-03-19 Richard Henderson <rth@twiddle.net>
48094 * sysdeps/i386/fpu/fenv_private.h: New file.
48095 * sysdeps/i386/fpu/math_private.h: Use it.
48096 (math_opt_barrier, math_force_eval): Remove.
48097 (libc_feholdexcept_setround_53bit): Remove.
48098 (libc_feupdateenv_53bit): Remove.
48099 * sysdeps/x86_64/fpu/math_private.h: Likewise.
48100 (math_opt_barrier, math_force_eval): Remove.
48101 (libc_feholdexcept): Remove.
48102 (libc_feholdexcept_setround): Remove.
48103 (libc_fetestexcept, libc_fesetenv): Remove.
48104 (libc_feupdateenv_test): Remove.
48105 (libc_feupdateenv, libc_feholdsetround): Remove.
48106 (libc_feresetround): Remove.
48108 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
48109 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
48111 * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
48112 (libc_feupdateenv_test, libc_feupdateenv_testf): New.
48113 (libc_feupdateenv_testl): New.
48114 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
48115 (libc_feupdateenv_testf): New.
48116 (libc_feupdateenv): Use libc_feupdateenv_test.
48117 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
48118 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
48120 * sysdeps/generic/math_private.h (libc_feholdsetround): New.
48121 (libc_feholdsetroundf, libc_feholdsetroundl): New.
48122 (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
48123 (libc_feresetround_noex): New.
48124 (libc_feresetround_noexf): New.
48125 (libc_feresetround_noexl): New.
48126 (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
48127 (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
48128 (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
48129 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
48131 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
48132 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
48134 * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
48135 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
48136 SET_RESTORE_ROUND_NOEX.
48137 * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
48138 SET_RESTORE_ROUND_NOEXF.
48139 * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
48140 * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
48141 (libc_feholdsetroundf): New.
48142 (libc_feresetround, libc_feresetroundf): New.
48144 * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
48145 (libc_feholdexcept_setround_53bit): Convert from macro to function.
48146 (libc_feupdateenv_53bit): Likewise. Don't force _FPU_EXTENDED.
48148 * sysdeps/generic/math_private.h: Include <fenv.h>.
48149 (default_libc_feholdexcept): New.
48150 (default_libc_feholdexcept_setround): New.
48151 (default_libc_fesetenv, default_libc_feupdateenv): New.
48152 (libc_feholdexcept): Only define if undefined.
48153 (libc_feholdexceptf, libc_feholdexceptl): Likewise.
48154 (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
48155 (libc_feholdexcept_setroundl): Likewise.
48156 (libc_feholdexcept_setround_53bit): Likewise.
48157 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
48158 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
48159 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
48160 (libc_feupdateenv_53bit): Likewise.
48161 * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
48162 (libc_feholdexcept): Convert from macro to inline function.
48163 (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
48164 (libc_fesetenv, libc_feupdateenv): Likewise.
48166 * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
48167 not previously defined.
48168 (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
48169 (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
48170 (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
48171 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
48172 * sysdeps/ieee754/flt-32/math_private.h: New file.
48173 * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
48174 math_private.h below SET_FLOAT_WORD.
48175 (__isnan, __isinf_ns, __finite): Remove.
48176 (__isnanf, __isinf_nsf, __finitef): Remove.
48178 2012-03-18 Andreas Schwab <schwab@linux-m68k.org>
48180 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48182 2012-03-17 David S. Miller <davem@davemloft.net>
48185 * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
48188 2012-03-16 David S. Miller <davem@davemloft.net>
48190 * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
48194 * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
48196 * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
48197 * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
48198 sysdep_routines when subdir is sysvipc.
48199 * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
48200 __getshmlba helper.
48202 * sysdeps/sparc/fpu/libm-test/ulps: Update.
48204 2012-03-16 H.J. Lu <hongjiu.lu@intel.com>
48206 * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
48209 2012-03-16 H.J. Lu <hongjiu.lu@intel.com>
48211 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
48212 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
48213 (__lround): Renamed to ...
48214 (__llround): This. Replace long int with long long int.
48215 Define lround functions as aliases of llround functions.
48216 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
48218 2012-03-16 H.J. Lu <hongjiu.lu@intel.com>
48220 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
48221 Use greg_t on sp. Use unsigned int on idx_uc_link. Cast
48222 adresses to uintptr_t. Replace "long int" and "unsigned long
48223 int" with "greg_t" on va_arg.
48225 2012-03-16 H.J. Lu <hongjiu.lu@intel.com>
48227 * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
48228 * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
48230 * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
48231 Move e_machine check before EI_CLASS check. Handle x32
48232 libraries. Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
48233 * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
48234 SKIP_EM_IA_64 and include
48235 <sysdeps/unix/sysv/linux/i386/readelflib.c>.
48237 * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
48238 Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
48239 (add_system_dir): New macro.
48241 * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
48242 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
48244 2012-03-16 Joseph Myers <joseph@codesourcery.com>
48255 * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
48257 * math/w_j0f.c (j0f): Likewise.
48259 * math/w_j0l.c (__j0l): Likewise.
48261 * math/w_j1.c (j1): Likewise.
48263 * math/w_j1f.c (j1f): Likewise.
48265 * math/w_j1l.c (__j1l): Likewise.
48267 * math/w_jn.c (jn): Likewise.
48269 * math/w_jnf.c (jnf): Likewise.
48271 * math/w_jnl.c (__jnl): Likewise.
48273 * math/libm-test.inc (j0_test): Add more tests.
48274 (j1_test): Likewise.
48275 (jn_test): Likewise. Add trailing semicolon to existing test.
48276 (y0_test): Likewise.
48277 (y1_test): Likewise.
48278 * sysdeps/i386/fpu/libm-test-ulps: Update.
48279 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48283 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
48284 libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
48285 * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
48286 * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
48287 (__tanl): Set errno for infinite argument.
48288 * sysdeps/i386/fpu/mptan.c: Remove.
48289 * sysdeps/i386/fpu/s_tan.S: Likewise.
48290 * sysdeps/i386/fpu/s_tanl.S: Likewise.
48291 * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
48292 * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
48293 * math/libm-test.inc (tan_test): Add more tests and enable more
48294 tests for double and long double.
48295 * sysdeps/i386/fpu/libm-test-ulps: Update.
48296 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48298 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
48300 * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
48301 (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
48303 2012-03-16 Roland McGrath <roland@hack.frob.com>
48305 * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
48306 * configure.in: Use it for both main tree and add-ons.
48307 * configure: Regenerated.
48309 2012-03-16 H.J. Lu <hongjiu.lu@intel.com>
48311 * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
48313 2012-03-16 Joseph Myers <joseph@codesourcery.com>
48315 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
48319 * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
48320 * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
48321 * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
48322 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
48323 * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
48325 * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
48326 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
48327 != 0 for prec == 2.
48328 * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
48329 * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
48330 * sysdeps/i386/fpu/s_cosl.S: Likewise.
48331 * sysdeps/i386/fpu/s_sincosl.S: Likewise.
48332 * sysdeps/i386/fpu/s_sinl.S: Likewise.
48333 * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
48334 * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
48335 * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
48336 * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
48337 * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
48338 * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
48339 * math/libm-test.inc (cos_test): Add more tests and enable more
48340 tests for long double.
48341 (sin_test): Likewise.
48342 (sincos_test): Likewise.
48343 * sysdeps/i386/fpu/libm-test-ulps: Update.
48344 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48346 2012-03-16 David S. Miller <davem@davemloft.net>
48348 * sysdeps/sparc/fpu/math_private.h: New file.
48350 2012-03-15 David S. Miller <davem@davemloft.net>
48352 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
48354 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
48355 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
48357 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
48358 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
48359 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
48360 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
48361 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
48362 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
48364 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48366 * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
48367 * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
48369 * sysdeps/sparc/sparc-ifunc.h: New file.
48370 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
48372 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
48373 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
48375 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
48377 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
48378 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
48379 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
48380 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
48382 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
48383 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
48384 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
48385 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
48386 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
48388 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
48390 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
48391 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
48392 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
48393 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
48394 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
48395 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
48396 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
48397 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
48398 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
48399 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
48400 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
48401 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
48402 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
48403 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
48404 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
48405 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
48406 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
48407 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
48408 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
48409 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
48410 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
48411 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
48412 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
48413 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
48415 2012-03-15 Andreas Schwab <schwab@linux-m68k.org>
48417 * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
48419 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48421 2012-03-15 Andreas Jaeger <aj@suse.de>
48424 * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
48425 ieee754/flt-32 implementation for sin, cos and sincos.
48426 * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
48427 * sysdeps/i386/fpu/s_cosf.S: Likewise.
48428 * sysdeps/i386/fpu/s_sincosf.S: Likewise.
48429 * sysdeps/i386/fpu/s_sinf.S: Likewise.
48430 * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
48431 ieee754/flt-32 implementation for tan.
48433 * math/libm-test.inc (cos_test): Enable some large input tests for
48435 (sin_test): Likewise.
48436 (sincos_test): Likewise.
48437 (tan_test): Add tests for large input.
48439 * sysdeps/i386/fpu/libm-test-ulps: Update.
48441 2012-03-15 Andreas Jaeger <aj@suse.de>
48444 * math/libm-test.inc (cos_test): Add more test cases.
48445 (sin_test): Likewise.
48446 (sincos_test): Likewise.
48448 2012-03-15 Andreas Jaeger <aj@suse.de>
48451 * math/libm-test.inc (cos_test): Add a test case for large input
48453 (sin_test): Likewise.
48454 (sincos_test): Likewise.
48456 2012-03-15 Andreas Jaeger <aj@suse.de>
48457 Joseph Myers <joseph@codesourcery.com>
48460 * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
48461 x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
48462 * sysdeps/i386/fpu/branred.c: Likewise.
48463 * sysdeps/i386/fpu/dosincos.c: Likewise.
48464 * sysdeps/i386/fpu/mpa.c: Likewise.
48465 * sysdeps/i386/fpu/s_cos.S: Likewise.
48466 * sysdeps/i386/fpu/s_sin.S: Likewise.
48467 * sysdeps/i386/fpu/s_sincos.S: Likewise.
48468 * sysdeps/i386/fpu/sincos32.c: Likewise.
48470 * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
48472 (libc_feupdateenv_53bit): Define.
48473 * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
48475 (libc_feupdateenv_53bit): Define.
48477 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
48478 53 bit (without extend i386 double precision).
48480 * math/libm-test.inc (sincos_test): Add tests for large input.
48484 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
48486 2012-03-15 Andreas Schwab <schwab@linux-m68k.org>
48488 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48490 2012-03-15 David S. Miller <davem@davemloft.net>
48492 * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
48493 * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
48494 * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
48495 * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
48496 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
48497 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
48498 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
48499 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
48500 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
48501 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
48502 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
48503 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
48504 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
48505 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
48506 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
48507 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
48509 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
48510 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
48512 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
48513 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
48515 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
48516 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
48518 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
48519 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
48520 fmin/fmax sysdep routines.
48521 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48523 2012-03-14 David S. Miller <davem@davemloft.net>
48525 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
48526 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
48527 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
48528 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
48529 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
48530 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
48531 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
48532 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
48533 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
48534 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
48535 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
48536 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
48537 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
48538 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
48539 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
48540 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
48541 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
48542 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
48543 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
48544 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
48545 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
48546 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
48547 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
48548 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
48549 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
48550 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
48551 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
48552 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
48553 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
48555 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
48557 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
48558 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
48560 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
48561 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
48563 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
48564 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
48566 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
48567 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
48569 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
48570 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
48572 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
48574 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
48576 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
48578 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
48580 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
48582 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
48584 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
48585 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
48587 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
48588 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
48590 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
48591 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
48593 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
48594 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
48597 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
48600 * sysdeps/sparc/fpu/libm-test-ulps: Update.
48602 * sysdeps/sparc/configure.in: New file.
48603 * sysdeps/sparc/configure: Generate.
48604 * configure.in (libc_cv_sparc_as_vis3): Substitute.
48605 * configure: Regenerate.
48606 * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
48607 * config.make.in (have-as-vis3): New.
48608 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
48609 available use -Av9d instead of -Av9a.
48610 * sysdeps/sparc/sparc64/Makefile: Likewise.
48611 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
48612 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
48614 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
48616 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
48618 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
48620 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
48621 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
48622 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
48623 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
48624 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
48626 * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
48627 fzeros/fnegs to load 0x80000000 into a float register instead of
48629 * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
48631 2012-03-14 Joseph Myers <joseph@codesourcery.com>
48633 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48635 ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
48636 ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
48637 ($(inst_includedir)/bits/syscall.h): Remove rule.
48638 ($(objpfx)bits/syscall.d): Include instead of
48639 $(objpfx)syscall-list.d.
48640 (generated): Change syscall-list.h and syscall-list.d to
48641 bits/syscall.h and bits/syscall.d.
48643 2012-03-14 Roland McGrath <roland@hack.frob.com>
48646 * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
48648 2012-03-14 Joseph Myers <joseph@codesourcery.com>
48651 * math/s_csqrt.c: Include <float.h>.
48652 (__csqrt): Scale large or subnormal inputs.
48653 * math/s_csqrtf.c: Likewise.
48654 * math/s_csqrtl.c: Likewise.
48655 * math/libm-test.inc (csqrt_test): Add more tests.
48656 * sysdeps/i386/fpu/libm-test-ulps: Update.
48657 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48660 * math/libm-test.inc (hypot_test): Add more tests.
48662 2012-03-13 David S. Miller <davem@davemloft.net>
48665 * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
48666 double-precision for the calculation instead of scaling.
48668 2012-03-13 Joseph Myers <joseph@codesourcery.com>
48670 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
48671 manipulate bits before adding and subtracting TWO52[sx].
48672 * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
48673 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
48675 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
48677 2012-03-13 David S. Miller <davem@davemloft.net>
48679 * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
48680 * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
48681 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
48682 rtld-global-offsets.h
48683 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
48685 * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
48688 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
48690 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
48691 'err' in the ifdef scope in which it is actually used.
48693 * nss/nss_db/db-init.c: Include string.h
48695 2012-03-12 David S. Miller <davem@davemloft.net>
48697 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
48698 masking out of the most significant byte of random value used.
48699 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48700 Fix coding style in previous change.
48702 * sysdeps/unix/sysv/linux/kernel-features.h
48703 (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
48704 (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
48706 (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
48709 2012-03-11 David S. Miller <davem@davemloft.net>
48711 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
48712 (__makecontext): Fix signedness of pointer casts setting up 'sp'.
48713 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
48714 for 'resultvar' otherwise things get truncated on 64-bit.
48716 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48717 Fix masking out of the most significant byte of random value used.
48719 * sysdeps/sparc/fpu/libm-test-ulps: Update.
48721 2012-03-10 Andreas Schwab <schwab@linux-m68k.org>
48723 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48725 2012-03-09 David S. Miller <davem@davemloft.net>
48727 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
48728 variables with appropriate CPP guards.
48729 * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
48730 from the frame pointer, not the stack pointer. Correct layout
48731 comments. Fix test on resulting framesize and the management of
48732 the outregs buffer for pltexit. Preserve floating point return
48733 values across _dl_call_pltexit call.
48734 * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
48735 framesize and the management of the outregs buffer for pltexit.
48736 Preserve floating point return values across _dl_call_pltexit
48738 * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
48739 (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
48740 (la_sparc64_gnu_pltexit): New functions.
48741 (print_exit): Fix format string for return register value.
48743 2012-03-10 Joseph Myers <joseph@codesourcery.com>
48745 * sunrpc/Makefile (others): Add rpcgen.
48746 ($(objpfx)rpcgen): Remove special build rule and dependency on
48748 * sunrpc/rpcgen.c: New file.
48750 2012-03-09 Paul Eggert <eggert@cs.ucla.edu>
48753 * posix/bug-regex33.c: Replace FSF snail mail address with URL.
48754 * stdio-common/bug-vfprintf-nargs.c: Likewise.
48755 * sysdeps/i386/crti.S: Likewise.
48756 * sysdeps/i386/crtn.S: Likewise.
48757 * sysdeps/powerpc/powerpc32/crti.S: Likewise.
48758 * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
48759 * sysdeps/powerpc/powerpc64/crti.S: Likewise.
48760 * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
48761 * sysdeps/sh/crti.S: Likewise.
48762 * sysdeps/sh/crtn.S: Likewise.
48763 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
48766 * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
48768 * locale/programs/locfile-kw.gperf: Likewise.
48769 * locale/programs/charmap-kw.h: Regenerated.
48770 * locale/programs/locfile-kw.h: Likewise.
48773 * intl/plural.y: Replace FSF snail mail address with URL.
48774 * intl/plural.c: Regenerated.
48776 2012-03-09 Richard Henderson <rth@twiddle.net>
48778 * include/math_private.h: Remove file.
48779 * math/math_private.h: Move file ...
48780 * sysdeps/generic/math_private.h: ... here.
48782 * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
48783 * sysdeps/powerpc/fpu/math_private.h: Likewise.
48784 * sysdeps/x86_64/fpu/math_private.h: Likewise.
48786 * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
48787 and <math_private.h>.
48788 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
48789 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
48790 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
48791 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
48792 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
48793 * sysdeps/ieee754/dbl-64/branred.c: Likewise.
48794 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48795 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48796 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
48797 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48798 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48799 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48800 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
48801 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48802 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
48803 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
48804 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48805 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
48806 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
48807 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
48808 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48809 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
48810 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
48811 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48812 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
48813 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48814 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
48815 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48816 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48817 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
48818 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
48819 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48820 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
48821 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48822 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
48823 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
48824 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48825 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
48826 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
48827 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48828 * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
48829 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
48830 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
48831 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
48832 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
48833 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
48834 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
48835 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
48836 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48837 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
48838 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
48839 * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
48840 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
48841 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
48842 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
48843 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48844 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48845 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
48846 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
48847 * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
48848 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48849 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
48850 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48851 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
48852 * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
48853 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48854 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48855 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48856 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
48857 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
48858 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
48859 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48860 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
48861 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48862 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
48863 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
48864 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
48865 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
48866 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
48867 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
48868 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
48869 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
48870 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
48871 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48872 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48873 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
48874 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
48875 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
48876 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
48877 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48878 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48879 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
48880 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48881 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
48882 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
48883 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
48884 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48885 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
48886 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
48887 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
48888 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
48889 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
48890 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
48891 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
48892 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
48893 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
48894 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
48895 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
48896 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
48897 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
48898 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
48899 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
48900 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
48901 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
48902 * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
48903 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48904 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
48905 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
48906 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
48907 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48908 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
48909 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
48910 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48911 * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
48912 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
48913 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
48914 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
48915 * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
48916 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
48917 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
48918 * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
48919 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48920 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
48921 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
48922 * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
48923 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
48924 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48925 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
48926 * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
48927 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48928 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48929 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
48930 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
48931 * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
48932 * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
48933 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
48934 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
48935 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
48936 * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
48937 * sysdeps/ieee754/k_standard.c: Likewise.
48938 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
48939 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
48940 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48941 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
48942 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
48943 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
48944 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
48945 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
48946 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
48947 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
48948 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
48949 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
48950 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
48951 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
48952 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
48953 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
48954 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
48955 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
48956 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
48957 * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
48958 * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
48959 * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
48960 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
48961 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
48962 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
48963 * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
48964 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
48965 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
48966 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
48967 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
48968 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
48969 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
48970 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
48971 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
48972 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
48973 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
48974 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
48975 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
48976 * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
48977 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
48978 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
48979 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
48980 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
48981 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
48982 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
48983 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
48984 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
48985 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
48986 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
48987 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
48988 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
48989 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
48990 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
48991 * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
48992 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
48993 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
48994 * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
48995 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
48996 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
48997 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
48998 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
48999 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
49000 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
49001 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49002 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49003 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49004 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49005 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49006 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49007 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49008 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49009 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49010 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49011 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49012 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49013 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49014 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
49015 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49016 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49017 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
49018 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
49019 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
49020 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
49021 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
49022 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
49023 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
49024 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
49025 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
49026 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
49027 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
49028 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
49029 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
49030 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
49031 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
49032 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
49033 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
49034 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
49035 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
49036 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
49037 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
49038 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
49039 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
49040 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
49041 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
49042 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
49043 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
49044 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
49045 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
49046 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
49047 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
49048 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
49049 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
49050 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49051 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49052 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49053 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49054 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49055 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49056 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49057 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49058 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49059 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49060 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49061 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49062 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49063 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
49064 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
49065 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
49066 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
49067 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
49068 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
49069 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
49070 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
49071 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
49072 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
49073 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
49074 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
49075 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
49076 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
49077 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
49078 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
49079 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
49080 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
49081 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
49082 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
49083 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
49084 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
49085 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
49086 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
49087 * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
49088 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
49089 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
49090 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
49091 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
49092 * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
49093 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
49094 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
49095 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
49096 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
49097 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
49098 * sysdeps/ieee754/s_lib_version.c: Likewise.
49099 * sysdeps/ieee754/s_matherr.c: Likewise.
49100 * sysdeps/ieee754/s_signgam.c: Likewise.
49101 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49102 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49103 * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
49104 * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
49105 * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
49106 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
49107 * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
49108 * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
49109 * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
49110 * sysdeps/powerpc/fpu/s_rint.c: Likewise.
49111 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
49112 * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
49113 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
49114 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
49115 * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
49116 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
49117 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
49118 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
49119 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
49120 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
49121 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
49123 2012-03-09 Joseph Myers <joseph@codesourcery.com>
49125 * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
49126 * sunrpc/rpc_main.c: Likewise.
49127 * sunrpc/rpc_svcout.c: Likewise.
49129 2012-03-09 David S. Miller <davem@davemloft.net>
49131 * include/math_private.h: New file.
49133 2012-03-09 Joseph Myers <joseph@codesourcery.com>
49135 * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
49136 * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
49137 * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
49138 from <bits/socket_type.h>.
49139 (enum __socket_type): Don't define here.
49140 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
49141 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49142 bits/socket_type.h.
49145 * libio/stdio.h (gets): Always declare for C++ up to C++11 without
49146 checking __USE_GNU.
49148 * Makerules ($(inst_includedir)/%.h): New rule.
49149 * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
49150 (install-others): Remove variable setting.
49151 ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
49153 2012-03-08 Richard Henderson <rth@twiddle.net>
49155 * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
49156 from macro to inline function; merge with the
49157 !__LIBC_INTERNAL_MATH_INLINES version.
49158 (__ieee754_sqrtf): Likewise.
49160 * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
49161 to inline function.
49162 (__rintf, __floor, __floorf): Likewise.
49164 * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
49165 macro to inline function.
49166 (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
49168 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
49169 not <math/math_private.h>.
49171 2012-03-08 David S. Miller <davem@davemloft.net>
49173 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
49175 * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
49177 2012-03-08 Thomas Schwinge <thomas@codesourcery.com>
49179 * resolv/gai_misc.c (handle_requests): Fix struct timespec
49181 * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
49182 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
49184 2012-03-08 Ulrich Drepper <drepper@gmail.com>
49186 * stdio-common/tst-fphex.c: Various cleanups. The macros cannot
49187 be defined individually, they must be defined as a block. Define
49188 S for printing a string instead of hidint the different by using a
49189 macro for adding the 'l'.
49190 * stdio-common/tst-fphex-wide.c: Adjust.
49192 2012-03-07 Marek Polacek <polacek@redhat.com>
49194 * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
49196 2012-03-08 Marek Polacek <polacek@redhat.com>
49199 * stdio-common/Makefile (tests): Add tst-fphex-wide.
49200 * stdio-common/tst-fphex.c: Define a few macros to make the
49201 test reusable. Use them.
49202 * stdio-common/tst-fphex-wide.c: New file.
49204 2012-03-08 Joseph Myers <joseph@codesourcery.com>
49207 * manual/macros.texi (gnusystems): New macro.
49208 (nongnusystems): Likewise.
49209 (gnulinuxhurdsystems): Likewise.
49210 (gnuhurdsystems): Likewise..
49211 (gnulinuxsystems): Likewise.
49212 * manual/charset.texi: Use new macros or @theglibc{} to refer to
49213 variants of the GNU system, not "GNU system".
49214 * manual/conf.texi: Likewise.
49215 * manual/errno.texi: Likewise. Update example of errno macro
49217 * manual/filesys.texi: Likewise.
49218 (getumask): Document as specific to GNU/Hurd.
49219 * manual/install.texi: Likewise. Reword some references to
49221 * manual/intro.texi: Likewise.
49222 * manual/io.texi: Likewise.
49223 (File Name Portability): Detail which constraints are inapplicable
49224 to all GNU systems and which are only inapplicable to GNU/Hurd.
49225 * manual/job.texi: Likewise.
49226 * manual/llio.texi: Likewise.
49227 (O_NOCTTY): Document as present on GNU/Linux.
49228 * manual/maint.texi: Likewise.
49229 * manual/memory.texi: Likewise.
49230 * manual/pattern.texi: Likewise.
49231 * manual/pipe.texi: Likewise.
49232 * manual/process.texi: Likewise.
49233 * manual/resource.texi: Likewise.
49234 (RUSAGE_CHILDREN): Remove statement about specifying a particular
49236 * manual/setjmp.texi: Likewise.
49237 * manual/signal.texi: Likewise.
49238 * manual/startup.texi: Likewise.
49239 * manual/stdio.texi: Likewise.
49240 * manual/terminal.texi: Likewise.
49241 (ONLCR): Document as POSIX.
49242 (OXTABS): Document availability on GNU/Linux as XTABS.
49243 (ONOEOT): Document availability separately from other bits.
49244 (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
49245 * manual/time.texi: Likewise.
49246 * manual/users.texi: Likewise.
49247 * INSTALL: Regenerated.
49248 * sysdeps/gnu/errlist.c: Regenerated.
49250 * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
49251 * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
49252 (libc_cv_ctors_header): Likewise. Use asm ("") instead of calling
49254 * configure: Regenerated.
49256 2012-03-07 Joseph Myers <joseph@codesourcery.com>
49258 * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
49259 default includes instead of AC_HEADER_CHECK.
49260 * sysdeps/i386/configure: Regenerated.
49263 * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
49264 * math/s_cacoshf.c (__cacoshf): Likewise.
49265 * math/s_cacoshl.c (__cacoshl): Likewise.
49266 * math/s_casinh.c (__casinh): Set signs of result from argument.
49267 * math/s_casinhf.c (__casinhf): Likewise.
49268 * math/s_casinhl.c (__casinhl): Likewise.
49269 * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
49270 (casinh_test): Add more tests.
49271 * sysdeps/i386/fpu/libm-test-ulps: Update.
49272 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49274 2012-03-07 Ulrich Drepper <drepper@gmail.com>
49276 * po/zh_TW.po: Update from translation team.
49278 * login/Makefile (distribute): Remove variable.
49279 * catgets/Makefile: Likewise.
49280 * mach/Makefile: Likewise.
49281 * malloc/Makefile: Likewise.
49282 * misc/Makefile: Likewise.
49283 * iconv/Makefile: Likewise.
49284 * nscd/Makefile: Likewise.
49285 * hurd/Makefile: Likewise.
49286 * manual/Makefile: Likewise.
49287 * locale/Makefile: Likewise.
49288 * intl/Makefile: Likewise.
49289 * conform/Makefile: Likewise.
49290 * nss/Makefile: Likewise.
49291 * time/Makefile: Likewise.
49292 * soft-fp/Makefile: Likewise.
49293 * dirent/Makefile: Likewise.
49294 * gmon/Makefile: Likewise.
49295 * po/Makefile: Likewise.
49296 * rt/Makefile: Likewise.
49297 * socket/Makefile: Likewise.
49298 * math/Makefile: Likewise.
49299 * signal/Makefile: Likewise.
49300 * debug/Makefile: Likewise.
49301 * elf/Makefile: Likewise.
49302 * timezone/Makefile: Likewise.
49303 * stdlib/Makefile: Likewise.
49304 * iconvdata/Makefile: Likewise.
49305 * sunrpc/Makefile: Likewise.
49306 * io/Makefile: Likewise.
49307 * argp/Makefile: Likewise.
49308 * inet/Makefile: Likewise.
49309 * hesiod/Makefile: Likewise.
49310 * grp/Makefile: Likewise.
49311 * csu/Makefile: Likewise.
49312 * wctype/Makefile: Likewise.
49313 * crypt/Makefile: Likewise.
49314 * libio/Makefile: Likewise.
49315 * string/Makefile: Likewise.
49316 * nis/Makefile: Likewise.
49317 * resolv/Makefile: Likewise.
49318 * stdio-common/Makefile: Likewise.
49319 * wcsmbs/Makefile: Likewise.
49320 * dlfcn/Makefile: Likewise.
49321 * posix/Makefile: Likewise.
49324 * timezone/Makefile: Don't install timezone files, just the programs
49327 2012-03-06 Ulrich Drepper <drepper@gmail.com>
49329 * nss/databases.def: Add missing gshadow entry.
49331 * stdio-common/vfprintf.c: Fix formatting. Missing copyright update.
49333 2012-03-06 Marek Polacek <polacek@redhat.com>
49336 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
49337 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
49338 * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
49339 * stdio-common/tst-long-dbl-fphex.c: New file.
49341 2012-03-06 David S. Miller <davem@davemloft.net>
49343 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
49344 (set_obp_int): New function.
49345 (get_obp_int): New function.
49346 (__get_clockfreq_via_dev_openprom): Likewise.
49347 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
49348 Avoid unused variable warnings on 'val' and use builtin_expect.
49349 (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
49351 (INLINE_CLONE_SYSCALL): Likewise.
49353 2012-03-05 David S. Miller <davem@davemloft.net>
49355 * sysdeps/sparc/fpu/libm-test-ulps: Update.
49357 2012-03-05 Andreas Schwab <schwab@linux-m68k.org>
49359 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49361 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
49362 only for |x| >= 40.
49363 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49365 2012-03-05 H.J. Lu <hongjiu.lu@intel.com>
49367 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
49368 Replace gettimeofday with __vdso_gettimeofday.
49370 * sysdeps/unix/sysv/linux/x86_64/init-first.c
49371 (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
49372 __vdso_clock_gettime and __vdso_getcpu.
49374 * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
49375 time with __vdso_time.
49377 2012-03-05 Joseph Myers <joseph@codesourcery.com>
49379 * manual/lang.texi (size_t): Note types to which size_t may be
49380 equivalent with the GNU C Library, but do not describe when
49381 differences between them are significant.
49383 2012-03-05 Andreas Jaeger <aj@suse.de>
49385 * sysdeps/i386/fpu/libm-test-ulps: Update.
49387 2012-03-05 Joseph Myers <joseph@codesourcery.com>
49390 * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
49391 (__ieee754_pow): Save and restore rounding mode and use
49392 round-to-nearest for main computations.
49393 * math/libm-test.inc (pow_test_tonearest): New function.
49394 (pow_test_towardzero): Likewise.
49395 (pow_test_downward): Likewise.
49396 (pow_test_upward): Likewise.
49397 (main): Call the new functions.
49398 * sysdeps/i386/fpu/libm-test-ulps: Update.
49399 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49402 * math/libm-test.inc (cosh_test_tonearest): New function.
49403 (cosh_test_towardzero): Likewise.
49404 (cosh_test_downward): Likewise.
49405 (cosh_test_upward): Likewise.
49406 (sinh_test_tonearest): Likewise.
49407 (sinh_test_towardzero): Likewise.
49408 (sinh_test_downward): Likewise.
49409 (sinh_test_upward): Likewise.
49410 (main): Call the new functions.
49411 * sysdeps/i386/fpu/libm-test-ulps: Update.
49412 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49414 2012-03-05 Tom de Vries <tom@codesourcery.com>
49416 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
49417 default stack guard is set in last bytes.
49418 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
49420 2012-03-05 Kees Cook <keescook@chromium.org>
49422 * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
49425 * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
49426 possibly allocate from heap instead of stack.
49427 * stdio-common/bug-vfprintf-nargs.c: New file.
49428 * stdio-common/Makefile (tests): Add nargs overflow test.
49430 2012-03-03 Andreas Schwab <schwab@linux-m68k.org>
49432 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49434 2012-03-03 Marek Polacek <polacek@redhat.com>
49436 * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
49437 * math/math_private.h: Likewise.
49438 * stdlib/tst-strtod.c: Likewise.
49439 * sysdeps/i386/i486/bits/atomic.h: Likewise.
49440 * sysdeps/x86_64/bits/atomic.h: Likewise.
49442 2012-03-02 David S. Miller <davem@davemloft.net>
49444 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
49445 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
49446 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
49447 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
49448 * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
49449 * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
49450 * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
49451 * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
49453 2012-03-02 Roland McGrath <roland@hack.frob.com>
49456 * manual/examples/README: New file, says the example source files
49457 can be used under GPL>=2.
49458 * manual/Makefile (%.c.texi): Eat the leading part of the file until a
49459 line containing just "*/".
49460 * manual/examples/add.c: Add copyright header (GPL>=2).
49461 * manual/examples/argp-ex1.c: Likewise.
49462 * manual/examples/argp-ex2.c: Likewise.
49463 * manual/examples/argp-ex3.c: Likewise.
49464 * manual/examples/argp-ex4.c: Likewise.
49465 * manual/examples/atexit.c: Likewise.
49466 * manual/examples/db.c: Likewise.
49467 * manual/examples/dir.c: Likewise.
49468 * manual/examples/dir2.c: Likewise.
49469 * manual/examples/execinfo.c: Likewise.
49470 * manual/examples/filecli.c: Likewise.
49471 * manual/examples/filesrv.c: Likewise.
49472 * manual/examples/fmtmsgexpl.c: Likewise.
49473 * manual/examples/genpass.c: Likewise.
49474 * manual/examples/inetcli.c: Likewise.
49475 * manual/examples/inetsrv.c: Likewise.
49476 * manual/examples/isockad.c: Likewise.
49477 * manual/examples/longopt.c: Likewise.
49478 * manual/examples/memopen.c: Likewise.
49479 * manual/examples/memstrm.c: Likewise.
49480 * manual/examples/mkfsock.c: Likewise.
49481 * manual/examples/mkisock.c: Likewise.
49482 * manual/examples/mygetpass.c: Likewise.
49483 * manual/examples/pipe.c: Likewise.
49484 * manual/examples/popen.c: Likewise.
49485 * manual/examples/rprintf.c: Likewise.
49486 * manual/examples/search.c: Likewise.
49487 * manual/examples/select.c: Likewise.
49488 * manual/examples/setjmp.c: Likewise.
49489 * manual/examples/sigh1.c: Likewise.
49490 * manual/examples/sigusr.c: Likewise.
49491 * manual/examples/stpcpy.c: Likewise.
49492 * manual/examples/strdupa.c: Likewise.
49493 * manual/examples/strftim.c: Likewise.
49494 * manual/examples/strncat.c: Likewise.
49495 * manual/examples/subopt.c: Likewise.
49496 * manual/examples/swapcontext.c: Likewise.
49497 * manual/examples/termios.c: Likewise.
49498 * manual/examples/testopt.c: Likewise.
49499 * manual/examples/testpass.c: Likewise.
49500 * manual/examples/timeval_subtract.c: Likewise.
49503 * manual/time.texi (Elapsed Time): Move timeval_subtract example
49505 * manual/timeval_subtract.c.texi: ... here, new file.
49507 2012-03-02 David S. Miller <davem@davemloft.net>
49509 * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
49511 2012-03-02 Joseph Myers <joseph@codesourcery.com>
49514 * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
49515 (__sin): Save and restore rounding mode and use round-to-nearest
49516 for all computations.
49517 (__cos): Save and restore rounding mode and use round-to-nearest
49518 for all computations.
49519 * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
49521 (tan): Save and restore rounding mode and use round-to-nearest for
49523 * math/libm-test.inc (cos_test_tonearest): New function.
49524 (cos_test_towardzero): Likewise.
49525 (cos_test_downward): Likewise.
49526 (cos_test_upward): Likewise.
49527 (sin_test_tonearest): Likewise.
49528 (sin_test_towardzero): Likewise.
49529 (sin_test_downward): Likewise.
49530 (sin_test_upward): Likewise.
49531 (tan_test_tonearest): Likewise.
49532 (tan_test_towardzero): Likewise.
49533 (tan_test_downward): Likewise.
49534 (tan_test_upward): Likewise.
49535 (main): Call the new functions.
49536 * sysdeps/i386/fpu/libm-test-ulps: Update.
49537 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49540 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
49541 small n, then large n, before computing and testing k+n.
49542 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
49543 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
49545 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
49547 * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
49548 * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
49549 * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
49550 * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
49551 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
49552 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
49553 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
49554 * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
49555 * math/libm-test.inc (scalbn_test): Add more tests.
49556 (scalbln_test): Likewise.
49558 * manual/filesys.texi (mode_t): Describe constraints on size and
49559 signedness, not exact equivalence to a particular type.
49561 (ino64_t): Likewise.
49563 (nlink_t): Likewise.
49564 (blkcnt_t): Likewise.
49565 (blkcnt64_t): Likewise.
49566 * manual/llio.texi (off_t): Likewise.
49569 * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
49570 (__ieee754_exp): Save and restore rounding mode and use
49571 round-to-nearest for all computations.
49572 * math/libm-test.inc (exp_test_tonearest): New function.
49573 (exp_test_towardzero): Likewise.
49574 (exp_test_downward): Likewise.
49575 (exp_test_upward): Likewise.
49576 (main): Call the new functions.
49577 * sysdeps/i386/fpu/libm-test-ulps: Update.
49578 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49580 2012-03-01 Chris Demetriou <cgd@google.com>
49582 * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
49583 have predictable order.
49585 2012-03-01 David S. Miller <davem@davemloft.net>
49587 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
49589 * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
49590 * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
49591 * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
49592 * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
49594 * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
49595 * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
49596 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
49597 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
49598 * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
49599 * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
49600 * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
49601 * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
49602 * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
49604 * sysdeps/sparc/fpu/libm-test-ulps: Update.
49606 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
49607 * sysdeps/sparc/fpu/libm-test-ulps: to here.
49608 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
49610 * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
49611 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49612 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49613 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
49614 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
49615 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
49616 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
49617 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49618 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49619 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
49620 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
49621 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49622 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49623 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49624 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49625 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49626 * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
49627 * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
49628 * sysdeps/sparc/elf/configure: Regenerated.
49630 2012-03-01 Joseph Myers <joseph@codesourcery.com>
49632 * configure.in (AS, LD): Require binutils 2.20 or later.
49633 * configure: Regenerated.
49634 * manual/install.texi (Tools for Compilation): Give binutils 2.20
49635 as required minimum version.
49636 * INSTALL: Regenerated.
49640 * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
49641 before squaring exponent.
49642 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
49643 bottom long double and 27 bits of top long double before squaring
49645 * math/libm-test.inc (erfc_test): Add more tests.
49646 * sysdeps/i386/fpu/libm-test-ulps: Update.
49647 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49648 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49650 2012-03-01 Kai Tietz <ktietz@redhat.com>
49652 * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
49653 * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
49654 containing bit-fields.
49655 * soft-fp/extended.h (_FP_UNION_E): Likewise.
49656 * soft-fp/single.h (_FP_UNION_S): Likewise.
49657 * soft-fp/double.h (_FP_UNION_D): Likewise.
49659 2012-02-29 Joseph Myers <joseph@codesourcery.com>
49662 * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
49663 not include ../strcmp.S.
49664 [USE_AS_STRNCASECMP_L]: Likewise.
49665 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
49666 (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
49667 * sysdeps/i386/i686/multiarch/strncase_l-c.c
49668 (__strncasecmp_l_ia32): Define as alias to
49669 __strncasecmp_l_nonascii.
49672 * math/libm-test.inc (expm1_test): Add test for bug 5794.
49673 * sysdeps/i386/fpu/libm-test-ulps: Update.
49674 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49676 * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
49677 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49679 2012-02-29 Jeff Law <law@redhat.com>
49681 * resolv/res_query.c (__libc_res_nquerydomain): Avoid
49682 out of bounds read.
49684 2012-02-29 Marek Polacek <polacek@redhat.com>
49687 * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
49688 * elf/Makefile: Add rules to run tst-unused-dep.out.
49690 2012-02-28 David S. Miller <davem@davemloft.net>
49692 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
49693 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
49694 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
49695 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
49696 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
49697 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
49699 2012-02-29 Joseph Myers <joseph@codesourcery.com>
49701 * math/libm-test.inc (llround_test): Move one test from
49702 lround_test. Use TEST_f_L in moved test.
49703 (lround_test): Move misplaced test to llround_test. Add testcase
49706 2012-02-28 Ulrich Drepper <drepper@gmail.com>
49708 * sysdeps/x86_64/fpu/e_expf.S: New file.
49709 Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
49711 2012-02-28 Stanislav Brabec <sbrabec@suse.cz>
49714 * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
49715 of remain_len that may cause incomplete multi-byte character and
49717 * posix/bug-regex33.c: New file.
49718 * posix/Makefile (tests): Add bug-regex33.
49720 2012-02-28 Joseph Myers <joseph@codesourcery.com>
49722 * manual/macros.texi: New file.
49723 * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
49724 * manual/libc.texinfo: Include macros.texi.
49725 * manual/creatute.texi: Likewise.
49726 * manual/install.texi: Likewise.
49727 * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
49728 @glibcadj{} in references to the GNU C Library.
49729 * manual/charset.texi: Likewise.
49730 * manual/conf.texi: Likewise.
49731 * manual/contrib.texi: Likewise. Consistently use "GNU C Library"
49732 when not using those macros.
49733 * manual/creature.texi: Likewise.
49734 * manual/crypt.texi: Likewise.
49735 * manual/errno.texi: Likewise.
49736 * manual/filesys.texi: Likewise.
49737 * manual/header.texi: Likewise.
49738 * manual/install.texi: Likewise.
49739 * manual/intro.texi: Likewise.
49740 * manual/io.texi: Likewise.
49741 * manual/job.texi: Likewise.
49742 * manual/lang.texi: Likewise.
49743 * manual/libc.texiinfo: Likewise.
49744 * manual/llio.texi: Likewise.
49745 * manual/locale.texi: Likewise.
49746 * manual/maint.texi: Likewise.
49747 * manual/math.texi: Likewise.
49748 * manual/memory.texi: Likewise.
49749 * manual/message.texi: Likewise.
49750 * manual/nss.texi: Likewise.
49751 * manual/pattern.texi: Likewise.
49752 * manual/process.texi: Likewise.
49753 * manual/resource.texi: Likewise.
49754 * manual/search.texi: Likewise.
49755 * manual/setjmp.texi: Likewise.
49756 * manual/signal.texi: Likewise.
49757 * manual/socket.texi: Likewise.
49758 * manual/startup.texi: Likewise.
49759 * manual/stdio.texi: Likewise.
49760 * manual/string.texi: Likewise.
49761 * manual/sysinfo.texi: Likewise.
49762 * manual/syslog.texi: Likewise.
49763 * manual/terminal.texi: Likewise.
49764 * manual/time.texi: Likewise.
49765 * manual/users.texi: Likewise.
49766 * INSTALL: Regenerated.
49767 * NOTES: Regenerated.
49768 * sysdeps/gnu/errlist.c: Regenerated.
49770 2012-02-28 Andreas Schwab <schwab@linux-m68k.org>
49772 * include/dirent.h: Include <dirstream.h> before
49775 2012-02-28 David S. Miller <davem@davemloft.net>
49777 * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
49778 * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
49779 * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
49780 * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
49782 2012-02-27 David S. Miller <davem@davemloft.net>
49784 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
49785 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
49786 * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
49787 * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
49789 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
49790 frame pointer instead of stack pointer relative arg slot.
49791 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
49792 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
49793 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
49795 2012-02-27 Carlos O'Donell <carlos_odonell@mentor.com>
49798 * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
49800 2012-02-27 David S. Miller <davem@davemloft.net>
49802 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
49803 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
49804 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
49805 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
49806 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
49807 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
49808 * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
49809 * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
49811 2012-02-27 Joseph Myers <joseph@codesourcery.com>
49813 * configure.in (CC): Restrict allowed GCC versions to 4.3 and
49814 later. Allow versions 5-9.
49815 * configure: Regenerated.
49816 * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
49817 required minimum version and 4.6 as recommended version. Do not
49818 mention bugs in GCC 2.7 and 2.8.
49819 * INSTALL: Regenerated.
49821 2012-02-27 David S. Miller <davem@davemloft.net>
49823 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
49824 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
49825 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
49826 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
49827 * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
49828 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
49829 * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
49830 * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
49832 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
49833 manipulate bits before adding and subtracting TWO112[sx].
49834 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
49836 2012-02-27 Roland McGrath <roland@hack.frob.com>
49839 * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
49840 [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
49841 * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
49842 being in POSIX, because they are in 1003.1-2008.
49844 * rt/tst-aio.c: Include <fcntl.h>.
49845 * rt/tst-aio7.c: Likewise.
49846 * rt/tst-aio64.c: Likewise.
49848 * stdio-common/tst-fmemopen.c (main): Remove spurious const.
49850 2012-02-27 Joseph Myers <joseph@codesourcery.com>
49852 * manual/install.texi (--with-headers): Describe headers as
49853 interface headers, not private headers.
49854 (Specific advice for GNU/Linux systems): Describe use of headers
49855 from "make headers_install", not private headers from older
49857 * INSTALL: Regenerated.
49858 * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
49860 * sysdeps/unix/sysv/linux/configure: Regenerated.
49862 * manual/llio.texi (fclean): Remove documentation.
49864 * manual/Makefile (libc-texi-generated): New variable. Include
49866 (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
49867 $(libc-texi-generated), not duplicated list of files.
49868 (version.texi, stamp-version): New rules.
49869 (realclean): Remove $(libc-texi-generated), not individual files
49870 from that list. Do not remove dir-add.texinfo.
49871 * manual/libc.texinfo: Comment out uses of edition numbers and
49872 references to printed manual. Remove last-updated dates.
49873 (EDITION): Comment out.
49875 (VERSION, UPDATED): Remove.
49876 (version.texi): Include.
49878 2012-02-27 Andreas Schwab <schwab@linux-m68k.org>
49880 * sysdeps/posix/spawni.c: Include <signal.h>.
49881 * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
49882 * sysdeps/pthread/aio_fsync.c: Likewise.
49884 2012-02-26 Ulrich Drepper <drepper@gmail.com>
49886 * conform/Makefile (tests): Run only when not cross-compiling and
49887 when fast-check is not defined.
49889 * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
49890 * conform/data/limits.h-data: Fixes for POSIX2008.
49891 * conform/run-conformtest.sh: Run all tests.
49892 * include/arpa/inet.h: Changes to allow conformtest.pl to use the
49894 * include/bits/dlfcn.h: Likewise.
49895 * include/langinfo.h: Likewise.
49896 * include/monetary.h: Likewise.
49897 * include/sys/poll.h: Likewise.
49899 * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
49901 * posix/spawn.h: Define __need_sigset_t.
49902 * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
49903 * posix/unistd.h: Declare ctermid only for XPG before XPG6.
49904 * rt/aio.h: Don't include fcntl.h and signal.h. Use bits/siginfo.h
49905 to get sigevent_t only.
49906 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
49907 only for __USE_GNU.
49908 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49909 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
49910 process_vm_writev only for __USE_GNU.
49911 * termios/termios.h: Declare tcgetsid also for POSIX2008.
49913 * conform/Makefile: For now ignore errors from run-conformtest.
49914 * conform/conformtest.pl: Simplify code. Add -ansi to CFLAGS for
49915 POSIX to avoid namespace pollution. Don't prepend headers.
49916 * conform/data/aio.h-data: Fixes for POSIX testing.
49917 * conform/data/fcntl.h-data: Likewise.
49918 * conform/data/glob.h-data: Likewise.
49919 * conform/data/grp.h-data: Likewise.
49920 * conform/data/pthread.h-data: Likewise.
49921 * conform/data/pwd.h-data: Likewise.
49922 * conform/data/signal.h-data: Likewise.
49923 * conform/data/spawn.h-data: Likewise.
49924 * conform/data/stdio.h-data: Likewise.
49925 * conform/data/stdlib.h-data: Likewise.
49926 * conform/data/stropts.h-data: Likewise.
49927 * conform/data/sys/mman.h-data: Likewise.
49928 * conform/data/sys/stat.h-data: Likewise.
49929 * conform/data/sys/types.h-data: Likewise.
49930 * conform/data/sys/wait.h-data: Likewise.
49931 * conform/data/time.h-data: Likewise.
49932 * conform/data/unistd.h-data: Likewise.
49933 * conform/data/utime.h-data: Likewise.
49935 * io/sys/stat.h: fchmod was always in POSIX.
49936 * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
49937 * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
49938 * rt/aio.h: Define __need_timespec before including <time.h>.
49939 * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
49940 struct. Add forward declaration of pthread_attr_t and use it in
49942 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
49943 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
49944 * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
49945 always remove CLK_TCK definition.
49947 2012-02-26 Andreas Schwab <schwab@linux-m68k.org>
49949 * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
49951 2012-02-25 Ulrich Drepper <drepper@gmail.com>
49953 * conform/run-conformtest.sh: New file.
49954 * conform/Makefile: Run run-conformtest for tests.
49955 * conform/conformtest.pl: Many bug fixes. Add ISO C99, ISO C11
49958 * conform/data/uchar.h-data: New file.
49959 * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
49960 * conform/data/arpa/inet.h-data: Likewise.
49961 * conform/data/assert.h-data: Likewise.
49962 * conform/data/complex.h-data: Likewise.
49963 * conform/data/cpio.h-data: Likewise.
49964 * conform/data/ctype.h-data: Likewise.
49965 * conform/data/dirent.h-data: Likewise.
49966 * conform/data/dlfcn.h-data: Likewise.
49967 * conform/data/errno.h-data: Likewise.
49968 * conform/data/fcntl.h-data: Likewise.
49969 * conform/data/float.h-data: Likewise.
49970 * conform/data/fmtmsg.h-data: Likewise.
49971 * conform/data/fnmatch.h-data: Likewise.
49972 * conform/data/ftw.h-data: Likewise.
49973 * conform/data/glob.h-data: Likewise.
49974 * conform/data/grp.h-data: Likewise.
49975 * conform/data/iconv.h-data: Likewise.
49976 * conform/data/inttypes.h-data: Likewise.
49977 * conform/data/langinfo.h-data: Likewise.
49978 * conform/data/libgen.h-data: Likewise.
49979 * conform/data/limits.h-data: Likewise.
49980 * conform/data/locale.h-data: Likewise.
49981 * conform/data/math.h-data: Likewise.
49982 * conform/data/monetary.h-data: Likewise.
49983 * conform/data/mqueue.h-data: Likewise.
49984 * conform/data/ndbm.h-data: Likewise.
49985 * conform/data/net/if.h-data: Likewise.
49986 * conform/data/netdb.h-data: Likewise.
49987 * conform/data/netinet/in.h-data: Likewise.
49988 * conform/data/nl_types.h-data: Likewise.
49989 * conform/data/poll.h-data: Likewise.
49990 * conform/data/pthread.h-data: Likewise.
49991 * conform/data/pwd.h-data: Likewise.
49992 * conform/data/regex.h-data: Likewise.
49993 * conform/data/sched.h-data: Likewise.
49994 * conform/data/search.h-data: Likewise.
49995 * conform/data/semaphore.h-data: Likewise.
49996 * conform/data/setjmp.h-data: Likewise.
49997 * conform/data/signal.h-data: Likewise.
49998 * conform/data/spawn.h-data: Likewise.
49999 * conform/data/stdarg.h-data: Likewise.
50000 * conform/data/stdio.h-data: Likewise.
50001 * conform/data/stdlib.h-data: Likewise.
50002 * conform/data/string.h-data: Likewise.
50003 * conform/data/strings.h-data: Likewise.
50004 * conform/data/stropts.h-data: Likewise.
50005 * conform/data/sys/ipc.h-data: Likewise.
50006 * conform/data/sys/mman.h-data: Likewise.
50007 * conform/data/sys/msg.h-data: Likewise.
50008 * conform/data/sys/resource.h-data: Likewise.
50009 * conform/data/sys/select.h-data: Likewise.
50010 * conform/data/sys/sem.h-data: Likewise.
50011 * conform/data/sys/shm.h-data: Likewise.
50012 * conform/data/sys/socket.h-data: Likewise.
50013 * conform/data/sys/stat.h-data: Likewise.
50014 * conform/data/sys/statvfs.h-data: Likewise.
50015 * conform/data/sys/time.h-data: Likewise.
50016 * conform/data/sys/timeb.h-data: Likewise.
50017 * conform/data/sys/times.h-data: Likewise.
50018 * conform/data/sys/types.h-data: Likewise.
50019 * conform/data/sys/uio.h-data: Likewise.
50020 * conform/data/sys/un.h-data: Likewise.
50021 * conform/data/sys/utsname.h-data: Likewise.
50022 * conform/data/sys/wait.h-data: Likewise.
50023 * conform/data/syslog.h-data: Likewise.
50024 * conform/data/tar.h-data: Likewise.
50025 * conform/data/termios.h-data: Likewise.
50026 * conform/data/utime.h-data: Likewise.
50027 * conform/data/utmpx.h-data: Likewise.
50028 * conform/data/varargs.h-data: Likewise.
50029 * conform/data/wchar.h-data: Likewise.
50030 * conform/data/wctype.h-data: Likewise.
50031 * conform/data/wordexp.h-data: Likewise.
50033 * include/stropts.h: New file.
50034 * include/uchar.h: New file.
50035 * include/aio.h: Changes to allow conformtest.pl to use the headers.
50036 * include/assert.h: Likewise.
50037 * include/ctype.h: Likewise.
50038 * include/dirent.h: Likewise.
50039 * include/dlfcn.h: Likewise.
50040 * include/fcntl.h: Likewise.
50041 * include/fnmatch.h: Likewise.
50042 * include/glob.h: Likewise.
50043 * include/grp.h: Likewise.
50044 * include/libio.h: Likewise.
50045 * include/locale.h: Likewise.
50046 * include/math.h: Likewise.
50047 * include/net/if.h: Likewise.
50048 * include/netdb.h: Likewise.
50049 * include/netinet/in.h: Likewise.
50050 * include/pthread.h: Likewise.
50051 * include/pwd.h: Likewise.
50052 * include/regex.h: Likewise.
50053 * include/sched.h: Likewise.
50054 * include/search.h: Likewise.
50055 * include/setjmp.h: Likewise.
50056 * include/signal.h: Likewise.
50057 * include/stdio.h: Likewise.
50058 * include/stdlib.h: Likewise.
50059 * include/string.h: Likewise.
50060 * include/sys/cdefs.h: Likewise.
50061 * include/sys/mman.h: Likewise.
50062 * include/sys/msg.h: Likewise.
50063 * include/sys/resource.h: Likewise.
50064 * include/sys/select.h: Likewise.
50065 * include/sys/socket.h: Likewise.
50066 * include/sys/stat.h: Likewise.
50067 * include/sys/statvfs.h: Likewise.
50068 * include/sys/time.h: Likewise.
50069 * include/sys/times.h: Likewise.
50070 * include/sys/uio.h: Likewise.
50071 * include/sys/utsname.h: Likewise.
50072 * include/sys/wait.h: Likewise.
50073 * include/termios.h: Likewise.
50074 * include/time.h: Likewise.
50075 * include/ulimit.h: Likewise.
50076 * include/unistd.h: Likewise.
50077 * include/utime.h: Likewise.
50078 * include/wchar.h: Likewise.
50079 * include/wctype.h: Likewise.
50080 * include/wordexp.h: Likewise.
50082 * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
50084 * time/time.h: TIME_UTC must be a macro.
50085 Make timespec_get available for ISO C11 only as well.
50087 2012-02-24 Ulrich Drepper <drepper@gmail.com>
50089 * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
50090 Reported by Peng Haitao <penght@cn.fujitsu.com>.
50092 2012-02-24 Joseph Myers <joseph@codesourcery.com>
50094 * configure.in: Use -o not -a in test for unsupported multi-arch.
50096 2012-02-24 Joseph Myers <joseph@codesourcery.com>
50098 * manual/texinfo.tex: Update to version 2012-01-19.16.
50100 2012-02-24 Joseph Myers <joseph@codesourcery.com>
50102 * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
50104 2012-02-24 Roland McGrath <roland@hack.frob.com>
50107 * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
50108 * manual/fdl-1.3.texi: New file.
50109 * manual/fdl-1.1.texi: File removed.
50112 * manual/libc.texinfo (FDL_VERSION): New @set.
50113 Use it for mention of FDL in cover text.
50114 (Documentation License): Use it in @include file name.
50116 2012-02-22 Joseph Myers <joseph@codesourcery.com>
50117 Roland McGrath <roland@hack.frob.com>
50120 * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
50121 (not LONG_LONG_MAX and LONG_LONG_MIN.
50122 * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
50123 LLONG_MIN. Refer to LONG_LONG_MIN only as older GCC-specific
50125 (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
50127 2012-02-22 Joseph Myers <joseph@codesourcery.com>
50131 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
50132 manipulate bits before adding and subtracting TWO23[sx].
50133 * math/libm-test.inc (nearbyint_test): Add more tests.
50135 2012-02-22 Joseph Myers <joseph@codesourcery.com>
50138 * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
50139 bits before adding and subtracting TWO23[sx].
50140 * math/libm-test.inc (rint_test): Add more tests.
50141 (rint_test_tonearest): Likewise.
50142 (rint_test_towardzero): Likewise.
50143 (rint_test_downward): Likewise.
50144 (rint_test_upward: Likewise.
50146 2012-02-22 Joseph Myers <joseph@codesourcery.com>
50149 * include/stdc-predef.h: New file. Extracted from features.h.
50150 * include/features.h: Include stdc-predef.h.
50151 * Makefile (headers): Add stdc-predef.h.
50152 * CONFORMANCE (Compiler limitations): Update.
50154 2012-02-22 Joseph Myers <joseph@codesourcery.com>
50156 * manual/libc.texinfo (VERSION, UPDATED): Revert.
50158 2012-02-21 David S. Miller <davem@davemloft.net>
50160 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
50161 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
50163 2012-02-20 David S. Miller <davem@davemloft.net>
50165 * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
50166 using a normal save/restore sequence, rather than allocating a
50167 dummy stack frame just to store a frame pointer and restore.
50168 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
50170 2012-02-21 Joseph Myers <joseph@codesourcery.com>
50172 * manual/install.texi: Fix stray word in line-wrapped comment.
50174 2012-02-20 David S. Miller <davem@davemloft.net>
50176 * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
50177 both binutils and gcc support GOTDATA.
50179 * sysdeps/unix/sparc/sysdep.h: Document why we don't use
50180 "rd %pc" in the PIC register setup sequences.
50182 * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
50183 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
50184 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
50185 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
50186 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
50187 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
50188 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50189 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
50190 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
50191 (SYSCALL_ERROR_HANDLER): Likewise.
50192 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
50193 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
50194 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
50195 (SYSCALL_ERROR_HANDLER): Likewise.
50197 * config.h.in (HAVE_BINUTILS_GOTDATA): New.
50198 (HAVE_GCC_GOTDATA): New.
50199 * sysdeps/sparc/elf/configure.in: Test for GOTDATA
50200 relocation support in both binutils and gcc.
50201 * sysdeps/sparc/elf/configure: Regenerate.
50203 * sysdeps/sparc/sparc32/elf/configure.in: Delete.
50204 * sysdeps/sparc/sparc32/elf/configure: Delete.
50205 * sysdeps/sparc/sparc64/elf/configure.in: Delete.
50206 * sysdeps/sparc/sparc64/elf/configure: Delete.
50207 * sysdeps/sparc/elf/configure.in: New file.
50208 * sysdeps/sparc/elf/configure: Generate.
50210 * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
50211 * sysdeps/sparc/sparc32/elf/configure: Regenerate.
50212 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
50213 * sysdeps/sparc/sparc64/elf/configure: Regenerate.
50214 * config.h.in (BROKEN_SPARC_WDISP22): Remove.
50216 2012-02-21 Joseph Myers <joseph@codesourcery.com>
50218 * manual/install.texi: Do not mention specific glibc version
50220 * manual/libc.texinfo (VERSION, UPDATED): Update.
50221 (@copying): Use @copyright{} and range of years.
50223 2012-02-21 Joseph Myers <joseph@codesourcery.com>
50226 * csu/Makefile (distribute): Remove initfini.c and defs.awk.
50227 [crti.S not in sysdirs] (generated): Do not append.
50228 [crti.S not in sysdirs] (omit-deps): Likewise.
50229 [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
50230 [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
50231 [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
50232 [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
50233 [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
50235 [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
50236 [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
50237 [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
50238 * csu/defs.awk: Remove file.
50239 * sysdeps/generic/initfini.c: Likewise.
50240 * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
50242 * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
50245 2012-02-20 Joseph Myers <joseph@codesourcery.com>
50247 * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
50248 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
50249 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
50250 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
50251 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50252 * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
50254 (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
50255 (__EPOLL_PACKED): Define to empty if not defined by
50257 (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
50258 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50261 2012-02-20 Joseph Myers <joseph@codesourcery.com>
50263 * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
50264 * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
50265 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
50266 * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
50268 (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
50269 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50272 2012-02-20 Joseph Myers <joseph@codesourcery.com>
50274 * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
50276 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
50277 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
50278 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
50279 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50281 2012-02-20 Aurelien Jarno <aurelien@aurel32.net>
50283 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50284 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
50286 2012-02-19 Andreas Schwab <schwab@linux-m68k.org>
50288 * manual/errno.texi (Error Codes): Add EHWPOISON entry.
50289 * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
50291 * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
50293 * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
50296 2012-02-19 Aurelien Jarno <aurelien@aurel32.net>
50298 * math/w_acos.c: Use non-signaling floating-point comparisons.
50299 * math/w_acosf.c: Likewise.
50300 * math/w_acosh.c: Likewise.
50301 * math/w_acoshf.c: Likewise.
50302 * math/w_acoshl.c: Likewise.
50303 * math/w_acosl.c: Likewise.
50304 * math/w_asin.c: Likewise.
50305 * math/w_asinf.c: Likewise.
50306 * math/w_asinl.c: Likewise.
50307 * math/w_atanh.c: Likewise.
50308 * math/w_atanhf.c: Likewise.
50309 * math/w_atanhl.c: Likewise.
50310 * math/w_exp2.c: Likewise.
50311 * math/w_exp2f.c: Likewise.
50312 * math/w_exp2l.c: Likewise.
50313 * math/w_j0.c: Likewise.
50314 * math/w_j0f.c: Likewise.
50315 * math/w_j0l.c: Likewise.
50316 * math/w_j1.c: Likewise.
50317 * math/w_j1f.c: Likewise.
50318 * math/w_j1l.c: Likewise.
50319 * math/w_jn.c: Likewise.
50320 * math/w_jnf.c: Likewise.
50321 * math/w_log.c: Likewise.
50322 * math/w_log10.c: Likewise.
50323 * math/w_log10f.c: Likewise.
50324 * math/w_log10l.c: Likewise.
50325 * math/w_log2.c: Likewise.
50326 * math/w_log2f.c: Likewise.
50327 * math/w_log2l.c: Likewise.
50328 * math/w_logf.c: Likewise.
50329 * math/w_logl.c: Likewise.
50330 * math/w_sqrt.c: Likewise.
50331 * math/w_sqrtf.c: Likewise.
50332 * math/w_sqrtl.c: Likewise.
50333 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
50334 * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
50335 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50336 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
50337 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
50339 2012-02-19 Joseph Myers <joseph@codesourcery.com>
50342 * manual/string.texi (strnlen): Use correct parameter name in
50343 equivalent expression.
50345 2012-02-19 Joseph Myers <joseph@codesourcery.com>
50348 * manual/users.texi (seteuid): Consistently use neweuid for
50351 2012-02-19 Joseph Myers <joseph@codesourcery.com>
50354 * manual/nss.texi (Services in the NSS configuration): Correct
50355 list of services in example configuration file.
50357 2012-02-19 Nick Bowler <nbowler@draconx.ca>
50360 * manual/arith.texi: Remove statements about negative zero
50361 behaving identically to zero.
50363 2012-02-18 Joseph Myers <joseph@codesourcery.com>
50366 * manual/install.texi: Do not document upgrading from libc5.
50368 2012-02-18 Joseph Myers <joseph@codesourcery.com>
50371 * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
50373 2012-02-18 David S. Miller <davem@davemloft.net>
50375 * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
50376 (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
50377 %o7 across the call.
50378 (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
50380 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
50381 SETUP_PIC_REG_LEAF.
50382 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50383 * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
50384 * sysdeps/sparc/crtn.S: Likewise.
50386 2012-02-17 Ulrich Drepper <drepper@gmail.com>
50388 * aout/Makefile: Remove.
50390 2012-02-18 Rafe Kettler <rafe.kettler@gmail.com>
50393 * manual/examples/argp-ex1.c (main): Format definition in GNU
50395 * manual/examples/argp-ex2.c (main): Likewise.
50396 * manual/examples/argp-ex3.c (main): Likewise.
50397 * manual/examples/argp-ex4.c (main): Likewise.
50398 * manual/examples/longopt.c (main): Use new-style prototype
50400 * manual/examples/strncat.c (main): Specify return type and use
50401 (void) for arguments.
50402 * manual/examples/subopt.c (main): Use char **argv argument.
50404 2012-02-17 Joseph Myers <joseph@codesourcery.com>
50407 * manual/lang.texi (FLT_EPSILON): Avoid description depending on
50410 2012-02-17 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
50413 * manual/string.texi (strchr): Change when strchrnul is
50416 2012-02-17 Dwayne Grant McConnell <decimal@us.ibm.com>
50419 * manual/locale.texi (setlocale): Document LOCPATH.
50421 2012-02-17 Joseph Myers <joseph@codesourcery.com>
50424 * manual/process.texi (execle): Move @dots{} before last argument.
50426 2012-02-17 Paul Bolle <pebolle@tiscali.nl>
50429 * manual/charset.texi (Generic Charset Conversion): Fix typo
50430 (LC_TYPE -> LC_CTYPE).
50432 2012-02-17 Nicolas Boulenguez <nicolas.boulenguez@free.fr>
50435 * manual/arith.texi (scalbn): Use @var{} on parameter names.
50436 (scalbnf): Likewise.
50437 (scalbnl): Likewise.
50438 (scalbln): Likewise.
50439 (scalblnf): Likewise.
50440 (scalblnl): Likewise.
50441 * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
50442 (vwarnx): Likewise.
50445 * manual/filesys.texi (telldir): Use braces around return type.
50446 * manual/llio.texi (mmap): Add space after comma.
50447 (mmap64): Likewise.
50448 * manual/math.texi (jn): Use @var{} on parameter names.
50454 * manual/memory.texi (alloca): Remove semicolon on @deftypefun
50456 * manual/resource.texi (ulimit): Use @dots{} instead of literal
50458 (sched_get_priority_min): Remove semicolon on @deftypefun line.
50459 (sched_get_priority_max): Likewise.
50460 * manual/signal.texi (sigvec): Add space after comma.
50461 * manual/socket.texi (if_nametoindex): Use @var{} on parameter
50463 (if_indextoname): Likewise.
50464 (if_freenameindex): Likewise.
50465 (sendto): Use ',' instead of '.' in prototype.
50466 * manual/startup.texi (syscall): Use @dots{} instead of literal
50468 * manual/stdio.texi (__fpending): Separate initial words of
50469 paragraph from @deftypefun line.
50470 * manual/syslog.texi (syslog): Use @dots{} instead of literal
50472 (vsyslog): Use @var{} on parameter names.
50473 * manual/terminal.texi (stty): Use @var{} on parameter names.
50474 * manual/users.texi (getutmp): Use @var{} on parameter names.
50475 (getutmpx): Likewise.
50477 2012-02-17 Joseph Myers <joseph@codesourcery.com>
50480 * manual/stdio.texi (fopen): Fix typos in description of
50483 2012-02-17 Aurelien Jarno <aurelien@aurel32.net>
50486 * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
50487 get clock_id definition.
50489 2012-02-17 Thomas Schwinge <thomas@schwinge.name>
50492 * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
50493 (madvise): Cast every argument to void on its own.
50495 2012-02-17 Joseph Myers <joseph@codesourcery.com>
50498 * manual/startup.texi (Exit Status): Fix typo.
50500 2012-02-17 Joseph Myers <joseph@codesourcery.com>
50503 * manual/examples/argp-ex1.c: Include <stdlib.h>.
50504 * manual/examples/argp-ex2.c: Likewise.
50505 * manual/examples/argp-ex3.c: Likewise.
50507 2012-02-16 Richard Henderson <rth@redhat.com>
50509 * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
50510 * sysdeps/s390/s390-32/initfini.c: Remove.
50511 * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
50512 * sysdeps/s390/s390-64/initfini.c: Remove.
50514 2012-02-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
50516 * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
50517 compiler output for sysdeps/generic/initfini.c.
50518 * sysdeps/sh/elf/initfini.c: Remove file.
50520 2012-02-16 David S. Miller <davem@davemloft.net>
50523 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
50525 * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
50526 * sysdeps/sparc/crti.S: New file.
50527 * sysdeps/sparc/crtn.S: New file.
50528 * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
50529 * sysdeps/sparc/sparc64/Makefile: Likewise.
50531 2012-02-15 Mike Frysinger <vapier@gentoo.org>
50534 * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
50536 2012-02-15 Roland McGrath <roland@hack.frob.com>
50539 * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
50541 * mach/devstream.c (cookie_io_functions_t): Macro removed.
50542 (write, read, close): Likewise.
50543 Patch by Aurelien Jarno <aurelien@aurel32.net>.
50545 2012-02-15 Joseph Myers <joseph@codesourcery.com>
50547 * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
50548 * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
50549 * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
50550 * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
50552 (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
50553 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50556 2012-02-14 Marek Polacek <polacek@redhat.com>
50558 * sysdeps/x86_64/crti.S: New file.
50559 * sysdeps/x86_64/crtn.S: New file.
50560 * sysdeps/x86_64/elf/initfini.c: Remove file.
50562 2012-02-13 Joseph Myers <joseph@codesourcery.com>
50564 * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
50565 * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
50566 * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
50567 * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
50569 (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
50570 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50573 2012-02-13 Joseph Myers <joseph@codesourcery.com>
50575 * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
50576 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
50577 * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
50578 * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
50580 (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
50581 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50584 2012-02-10 Thomas Schwinge <thomas@codesourcery.com>
50586 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
50587 __feraiseexcept instead of feraiseexcept.
50589 * rt/tst-cpuclock1.c: Add a few comments, and error checking for
50590 nanosleep invocations.
50591 * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
50592 strings, and add error checking for a nanosleep invocations.
50594 2012-02-09 Paul Eggert <eggert@cs.ucla.edu>
50596 Replace FSF snail mail address with URLs, as per GNU coding standards.
50597 Most of the snail mail addresses were wrong anyway, and omitting
50598 them makes the source code easier to maintain. Almost all of the
50599 changes are to license notices and to locale LC_IDENTIFICATION
50600 addresses, except for this one:
50601 * manual/libc.texinfo: In "Published by", give the FSF's URL,
50602 not its snail mail address.
50604 2012-02-09 Richard Henderson <rth@twiddle.net>
50606 * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
50607 of kernel-features.h.
50609 * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
50611 2012-02-08 Marek Polacek <polacek@redhat.com>
50613 * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
50614 * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
50615 * sysdeps/gnu/_G_config.h: Likewise.
50616 * sysdeps/generic/_G_config.h: Likewise.
50618 2012-02-08 Andreas Schwab <schwab@linux-m68k.org>
50620 * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
50622 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50624 * sysdeps/powerpc/powerpc32/crti.S: New file.
50625 * sysdeps/powerpc/powerpc32/crtn.S: New file.
50626 * sysdeps/powerpc/powerpc64/crti.S: New file.
50627 * sysdeps/powerpc/powerpc64/crtn.S: New file.
50629 * Makeconfig (have-initfini): Don't set.
50630 * config.make.in (have-initfini, need-nopic-initfini): Don't set.
50631 * configure.in (nopic_initfini): Don't substitute.
50632 * config.h.in (HAVE_INITFINI): Don't #undef.
50633 * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
50634 * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
50636 2012-02-08 Joseph Myers <joseph@codesourcery.com>
50638 Support crti.S and crtn.S provided directly by architectures.
50639 * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
50640 [crti.S in sysdirs] (omit-deps): Likewise.
50641 [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
50642 [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
50643 [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
50644 [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
50645 [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
50646 [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
50647 [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
50648 [crti.S in sysdirs] (initfini.c): Remove vpath directive.
50649 * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
50650 compiler output for sysdeps/generic/initfini.c.
50651 * sysdeps/i386/elf/Makefile: Remove file.
50652 * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
50654 2012-02-07 Marek Polacek <polacek@redhat.com>
50656 * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
50657 * sysdeps/gnu/_G_config.h: Likewise.
50658 * sysdeps/mach/hurd/_G_config.h: Likewise.
50660 2012-02-07 Marek Polacek <polacek@redhat.com>
50662 * math/Makefile (tests): Add tst-CMPLX2.
50663 * math/tst-CMPLX2.c: New file.
50665 2012-02-07 Andreas Schwab <schwab@linux-m68k.org>
50667 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50669 * math/libm-test.inc (jn_test): Add missing L suffix.
50671 2012-02-06 Marek Polacek <polacek@redhat.com>
50673 * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
50674 * sysdeps/i386/fpu/e_powf.S: Likewise.
50675 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
50676 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
50677 * sysdeps/i386/fpu/e_acosh.S: Likewise.
50678 * sysdeps/i386/fpu/e_pow.S: Likewise.
50679 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
50680 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
50681 * sysdeps/i386/fpu/s_expm1.S: Likewise.
50682 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
50683 * sysdeps/i386/fpu/e_log2.S: Likewise.
50684 * sysdeps/i386/fpu/e_log2l.S: Likewise.
50685 * sysdeps/i386/fpu/e_scalb.S: Likewise.
50686 * sysdeps/i386/fpu/e_powl.S: Likewise.
50687 * sysdeps/i386/fpu/s_log1p.S: Likewise.
50688 * sysdeps/i386/fpu/e_log10f.S: Likewise.
50689 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
50690 * sysdeps/i386/fpu/e_logl.S: Likewise.
50691 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
50692 * sysdeps/i386/fpu/s_expm1l.S: Likewise.
50693 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
50694 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
50695 * sysdeps/i386/fpu/e_log2f.S: Likewise.
50696 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
50697 * sysdeps/i386/fpu/e_log.S: Likewise.
50698 * sysdeps/i386/fpu/s_cexp.S: Likewise.
50699 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
50700 * sysdeps/i386/fpu/s_log1pl.S: Likewise.
50701 * sysdeps/i386/fpu/e_logf.S: Likewise.
50702 * sysdeps/i386/fpu/e_log10l.S: Likewise.
50703 * sysdeps/i386/fpu/e_atanh.S: Likewise.
50704 * sysdeps/i386/fpu/s_log1pf.S: Likewise.
50705 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
50706 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
50707 * sysdeps/i386/fpu/e_log10.S: Likewise.
50708 * sysdeps/i386/fpu/s_frexp.S: Likewise.
50709 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
50710 * sysdeps/i386/fpu/s_asinh.S: Likewise.
50711 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
50712 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
50713 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
50714 * sysdeps/i386/asm-syntax.h: Likewise.
50715 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
50716 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
50717 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
50718 * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
50719 * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
50720 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
50721 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
50722 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
50723 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
50724 * sysdeps/powerpc/sysdep.h: Likewise.
50725 * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
50726 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
50728 2012-02-06 Joseph Myers <joseph@codesourcery.com>
50731 * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
50733 2012-02-06 Joseph Myers <joseph@codesourcery.com>
50735 * sysdeps/i386/sysdep.h: Include <features.h>.
50736 (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
50739 2012-02-05 Joseph Myers <joseph@codesourcery.com>
50741 * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
50743 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
50746 2012-02-03 Joseph Myers <joseph@codesourcery.com>
50748 * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
50749 (SETUP_PIC_REG): Use GET_PC_THUNK.
50750 * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
50753 2012-02-03 Joseph Myers <joseph@codesourcery.com>
50755 * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
50756 for non-PIC compilation.
50757 (SETUP_PIC_REG): Add .p2align directive.
50758 * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
50759 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
50760 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
50761 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
50762 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
50763 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
50764 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
50765 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
50766 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
50767 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
50768 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
50769 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
50770 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
50771 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
50772 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
50773 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
50774 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
50775 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
50776 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
50777 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
50778 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
50779 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
50780 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
50781 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
50782 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
50783 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
50784 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
50785 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
50786 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
50787 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
50788 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
50789 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
50790 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
50791 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
50792 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
50793 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
50794 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
50795 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
50796 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
50797 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
50798 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
50800 2012-02-03 Joseph Myers <joseph@codesourcery.com>
50802 * math/tst-CMPLX.c: Include <stdio.h>.
50804 2012-01-31 Joseph Myers <joseph@codesourcery.com>
50806 * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
50808 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
50809 * sysdeps/sparc/bits/mathdef.h: Likewise.
50811 2012-01-31 Marek Polacek <polacek@redhat.com>
50813 * libio/libio.h: Don't define _PARAMS.
50814 * locale/programs/config.h: Don't define PARAMS.
50815 * stdlib/strtol_l.c: Likewise.
50816 (__strtol_l): Remove PARAMS from the prototype.
50818 2012-01-31 Ulrich Drepper <drepper@gmail.com>
50820 * malloc/malloc.c: Remove name translation. Don't use mixed-cap
50821 names. Just use the correct names. Remove unnecessary wrapper
50823 * malloc/arena.c: Likewise.
50824 * malloc/hooks.c: Likewise.
50826 * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
50827 ARENA_TEST says not to. Simplify test for creation of a new arena.
50828 Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
50830 2012-01-30 Ulrich Drepper <drepper@gmail.com>
50832 * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
50834 (update_get_addr): New function.
50835 (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
50836 GET_ADDR_MODULE parameter.
50838 2012-01-30 Joseph Myers <joseph@codesourcery.com>
50840 * crypt/cert.c: Remove __STDC__ conditionals.
50841 * crypt/crypt-entry.c: Likewise.
50842 * crypt/crypt_util.c: Likewise.
50843 * libio/filedoalloc.c: Likewise.
50844 * libio/fileops.c: Likewise.
50845 * libio/genops.c: Likewise.
50846 * libio/iofclose.c: Likewise.
50847 * libio/iofdopen.c: Likewise.
50848 * libio/iofopen.c: Likewise.
50849 * libio/iofopen64.c: Likewise.
50850 * libio/iogetdelim.c: Likewise.
50851 * libio/iopopen.c: Likewise.
50852 * libio/obprintf.c: Likewise.
50853 * libio/oldfileops.c: Likewise.
50854 * libio/oldiofclose.c: Likewise.
50855 * libio/oldiofdopen.c: Likewise.
50856 * libio/oldiofopen.c: Likewise.
50857 * libio/oldiopopen.c: Likewise.
50858 * libio/wfiledoalloc.c: Likewise.
50859 * libio/wgenops.c: Likewise.
50860 * locale/programs/xmalloc.c: Likewise.
50861 * misc/syslog.c: Likewise.
50862 * stdio-common/xbug.c: Likewise.
50863 * string/memchr.c: Likewise.
50864 * string/memcmp.c: Likewise.
50865 * string/memrchr.c: Likewise.
50866 * string/rawmemchr.c: Likewise.
50867 * sysdeps/posix/getcwd.c: Likewise.
50868 * time/strftime_l.c: Likewise.
50870 2012-01-30 Joseph Myers <joseph@codesourcery.com>
50872 * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
50873 * config.make.in (config-cflags-sse2avx): Define.
50874 * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
50877 2012-01-29 Chris Metcalf <cmetcalf@tilera.com>
50879 * scripts/config.guess: Update from upstream config git repository.
50880 * scripts/config.sub: Likewise.
50882 2012-01-28 Chris Metcalf <cmetcalf@tilera.com>
50884 * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
50886 (R_TILEPRO_*, R_TILEGX_*): New macros.
50888 * scripts/firstversions.awk: Fix bug in version range handling.
50890 * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
50892 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
50894 * include/sys/epoll.h: New file.
50895 * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
50898 2012-01-28 Ulrich Drepper <drepper@gmail.com>
50900 * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
50901 Avoid unnecessary __WORDSIZE == 64 test.
50902 (fmaxf): Use VEX format if possible.
50907 * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
50908 * math/math_private.h: Remove libc_fegetround* and
50910 * sysdeps/i386/configure.in: Check for -msse2avx.
50911 * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
50912 also if SSE2AVX is defined.
50913 Remove libc_fegetround* and libc_fesetround*.
50914 * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
50915 if config-cflags-sse2avx is yes. Also add -DSSE2AVX to defines.
50916 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
50918 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50919 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50920 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50921 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50922 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50924 * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
50926 2012-01-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
50928 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
50930 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
50932 2012-01-27 Ulrich Drepper <drepper@gmail.com>
50935 * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
50937 * Makeconfig (libm): Define.
50938 * elf/Makefile: Add rules to build and run tst-relsort1.
50939 * elf/tst-relsort1.c: New file.
50940 * elf/tst-relsort1mod1.c: New file.
50941 * elf/tst-relsort1mod2.c: New file.
50943 2012-01-27 Joseph Myers <joseph@codesourcery.com>
50945 * math/s_ldexp.c: Remove __STDC__ conditionals.
50946 * math/s_ldexpf.c: Likewise.
50947 * math/s_ldexpl.c: Likewise.
50948 * math/s_nextafter.c: Likewise.
50949 * math/s_nexttowardf.c: Likewise.
50950 * math/s_significand.c: Likewise.
50951 * math/s_significandf.c: Likewise.
50952 * math/s_significandl.c: Likewise.
50953 * math/w_jnl.c: Likewise.
50954 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
50955 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
50956 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
50957 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
50958 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
50959 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
50960 * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
50961 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
50962 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
50963 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
50964 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
50965 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50966 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
50967 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
50968 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
50969 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
50970 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
50971 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
50972 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
50973 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
50974 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
50975 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
50976 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
50977 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
50978 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
50979 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
50980 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
50981 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
50982 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
50983 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
50984 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
50985 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
50986 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
50987 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
50988 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
50989 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
50990 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
50991 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
50992 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
50993 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
50994 * sysdeps/ieee754/k_standard.c: Likewise.
50995 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
50996 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
50997 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
50998 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
50999 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
51000 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
51001 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
51002 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
51003 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
51004 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
51005 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
51006 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
51007 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
51008 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
51009 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
51010 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
51011 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
51012 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
51013 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
51014 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
51015 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
51016 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
51017 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
51018 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
51019 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
51020 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
51021 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
51022 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
51023 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
51024 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
51025 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
51026 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
51027 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
51028 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
51029 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
51030 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
51031 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
51032 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
51033 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
51034 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
51035 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
51036 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
51037 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
51038 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
51039 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
51040 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
51041 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
51042 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
51043 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
51044 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
51045 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
51046 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
51047 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
51048 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
51049 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
51050 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
51051 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
51052 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
51053 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
51054 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
51055 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
51056 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
51057 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
51058 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
51059 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
51060 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
51061 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
51062 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
51063 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
51064 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
51065 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
51066 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
51067 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
51068 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
51069 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
51070 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
51071 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
51072 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
51073 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
51074 * sysdeps/ieee754/s_matherr.c: Likewise.
51075 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
51076 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
51077 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
51078 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
51080 2012-01-26 Joseph Myers <joseph@codesourcery.com>
51082 * crypt/md5.h: Remove __STDC__ conditionals.
51083 * libio/libioP.h: Likewise.
51084 * locale/programs/config.h: Likewise.
51085 * sysdeps/generic/sysdep.h: Likewise.
51086 * sysdeps/i386/asm-syntax.h: Likewise.
51087 * sysdeps/s390/asm-syntax.h: Likewise.
51088 * sysdeps/unix/sysdep.h: Likewise.
51089 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
51090 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
51092 2012-01-26 Joseph Myers <joseph@codesourcery.com>
51094 * libio/libio.h: Remove __STDC__ conditionals.
51095 * malloc/obstack.h: Likewise.
51096 * math/complex.h: Likewise.
51097 * math/math.h: Likewise.
51098 * sysdeps/generic/_G_config.h: Likewise.
51099 * sysdeps/gnu/_G_config.h: Likewise.
51100 * sysdeps/mach/hurd/_G_config.h: Likewise.
51101 * sysdeps/powerpc/bits/mathdef.h: Likewise.
51102 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
51103 * sysdeps/sparc/bits/mathdef.h: Likewise.
51105 2012-01-26 Ulrich Drepper <drepper@gmail.com>
51108 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
51109 Clean up HAS_* macros.
51110 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
51111 bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
51113 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
51115 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51116 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51117 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51118 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51119 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51121 2012-01-25 Joseph Myers <joseph@codesourcery.com>
51123 * elf/tst-unique3.cc (gets): Remove declaration.
51124 * elf/tst-unique3lib.cc (gets): Likewise.
51125 * elf/tst-unique3lib2.cc (gets): Likewise.
51126 * elf/tst-unique4.cc (gets): Likewise.
51128 2012-01-24 Ulrich Drepper <drepper@gmail.com>
51130 * include/stdio.h: Add C++ protection. Add gets declarations and
51132 * debug/tst-chk1.c: Don't declare gets here.
51133 * stdio-common/tst-gets.c: Likewise.
51135 2012-01-24 Joseph Myers <joseph@codesourcery.com>
51137 * posix/glob: Remove directory.
51139 2012-01-24 Joseph Myers <joseph@codesourcery.com>
51141 * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
51143 2012-01-22 Pino Toscano <toscano.pino@tiscali.it>
51145 * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
51146 of the non-standard EPFNOSUPPORT.
51148 2011-12-26 Samuel Thibault <samuel.thibault@ens-lyon.org>
51150 * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
51151 __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
51152 ANYWHERE set to 1 only on KERN_NO_SPACE error.
51154 2012-01-21 Ulrich Drepper <drepper@gmail.com>
51156 * wcsmbs/uchar.h: Test __STDC_VERSION__.
51158 2012-01-20 Ulrich Drepper <drepper@gmail.com>
51160 * nscd/aicache.c (addhstaiX): Do not cache negative results of
51162 * nscd/grpcache.c (cache_addgr): Likewise.
51163 * nscd/hstcache.c (cache_addhst): Likewise.
51164 * nscd/initgrcache.c (addinitgroupsX): Likewise.
51165 * nscd/pwdcache.c (cache_addpw): Likewise.
51166 * nscd/servicescache.c (cache_addserv): Likewise.
51168 2012-01-16 Ulrich Drepper <drepper@gmail.com>
51170 * malloc/malloc.c: Various cleanups.
51171 * malloc/hooks.c: Likewise.
51173 * stdlib/Makefile (tests): Add bug-fmtmsg1.
51174 * stdlib/bug-fmtmsg1.c: New file.
51176 * stdlib/fmtmsg.c (init): Add missing unlock.
51177 Patch by Peng Haitao <penght@cn.fujitsu.com>.
51179 2012-01-12 Marek Polacek <polacek@redhat.com>
51181 * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
51184 2012-01-04 Will Schmidt <will_schmidt@vnet.ibm.com>
51186 * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
51187 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
51188 macro to ensure uniqueness of label name.
51189 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
51190 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
51192 2012-01-11 Ulrich Drepper <drepper@gmail.com>
51194 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
51196 * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
51197 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
51198 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
51199 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
51201 2012-01-10 Ulrich Drepper <drepper@gmail.com>
51203 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
51205 * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
51206 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
51207 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
51209 * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
51211 * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
51212 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
51213 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
51214 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
51216 * math/bits/math-finite.h: Add ldexp support.
51218 2012-01-10 Marek Polacek <polacek@redhat.com>
51220 * locale/programs/localedef.h (show_archive_content): Add noreturn
51223 2012-01-09 Ulrich Drepper <drepper@gmail.com>
51225 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
51227 2012-01-08 Ulrich Drepper <drepper@gmail.com>
51229 * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
51231 * io/Makefile (headers): Add bits/poll2.h.
51233 2011-01-05 Will Schmidt <will_schmidt@vnet.ibm.com>
51235 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
51236 typo #include statement.
51238 2012-01-08 Ulrich Drepper <drepper@gmail.com>
51240 * include/sys/cdefs.h: Define __attribute_alloc_size.
51241 * catgets/gencat.c: Add alloc_size attribute and apply consistently
51242 the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
51243 * elf/pldd.c: Likewise.
51244 * iconv/iconv_charmap.c: Likewise.
51245 * iconv/iconvconfig.c: Likewise.
51246 * iconv/strtab.c: Likewise.
51247 * locale/programs/locale.c: Likewise.
51248 * locale/programs/localedef.h: Likewise.
51249 * locale/programs/simple-hash.c: Likewise.
51250 * nscd/nscd.h: Likewise.
51251 * nss/makedb.c: Likewise.
51252 * sysdeps/generic/ldconfig.h: Likewise.
51253 * locale/programs/localedef.c: Remove xmalloc prototype.
51254 * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
51256 2012-01-05 Paul Pluzhnikov <ppluzhnikov@google.com>
51258 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
51261 2012-01-08 Ulrich Drepper <drepper@gmail.com>
51263 * math/Makefile (tests): Add tst-CMPLX.
51264 * math/tst-CMPLX.c: New file.
51266 * math/complex.h (CMPLXL): Fix typo.
51268 * debug/Makefile (routines): Add poll_chk and ppoll_chk.
51269 * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
51271 * debug/tst-chk1.c: Add poll and ppoll tests.
51272 * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
51273 * include/sys/poll.h: Add hidden proto for ppoll.
51274 * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
51275 * sysdeps/mach/hurd/ppoll.c: Likewise.
51276 * io/ppoll.c: Likewise.
51277 * debug/poll_chk.c: New file.
51278 * debug/ppoll_chk.c: New file.
51279 * include/bits/poll2.h: New file.
51280 * io/bits/poll2.h: New file.
51283 * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
51285 * configure.in: static is always set to yes. Remove.
51286 * config.make.in: Don't set build-static.
51287 * Makeconfig: Remove use of build-static.
51288 * dlfcn/Makefile: Likewise.
51289 * elf/Makefile: Likewise.
51290 * math/Makefile: Likewise.
51291 * misc/Makefile: Likewise.
51292 * nptl/Makefile: Likewise.
51293 * sysdeps/mach/hurd/Makefile: Likewise.
51295 * configure.in: PWD_P is not used anymore.
51296 * config.make.in: Remove PWD_P entry.
51298 * configure.in: Remove last remnants of RANLIB.
51299 No need to check for signed size_t anymore.
51300 Don't set libc_commonpagesize and libc_relro_required here for Alpha
51302 Remove __builtin_expect test because we require at least gcc 3.4.
51303 * aclocal.m4: Likewise.
51305 * wcsmbs/mbrtoc16.c: Implement using towc function.
51306 * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
51307 * wcsmbs/wcsmbsload.c: Likewise.
51308 * iconv/gconv_simple.c: Likewise.
51309 * iconv/gconv_int.h: Likewise.
51310 * iconv/gconv_builtin.h: Likewise.
51311 * iconv/iconv_prog.c: Remove CHAR16 handling.
51313 * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
51315 * wcsmbs/mbrtowc.c: Better check for invalid inputs.
51317 * configure.in: Remove --with-elf and --enable-bounded options.
51318 Dont set base_machine for ia64. More non-ELF conditions removed.
51319 Remove testing and setting of leading underscore information.
51320 * config.make.in (build-bounded): Set to no.
51321 * config.h.in: Remove NO_UNDERSCORES entry.
51322 * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS. ELF has
51324 * csu/start.c: Remove !NO_UNDERSCORE code.
51325 * locale/localeinfo.h: Likewise.
51326 * sysdeps/generic/machine-gmon.h: Likewise.
51327 * sysdeps/generic/sysdep.h: Likewise.
51328 * sysdeps/i386/sysdep.h: Likewise.
51329 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51330 * sysdeps/mach/sysdep.h: Likewise.
51331 * sysdeps/s390/s390-32/sysdep.h: Likewise.
51332 * sysdeps/s390/s390-64/sysdep.h: Likewise.
51333 * sysdeps/sh/sysdep.h: Likewise.
51334 * sysdeps/sparc/sparc32/alloca.S: Likewise.
51335 * sysdeps/unix/i386/sysdep.S: Likewise.
51336 * sysdeps/unix/sparc/start.c: Likewise.
51337 * sysdeps/unix/sparc/sysdep.S: Likewise.
51338 * sysdeps/unix/sparc/sysdep.h: Likewise.
51339 * sysdeps/unix/start.c: Likewise.
51340 * sysdeps/unix/x86_64/sysdep.S: Likewise.
51341 * sysdeps/x86_64/sysdep.h: Likewise.
51343 2012-01-07 Ulrich Drepper <drepper@gmail.com>
51346 * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
51348 * argp/argp-fmtstream.h: Use const instead __const.
51349 * argp/argp.h: Likewise.
51350 * assert/assert.h: Likewise.
51351 * bits/fenv.h: Likewise.
51352 * bits/sched.h: Likewise.
51353 * bits/sigset.h: Likewise.
51354 * bits/sigthread.h: Likewise.
51355 * catgets/nl_types.h: Likewise.
51356 * conform/data/pthread.h-data: Likewise.
51357 * crypt/crypt-private.h: Likewise.
51358 * crypt/crypt.h: Likewise.
51359 * crypt/crypt_util.c: Likewise.
51360 * ctype/ctype.h: Likewise.
51361 * debug/execinfo.h: Likewise.
51362 * debug/mbsnrtowcs_chk.c: Likewise.
51363 * debug/mbsrtowcs_chk.c: Likewise.
51364 * debug/wcsnrtombs_chk.c: Likewise.
51365 * debug/wcsrtombs_chk.c: Likewise.
51366 * debug/wcstombs_chk.c: Likewise.
51367 * dirent/dirent.h: Likewise.
51368 * dlfcn/dlfcn.h: Likewise.
51369 * elf/neededtest4.c: Likewise.
51370 * grp/grp.h: Likewise.
51371 * gshadow/gshadow.h: Likewise.
51372 * iconv/gconv.h: Likewise.
51373 * iconv/gconv_int.h: Likewise.
51374 * iconv/gconv_simple.c: Likewise.
51375 * iconv/iconv.h: Likewise.
51376 * iconv/loop.c: Likewise.
51377 * iconv/skeleton.c: Likewise.
51378 * include/aio.h: Likewise.
51379 * include/aliases.h: Likewise.
51380 * include/argz.h: Likewise.
51381 * include/arpa/inet.h: Likewise.
51382 * include/assert.h: Likewise.
51383 * include/dirent.h: Likewise.
51384 * include/dlfcn.h: Likewise.
51385 * include/execinfo.h: Likewise.
51386 * include/fcntl.h: Likewise.
51387 * include/fenv.h: Likewise.
51388 * include/glob.h: Likewise.
51389 * include/grp.h: Likewise.
51390 * include/libintl.h: Likewise.
51391 * include/mntent.h: Likewise.
51392 * include/netdb.h: Likewise.
51393 * include/pwd.h: Likewise.
51394 * include/rpc/netdb.h: Likewise.
51395 * include/sched.h: Likewise.
51396 * include/search.h: Likewise.
51397 * include/shadow.h: Likewise.
51398 * include/signal.h: Likewise.
51399 * include/stdio.h: Likewise.
51400 * include/stdlib.h: Likewise.
51401 * include/string.h: Likewise.
51402 * include/sys/socket.h: Likewise.
51403 * include/sys/stat.h: Likewise.
51404 * include/sys/statfs.h: Likewise.
51405 * include/sys/statvfs.h: Likewise.
51406 * include/sys/syslog.h: Likewise.
51407 * include/sys/time.h: Likewise.
51408 * include/sys/uio.h: Likewise.
51409 * include/time.h: Likewise.
51410 * include/unistd.h: Likewise.
51411 * include/utmp.h: Likewise.
51412 * include/wchar.h: Likewise.
51413 * include/wctype.h: Likewise.
51414 * inet/aliases.h: Likewise.
51415 * inet/arpa/inet.h: Likewise.
51416 * inet/netinet/ether.h: Likewise.
51417 * inet/netinet/in.h: Likewise.
51418 * intl/libintl.h: Likewise.
51419 * io/bits/fcntl2.h: Likewise.
51420 * io/fcntl.h: Likewise.
51421 * io/ftw.h: Likewise.
51422 * io/sys/poll.h: Likewise.
51423 * io/sys/stat.h: Likewise.
51424 * io/sys/statfs.h: Likewise.
51425 * io/sys/statvfs.h: Likewise.
51426 * io/utime.h: Likewise.
51427 * libio/bits/stdio.h: Likewise.
51428 * libio/bits/stdio2.h: Likewise.
51429 * libio/libio.h: Likewise.
51430 * libio/libioP.h: Likewise.
51431 * libio/stdio.h: Likewise.
51432 * locale/lc-ctype.c: Likewise.
51433 * locale/locale.h: Likewise.
51434 * login/utmp.h: Likewise.
51435 * malloc/arena.c: Likewise.
51436 * malloc/malloc.c: Likewise.
51437 * malloc/malloc.h: Likewise.
51438 * malloc/mcheck.c: Likewise.
51439 * malloc/mtrace.c: Likewise.
51440 * math/bits/mathcalls.h: Likewise.
51441 * math/fenv.h: Likewise.
51442 * math/math_private.h: Likewise.
51443 * misc/bits/error.h: Likewise.
51444 * misc/bits/syslog.h: Likewise.
51445 * misc/err.h: Likewise.
51446 * misc/error.h: Likewise.
51447 * misc/fstab.h: Likewise.
51448 * misc/mntent.h: Likewise.
51449 * misc/regexp.h: Likewise.
51450 * misc/search.h: Likewise.
51451 * misc/sgtty.h: Likewise.
51452 * misc/sys/mman.h: Likewise.
51453 * misc/sys/syslog.h: Likewise.
51454 * misc/sys/uio.h: Likewise.
51455 * misc/sys/xattr.h: Likewise.
51456 * misc/ttyent.h: Likewise.
51457 * nis/rpcsvc/ypclnt.h: Likewise.
51458 * nss/nss.h: Likewise.
51459 * posix/bits/unistd.h: Likewise.
51460 * posix/fnmatch.h: Likewise.
51461 * posix/glob.h: Likewise.
51462 * posix/sched.h: Likewise.
51463 * posix/spawn.h: Likewise.
51464 * posix/sys/wait.h: Likewise.
51465 * posix/unistd.h: Likewise.
51466 * posix/wordexp.h: Likewise.
51467 * pwd/pwd.h: Likewise.
51468 * resolv/netdb.h: Likewise.
51469 * resource/sys/resource.h: Likewise.
51470 * rt/aio.h: Likewise.
51471 * rt/bits/mqueue2.h: Likewise.
51472 * rt/mqueue.h: Likewise.
51473 * shadow/shadow.h: Likewise.
51474 * signal/signal.h: Likewise.
51475 * socket/send.c: Likewise.
51476 * socket/sendto.c: Likewise.
51477 * socket/sys/socket.h: Likewise.
51478 * stdio-common/printf.h: Likewise.
51479 * stdlib/bits/stdlib.h: Likewise.
51480 * stdlib/fmtmsg.h: Likewise.
51481 * stdlib/monetary.h: Likewise.
51482 * stdlib/stdlib.h: Likewise.
51483 * stdlib/ucontext.h: Likewise.
51484 * streams/stropts.h: Likewise.
51485 * string/argz.h: Likewise.
51486 * string/bits/string2.h: Likewise.
51487 * string/string.h: Likewise.
51488 * string/strings.h: Likewise.
51489 * sunrpc/rpc/auth.h: Likewise.
51490 * sunrpc/rpc/auth_des.h: Likewise.
51491 * sunrpc/rpc/clnt.h: Likewise.
51492 * sunrpc/rpc/netdb.h: Likewise.
51493 * sunrpc/rpc/pmap_clnt.h: Likewise.
51494 * sunrpc/rpc/xdr.h: Likewise.
51495 * sysdeps/generic/inttypes.h: Likewise.
51496 * sysdeps/generic/net/if.h: Likewise.
51497 * sysdeps/generic/sys/swap.h: Likewise.
51498 * sysdeps/gnu/net/if.h: Likewise.
51499 * sysdeps/gnu/utmpx.h: Likewise.
51500 * sysdeps/i386/fpu/bits/fenv.h: Likewise.
51501 * sysdeps/i386/i486/bits/string.h: Likewise.
51502 * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
51503 * sysdeps/s390/bits/string.h: Likewise.
51504 * sysdeps/s390/fpu/bits/fenv.h: Likewise.
51505 * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
51506 * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
51507 * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
51508 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
51509 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
51510 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
51511 * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
51512 * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
51513 * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
51514 * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
51515 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
51516 * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
51517 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
51518 * sysdeps/unix/sysv/linux/readv.c: Likewise.
51519 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
51520 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
51521 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
51522 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
51523 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
51524 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51525 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
51526 * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
51527 * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
51528 * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
51529 * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
51530 * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
51531 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51532 * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
51533 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
51534 * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
51535 * sysvipc/sys/ipc.h: Likewise.
51536 * sysvipc/sys/msg.h: Likewise.
51537 * sysvipc/sys/sem.h: Likewise.
51538 * sysvipc/sys/shm.h: Likewise.
51539 * termios/termios.h: Likewise.
51540 * time/sys/time.h: Likewise.
51541 * time/time.h: Likewise.
51542 * wcsmbs/bits/wchar2.h: Likewise.
51543 * wcsmbs/uchar.h: Likewise.
51544 * wcsmbs/wchar.h: Likewise.
51545 * wctype/wctype.h: Likewise.
51548 * Makeconfig: Remove all but ELF support including AIX support.
51549 * Makerules: Likewise.
51550 * config.h.in: Likewise.
51551 * config.make.in: Likewise.
51552 * configure: Likewise.
51553 * configure.in: Likewise.
51554 * csu/Makefile: Likewise.
51555 * csu/version.c: Likewise.
51556 * debug/Makefile: Likewise.
51557 * dlfcn/Makefile: Likewise.
51558 * elf/Makefile: Likewise.
51559 * extra-lib.mk: Likewise.
51560 * iconv/Makefile: Likewise.
51561 * include/libc-symbols.h: Likewise.
51562 * include/shlib-compat.h: Likewise.
51563 * resolv/Makefile: Likewise.
51564 * resolv/res_libc.c: Likewise.
51565 * rt/Makefile: Likewise.
51566 * sysdeps/i386/asm-syntax.h: Likewise.
51567 * sysdeps/i386/sysdep.h: Likewise.
51568 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51569 * sysdeps/mach/sysdep.h: Likewise.
51570 * sysdeps/powerpc/powerpc32/Makefile: Likewise.
51571 * sysdeps/powerpc/powerpc64/Makefile: Likewise.
51572 * sysdeps/s390/asm-syntax.h: Likewise.
51573 * sysdeps/s390/s390-32/sysdep.h: Likewise.
51574 * sysdeps/s390/s390-64/sysdep.h: Likewise.
51575 * sysdeps/sh/sysdep.h: Likewise.
51576 * sysdeps/unix/sparc/sysdep.h: Likewise.
51577 * sysdeps/wordsize-32/divdi3.c: Likewise.
51578 * sysdeps/x86_64/sysdep.h: Likewise.
51580 * argp/Versions: Remove _argp_unlock_xxx.
51583 * abilist/ld.abilist: Update. Adjust for removal of tls option.
51584 * abilist/libBrokenLocale.abilist: Likewise.
51585 * abilist/libanl.abilist: Likewise.
51586 * abilist/libc.abilist: Likewise.
51587 * abilist/libcrypt.abilist: Likewise.
51588 * abilist/libdl.abilist: Likewise.
51589 * abilist/libm.abilist: Likewise.
51590 * abilist/libnsl.abilist: Likewise.
51591 * abilist/libpthread.abilist: Likewise.
51592 * abilist/libresolv.abilist: Likewise.
51593 * abilist/librt.abilist: Likewise.
51594 * abilist/libthread_db.abilist: Likewise.
51595 * abilist/libutil.abilist: Likewise.
51596 * abilist/libnss_db.abilist: New file.
51598 * scripts/abilist.awk: Add support for indirect functions.
51600 * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
51602 * sysdeps/generic/ldsodefs.h: Remove Alpha support.
51604 * shlib-versions: Remove entries for ports architectures.
51606 * elf/tls-macros.h: Remove support for Alpha and IA-64. Should be in
51608 * elf/stackguard-macros.h: Remove support for IA-64.
51609 * elf/tst-auditmod1.c: Likewise.
51610 * sysdeps/generic/ldsodefs.h: Likewise.
51612 * sysdeps/unix/sysv/linux/configure.in: Ports should define
51613 libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
51617 * configure.in: Remove --enable-omitfp support.
51619 * config.make.in: Likewise.
51620 * Makeconfig: Likewise.
51621 * manual/install.texi: Likewise.
51623 In case anyone cares, the IA-64 architecture could move to ports.
51624 * sysdeps/ia64/*: Removed.
51625 * sysdeps/unix/sysv/linux/ia64/*: Removed.
51626 * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
51629 * configure.in: Remove entries for unsupported architectures.
51632 * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
51633 * iconv/gconv_simple.c: Rename char16_t routines. Add char16_t<->utf8
51635 * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
51636 * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
51637 * wcsmbs/c16rtomb.c: Fix a few problems. Disable all the code and
51638 fall back to using wcrtomb.
51639 * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
51640 * wcsmbs/wcsmbsload.c: Make char16 routines optional. Adjust for
51642 * wcsmbs/Makefile (tests): Add tst-c16c32-1:
51643 * wcsmbs/tst-c16c32-1.c: New file.
51645 * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
51648 * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
51650 * elf/tst-unique3.cc: Add explicit declaration of gets.
51651 * elf/tst-unique3lib.cc: Likewise.
51652 * elf/tst-unique3lib2.cc: Likewise.
51653 * elf/tst-unique4.cc: Likewise.
51655 * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
51657 2012-01-06 Joseph Myers <joseph@codesourcery.com>
51660 * assert/assert.h (static_assert): Don't define for C++.
51661 * libio/stdio.h (gets): Do declare for C++ <= C++11.
51662 * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
51664 2012-01-03 Ulrich Drepper <drepper@gmail.com>
51666 * iconv/loop.c (single loop): Fix assertion in storing of
51669 * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
51671 2012-01-01 Ulrich Drepper <drepper@gmail.com>
51673 * posix/getconf.c: Update copyright year.
51674 * nss/getent.c: Likewise.
51675 * nss/makedb.c: Likewise.
51676 * iconv/iconvconfig.c: Likewise.
51677 * iconv/iconv_prog.c: Likewise.
51678 * elf/ldconfig.c: Likewise.
51679 * elf/pldd.c: Likewise.
51680 * elf/sotruss.ksh: Likewise.
51681 * catgets/gencat.c: Likewise.
51682 * csu/version.c: Likewise.
51683 * elf/ldd.bash.in: Likewise.
51684 * elf/sprof.c (print_version): Likewise.
51685 * locale/programs/locale.c: Likewise.
51686 * locale/programs/localedef.c: Likewise.
51687 * login/programs/pt_chown.c: Likewise.
51688 * nscd/nscd.c (print_version): Likewise.
51689 * debug/xtrace.sh: Likewise.
51690 * malloc/memusage.sh: Likewise.
51691 * malloc/mtrace.pl: Likewise.
51692 * debug/catchsegv.sh: Likewise.
51694 2011-12-30 Jakub Jelinek <jakub@redhat.com>
51696 * posix/regex_internal.c (re_string_fetch_byte_case): Remove
51699 2011-12-24 Ulrich Drepper <drepper@gmail.com>
51702 * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
51703 * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
51705 * iconv/gconv_int.h: Likewise.
51706 * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
51707 * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
51708 from libc for GLIBC_2.16.
51709 * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
51710 * wcsmbs/wcrtomb.c: Define c32rtomb alias.
51711 * wcsmbs/uchar.h: Really define mbstate_t.
51712 * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
51713 * wcsmbs/c16rtomb.c: New file.
51714 * wcsmbs/mbrtoc16.c: New file.
51715 * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
51716 for C/POSIX locale.
51717 (__wcsmbs_load_conv): Do not fill in c16 routines yet.
51718 * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
51720 * wcsmbs/wchar.h: Add missing __restrict.
51722 2011-12-23 Ulrich Drepper <drepper@gmail.com>
51725 * time/Makefile (routines): Add timespec_get.
51726 * time/Versions: Export timespec_get from libc for GLIBC_2.16.
51727 * time/time.h: Define TIME_UTC and declare timespec_get. Define
51728 timespec for ISO C11.
51729 * time/timespec_get.c: New file.
51730 * sysdeps/unix/sysv/linux/timespec_get.c: New file.
51731 * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
51734 * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
51735 * stdlib/stdlib.h: Declare aligned_alloc.
51736 * Versions.def: Add GLIBC_2.16 for libc.
51737 * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
51740 * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
51743 * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
51747 * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
51750 * assert/assert.h (static_assert): Define.
51752 * version.h: Update for 2.16 development version.
51755 * include/features.h: Handle __STDC_VERSION__ >= 201112 and
51758 * version.h (RELEASE): Bump for 2.15 release.
51759 * include/features.h (__GLIBC_MINOR__): Bump to 15.
51761 * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
51762 Patch by Marek Polacek <mpolacek@redhat.com>.
51764 * bits/byteswap.h: Protect long long constants with __extension__.
51765 * sysdeps/i386/bits/byteswap.h: Likewise.
51766 * sysdeps/ia64/bits/byteswap.h: Likewise.
51767 * sysdeps/s390/bits/byteswap.h: Likewise.
51768 * sysdeps/x86_64/bits/byteswap.h: Likewise.
51770 2011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
51773 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
51774 destination buffer.
51775 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
51777 2011-12-23 Marek Polacek <polacek@redhat.com>
51779 * elf/dl-addr.c (determine_info): Add inline keyword.
51780 * elf/tst-auditmod4b.c (check_avx): Likewise.
51781 * elf/tst-auditmod6b.c (check_avx): Likewise.
51782 * elf/tst-auditmod6c.c (check_avx): Likewise.
51783 * elf/tst-auditmod7b.c (check_avx): Likewise.
51785 2011-12-23 Ulrich Drepper <drepper@gmail.com>
51787 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
51790 2011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
51793 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
51794 processing for last bytes.
51796 2011-08-06 Bruno Haible <bruno@clisp.org>
51799 * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
51800 U+0385, not to U+1FEE.
51803 * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
51804 entry for U+00A5 U+0301.
51806 2011-12-22 Ulrich Drepper <drepper@gmail.com>
51809 * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
51810 buffer for the output is too small.
51812 * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
51816 * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
51817 SSE flags if possible.
51819 2011-12-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
51822 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
51823 processing for last bytes.
51825 2011-12-22 Joseph Myers <joseph@codesourcery.com>
51827 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
51828 (syscall-list-default-options, syscall-list-default-condition)
51829 (syscall-list-includes): Define.
51830 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
51831 list of ABIs and options and #if conditions for each ABI. Do not
51832 handle common syscalls between ABIs specially.
51833 * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
51835 (syscall-list-variants, syscall-list-32bit-options)
51836 (syscall-list-32bit-condition, syscall-list-64bit-options)
51837 (syscall-list-64bit-condition): Define.
51838 * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
51839 (syscall-list-variants, syscall-list-32bit-options)
51840 (syscall-list-32bit-condition, syscall-list-64bit-options)
51841 (syscall-list-64bit-condition): Define.
51842 * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
51844 (syscall-list-variants, syscall-list-32bit-options)
51845 (syscall-list-32bit-condition, syscall-list-64bit-options)
51846 (syscall-list-64bit-condition): Define.
51847 * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
51849 (syscall-list-variants, syscall-list-32bit-options)
51850 (syscall-list-32bit-condition, syscall-list-64bit-options)
51851 (syscall-list-64bit-condition): Define.
51853 2011-12-22 Ulrich Drepper <drepper@gmail.com>
51855 * locale/iso-639.def: Add brx entry.
51858 * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
51859 Proposed by Mariusz_Cukr <marcukr@op.pl>.
51861 * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
51862 __feraiseexcept_renamed.
51864 2011-12-21 Ulrich Drepper <drepper@gmail.com>
51867 * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
51868 EPOLLET with unsigned values.
51869 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51870 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51872 * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
51873 to large cancellation.
51874 * math/s_cacoshf.c: Likewise.
51875 * math/s_cacoshl.c: Likewise.
51877 2011-11-18 Richard B. Kreckel <kreckel@ginac.de>
51881 * math/s_cacosh.c: Fix rare miscomputation in cacosh().
51882 * math/s_cacoshf.c: Likewise.
51883 * math/s_cacoshl.c: Likewise.
51885 2011-12-21 Ulrich Drepper <drepper@gmail.com>
51888 * iconv/gconv.h: Define __GCONV_SWAP.
51889 * iconvdata/unicode.c: The swap bit must be stored in __flags.
51890 * iconvdata/utf-16.c: Likewise.
51891 * iconvdata/utf-32.c: Likewise.
51893 2011-12-21 Andreas Schwab <schwab@linux-m68k.org>
51896 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
51897 numerator after shifting it by one limb.
51899 2011-12-19 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
51901 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
51902 under [__USE_EXTERN_INLINES].
51904 2011-12-17 Ulrich Drepper <drepper@gmail.com>
51907 * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
51909 2011-11-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
51911 * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
51912 * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
51914 * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
51915 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
51916 * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
51917 * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
51918 for strncasecmp/strncasecmp_l compilation.
51919 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
51920 * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
51922 2011-12-08 Marek Polacek <mpolacek@redhat.com>
51925 * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
51928 2011-12-17 Ulrich Drepper <drepper@gmail.com>
51931 * time/tzfile.c (__tzfile_read): Check values from file header.
51933 2011-11-21 Will Schmidt <will_schmidt@vnet.ibm.com>
51935 * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
51936 * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
51937 * powerpc/powerpc32/dl-start.S: Likewise.
51938 * powerpc/powerpc32/elf/start.S: Likewise.
51939 * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
51940 * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
51941 * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
51942 * powerpc/powerpc32/fpu/s_floor.S: Likewise.
51943 * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
51944 * powerpc/powerpc32/fpu/s_lround.S: Likewise.
51945 * powerpc/powerpc32/fpu/s_rint.S: Likewise.
51946 * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
51947 * powerpc/powerpc32/fpu/s_round.S: Likewise.
51948 * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
51949 * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
51950 * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
51951 * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
51952 * powerpc/powerpc32/memset.S: Likewise.
51953 * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
51954 * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
51955 * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
51956 * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
51957 * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
51958 * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
51959 * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
51960 * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
51961 * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
51962 * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
51963 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
51964 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
51965 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
51967 2011-11-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
51969 * math/libm-test.inc: Added more nearbyint tests.
51970 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
51971 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
51972 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
51973 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
51975 2011-11-21 Ross Lagerwall <rosslagerwall@gmail.com>
51977 * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
51980 2011-11-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
51982 * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
51983 Add wcscpy-ssse3 wcscpy-c.
51984 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
51985 * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
51986 * sysdeps/x86_64/multiarch/wcscpy.S: New file.
51987 * sysdeps/x86_64/wcschr.S: New file.
51988 * sysdeps/x86_64/wcsrchr.S: New file.
51989 * string/test-strcmp.c: Remove checking of wcscmp function for
51991 * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
51992 (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
51993 wcsrchr-sse2 wcsrchr-c.
51994 * sysdeps/i386/i686/multiarch/wcschr.S: New file.
51995 * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
51996 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
51997 * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
51998 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
51999 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
52000 * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
52001 * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
52002 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
52003 * wcsmbc/wcschr.c (WCSCHR): New macro.
52005 2011-11-17 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
52007 * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
52008 * wcsmbs/test-wcsrchr.c: New file.
52009 * string/test-strrchr.c: Add wcsrchr support.
52011 * wcsmbs/test-wcscpy.c: New file.
52012 * string/test-strcpy.c: Add wcscpy support.
52015 2011-12-10 Ulrich Drepper <drepper@gmail.com>
52017 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
52020 2011-12-06 Andreas Schwab <schwab@linux-m68k.org>
52023 * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
52025 2011-12-04 Ulrich Drepper <drepper@gmail.com>
52027 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
52028 Minor optimizations.
52030 * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
52031 * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
52032 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
52034 2011-12-03 Ulrich Drepper <drepper@gmail.com>
52036 * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
52037 IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
52038 IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
52039 for gcc to avoid warnings.
52040 * inet/Makefile (tests): Add tst-checks.
52041 * inet/tst-checks.c: New file.
52043 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
52046 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
52049 * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
52050 * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
52052 * malloc/mcheck.h: Fix use of incorrect encoding in comment.
52054 2011-12-02 Ulrich Drepper <drepper@gmail.com>
52056 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
52059 * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
52061 2011-11-29 Joseph Myers <joseph@codesourcery.com>
52063 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
52064 conditional on GCC version.
52065 (__arch_compare_and_exchange_val_8_acq)
52066 (__arch_compare_and_exchange_val_16_acq)
52067 (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
52068 (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
52069 (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
52071 2011-12-02 Joseph Myers <joseph@codesourcery.com>
52073 * sysdeps/sh/backtrace.c: New file.
52075 2011-12-02 Andreas Schwab <schwab@redhat.com>
52077 * misc/bits/select2.h (__FD_ELT): Mark as extension. Add
52080 2011-12-01 Andreas Schwab <schwab@redhat.com>
52082 * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
52083 falling back to utime.
52085 2011-11-30 Andreas Schwab <schwab@redhat.com>
52087 * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
52088 expectations for float.
52090 2011-11-29 Andreas Schwab <schwab@redhat.com>
52092 * locale/weight.h (findidx): Add parameter len.
52093 * locale/weightwc.h (findidx): Likewise.
52094 * posix/fnmatch_loop.c (FCT): Adjust caller.
52095 * posix/regcomp.c (build_equiv_class): Likewise.
52096 * posix/regex_internal.h (re_string_elem_size_at): Likewise.
52097 * posix/regexec.c (check_node_accept_bytes): Likewise.
52098 * string/strcoll_l.c (STRCOLL): Likewise.
52099 * string/strxfrm_l.c (STRXFRM): Likewise.
52101 2011-11-17 Ulrich Drepper <drepper@gmail.com>
52103 * Makefile.in: Remove CVSOPT handling.
52104 * configure.in: Remove use of AC_REVISION.
52105 * iconvdata/Makefile (distribute): No need to filter out CVS.
52106 * scripts/list-sources.sh: Remove CVS, subversion and monotone
52109 2011-11-16 Andreas Schwab <schwab@redhat.com>
52111 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
52112 [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
52113 [USE_AS_STRNCASECMP_L]: Likewise.
52114 (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
52115 NO_TLS_DIRECT_SEG_REFS.
52116 * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
52117 Fix argument offsets for non-PIC.
52118 [USE_AS_STRNCASECMP_L]: Likewise.
52119 (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
52120 NO_TLS_DIRECT_SEG_REFS.
52122 2011-11-15 Ulrich Drepper <drepper@gmail.com>
52124 * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
52126 * locale/loadlocale.c (_nl_load_locale): Likewise.
52128 2011-11-15 Andreas Schwab <schwab@redhat.com>
52130 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
52131 [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
52132 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
52133 (SYSCALL_GETTIME): Set errno on error.
52135 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
52136 count references to noai6ai_cached.
52138 2011-11-15 Ulrich Drepper <drepper@gmail.com>
52140 * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
52142 * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
52143 FD_CLOEXEC for /proc/self/maps.
52145 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
52146 FD_CLOEXEC for /proc/meminfo.
52148 * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
52151 * resolv/res_query.c (res_hostalias): Don't allow cancellation and set
52152 FD_CLOEXEC for given file.
52154 * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
52156 * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
52157 FD_CLOEXEC for /etc/hosts.
52158 (_gethtent): Likewise.
52160 * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
52162 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
52163 cancellation and set FD_CLOEXEC for /etc/netgroup.
52165 * nss/nss_files/files-key.c (search): Don't allow cancellation when
52166 reading /etc/publickey.
52168 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
52169 allow cancellation when reading /etc/group.
52171 * nss/nss_files/files-alias.c (internal_setent): Don't allow
52173 (get_next_alias): Likewise for included file. Also set FD_CLOEXEC.
52175 * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
52176 when using data file.
52178 * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
52180 * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
52181 (write_nis_obj): Use "c" and "e" in fopen.
52183 * misc/mntent_r.c (__setmntent): Also append e to fopen format.
52185 * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
52187 * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
52189 * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
52191 * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
52194 * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
52196 * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
52198 * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
52200 * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
52201 file parsing and set FD_CLOEXEC.
52203 2011-11-14 Ulrich Drepper <drepper@gmail.com>
52205 * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
52207 2011-11-14 Andreas Schwab <schwab@redhat.com>
52209 * malloc/arena.c (arena_get2): Don't call reused_arena when
52210 _int_new_arena failed.
52212 2011-11-14 Ulrich Drepper <drepper@gmail.com>
52214 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
52215 (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
52216 * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
52217 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
52218 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
52219 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
52220 to compile strcasecmp and strncasecmp.
52221 * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
52222 * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
52224 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
52226 2011-11-13 Ulrich Drepper <drepper@gmail.com>
52228 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
52229 locale-defines.sym to gen-as-const-headers.
52230 (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
52231 strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
52232 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
52233 to compile strcasecmp and strncasecmp.
52234 * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
52235 strcasecmp_l and strncasecmp_l.
52236 * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
52237 * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
52238 * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
52239 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
52240 * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
52241 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
52242 * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
52243 * sysdeps/i386/i686/multiarch/strncase.S: New file.
52244 * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
52245 * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
52246 * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
52248 2011-11-12 Ulrich Drepper <drepper@gmail.com>
52250 * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
52251 result of SYSDEP_GETTIME_CPU to retval.
52252 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
52253 parameter list to macro. Remove trailing semicolon. Adjust users.
52255 * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
52258 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
52260 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
52262 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
52263 from unused variable.
52265 * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
52267 * sysdeps/generic/dwarf2.h: Don't define enums when using the file
52270 * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
52273 * sunrpc/rpc_prot.c (rejected): Fix case value.
52275 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
52276 unsigned long long int to avoid warnings in shift.
52278 * posix/regex_internal.c (re_string_reconstruct): Actually use result
52280 * posix/regex_internal.h (re_string_wchar_at): Remove temporary
52283 * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
52284 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
52285 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
52287 * nis/nis_table.c (nis_list): Use variable of correct type for
52288 result of __follow_path call.
52290 2011-11-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
52292 * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
52293 of math functions ceil, trunc, floor, round, and sqrt, when
52294 avaliable on the platform.
52295 * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
52297 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
52298 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
52299 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
52301 2011-10-30 Marek Polacek <mpolacek@redhat.com>
52303 * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
52304 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
52306 2011-11-11 Roland McGrath <roland@hack.frob.com>
52308 * include/unistd.h: Fix __readlink return type.
52309 Reported by Chris Metcalf <cmetcalf@tilera.com>.
52311 2011-11-11 Ulrich Drepper <drepper@gmail.com>
52313 * stdlib/ucontext.h: Undo last change for makecontext.
52315 2011-11-11 Andreas Schwab <schwab@redhat.com>
52317 * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
52319 * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
52320 * setjmp/setjmp.h: Mark functions as non-leaf.
52321 * setjmp/bits/setjmp2.h: Likewise.
52322 * stdlib/ucontext.h: Likewise.
52324 2011-11-10 Andreas Schwab <schwab@redhat.com>
52326 * malloc/arena.c (_int_new_arena): Don't increment narenas.
52327 (reused_arena): Don't check arena limit.
52328 (arena_get2): Atomically check arena limit.
52330 2011-11-08 Ulrich Drepper <drepper@gmail.com>
52332 * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
52333 * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
52335 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
52338 2011-11-07 Andreas Schwab <schwab@redhat.com>
52340 * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
52341 handler when locking.
52343 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
52344 Fix size of allocated buffer.
52346 2011-11-04 Andreas Schwab <schwab@redhat.com>
52349 * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
52350 declarations for long double functions.
52351 * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
52353 * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
52355 2011-11-03 Andreas Schwab <schwab@redhat.com>
52357 * nscd/nscd.c (main): Don't start AVC thread until credentials are
52360 * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
52363 2011-11-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
52365 * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
52367 2011-11-01 Andreas Schwab <schwab@linux-m68k.org>
52369 * include/alloca.h (stackinfo_alloca_round): Define.
52370 (extend_alloca): Use it.
52371 [_STACK_GROWS_UP]: Correct check for adjacent allocation.
52372 * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
52375 * scripts/check-local-headers.sh: Ignore libaudit.h.
52377 * nscd/Makefile (extra-objs): Make recursively expanded.
52379 2011-11-01 Ulrich Drepper <drepper@gmail.com>
52381 * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
52382 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
52384 * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
52385 * posix/tst-rfc3484-2.c: Likewise.
52386 * posix/tst-rfc3484-3.c: Likewise.
52388 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
52390 * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
52392 * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
52393 process_vm_writev from libc using GLIBC_2.15 version.
52395 * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
52397 2011-10-31 Paul Pluzhnikov <ppluzhnikov@google.com>
52399 * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
52402 2011-10-31 Ulrich Drepper <drepper@gmail.com>
52405 * nss/getent.c (initgroups_keys): Show error message in case no group
52408 * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
52409 * inet/check_pf.c: Provide dummy versions of __free_in6ai and
52410 __bump_nl_timestamp.
52411 * nscd/connections (nscd_init): When host database is served open
52412 netlink socket and request notification about configuration changes.
52413 (main_loop_poll): Track netlink file descriptor and bump timestamp
52414 in case data becomes available.
52415 (main_loop_epoll): Likewise.
52416 * nscd/nscd-client.h (DB_VERSION): Bump to 2.
52417 (database_pers_head): Add extra_data fileds.
52418 Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
52419 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
52420 * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
52422 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
52423 in6ai data, call __free_in6ai.
52424 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
52425 Add -DHAVE_NETLINK.
52426 * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite. Cache the
52427 interface information. Reuse previous data if netlink timestamp
52429 (__bump_nl_timestamp): New function.
52430 (__free_in6ai): New function.
52432 2011-10-30 Ulrich Drepper <drepper@gmail.com>
52434 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
52435 close_not_cancel_no_status here.
52436 (__check_pf): Reorganize code a bit to not call close twice if OOM.
52438 2011-10-29 Ulrich Drepper <drepper@gmail.com>
52441 * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
52444 * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
52445 * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
52446 asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
52448 2011-07-03 Andreas Jaeger <aj@suse.de>
52451 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
52452 of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
52453 * math/libm-test.inc (sin_test): Add test case.
52455 2011-10-29 Ulrich Drepper <drepper@gmail.com>
52458 * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
52459 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52461 * elf/chroot_canon.c (chroot_canon): Cleanups.
52463 * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
52466 * elf/chroot_canon.c (chroot_canon): Fix readlink call.
52467 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52469 * string/test-strchr.c: Make usable for strchrnul testing.
52470 * string/test-strchrnul.c: New file.
52471 * string/Makefile (strop-tests): Add strchrnul.
52473 * po/it.po: Update from translation team.
52474 * po/es.po: Likewise.
52476 2011-10-28 Ulrich Drepper <drepper@gmail.com>
52478 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
52479 the three constants needed as parameters. Drop the others.
52480 (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
52481 __m128i_strloadu_tolower.
52482 Create and initialize variable zero and use it in all the places
52483 where _mm_setzero_si128 was used.
52485 * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
52486 doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
52487 mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
52488 * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
52490 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
52491 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
52492 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
52493 __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
52494 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
52495 __mpranred, __mptan.
52496 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
52497 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
52498 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
52499 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
52500 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
52501 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
52502 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
52503 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
52504 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
52506 2011-10-28 Andreas Schwab <schwab@redhat.com>
52508 * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
52509 redefine if SHARED.
52510 * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
52512 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
52513 wide char related routines to wcsmbs subdir.
52515 2011-10-27 Andreas Schwab <schwab@redhat.com>
52518 * misc/sys/cdefs.h (__THROWNL): Define.
52519 * posix/unistd.h: Use __THREADNL instead of __THREAD
52520 for memory synchronization functions.
52522 2011-10-26 Roland McGrath <roland@hack.frob.com>
52525 * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
52527 * manual/stdio.texi (Obstack Streams): Node removed.
52529 2011-10-26 Andreas Schwab <schwab@redhat.com>
52531 * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
52532 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52533 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52535 * math/math_private.h (math_force_eval): Allow non-addressable
52537 * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
52539 2011-10-25 Ulrich Drepper <drepper@gmail.com>
52541 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
52542 file is not needed.
52544 * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
52545 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
52546 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
52547 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
52548 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
52549 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
52550 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
52551 * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
52553 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
52554 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
52555 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
52556 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
52557 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
52558 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
52559 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
52560 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
52561 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
52562 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
52563 * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
52564 * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
52565 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
52566 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
52567 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
52568 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
52569 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
52570 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
52571 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
52573 * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
52574 all the time. Define bit_AVX. Define HAS_* macros using bit_* macros.
52576 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
52577 place. Use VEX encoding when compiling for AVX.
52579 2011-10-25 Andreas Schwab <schwab@redhat.com>
52581 * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
52582 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
52584 * string/test-strchr.c (do_test): Don't generate NUL bytes.
52586 2011-10-25 Ulrich Drepper <drepper@gmail.com>
52588 * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
52589 useless if() expression.
52590 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52591 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
52592 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
52593 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52594 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
52595 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52596 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52597 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52598 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
52599 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52600 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52601 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52602 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
52603 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52604 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
52605 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52606 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52607 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52608 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
52610 * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
52612 2011-10-25 Andreas Schwab <schwab@redhat.com>
52614 * elf/dl-deps.c (_dl_map_object_deps): Remove always true
52616 * elf/dl-fini.c (_dl_sort_fini): Likewise.
52618 2011-10-25 Ulrich Drepper <drepper@gmail.com>
52620 * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
52621 .text section. Avoid duplicate constants.
52622 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
52623 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52624 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52625 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52626 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52627 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52628 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52629 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52630 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
52631 * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
52632 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
52633 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
52634 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
52635 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
52636 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
52637 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
52638 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
52639 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
52640 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
52641 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52642 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
52643 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
52644 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
52645 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
52646 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
52647 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
52648 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
52649 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
52650 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
52651 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
52652 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
52653 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
52654 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
52655 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
52656 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
52657 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
52658 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
52659 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
52660 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
52661 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
52662 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
52663 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
52664 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
52665 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
52666 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
52668 2011-10-24 Ulrich Drepper <drepper@gmail.com>
52670 * sysdeps/x86_64/dla.h: Move to ...
52671 * sysdeps/x86_64/fpu/dla.h: ...here.
52672 (DLA_FMS): Some compilers fail to inline __builtin_fma in some
52673 situations. Use __builtin_fma only for gcc 4.6 and up.
52675 * config.make.in: Add have-mfma4 entry.
52676 * configure.in: Substitute libc_cv_cc_fma4.
52677 * math/Makefile (dbl-only-routines): Add sincostab.
52678 * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
52679 Use __sincostab not sincos.
52680 * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
52682 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52683 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52684 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52685 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise. Define singArctan2
52687 * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr. Don't define
52688 __cr and __cpymn. Define __cpy unless NO___CPY is defined. Define
52689 norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
52690 * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
52692 * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
52693 * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
52695 * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos. Don't
52696 define aliases when function name is a macro.
52697 * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
52698 sysdeps/ieee754/dbl-64/sincos.tbl.
52699 * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
52700 fma4-enabled routines.
52701 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
52702 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
52703 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
52704 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
52705 * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
52706 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
52707 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
52708 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
52709 * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
52710 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
52711 * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
52712 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
52713 * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
52714 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
52715 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
52716 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
52717 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
52718 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
52719 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
52720 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
52721 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
52722 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
52723 * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
52724 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
52725 * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
52726 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
52727 * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
52728 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
52729 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
52730 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
52732 * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
52734 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52735 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52736 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52737 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52738 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52739 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52740 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52741 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52743 2011-10-24 Andreas Schwab <schwab@redhat.com>
52745 * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
52747 2011-10-23 Ulrich Drepper <drepper@gmail.com>
52749 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
52751 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
52753 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
52755 * string/strnlen.c: Don't define STRNLEN, reverse logic.
52756 Remove unused variable magic_bits.
52757 * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
52759 * string/strnlen.c: Define and use STRNLEN macro.
52760 * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
52761 Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
52762 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
52763 * wcsmbs/wcslen.c: Define and use WCSLEN.
52764 * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
52765 * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
52766 * sysdeps/i386/i686/multiarch/strnlen.S: New file.
52767 * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
52768 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
52769 * sysdeps/i386/i686/multiarch/wcslen.S: New file.
52770 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
52772 2011-10-20 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
52774 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52775 strnlen-sse2-no-bsf.
52776 Rename strlen-no-bsf to strlen-sse2-no-bsf.
52777 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
52778 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
52779 Add strnlen support.
52780 (USE_AS_STRNLEN): New macro.
52781 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
52782 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
52783 Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
52784 * sysdeps/x86_64/wcslen.S: New file.
52786 2011-10-20 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
52788 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
52789 XMM-moves are used for copying on small sizes.
52791 2011-10-19 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
52793 * wcsmbs/Makefile (strop-tests): Add wcschr.
52794 * wcsmbs/test-wcschr.c: New file.
52795 * string/test-strchr.c: Update.
52796 Add wcschr support.
52799 2011-10-18 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
52801 * wcsmbs/Makefile (strop-tests): Add wcslen.
52802 * wcsmbs/test-wcslen.c: New file.
52803 * string/test-strlen.c: Update.
52804 Add wcslen support.
52807 2011-10-23 Ulrich Drepper <drepper@gmail.com>
52809 * po/it.po: Update from translation team.
52811 2011-09-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
52813 * sysdeps/x86_64/wcscmp.S: Update.
52814 Fix wrong comparison semantics.
52815 wcscmp shall use signed comparison not unsigned.
52816 Don't use substraction to avoid overflow bug.
52817 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
52818 * wcsmbc/wcscmp.c: Likewise.
52819 * string/test-strcmp.c: Likewise.
52820 Add new tests to check cases with negative values.
52822 2011-10-23 Ulrich Drepper <drepper@gmail.com>
52824 * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
52825 * sysdeps/x86_64/dla.h: ...here. New file.
52826 * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
52827 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52828 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52829 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52830 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52831 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
52832 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52833 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52834 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52836 2011-10-23 Andreas Schwab <schwab@linux-m68k.org>
52838 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
52839 __ynl_finite aliases.
52841 2011-10-22 Ulrich Drepper <drepper@gmail.com>
52843 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
52845 * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
52847 [DLA_FMA] (EMULV): Use DLA_FMA.
52848 [DLA_FMA] (MUL12): Use EMULV.
52849 * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
52850 that are not needed.
52851 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52852 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52853 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52854 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52855 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52856 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52857 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52859 2011-10-22 Andreas Schwab <schwab@linux-m68k.org>
52861 * math/s_nan.c: Undef __nan.
52862 * math/s_nanf.c: Undef __nanf.
52863 * math/s_nanl.c: Undef __nanl.
52864 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
52867 2011-10-22 Ulrich Drepper <drepper@gmail.com>
52869 * math/s_catan.c: Add branch predictions.
52870 * math/s_catanf.c: Likewise.
52871 * math/s_catanh.c: Likewise.
52872 * math/s_catanhf.c: Likewise.
52873 * math/s_catanhl.c: Likewise.
52874 * math/s_catanl.c: Likewise.
52875 * math/s_cexp.c: Likewise.
52876 * math/s_cexpf.c: Likewise.
52877 * math/s_cexpl.c: Likewise.
52878 * math/s_clog.c: Likewise.
52879 * math/s_clog10.c: Likewise.
52880 * math/s_clog10f.c: Likewise.
52881 * math/s_clog10l.c: Likewise.
52882 * math/s_clogf.c: Likewise.
52883 * math/s_clogl.c: Likewise.
52884 * math/s_csqrt.c: Likewise.
52885 * math/s_csqrtf.c: Likewise.
52886 * math/s_csqrtl.c: Likewise.
52887 * math/s_ctanf.c: Likewise.
52888 * math/s_ctanh.c: Likewise.
52889 * math/s_ctanhf.c: Likewise.
52890 * math/s_ctanhl.c: Likewise.
52891 * math/s_ctanl.c: Likewise.
52893 * math/math_private.h: Define __nan, __nanf, __nanl.
52894 * math/s_cacosh.c: Include <math_private.h>.
52895 * math/s_cacoshl.c: Likewise.
52896 * math/s_casinh.c: Likewise.
52897 * math/s_casinhf.c: Likewise.
52898 * math/s_casinhl.c: Likewise.
52899 * math/s_ccos.c: Rely entire on ccosh.
52900 * math/s_ccosf.c: Rely entire on ccoshf.
52901 * math/s_ccosl.c: Rely entirely on ccoshl.
52902 * math/s_ccosh.c: Add branch predicion helpers. Add branch prediction.
52903 Remove tests for FE_INVALID.
52904 * math/s_ccoshf.c: Likewise.
52905 * math/s_ccoshl.c: Likewise.
52906 * math/s_csin.c: Likewise.
52907 * math/s_csinf.c: Likewise.
52908 * math/s_csinh.c Likewise.
52909 * math/s_csinhf.c: Likewise.
52910 * math/s_csinhl.c: Likewise.
52911 * math/s_csinl.c: Likewise.
52912 * math/s_ctan.c: Likewise.
52913 * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
52914 * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
52915 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
52917 2011-10-21 Ulrich Drepper <drepper@gmail.com>
52919 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
52920 compilation problems.
52922 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
52925 2011-10-20 Ulrich Drepper <drepper@gmail.com>
52927 * sysdeps/i386/configure.in: Test for -mfma4 option.
52928 * config.h.in: Add HAVE_FMA4_SUPPORT entry.
52929 * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
52930 COMMON_CPUID_INDEX_80000001.
52931 * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
52932 * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
52933 use it if FMA3 is not supported.
52934 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
52936 * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
52937 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
52939 2011-10-20 Andreas Schwab <schwab@redhat.com>
52942 * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
52943 it would create a cycle with a link time dependency.
52945 2011-10-19 Ulrich Drepper <drepper@gmail.com>
52947 * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
52949 * string/Makefile (strop-tests): Add rawmemchr.
52950 * string/test-rawmemchr.c: New file.
52952 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
52953 * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file. Split out from...
52954 * sysdeps/x86_64/multiarch/strcmp.S: ...here. Include strcmp-sse42.S
52955 when compiling str{,n}casecmp and when AVX is available. Hook up
52956 new optimized code in initializers.
52958 2011-10-19 Andreas Schwab <schwab@redhat.com>
52960 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
52961 __feraiseexcept instead of feraiseexcept.
52963 2011-10-18 Ulrich Drepper <drepper@gmail.com>
52965 * math/math_private.h: Define defaults for libc_fetestexcept and
52967 * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
52968 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
52969 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
52970 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
52971 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
52972 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
52973 libc_fetestexcept and libc_feupdateenv.
52975 * math/math_private.h: Define defaults for libc_feholdexcept_setround,
52976 libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
52977 * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
52978 * sysdeps/x86_64/fpu/math_private.h: Define special version of
52979 libc_feholdexcept_setround.
52981 * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
52982 Add s_nearbyint-c and s_nearbyintf-c.
52983 * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
52984 nearbyintf inlines.
52985 * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
52986 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
52987 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
52988 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
52990 * math/math_private.h: Define defaults for libc_fegetround,
52991 libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
52992 libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
52993 libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
52994 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
52995 libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
52996 standard functions.
52997 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
52998 Remove comments and hacks for old compiler versions.
52999 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
53000 libc_fegetround, libc_fesetround, libc_feholdexcept, and
53001 libc_feholdexceptl.
53003 2011-10-18 Andreas Schwab <schwab@redhat.com>
53005 * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
53006 (__feraiseexcept_renamed): Add __NTH.
53007 (feraiseexcept): Add __NTH. Rename local variables to fix
53008 namespace violations.
53010 2011-10-17 Ulrich Drepper <drepper@gmail.com>
53012 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
53014 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
53016 * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
53017 recently added interfaces.
53018 * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
53020 * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
53021 about macro parameter expansion.
53023 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
53024 __NO_MATH_INLINES is defined. Cleanups.
53026 * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
53027 and __floorf is target has SSE4.1.
53028 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
53029 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
53030 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
53031 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
53033 * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
53035 (floorf): Likewise.
53037 * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
53039 2011-10-17 Andreas Schwab <schwab@redhat.com>
53041 * misc/sys/cdefs.h: Fix last change.
53043 * grp/initgroups.c (internal_getgrouplist): Fix initgroups
53046 2011-10-16 Ulrich Drepper <drepper@gmail.com>
53048 * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
53050 * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
53051 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
53052 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
53053 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
53054 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
53055 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
53056 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
53057 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
53058 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
53059 * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
53060 * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
53061 * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
53062 * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
53063 * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
53064 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
53065 * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
53066 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
53067 * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
53068 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
53069 * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
53070 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
53071 * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
53073 * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
53074 ceil, ceilf, floor, floorf.
53076 * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
53077 Perform IRELATIVE relocations last.
53079 * elf/do-rel.h: Add another parameter nrelative, replacing the
53080 local variable with the same name. Change name of the function
53081 to end in Rel or Rela (uppercase).
53082 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
53083 nrelative to ranges. Only nonzero for DT_REL/DT_RELA. Pass to the
53084 elf_dynamic_do_##reloc function.
53086 2011-10-15 Ulrich Drepper <drepper@gmail.com>
53088 * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
53089 is sufficient, at least on modern CPUs.
53091 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
53093 * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
53094 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
53096 * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
53098 * math/bits/math-finite.h: Add entries for exp.
53099 * math/e_expl.c: Add __*_finite alias.
53100 * sysdeps/i386/fpu/e_exp.S: Likewise.
53101 * sysdeps/i386/fpu/e_expf.S: Likewise.
53102 * sysdeps/i386/fpu/e_expl.c: Likewise.
53103 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
53104 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
53105 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
53106 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
53107 * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
53108 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
53109 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
53111 * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
53112 is sufficient, at least on modern CPUs.
53114 * ctype/ctype-info.c (__ctype_init): Define.
53115 * include/ctype.h (__ctype_init): Declare.
53116 (__ctype_b_loc): The variable is always initialized.
53117 (__ctype_toupper_loc): Likewise.
53118 (__ctype_tolower_loc): Likewise.
53119 * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
53120 * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
53122 2011-10-15 Andreas Schwab <schwab@linux-m68k.org>
53124 * wcsmbs/wmemcmp.c (WMEMCMP): Define.
53126 * configure.in: Also look in $cxxmachine/include for C++ system
53129 2011-09-27 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
53131 * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
53132 memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
53133 * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
53134 * sysdeps/x86_64/multiarch/memcmp.S: Update. Add __memcmp_ssse3.
53135 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
53136 (USE_AS_WMEMCMP): New macro.
53138 * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
53139 * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
53140 * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
53141 * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
53142 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53143 wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
53144 * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
53145 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
53146 * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
53147 * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
53148 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
53149 (USE_AS_WMEMCMP): New macro.
53150 * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
53151 * sysdeps/string/test-memcmp.c: Update.
53152 Fix simple_wmemcmp.
53154 * wcsmbs/wmemcmp.c: Update.
53155 (WMEMCMP): New macro.
53158 2011-10-12 Andreas Jaeger <aj@suse.de>
53161 * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
53163 2011-10-15 Ulrich Drepper <drepper@gmail.com>
53165 * libio/iofwide.c (do_length): Avoid warning.
53167 * ctype/ctype.h (__isctype_f): Add missing __THROW.
53169 2011-10-14 Ulrich Drepper <drepper@gmail.com>
53171 * elf/pldd-xx.c (find_maps): Remove leftover debug message.
53173 * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
53174 * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
53175 * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
53176 * sysdeps/i386/i686/fpu/e_log.S: New file.
53177 * sysdeps/i386/i686/fpu/e_logf.S: New file.
53178 * sysdeps/i386/i686/fpu/e_logl.S: New file.
53180 * ctype/ctype.h: Add support for inlined isXXX functions when
53181 compiling C++ code.
53183 2011-10-14 Andreas Schwab <schwab@redhat.com>
53185 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53187 * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
53189 2011-10-13 Roland McGrath <roland@hack.frob.com>
53192 * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
53194 2011-10-13 Andreas Schwab <schwab@redhat.com>
53196 * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
53197 * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
53200 * sysdeps/x86_64/memrchr.S: Check for zero size.
53202 * string/stratcliff.c: Add memrchr tests.
53204 2011-10-12 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
53206 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53207 memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
53208 rawmemchr-sse2 rawmemchr-sse2-bsf.
53209 * sysdeps/i386/i686/multiarch/memchr.S: New file.
53210 * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
53211 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
53212 * sysdeps/i386/i686/multiarch/memrchr.S: New file.
53213 * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
53214 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
53215 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
53216 * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
53217 * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
53218 * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
53219 * string/memrchr.c (MEMRCHR): New macro.
53221 2011-10-12 Ulrich Drepper <drepper@gmail.com>
53223 Add integration with gcc's -ffinite-math-only and optimize wrapper
53225 * Versions.def: Define GLIBC_2.15 version for libm.
53226 * math/Makefile (headers): Add bits/math-finite.h.
53227 * math/bits/math-finite.h: New file.
53228 * sysdeps/ia64/fpu/bits/math-finite.h: New file.
53229 * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
53230 * math/e_acoshl.c: Add __*_finite alias.
53231 * math/e_acosl.c: Likewise.
53232 * math/e_asinl.c: Likewise.
53233 * math/e_atan2l.c: Likewise.
53234 * math/e_atanhl.c: Likewise.
53235 * math/e_coshl.c: Likewise.
53236 * math/e_exp10.c: Likewise.
53237 * math/e_exp10f.c: Likewise.
53238 * math/e_exp10l.c: Likewise.
53239 * math/e_exp2l.c: Likewise.
53240 * math/e_fmodl.c: Likewise.
53241 * math/e_gammal_r.c: Likewise.
53242 * math/e_hypotl.c: Likewise.
53243 * math/e_j0l.c: Likewise.
53244 * math/e_j1l.c: Likewise.
53245 * math/e_jnl.c: Likewise.
53246 * math/e_lgammal_r.c: Likewise.
53247 * math/e_log10l.c: Likewise.
53248 * math/e_log2l.c: Likewise.
53249 * math/e_logl.c: Likewise.
53250 * math/e_powl.c: Likewise.
53251 * math/e_sinhl.c: Likewise.
53252 * math/e_sqrtl.c: Likewise.
53253 * math/e_scalb.c: Completely rewritten and optimized.
53254 * math/e_scalbf.c: Likewise.
53255 * math/e_scalbl.c: Likewise.
53256 * math/w_acos.c: Likewise.
53257 * math/w_acosf.c: Likewise.
53258 * math/w_acosl.c: Likewise.
53259 * math/w_acosh.c: Likewise.
53260 * math/w_acoshf.c: Likewise.
53261 * math/w_acoshl.c: Likewise.
53262 * math/w_asin.c: Likewise.
53263 * math/w_asinf.c: Likewise.
53264 * math/w_asinl.c: Likewise.
53265 * math/w_atan2.c: Likewise.
53266 * math/w_atan2f.c: Likewise.
53267 * math/w_atan2l.c: Likewise.
53268 * math/w_atanh.c: Likewise.
53269 * math/w_atanhf.c: Likewise.
53270 * math/w_atanhl.c: Likewise.
53271 * math/w_exp10.c: Likewise.
53272 * math/w_exp10f.c: Likewise.
53273 * math/w_exp10l.c: Likewise.
53274 * math/w_fmod.c: Likewise.
53275 * math/w_fmodf.c: Likewise.
53276 * math/w_fmodl.c: Likewise.
53277 * math/w_j0.c: Likewise.
53278 * math/w_j0f.c: Likewise.
53279 * math/w_j0l.c: Likewise.
53280 * math/w_j1.c: Likewise.
53281 * math/w_j1f.c: Likewise.
53282 * math/w_j1l.c: Likewise.
53283 * math/w_jn.c: Likewise.
53284 * math/w_jnf.c: Likewise.
53285 * math/w_log.c: Likewise.
53286 * math/w_logf.c: Likewise.
53287 * math/w_logl.c: Likewise.
53288 * math/w_log10.c: Likewise.
53289 * math/w_log10f.c: Likewise.
53290 * math/w_log10l.c: Likewise.
53291 * math/w_log2.c: Likewise.
53292 * math/w_log2f.c: Likewise.
53293 * math/w_log2l.c: Likewise.
53294 * math/w_pow.c: Likewise.
53295 * math/w_powf.c: Likewise.
53296 * math/w_powl.c: Likewise.
53297 * math/w_remainder.c: Likewise.
53298 * math/w_remainderf.c: Likewise.
53299 * math/w_remainderl.c: Likewise.
53300 * math/w_scalb.c: Likewise.
53301 * math/w_scalbf.c: Likewise.
53302 * math/w_scalbl.c: Likewise.
53303 * math/w_sqrt.c: Likewise.
53304 * math/w_sqrtf.c: Likewise.
53305 * math/w_sqrtl.c: Likewise.
53306 * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
53307 are declared. Include <bits/math-finite.h> if -ffinite-math-only is
53309 * math/math_private.h: Declare __kernel_standard_f.
53310 * math/w_cosh.c: Remove cruft and optimize a bit.
53311 * math/w_coshf.c: Likewise.
53312 * math/w_coshl.c: Likewise.
53313 * math/w_exp2.c: Likewise.
53314 * math/w_exp2f.c: Likewise.
53315 * math/w_exp2l.c: Likewise.
53316 * math/w_hypot.c: Likewise.
53317 * math/w_hypotf.c: Likewise.
53318 * math/w_hypotl.c: Likewise.
53319 * math/w_lgamma.c: Likewise.
53320 * math/w_lgamma_r.c: Likewise.
53321 * math/w_lgammaf.c: Likewise.
53322 * math/w_lgammaf_r.c: Likewise.
53323 * math/w_lgammal.c: Likewise.
53324 * math/w_lgammal_r.c: Likewise.
53325 * math/w_sinh.c: Likewise.
53326 * math/w_sinhf.c: Likewise.
53327 * math/w_sinhl.c: Likewise.
53328 * math/w_tgamma.c: Likewise.
53329 * math/w_tgammaf.c: Likewise.
53330 * math/w_tgammal.c: Likewise.
53331 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
53332 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
53333 * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
53334 Minor optimizations. Pretty printing. Remove cruft.
53335 * sysdeps/i386/fpu/e_acosf.S: Likewise.
53336 * sysdeps/i386/fpu/e_acosh.S: Likewise.
53337 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
53338 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
53339 * sysdeps/i386/fpu/e_acosl.c: Likewise.
53340 * sysdeps/i386/fpu/e_asin.S: Likewise.
53341 * sysdeps/i386/fpu/e_asinf.S: Likewise.
53342 * sysdeps/i386/fpu/e_atan2.S: Likewise.
53343 * sysdeps/i386/fpu/e_atan2f.S: Likewise.
53344 * sysdeps/i386/fpu/e_atan2l.c: Likewise.
53345 * sysdeps/i386/fpu/e_atanh.S: Likewise.
53346 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
53347 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
53348 * sysdeps/i386/fpu/e_exp10.S: Likewise.
53349 * sysdeps/i386/fpu/e_exp10f.S: Likewise.
53350 * sysdeps/i386/fpu/e_exp10l.S: Likewise.
53351 * sysdeps/i386/fpu/e_exp2.S: Likewise.
53352 * sysdeps/i386/fpu/e_exp2f.S: Likewise.
53353 * sysdeps/i386/fpu/e_exp2l.S: Likewise.
53354 * sysdeps/i386/fpu/e_fmod.S: Likewise.
53355 * sysdeps/i386/fpu/e_fmodf.S: Likewise.
53356 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
53357 * sysdeps/i386/fpu/e_hypot.S: Likewise.
53358 * sysdeps/i386/fpu/e_hypotf.S: Likewise.
53359 * sysdeps/i386/fpu/e_log.S: Likewise.
53360 * sysdeps/i386/fpu/e_log10.S: Likewise.
53361 * sysdeps/i386/fpu/e_log10f.S: Likewise.
53362 * sysdeps/i386/fpu/e_log10l.S: Likewise.
53363 * sysdeps/i386/fpu/e_log2.S: Likewise.
53364 * sysdeps/i386/fpu/e_log2f.S: Likewise.
53365 * sysdeps/i386/fpu/e_log2l.S: Likewise.
53366 * sysdeps/i386/fpu/e_logf.S: Likewise.
53367 * sysdeps/i386/fpu/e_logl.S: Likewise.
53368 * sysdeps/i386/fpu/e_pow.S: Likewise.
53369 * sysdeps/i386/fpu/e_powf.S: Likewise.
53370 * sysdeps/i386/fpu/e_powl.S: Likewise.
53371 * sysdeps/i386/fpu/e_remainder.S: Likewise.
53372 * sysdeps/i386/fpu/e_remainderf.S: Likewise.
53373 * sysdeps/i386/fpu/e_remainderl.S: Likewise.
53374 * sysdeps/i386/fpu/e_scalb.S: Likewise.
53375 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
53376 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
53377 * sysdeps/i386/fpu/e_sqrt.S: Likewise.
53378 * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
53379 * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
53380 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
53381 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
53382 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53383 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
53384 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
53385 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
53386 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
53387 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
53388 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
53389 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
53390 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
53391 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
53392 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53393 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
53394 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
53395 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53396 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
53397 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
53398 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
53399 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53400 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
53401 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
53402 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
53403 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
53404 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
53405 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
53406 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
53407 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
53408 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
53409 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
53410 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
53411 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
53412 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
53413 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
53414 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
53415 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
53416 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
53417 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
53418 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
53419 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
53420 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
53421 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
53422 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
53423 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
53424 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
53425 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
53426 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
53427 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
53428 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
53429 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
53430 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
53431 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
53432 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
53433 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
53434 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
53435 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
53436 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
53437 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
53438 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
53439 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
53440 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
53441 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
53442 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
53443 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
53444 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
53445 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
53446 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
53447 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
53448 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
53449 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
53450 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
53451 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
53452 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
53453 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
53454 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
53455 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
53456 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
53457 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
53458 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
53459 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
53460 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
53461 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
53462 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
53463 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
53464 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
53465 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
53466 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
53467 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
53468 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
53469 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
53470 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
53471 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
53472 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
53473 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
53474 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
53475 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
53476 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
53477 * sysdeps/s390/fpu/e_sqrt.c: Likewise.
53478 * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
53479 * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
53480 * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
53481 * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
53482 * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
53483 * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
53484 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
53485 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
53486 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
53487 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
53488 * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
53489 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
53490 * sysdeps/x86_64/fpu/e_sqrt.c: Likewise. Fix parameter order
53491 * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
53492 * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
53493 (__isnanf): Likewise.
53494 (__isinf_ns): Likewise.
53495 (__isinf_nsf): Likewise.
53496 (__finite): Likewise.
53497 (__finitef): Likewise.
53498 (__ieee754_sqrt): Define as macro.
53499 (__ieee754_sqrtf): Define as macro.
53500 (__ieee754_sqrtl): Define as macro.
53501 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
53503 * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
53504 __FINITE_MATH_ONLY__ consistent.
53505 * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
53507 2011-10-10 Andreas Schwab <schwab@linux-m68k.org>
53509 * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
53512 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
53514 2011-10-09 Ulrich Drepper <drepper@gmail.com>
53516 * po/ja.po: Update from translation team.
53518 2011-10-08 Roland McGrath <roland@hack.frob.com>
53520 * locale/programs/locarchive.c (prepare_address_space): New function.
53521 (create_archive, enlarge_archive, open_archive): Use it.
53523 * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
53524 inside [SHARED], where it is used.
53526 * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
53528 * nss/getent.c (netgroup_keys): Remove unused variable.
53529 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
53531 2011-10-08 Ulrich Drepper <drepper@gmail.com>
53533 * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
53534 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
53535 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
53536 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
53537 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
53538 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
53539 * math/Makefile (libm-calls): Add s_isinf_ns.
53540 * math/divtc3.c: Use __isinf_nsl instead of isinf.
53541 * math/multc3.c: Likewise.
53542 * math/s_casin.c: Likewise.
53543 * math/s_casinf.c: Likewise.
53544 * math/s_casinl.c: Likewise.
53545 * math/s_ccos.c: Likewise.
53546 * math/s_ccosf.c: Likewise.
53547 * math/s_ccosl.c: Likewise.
53548 * math/s_ctan.c: Likewise.
53549 * math/s_ctanf.c: Likewise.
53550 * math/s_ctanh.c: Likewise.
53551 * math/s_ctanhf.c: Likewise.
53552 * math/s_ctanhl.c: Likewise.
53553 * math/s_ctanl.c: Likewise.
53554 * math/w_fmod.c: Likewise.
53555 * math/w_fmodf.c: Likewise.
53556 * math/w_fmodl.c: Likewise.
53557 * math/w_remainder.c: Likewise.
53558 * math/w_remainderf.c: Likewise.
53559 * math/w_remainderl.c: Likewise.
53560 * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
53561 * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
53562 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
53563 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
53564 * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
53565 * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
53566 * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
53567 __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
53569 * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
53571 * stdio-common/printf_fphex.c: Likewise.
53572 * stdio-common/printf_size.c: Likewise.
53574 * math/e_exp10.c: Include math_private.h using <...> not "...".
53575 * math/e_exp10f.c: Likewise.
53576 * math/e_exp10l.c: Likewise.
53577 * math/e_exp2l.c: Likewise.
53578 * math/e_j0l.c: Likewise.
53579 * math/e_j1l.c: Likewise.
53580 * math/e_jnl.c: Likewise.
53581 * math/e_lgammal_r.c: Likewise.
53582 * math/e_rem_pio2l.c: Likewise.
53583 * math/e_scalb.c: Likewise.
53584 * math/e_scalbf.c: Likewise.
53585 * math/e_scalbl.c: Likewise.
53586 * math/k_cosl.c: Likewise.
53587 * math/k_sinl.c: Likewise.
53588 * math/k_tanl.c: Likewise.
53589 * math/s_cacoshf.c: Likewise.
53590 * math/s_catan.c: Likewise.
53591 * math/s_catanf.c: Likewise.
53592 * math/s_catanh.c: Likewise.
53593 * math/s_catanhf.c: Likewise.
53594 * math/s_catanhl.c: Likewise.
53595 * math/s_catanl.c: Likewise.
53596 * math/s_ccosh.c: Likewise.
53597 * math/s_ccoshf.c: Likewise.
53598 * math/s_ccoshl.c: Likewise.
53599 * math/s_cexp.c: Likewise.
53600 * math/s_cexpf.c: Likewise.
53601 * math/s_cexpl.c: Likewise.
53602 * math/s_clog.c: Likewise.
53603 * math/s_clog10.c: Likewise.
53604 * math/s_clog10f.c: Likewise.
53605 * math/s_clog10l.c: Likewise.
53606 * math/s_clogf.c: Likewise.
53607 * math/s_clogl.c: Likewise.
53608 * math/s_csin.c: Likewise.
53609 * math/s_csinf.c: Likewise.
53610 * math/s_csinh.c: Likewise.
53611 * math/s_csinhf.c: Likewise.
53612 * math/s_csinhl.c: Likewise.
53613 * math/s_csinl.c: Likewise.
53614 * math/s_csqrt.c: Likewise.
53615 * math/s_csqrtf.c: Likewise.
53616 * math/s_csqrtl.c: Likewise.
53617 * math/s_ctan.c: Likewise.
53618 * math/s_ctanf.c: Likewise.
53619 * math/s_ctanh.c: Likewise.
53620 * math/s_ctanhf.c: Likewise.
53621 * math/s_ctanhl.c: Likewise.
53622 * math/s_ctanl.c: Likewise.
53623 * math/s_ldexp.c: Likewise.
53624 * math/s_ldexpf.c: Likewise.
53625 * math/s_ldexpl.c: Likewise.
53626 * math/s_significand.c: Likewise.
53627 * math/s_significandf.c: Likewise.
53628 * math/s_significandl.c: Likewise.
53629 * math/w_acos.c: Likewise.
53630 * math/w_acosf.c: Likewise.
53631 * math/w_acosh.c: Likewise.
53632 * math/w_acoshf.c: Likewise.
53633 * math/w_acoshl.c: Likewise.
53634 * math/w_acosl.c: Likewise.
53635 * math/w_asin.c: Likewise.
53636 * math/w_asinf.c: Likewise.
53637 * math/w_asinl.c: Likewise.
53638 * math/w_atan2.c: Likewise.
53639 * math/w_atan2f.c: Likewise.
53640 * math/w_atan2l.c: Likewise.
53641 * math/w_atanh.c: Likewise.
53642 * math/w_atanhf.c: Likewise.
53643 * math/w_atanhl.c: Likewise.
53644 * math/w_cosh.c: Likewise.
53645 * math/w_coshf.c: Likewise.
53646 * math/w_coshl.c: Likewise.
53647 * math/w_dremf.c: Likewise.
53648 * math/w_exp10.c: Likewise.
53649 * math/w_exp10f.c: Likewise.
53650 * math/w_exp10l.c: Likewise.
53651 * math/w_exp2.c: Likewise.
53652 * math/w_exp2f.c: Likewise.
53653 * math/w_fmod.c: Likewise.
53654 * math/w_fmodf.c: Likewise.
53655 * math/w_fmodl.c: Likewise.
53656 * math/w_hypot.c: Likewise.
53657 * math/w_hypotf.c: Likewise.
53658 * math/w_hypotl.c: Likewise.
53659 * math/w_j0.c: Likewise.
53660 * math/w_j0f.c: Likewise.
53661 * math/w_j0l.c: Likewise.
53662 * math/w_j1.c: Likewise.
53663 * math/w_j1f.c: Likewise.
53664 * math/w_j1l.c: Likewise.
53665 * math/w_jn.c: Likewise.
53666 * math/w_jnf.c: Likewise.
53667 * math/w_jnl.c: Likewise.
53668 * math/w_lgamma.c: Likewise.
53669 * math/w_lgamma_r.c: Likewise.
53670 * math/w_lgammaf.c: Likewise.
53671 * math/w_lgammaf_r.c: Likewise.
53672 * math/w_lgammal.c: Likewise.
53673 * math/w_lgammal_r.c: Likewise.
53674 * math/w_log.c: Likewise.
53675 * math/w_log10.c: Likewise.
53676 * math/w_log10f.c: Likewise.
53677 * math/w_log10l.c: Likewise.
53678 * math/w_log2.c: Likewise.
53679 * math/w_log2f.c: Likewise.
53680 * math/w_log2l.c: Likewise.
53681 * math/w_logf.c: Likewise.
53682 * math/w_logl.c: Likewise.
53683 * math/w_pow.c: Likewise.
53684 * math/w_powf.c: Likewise.
53685 * math/w_powl.c: Likewise.
53686 * math/w_remainder.c: Likewise.
53687 * math/w_remainderf.c: Likewise.
53688 * math/w_remainderl.c: Likewise.
53689 * math/w_scalb.c: Likewise.
53690 * math/w_scalbf.c: Likewise.
53691 * math/w_scalbl.c: Likewise.
53692 * math/w_sinh.c: Likewise.
53693 * math/w_sinhf.c: Likewise.
53694 * math/w_sinhl.c: Likewise.
53695 * math/w_sqrt.c: Likewise.
53696 * math/w_sqrtf.c: Likewise.
53697 * math/w_sqrtl.c: Likewise.
53698 * math/w_tgamma.c: Likewise.
53699 * math/w_tgammaf.c: Likewise.
53700 * math/w_tgammal.c: Likewise.
53702 * po/ja.po: Update from translation team.
53704 2011-09-29 Andreas Jaeger <aj@suse.de>
53707 * sunrpc/netname.c (netname2host): Fix logic.
53711 * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
53713 * math/w_remainder.c (__remainder): Likewise.
53714 * math/w_remainderf.c (__remainderf): Likewise.
53715 * math/libm-test.inc (remainder_test): Add test cases.
53717 2011-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
53719 * stdlib/longlong.h: Update from GCC. Fix zarch smul_ppmm and
53722 2011-10-07 Ulrich Drepper <drepper@gmail.com>
53724 * string/test-memcmp.c: Avoid unncessary #defines.
53725 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
53727 2011-08-31 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
53729 * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
53730 Use new sse2 version for core i3 - i7 as it's faster
53731 than sse42 version.
53732 (bit_Prefer_PMINUB_for_stringop): New.
53733 * sysdeps/x86_64/rawmemchr.S: Update.
53734 Replace with faster SSE2 version.
53735 * sysdeps/x86_64/memrchr.S: New file.
53736 * sysdeps/x86_64/memchr.S: Update.
53737 Replace with faster SSE2 version.
53739 2011-09-12 Marek Polacek <mpolacek@redhat.com>
53741 * elf/dl-load.c (lose): Add cast to avoid warning.
53743 2011-10-07 Ulrich Drepper <drepper@gmail.com>
53745 * po/ca.po: Update from translation team.
53747 * inet/getnetgrent_r.c: Hook up nscd.
53748 * nscd/Makefile (routines): Add nscd_netgroup.
53749 (nscd-modules): Add netgroupcache.
53750 (CFLAGS-netgroupcache.c): Define.
53751 * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
53752 (cache_search): Add const to second parameter.
53753 * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
53755 (dbs): Add netgrdb entry.
53756 (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
53757 (verify_persistent_db): Handle netgrdb.
53758 (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
53759 * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
53761 (netgroup_response_header): Define.
53762 (innetgroup_response_header): Define.
53763 (datahead): Add netgroup_response_header and innetgroup_response_header
53765 * nscd/nscd.conf: Add entries for netgroup cache.
53766 * nscd/nscd.h (dbtype): Add netgrdb.
53767 (_PATH_NSCD_NETGROUP_DB): Define.
53768 (netgroup_iov_disabled): Declare.
53769 (xmalloc, xcalloc, xrealloc): Move declarations here.
53770 (cache_search): Adjust prototype.
53771 Add netgroup-related prototypes.
53772 * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
53773 * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
53774 (__nscd_innetgr): Declare.
53775 * nscd/selinux.c (perms): Use access_vector_t as element type and
53776 add netgroup-related initializers.
53777 * nscd/netgroupcache.c: New file.
53778 * nscd/nscd_netgroup.c: New file.
53779 * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
53780 * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
53781 For four parameters use innetgr.
53782 * nss/nss_files/files-init.c: Add definition and callback for netgr.
53783 * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
53784 (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
53785 * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
53787 * nscd/connections.c (register_traced_file): Don't register file
53788 for disabled databases.
53790 2011-10-06 Ulrich Drepper <drepper@gmail.com>
53792 * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
53794 * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
53795 from tree and freeing node.
53797 2011-09-25 Jiri Olsa <jolsa@redhat.com>
53799 * nss/nsswitch.c (__nss_database_lookup): Handle
53800 nss_parse_service_list out of memory case.
53802 2011-09-15 Jiri Olsa <jolsa@redhat.com>
53804 * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
53805 out of memory case.
53807 2011-10-04 Andreas Schwab <schwab@redhat.com>
53809 * include/dlfcn.h (__RTLD_NOIFUNC): Define.
53810 * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
53812 * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
53813 elf_machine_rela, elf_machine_lazy_rel.
53814 (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
53815 (ELF_DYNAMIC_DO_REL): Likewise.
53816 (ELF_DYNAMIC_DO_RELA): Likewise.
53817 (ELF_DYNAMIC_RELOCATE): Likewise.
53818 * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
53819 to ELF_DYNAMIC_DO_REL.
53820 * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
53821 (dl_main): In trace mode always set __RTLD_NOIFUNC.
53822 * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
53824 * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
53825 skip_ifunc, don't call ifunc function if non-zero.
53826 (elf_machine_rela): Likewise.
53827 (elf_machine_lazy_rel): Likewise.
53828 (elf_machine_lazy_rela): Likewise.
53829 * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
53830 (elf_machine_lazy_rel): Likewise.
53831 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
53833 (elf_machine_lazy_rel): Likewise.
53834 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53836 (elf_machine_lazy_rel): Likewise.
53837 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
53838 (elf_machine_lazy_rel): Likewise.
53839 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
53840 (elf_machine_lazy_rel): Likewise.
53841 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
53842 (elf_machine_lazy_rel): Likewise.
53843 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
53844 (elf_machine_lazy_rel): Likewise.
53845 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
53846 (elf_machine_lazy_rel): Likewise.
53847 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
53848 (elf_machine_lazy_rel): Likewise.
53850 2011-09-28 Ulrich Drepper <drepper@gmail.com>
53852 * nss/nss_files/files-init.c (_nss_files_init): Use static
53853 initialization for all the *_traced_file variables.
53855 2011-09-28 Andreas Schwab <schwab@redhat.com>
53857 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53859 2011-09-27 Roland McGrath <roland@hack.frob.com>
53862 * manual/signal.texi (Longjmp in Handler): Grammar fixes.
53864 2011-09-27 Andreas Schwab <schwab@redhat.com>
53866 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
53867 Reread the line before reparsing it.
53869 2011-09-26 Andreas Schwab <schwab@redhat.com>
53871 * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
53873 2011-09-21 Chung-Lin Tang <cltang@codesourcery.com>
53874 Maxim Kuvyrkov <maxim@codesourcery.com>
53875 Joseph Myers <joseph@codesourcery.com>
53877 * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
53878 if needed for __stack_chk_guard.
53880 2011-09-19 Roland McGrath <roland@hack.frob.com>
53882 * sysdeps/posix/spawni.c (script_execute): Always define it.
53883 It will be optimized away if unused.
53884 (maybe_script_execute): New function.
53885 (__spawni): Call it.
53887 * Makerules: Don't include tls.make.
53888 (config-tls): Always set to thread.
53889 * tls.make.c: File removed.
53891 2011-09-19 Mike Frysinger <vapier@gentoo.org>
53893 * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
53894 * config.make.in (CPPFLAGS-config): New substituted variable.
53896 2011-09-15 Ulrich Drepper <drepper@gmail.com>
53898 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
53901 * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
53902 Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
53904 2011-09-15 Roland McGrath <roland@hack.frob.com>
53906 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
53907 (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
53908 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53909 (CALL_FAIL): Likewise.
53910 * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
53911 (CALL_FAIL): Macro removed.
53912 Patch mostly by Mike Frysinger <vapier@gentoo.org>.
53914 2011-09-15 Ulrich Drepper <drepper@gmail.com>
53916 * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
53917 for __FINITE_MATH_ONLY__ == 1.
53919 2011-09-15 Andreas Schwab <schwab@redhat.com>
53921 * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
53922 __ieee754_sqrt instead of sqrt.
53923 * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
53924 __ieee754_sqrtf instead of sqrtf.
53925 * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
53926 __floorf instead of floorf.
53927 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
53928 __floorf, __truncf instead of floorf, truncf.
53930 2011-09-14 Ulrich Drepper <drepper@gmail.com>
53932 * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
53934 * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
53935 __extern_always_inline.
53936 Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
53939 2011-09-14 Andreas Schwab <schwab@redhat.com>
53941 * elf/rtld.c (dl_main): Also relocate in dependency order when
53942 doing symbol dependency testing.
53944 2011-09-13 Andreas Schwab <schwab@linux-m68k.org>
53946 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53947 Always define `refsym'.
53949 2011-09-13 Andreas Schwab <schwab@redhat.com>
53951 * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
53952 (__FD_ELT): Renamed from __FDELT.
53953 * misc/bits/select2.h (__FD_ELT): Likewise.
53954 * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
53955 __FD_MASK instead of __FDELT, __FDMASK.
53956 * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
53958 * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
53961 * elf/Makefile (gen-ldd): Fix pattern.
53963 * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
53964 (init_tls): Likewise.
53966 2011-09-12 Ulrich Drepper <drepper@gmail.com>
53968 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
53970 2011-09-12 Andreas Schwab <schwab@redhat.com>
53972 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
53973 `struct cmsghdr *' instead of `void *'.
53974 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
53977 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
53979 * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
53981 * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
53982 ldd_rewrite_script.
53984 2011-09-11 Ulrich Drepper <drepper@gmail.com>
53986 * configure.in: Remove --with-tls option.
53987 * config.h.in: Remove HAVE_TLS_SUPPORT entry.
53988 * sysdeps/i386/elf/configure.in: Always test for TLS support and err
53989 out in case it is missing.
53990 * sysdeps/ia64/elf/configure.in: Likewise.
53991 * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
53992 * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
53993 * sysdeps/s390/s390-32/elf/configure.in: Likewise.
53994 * sysdeps/s390/s390-64/elf/configure.in: Likewise.
53995 * sysdeps/sh/elf/configure.in: Likewise.
53996 * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
53997 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
53998 * sysdeps/x86_64/elf/configure.in: Likewise.
53999 * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
54000 * sysdeps/mach/hurd/tls.h: Likewise.
54003 * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
54006 * configure.in: Fix use of AC_INIT.
54008 * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
54010 2011-09-10 Ulrich Drepper <drepper@gmail.com>
54012 * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
54014 * malloc/hooks.c: Likewise.
54017 * malloc/arena.c (ptmalloc_init_minimal): Removed. Initialize all
54018 variables statically.
54019 (narenas): Initialize.
54020 (list_lock): Initialize.
54021 (ptmalloc_init): Don't call ptmalloc_init_minimal. Remove
54022 initializtion of main_arena and list_lock. Small cleanups.
54023 Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
54024 * malloc/malloc.c: Remove malloc_getpagesize. Include <ldsodefs.h>.
54025 Add initializers to main_arena and mp_.
54026 (malloc_state): Remove pagesize member. Change all users to use
54029 * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
54030 * sysdeps/unix/sysv/linux/getpagesize.c: Simplify. GLRO(dl_pagesize)
54031 is always initialized.
54033 * malloc/malloc.c: Removed unused configurations and dead code.
54034 * malloc/arena.c: Likewise.
54035 * malloc/hooks.c: Likewise.
54036 * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
54038 * include/tls.h: Removed. USE___THREAD must always be defined.
54039 * bits/libc-tsd.h: Don't handle !USE___THREAD.
54040 * elf/dl-libc.c: Likewise.
54041 * elf/dl-tsd.c: Likewise.
54042 * include/errno.h: Likewise.
54043 * include/netdb.h: Likewise.
54044 * include/resolv.h: Likewise.
54045 * inet/herrno-loc.c: Likewise.
54046 * inet/herrno.c: Likewise.
54047 * malloc/arena.c: Likewise.
54048 * malloc/hooks.c: Likewise.
54049 * malloc/malloc.c: Likewise.
54050 * resolv/res-state.c: Likewise.
54051 * resolv/res_libc.c: Likewise.
54052 * sysdeps/i386/dl-machine.h: Likewise.
54053 * sysdeps/ia64/dl-machine.h: Likewise.
54054 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
54055 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
54056 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
54057 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
54058 * sysdeps/sh/dl-machine.h: Likewise.
54059 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
54060 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
54061 * sysdeps/unix/i386/sysdep.S: Likewise.
54062 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
54063 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
54064 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
54065 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
54066 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
54067 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
54068 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
54069 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
54070 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
54071 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
54072 * sysdeps/unix/x86_64/sysdep.S: Likewise.
54073 * sysdeps/x86_64/dl-machine.h: Likewise.
54074 * tls.make.c: Likewise.
54076 * configure.in: Remove --with-__thread option. Make tests for
54077 --no-whole-archive, __builtin_expect, symbol redirection, __thread,
54078 tls_model attribute fail if no support is available. Remove
54080 * Makeconfig: Adjust for dropped configure option. All features are
54082 * Makerules: Likewise.
54083 * Versions.def: Likewise.
54084 * argp/argp-fmtstream.c: Likewise.
54085 * argp/argp-fmtstream.h: Likewise.
54086 * argp/argp-help.c: Likewise.
54087 * assert/assert.c: Likewise.
54088 * config.h.in: Likewise.
54089 * config.make.in: Likewise.
54090 * configure: Likewise.
54091 * configure.in: Likewise.
54092 * csu/Versions: Likewise.
54093 * csu/init.c: Likewise.
54094 * elf/tst-audit2.c: Likewise.
54095 * elf/tst-tls10.c: Likewise.
54096 * elf/tst-tls10.h: Likewise.
54097 * elf/tst-tls11.c: Likewise.
54098 * elf/tst-tls12.c: Likewise.
54099 * elf/tst-tls14.c: Likewise.
54100 * elf/tst-tlsmod11.c: Likewise.
54101 * elf/tst-tlsmod12.c: Likewise.
54102 * elf/tst-tlsmod13.c: Likewise.
54103 * elf/tst-tlsmod13a.c: Likewise.
54104 * elf/tst-tlsmod14a.c: Likewise.
54105 * elf/tst-tlsmod15b.c: Likewise.
54106 * elf/tst-tlsmod16a.c: Likewise.
54107 * elf/tst-tlsmod16b.c: Likewise.
54108 * elf/tst-tlsmod7.c: Likewise.
54109 * elf/tst-tlsmod8.c: Likewise.
54110 * elf/tst-tlsmod9.c: Likewise.
54111 * gmon/gmon.c: Likewise.
54112 * grp/fgetgrent_r.c: Likewise.
54113 * grp/putgrent.c: Likewise.
54114 * hurd/fopenport.c: Likewise.
54115 * include/libc-symbols.h: Likewise.
54116 * include/tls.h: Likewise.
54117 * intl/gettextP.h: Likewise.
54118 * intl/loadinfo.h: Likewise.
54119 * locale/global-locale.c: Likewise.
54120 * locale/localeinfo.h: Likewise.
54121 * mach/devstream.c: Likewise.
54122 * malloc/arena.c: Likewise.
54123 * malloc/set-freeres.c: Likewise.
54124 * misc/err.c: Likewise.
54125 * misc/getttyent.c: Likewise.
54126 * misc/mntent_r.c: Likewise.
54127 * posix/getopt.c: Likewise.
54128 * posix/wordexp.c: Likewise.
54129 * pwd/fgetpwent_r.c: Likewise.
54130 * resolv/Versions: Likewise.
54131 * resolv/res_hconf.c: Likewise.
54132 * shadow/fgetspent_r.c: Likewise.
54133 * shadow/putspent.c: Likewise.
54134 * stdio-common/printf_fphex.c: Likewise.
54135 * stdio-common/tmpfile.c: Likewise.
54136 * stdlib/abort.c: Likewise.
54137 * stdlib/fmtmsg.c: Likewise.
54138 * sunrpc/auth_unix.c: Likewise.
54139 * sunrpc/clnt_perr.c: Likewise.
54140 * sunrpc/clnt_tcp.c: Likewise.
54141 * sunrpc/clnt_udp.c: Likewise.
54142 * sunrpc/clnt_unix.c: Likewise.
54143 * sunrpc/openchild.c: Likewise.
54144 * sunrpc/svc_simple.c: Likewise.
54145 * sunrpc/svc_tcp.c: Likewise.
54146 * sunrpc/svc_udp.c: Likewise.
54147 * sunrpc/svc_unix.c: Likewise.
54148 * sunrpc/xdr.c: Likewise.
54149 * sunrpc/xdr_array.c: Likewise.
54150 * sunrpc/xdr_rec.c: Likewise.
54151 * sunrpc/xdr_ref.c: Likewise.
54152 * sunrpc/xdr_stdio.c: Likewise.
54154 2011-09-09 Ulrich Drepper <drepper@gmail.com>
54156 * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
54158 2011-07-03 Andreas Jaeger <aj@suse.de>
54160 * math/libm-test.inc (jn_test): Add tests for BZ#11589.
54161 * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
54162 regenerate with gen-libm-tests.pl.
54164 2010-05-12 Petr Baudis <pasky@suse.cz>
54167 * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
54168 around j0() zero points by switching to j1().
54169 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
54170 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
54171 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
54172 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
54174 2011-09-09 Ulrich Drepper <drepper@gmail.com>
54176 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
54178 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
54180 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
54181 Patch in part by Pavel Roskin <proski@gnu.org>.
54184 * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
54186 (_IO_vfscanf_internal): Remove reteof. Use errout after setting done.
54187 Free memory block if necessary.
54190 * libio/genops.c (INTDEF): For string streams the _lock pointer can
54191 be NULL. Don't lock in this case.
54193 2011-09-09 Roland McGrath <roland@hack.frob.com>
54195 * elf/elf.h (ELFOSABI_GNU): New macro.
54196 (ELFOSABI_LINUX): Define to that.
54198 2011-07-29 Denis Zaitceff <zaitceff@gmail.com>
54200 * string/strncat.c (strncat): Undef the symbol in case it has been
54201 defined in bits/string.h.
54203 2011-09-09 Ulrich Drepper <drepper@gmail.com>
54205 * elf/sotruss.ksh: Clean up, fix, and complete help messages.
54207 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
54210 2011-08-17 Andreas Jaeger <aj@suse.de>
54212 * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
54214 2011-08-18 Paul Pluzhnikov <ppluzhnikov@google.com>
54215 Ian Lance Taylor <iant@google.com>
54217 * math/libm-test.inc (lround_test): New testcase.
54218 * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
54220 2011-09-08 Ulrich Drepper <drepper@gmail.com>
54222 * Makefile: Remove support for automatic cvs check-ins.
54223 * Makerules: Likewise.
54224 * config.make.in: Likewise.
54225 * configure.in: Likewise.
54226 * intl/Makefile: Likewise.
54227 * locale/Makefile: Likewise.
54228 * po/Makefile: Likewise.
54229 * posix/Makefile: Likewise.
54230 * sysdeps/gnu/Makefile: Likewise.
54231 * sysdeps/mach/hurd/Makefile: Likewise.
54232 * sysdeps/sparc/sparc32/Makefile: Likewise.
54235 * posix/Makefile (bug-regex32-ENV): Define.
54236 Patch by John Stanley <jpsinthemix@verizon.net>.
54238 * misc/Makefile (headers): Add bits/select2.h.
54239 * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
54240 * misc/bits/select2.h: New file.
54241 * include/bits/select2.h: New file.
54242 * debug/Makefile (routines): Add fdelt_chk.
54243 * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
54244 * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
54246 * debug/fdelt_chk.c: New file.
54248 * wcsmbs/test-wcscmp.c: Moved from string/*. Adjust.
54249 * wcsmbs/test-wmemcmp.c: Likewise.
54250 * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
54251 * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
54253 2011-09-08 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
54255 * string/Makefile (strop-tests): Add memcmp.
54256 * string/test-wmemcmp.c: New file.
54257 * string/test-memcmp.c: Add wmemcmp support.
54259 2011-09-08 Roland McGrath <roland@hack.frob.com>
54262 * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
54265 * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
54266 garbage value in a __mach_port_mod_refs call in the cases of the
54267 task-self and thread-self ports.
54269 2011-09-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
54271 * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
54273 2011-09-08 Andreas Schwab <schwab@redhat.com>
54275 * elf/dl-load.c (lose): Check for non-null L.
54277 2011-09-07 Ulrich Drepper <drepper@gmail.com>
54279 * elf/dl-load.c (open_verify): Use O_CLOEXEC.
54281 * elf/dl-libc.c (dlerror_run): Pass back error code from
54285 * elf/dl-load.c (lose): Free l_origin if it is valid.
54287 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
54289 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
54290 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
54291 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
54292 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
54293 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
54294 Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
54296 2011-08-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
54298 * sysdeps/powerpc/fpu/e_hypot.c: New file.
54299 * sysdeps/powerpc/fpu/e_hypotf.c: New file.
54300 * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
54301 * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
54302 * sysdeps/powerpc/fpu/k_cosf.c: New file.
54303 * sysdeps/powerpc/fpu/k_sinf.c: New file.
54304 * sysdeps/powerpc/fpu/s_cosf.c: New file.
54305 * sysdeps/powerpc/fpu/s_sinf.c: New file.
54306 * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
54307 * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
54309 2011-08-15 Alan Modra <amodra@gmail.com>
54312 * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
54313 * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
54314 * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here. Add
54315 ppc_mcount to static-only-routines.
54316 * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
54318 * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
54319 __mcount_internal with usual JUMPTARGET. Remove useless nop.
54321 2011-08-18 David Flaherty <flaherty@linux.vnet.ibm.com>
54323 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
54324 for finite and infinity parameters.
54326 2011-08-04 Will Schmidt <will_schmidt@vnet.ibm.com>
54328 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
54329 and add nop instructions for throughput optimization.
54330 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
54332 2011-07-28 Will Schmidt <will_schmidt@vnet.ibm.com>
54334 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
54335 aligned copy for power7 with vector-scalar instructions.
54336 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
54338 2011-07-24 H.J. Lu <hongjiu.lu@intel.com>
54340 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
54343 2011-09-07 Andreas Schwab <schwab@redhat.com>
54346 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
54349 2011-09-07 Ulrich Drepper <drepper@gmail.com>
54351 * sysdeps/unix/sysv/linux/x86_64/init-first.c
54352 (_libc_vdso_platform_setup): If vDSO is not present store pointer to
54353 syscall wrapper around clock_gettime in __vdso_clock_gettime.
54354 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
54357 2011-09-06 Ulrich Drepper <drepper@gmail.com>
54359 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
54360 Forgot to demangle the pointer.
54362 * sysdeps/i386/sysdep.h: Define atom_text_section.
54363 * sysdeps/x86_64/sysdep.h: Likewise.
54364 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
54365 section with atom_text_section.
54366 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
54367 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
54368 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
54369 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
54370 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
54372 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
54373 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
54374 already be defined. Change to take two parameters and don't assign
54375 result to variable. Adjust all users.
54376 Define INTERNAL_GETTIME if not already defined.
54377 Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
54379 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
54380 HAVE_CLOCK_GETTIME_VSYSCALL.
54381 * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
54383 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
54384 gettimeofday vsyscall, just use time.
54386 2011-09-06 Andreas Schwab <schwab@redhat.com>
54388 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
54391 2011-09-06 Ulrich Drepper <drepper@gmail.com>
54393 * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
54395 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
54397 * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
54398 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
54399 syscall if possible.
54401 2011-09-05 Ulrich Drepper <drepper@gmail.com>
54403 * elf/pldd.c (get_process_info): Don't read whole ELF header, just
54404 e_ident. Don't pass to find_mapsXX.
54405 * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
54407 2011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
54409 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54410 strchr-sse2-no-bsf strrchr-sse2-no-bsf
54411 * sysdeps/x86_64/multiarch/strchr.S: Update.
54412 Check bit_slow_BSF bit.
54413 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
54414 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
54415 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
54417 2011-09-05 Ulrich Drepper <drepper@gmail.com>
54420 * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
54422 (tryshell): Define.
54423 (__spawni): Change last parameter to be flag. Test
54424 SPAWN_XFLAGS_USE_PATH flag to use path or not.
54425 Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
54426 * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
54427 * posix/spawni.c: Likewise.
54428 * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
54429 * posix/spawnp.c: Likewise. Change normal version to use
54430 SPAWN_XFLAGS_USE_PATH.
54431 * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
54432 SPAWN_XFLAGS_TRY_SHELL.
54435 * posix/glob.h: Remove gcc 1.x support.
54438 * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
54440 2011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
54442 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54443 strchr-sse2 strrchr-sse2 strchr-sse2-bsf
54445 * sysdeps/i386/i686/multiarch/strchr.S: New file.
54446 * sysdeps/i386/i686/multiarch/strrchr.S: New file.
54447 * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
54448 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
54449 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
54450 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
54452 2011-08-29 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
54454 * sysdeps/x86_64/wcscmp.S: New file.
54456 * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
54457 wcscmp-c wcscmp-sse2
54458 * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
54459 * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
54460 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
54461 * wcsmbs/wcscmp.c: Allow renaming.
54463 2011-09-05 David S. Miller <davem@davemloft.net>
54465 * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
54466 stack slot, rather than the struct return pointer slot.
54467 * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
54468 * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
54469 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
54470 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
54472 2011-09-05 Ulrich Drepper <drepper@gmail.com>
54474 * po/ja.po: Update from translation team.
54477 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
54478 kernel in 64-bit binaries.
54480 2011-09-01 David S. Miller <davem@davemloft.net>
54482 * elf/elf.h (HWCAP_SPARC_*): Move to..
54483 * sysdeps/sparc/sysdep.h: this new file and add new values.
54484 * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
54485 * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
54486 _DL_HWCAP_COUNT to 24.
54487 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
54489 * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
54490 __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
54491 * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
54492 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
54493 instead of magic constants.
54494 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
54496 2011-08-31 David S. Miller <davem@davemloft.net>
54498 * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
54499 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
54500 Reimplement to do errno handling inline.
54501 (SYSCALL_ERROR_HANDLER): New macro.
54502 (__SYSCALL_STRING): Do not do errno handling in asm.
54503 (__CLONE_SYSCALL_STRING): Delete.
54504 (__INTERNAL_SYSCALL_STRING): Delete.
54505 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
54506 sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
54507 (PSEUDO): Reimplement to do errno handling inline.
54508 (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
54509 (SYSCALL_ERROR_HANDLER): New macro.
54510 (__SYSCALL_STRING): Do not do errno handling in asm.
54511 (__CLONE_SYSCALL_STRING): Delete.
54512 (__INTERNAL_SYSCALL_STRING): Delete.
54513 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
54514 Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
54516 (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
54517 (inline_syscall*): Add 'err' argument.
54518 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
54519 INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
54520 (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
54521 INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
54523 * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
54524 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
54526 2011-08-30 Andreas Schwab <schwab@redhat.com>
54528 * elf/rtld.c (dl_main): Relocate objects in dependency order.
54530 2011-08-29 Jiri Olsa <jolsa@redhat.com>
54532 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
54535 2011-08-24 David S. Miller <davem@davemloft.net>
54537 * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
54539 2011-08-24 Andreas Schwab <schwab@redhat.com>
54541 * elf/Makefile: Add rules to build and run unload8 test.
54542 * elf/unload8.c: New file.
54543 * elf/unload8mod1.c: New file.
54544 * elf/unload8mod1x.c: New file.
54545 * elf/unload8mod2.c: New file.
54546 * elf/unload8mod3.c: New file.
54548 * elf/dl-close.c (_dl_close_worker): Reset private search list if
54551 2011-08-23 David S. Miller <davem@davemloft.net>
54553 * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
54554 subtract stack bias.
54555 * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
54556 %sp not %fp in calculations.
54557 (_JMPBUF_UNWINDS_ADJ): Likewise.
54559 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
54560 (aio_suspend): Call it to force an exception region around the
54561 AIO_MISC_WAIT() invocation.
54563 2011-08-23 Andreas Schwab <schwab@redhat.com>
54565 * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
54568 2011-07-04 Aurelien Jarno <aurelien@aurel32.net>
54570 * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
54572 * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
54573 and <dl-machine.h>.
54574 (Elf64_FuncDesc): Remove.
54576 2011-08-22 David S. Miller <davem@davemloft.net>
54578 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
54579 sigaltstack check, add missing cfi directives.
54580 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
54581 missing cfi directives, and sigaltstack handling.
54583 2011-08-16 Andreas Schwab <schwab@redhat.com>
54586 * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
54587 object is seen twice.
54588 * elf/dl-fini.c (_dl_sort_fini): Likewise.
54590 * elf/Makefile (distribute): Add tst-initorder2.c.
54591 (tests): Add tst-initorder2.
54592 (modules-names): Add tst-initorder2a tst-initorder2b
54593 tst-initorder2c tst-initorder2d. Add rules to build them.
54594 ($(objpfx)tst-initorder2.out): New rule.
54595 * elf/tst-initorder2.c: New file.
54596 * elf/tst-initorder2.exp: New file.
54598 2011-08-22 Andreas Schwab <schwab@redhat.com>
54600 * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
54602 * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
54603 dependencies back to end of function.
54605 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54606 $(elfobjdir)/ld.so.
54608 2011-08-21 Ulrich Drepper <drepper@gmail.com>
54610 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
54611 * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
54612 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
54613 * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
54614 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
54615 of __vdso_gettimeofday.
54616 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
54617 __vdso_gettimeofday and __vdso_time. Define __vdso_getcpu with
54619 (_libc_vdso_platform_setup): Remove initialization of
54620 __vdso_gettimeofday and __vdso_time.
54622 2011-08-20 Ulrich Drepper <drepper@gmail.com>
54624 * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
54625 and fgetc_unlocked.
54626 * nss/nss_files/files-key.c (search): Use fgets_unlocked and
54629 * elf/dl-open.c (add_to_global): Report additions to the global scope
54630 for LD_DEBUG=scopes.
54631 (dl_open_worker): Also print scope of newly loaded dependencies.
54632 (_dl_show_scope): Indicate if there is no scope.
54635 * stdio-common/Makefile (tests): Add bug24.
54636 * stdio-common/bug24.c: New file.
54638 2011-08-19 Andreas Jaeger <aj@suse.de>
54641 * libio/fileops.c (_IO_new_file_fopen): Fix handling of
54642 non-existant file when using close-on-exec mode.
54644 2011-08-20 Ulrich Drepper <drepper@gmail.com>
54646 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
54647 the very first instruction.
54649 * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
54650 the CFI state in the end.
54651 * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
54652 inclusion of dl-trampoline.h.
54653 Based on a patch by Jiri Olsa <jolsa@redhat.com>.
54655 2011-08-19 Andreas Schwab <schwab@redhat.com>
54657 * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
54658 expectations for long double.
54660 * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
54661 from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
54663 2011-08-14 David S. Miller <davem@davemloft.net>
54665 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
54666 artificual limit depends upon the system page size.
54668 2011-08-17 Ulrich Drepper <drepper@gmail.com>
54670 * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
54671 * resolv/Makefile: Define CFLAGS-libresolv.
54673 2011-08-17 Andreas Schwab <schwab@redhat.com>
54675 * nss/makedb.c (compute_tables): Make variables used in nested
54678 2011-08-17 Ulrich Drepper <drepper@gmail.com>
54680 * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
54681 * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
54682 if buffer was too small.
54684 * elf/pldd.c (main): Attach to all threads in the process.
54685 Rewrite /proc handling to use *at functions.
54687 2011-08-16 Ulrich Drepper <drepper@gmail.com>
54689 * elf/dl-open.c (_dl_show_scope): Take additional parameter which
54690 specifies first scope to show.
54691 (dl_open_worker): Update callers. Move printing scope of new
54692 object to before the relocation.
54693 * elf/rtld.c (dl_main): Update _dl_show_scope call.
54694 * sysdeps/generic/ldsodefs.h: Update declaration.
54696 * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
54697 string for the scope number.
54699 2011-08-14 Ulrich Drepper <drepper@gmail.com>
54701 * nscd/servicescache.c (cache_addserv): Make sure written is always
54704 2011-08-14 Roland McGrath <roland@hack.frob.com>
54706 * sysdeps/i386/i486/bits/atomic.h
54707 (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
54708 statement expression, so as to suppress "set but not used" warning.
54709 (__arch_c_compare_and_exchange_val_64_acq): Likewise.
54711 * string/strncat.c (STRNCAT): Use prototype definition.
54713 * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
54714 (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
54716 (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
54717 (localedef-modules): Add localedef.
54718 (locale-modules): Add locale.
54720 * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
54721 * elf/rtld.c (dl_main): Invert order of assignment in last change,
54722 to avoid a warning.
54724 2011-08-14 David S. Miller <davem@davemloft.net>
54726 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
54727 RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
54729 2011-08-13 Ulrich Drepper <drepper@gmail.com>
54731 * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
54732 (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
54733 * elf/rtld.c (dl_main): Set l_name of vDSO.
54734 Call _dl_show_scope when DL_DEBUG_SCOPES.
54735 (process_dl_debug): Recognize scopes flag and also set it for all.
54736 * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
54737 Declare _dl_show_scope.
54739 * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
54740 (do_dlopen): Pass caller_dlopen to dl_open.
54741 (__libc_dlopen_mode): Initialize caller_dlopen.
54743 * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
54744 of libc. Make tolower call locale-independent. Optimize a bit by
54745 using isdigit instead of isalnum.
54746 * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
54748 2011-08-12 Ulrich Drepper <drepper@gmail.com>
54750 * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
54751 was a dependency or dynamically loaded.
54753 2011-08-11 Ulrich Drepper <drepper@gmail.com>
54755 * intl/l10nflist.c: Allow architecture-specific pop function.
54756 * sysdeps/x86_64/l10nflist.c: New file.
54758 * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
54761 2011-08-10 Andreas Schwab <schwab@redhat.com>
54763 * include/dirent.h: Add libc_hidden_proto for scandirat and
54764 scandirat64. Don't declare __scandirat64.
54765 * dirent/scandirat.c: Add libc_hidden_def.
54766 * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
54767 * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
54769 2011-08-10 David S. Miller <davem@davemloft.net>
54771 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
54773 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
54774 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
54775 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
54777 2011-08-09 Ulrich Drepper <drepper@gmail.com>
54779 * Versions.def [libc]: Add GLIBC_2.15.
54780 * dirent/Makefile (routines): Add scandirat and scandirat64.
54781 * dirent/Versions [libc]: Export scandirat and scandirat64 for
54783 * dirent/dirent.h: Declare scandirat and scandirat64.
54784 * dirent/scandirat.c: New file.
54785 * dirent/scandirat64.c: New file.
54786 * sysdeps/wordsize-64/scandirat.c: New file.
54787 * sysdeps/wordsize-64/scandirat64.c: New file.
54788 * dirent/opendir.c: Define opendirat.
54789 * dirent/scandir.c: Move code to scandirat.c. Implement scandir
54791 * dirent/scandir64.c: Adjust for scandir.c change.
54792 * include/dirent.h: Define scandir_cancel_struct. Declare __opendirat,
54793 __scandirat64, and __scandir_cancel_handler.
54794 * sysdeps/unix/opendir.c: Rename __opendir to __opendirat. Take
54795 additional parameter and use openat instead of open (outside of ld.so).
54796 Add new __opendir as wrapper around __opendirat.
54797 * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
54798 here without requiring old scandirat implementation.
54800 2011-08-08 Ulrich Drepper <drepper@gmail.com>
54802 * dirent/scandir.c (cancel_handler): Renamed to
54803 __scandir_cancel_handler. Do not define if SKIP_SCANDIR_CANCEL is
54804 defined. Adjust users.
54805 * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
54806 * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
54808 2011-08-04 Ulrich Drepper <drepper@gmail.com>
54810 * string/test-string.h (IMPL): Use __STRING to expand name and then
54813 * string/test-strcmp.c: Unify most of the WIDE and !WIDE code. Lots
54816 2011-07-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
54818 * string/Makefile: Update.
54819 (strop-tests): Append strncat.
54820 * string/test-wcscmp.c: New file.
54821 New comprehensive test for wcscmp.
54822 * string/test-strcmp.c: Update.
54823 (WIDE): New define.
54825 2011-07-22 Andreas Schwab <schwab@redhat.com>
54827 * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
54830 2011-07-26 Andreas Schwab <schwab@redhat.com>
54832 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
54833 encoding to ACE if AI_IDN.
54835 2011-08-01 Jakub Jelinek <jakub@redhat.com>
54837 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
54838 to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
54840 2011-07-22 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
54842 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
54843 Fix overflow bug in strncat.
54844 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
54846 * string/test-strncat.c: Update.
54847 Add new tests for checking overflow bugs.
54849 2011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
54851 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54852 strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
54853 * sysdeps/i386/i686/multiarch/strcat.S: New file.
54854 * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
54855 * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
54856 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
54857 * sysdeps/i386/i686/multiarch/strncat.S: New file.
54858 * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
54859 * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
54861 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
54862 (USE_AS_STRCAT): Define.
54863 Add strcat and strncat support.
54864 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
54866 2011-07-25 Andreas Schwab <schwab@redhat.com>
54868 * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
54869 __n bigger than INT_MAX+1.
54870 (__strncmp_g): Likewise.
54872 2011-07-23 Ulrich Drepper <drepper@gmail.com>
54874 * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
54875 * libio/stido.h: Likewise.
54877 * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
54879 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
54882 * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
54883 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
54884 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
54885 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
54886 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
54889 * scripts/test-installation.pl: Don't expect libnss_test1 to be
54892 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
54894 (_dl_x86_64_save_sse): Likewise.
54896 2011-07-22 Ulrich Drepper <drepper@gmail.com>
54898 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
54900 (_dl_x86_64_save_sse): Likewise.
54902 * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
54904 * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
54906 2011-07-21 Andreas Schwab <schwab@redhat.com>
54908 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
54910 (_dl_x86_64_save_sse): Use correct AVX check.
54912 2011-07-21 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
54914 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
54915 bug in strncpy/strncat.
54916 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
54918 2011-07-21 Ulrich Drepper <drepper@gmail.com>
54920 * string/tester.c (test_strcat): Add tests for different alignments
54921 of source and destination.
54922 (test_strncat): Likewise.
54924 2011-07-20 Ulrich Drepper <drepper@gmail.com>
54927 * posix/glob.c (glob): Check passed in values before using them in
54928 expressions to avoid some overflows.
54929 (glob_in_dir): Likewise.
54932 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
54933 check for AVX enablement so that we don't crash with old kernels and
54935 * elf/tst-audit4.c: Add same checks here.
54936 * elf/tst-audit6.c: Likewise.
54938 * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
54940 2011-07-09 Andreas Schwab <schwab@linux-m68k.org>
54942 * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
54944 2011-07-20 Ulrich Drepper <drepper@gmail.com>
54946 * po/cs.po: Update from translation team.
54947 * po/bg.po: Likewise.
54949 2011-07-12 Marek Polacek <mpolacek@redhat.com>
54951 * misc/sys/cdefs.h: Add support for const attribute.
54952 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
54953 to gnu_dev_{major,minor,makedev} functions.
54955 2011-07-20 Marek Polacek <mpolacek@redhat.com>
54957 * intl/dcigettext.c (get_output_charset): Add missing bracket.
54959 2011-07-20 Andreas Schwab <schwab@redhat.com>
54961 * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
54964 2011-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
54966 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
54967 (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
54968 register in order to avoid conflicts with the soft frame pointer
54969 being held in r11 when necessary.
54970 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
54971 (INTERNAL_VSYSCALL_NCS): Likewise.
54973 2011-07-14 Marek Polacek <mpolacek@redhat.com>
54975 * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
54976 * elf/dl-fini.c (_dl_fini): Adjust caller.
54977 * elf/dl-close.c (_dl_close_worker): Likewise.
54978 * sysdeps/generic/ldsodefs.h: Adjust declaration.
54980 2011-07-15 Marek Polacek <mpolacek@redhat.com>
54982 * elf/cache.c (load_aux_cache): Remove unnecessary condition of
54983 "aux_cache->nlibs < 0".
54985 * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
54986 in the reload-count case.
54988 2011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
54990 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54991 strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
54992 strncat-sse2-unaligned strncat-c strlen-sse2-pminub
54993 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
54994 * sysdeps/x86_64/multiarch/strcat.S: New file.
54995 * sysdeps/x86_64/multiarch/strncat.S: New file.
54996 * sysdeps/x86_64/multiarch/strncat-c.c: New file.
54997 * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
54998 * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
54999 * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
55000 * sysdeps/x86_64/multiarch/strcpy-ssse3.S
55001 (USE_AS_STRCAT): Define.
55002 Add strcat and strncat support.
55003 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
55004 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
55005 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
55006 * string/strncat.c: Update.
55007 (USE_AS_STRNCAT): Define.
55008 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55009 Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
55011 * sysdeps/x86_64/multiarch/init-arch.h
55012 (bit_Prefer_PMINUB_for_stringop): New.
55013 (index_Prefer_PMINUB_for_stringop): Likewise.
55014 * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
55015 bit_Prefer_PMINUB_for_stringop.
55017 2011-07-19 Ulrich Drepper <drepper@gmail.com>
55019 * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
55021 * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
55022 of casting of buffer.
55023 * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
55024 buffer32 and buffer64.
55025 * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
55026 writes instead of casting of buffer.
55027 * crypt/md5.h (struct md5_ctx): Move buffer into union and add
55029 * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
55032 2011-07-19 Andreas Schwab <schwab@redhat.com>
55034 * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
55036 2011-07-19 Ulrich Drepper <drepper@gmail.com>
55038 * nscd/nscd.c (termination_handler): Don't do anything for a database
55039 if it has not yet been initialized.
55041 2011-07-18 Ulrich Drepper <drepper@gmail.com>
55043 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
55045 2011-07-15 Marek Polacek <mpolacek@redhat.com>
55047 * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
55049 2011-07-18 Ulrich Drepper <drepper@gmail.com>
55051 * po/nl.po: Update from translation team.
55052 * po/sv.po: Likewise.
55054 2011-07-16 Roland McGrath <roland@hack.frob.com>
55056 * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
55057 now disallowed by GCC.
55059 * configure.in (use-default-link): Default to yes if a test -shared
55060 link meets our qualifications.
55061 * configure: Regenerated.
55063 * config.make.in (output-format): New variable.
55064 * configure.in: Check for ld --print-output-format support.
55065 * configure: Regenerated.
55066 * Makerules ($(common-objpfx)format.lds)
55067 [$(output-format) != unknown]: Just use $(output-format),
55068 instead of the linker-script munging.
55070 2011-07-14 Roland McGrath <roland@hack.frob.com>
55072 * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
55073 of $(common-objpfx)shlib.lds.
55074 * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
55076 * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
55077 Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
55079 * configure.in (-z relro check): Adjust test code to add a large
55080 writable data section after it.
55081 * configure: Regenerated.
55083 2011-07-11 Roland McGrath <roland@hack.frob.com>
55085 * configure.in (-z relro check): Fix test code to make the variable
55087 * configure: Regenerated.
55089 2011-07-11 Ulrich Drepper <drepper@gmail.com>
55091 * nscd/nscd.h (struct traced_file): Define.
55092 (struct database_dyn): Remove inotify_descr, reset_res, and filename
55093 elements. Add traced_files.
55094 (inotify_fd): Declare.
55095 (register_traced_file): Declare.
55096 * nscd/connections.c (dbs): Remove reset_res and filename initializers.
55097 (inotify_fd): Export.
55098 (resolv_conf_descr): Remove.
55099 (nscd_init): Move inotify descriptor creation to main.
55100 Don't register files for notification here.
55101 (register_traced_file): New function.
55102 (invalidate_cache): Don't use reset_res to determine whether to call
55103 res_init, go through the list of registered files.
55104 (main_loop_poll): The inotify descriptors are now stored in the
55105 structures for the traced files.
55106 (main_loop_epoll): Likewise
55107 * nscd/nscd.c (main): Create inotify socket here. Pass extra argument
55108 to __nss_disable_nscd.
55109 * nscd/cache.c (prune_cache): There is no single inotify descriptor
55110 for a database anymore. Check the records for all the registered
55112 * nss/Makefile (libnss_files-routines): Add files-init.
55113 (libnss_db-routines): Add db-init.
55114 * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
55115 [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
55116 * nss/nss_db/db-init.c: New file.
55117 * nss/nss_files/files-init.c: New file.
55118 * nss/nsswitch.c (nss_load_library): New function. Broken out of
55119 __nss_lookup_function.
55120 (__nss_lookup_function): Call nss_load_library.
55121 (nss_load_all_libraries): New function.
55122 (__nss_disable_nscd): Take parameter with callback function for files
55123 to register. Set is_nscd. Load all the DSOs for the NSS modules
55124 used for the cached services.
55125 * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
55126 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
55127 options for features to all the files in nscd.
55129 * nss/nsswitch.c (nss_parse_file): Add missing fclose.
55131 2011-07-10 Roland McGrath <roland@hack.frob.com>
55133 * csu/elf-init.c (__libc_csu_init): Comment typo.
55135 2011-07-09 Ulrich Drepper <drepper@gmail.com>
55137 * po/pl.po: Update from translation team.
55138 * po/ja.po: Likewise.
55139 * po/ru.po: Likewise.
55140 * po/ko.po: Likewise.
55141 * po/fr.po: Likewise.
55143 2011-07-09 Roland McGrath <roland@hack.frob.com>
55145 * configure.in (.ctors/.dtors header and trailer check):
55146 Use an empirical test on a built program.
55147 * configure: Regenerated.
55149 * configure.in (-z relro check): Use an empirical test on a built DSO.
55150 Detect, but do not require, on ia64.
55151 * configure: Regenerated.
55153 * configure.in (READELF): Find it with AC_CHECK_TOOL.
55154 Update tests that use readelf to use $READELF instead.
55155 * configure: Regenerated.
55157 2011-07-08 Ulrich Drepper <drepper@gmail.com>
55159 * malloc/hooks.c (memalign_check): Avoid using checked_request2size
55160 if the result is not used.
55162 2011-07-05 Andreas Jaeger <aj@suse.de>
55165 * stdlib/tst-strtod.c: Add testcase.
55167 2011-07-07 Ulrich Drepper <drepper@gmail.com>
55169 * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
55170 (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
55171 The latter has a higher limit. Take additional parameter to pass to
55173 (__pathconf): Pass file to __statfs_link_max.
55174 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
55176 * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
55180 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
55181 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55183 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
55184 (__statfs_filesize_max): Likewise.
55185 Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
55187 2011-07-05 Andreas Jaeger <aj@suse.de>
55189 * resolv/res_comp.c (dn_skipname): Remove unused variable.
55191 2011-07-06 Marek Polacek <mpolacek@redhat.com>
55193 * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
55195 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
55198 2011-07-04 H.J. Lu <hongjiu.lu@intel.com>
55200 * Makefile (strop-tests): Add strncat.
55201 * string/test-strncat.c: New file.
55203 2011-06-30 Marek Polacek <mpolacek@redhat.com>
55205 * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
55207 2011-06-21 Andreas Jaeger <aj@suse.de>
55209 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
55210 Copy rule from iconvdata/Makefile.
55212 2011-07-06 Ulrich Drepper <drepper@gmail.com>
55215 * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
55216 but no long options are defined, just return 'W'.
55218 2011-06-22 Marek Polacek <mpolacek@redhat.com>
55221 * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
55223 2011-07-06 Ulrich Drepper <drepper@gmail.com>
55225 * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
55227 (innetgr): Likewise.
55229 2011-07-05 Roland McGrath <roland@hack.frob.com>
55231 * config.make.in (install_root): Default to $(DESTDIR).
55233 2011-07-05 Ulrich Drepper <drepper@gmail.com>
55235 * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
55237 2011-07-02 Roland McGrath <roland@hack.frob.com>
55239 * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
55241 * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
55242 containing directory rather than embedding absolute directory names.
55244 * scripts/check-local-headers.sh: Rewritten using awk.
55245 Match by word, not by line. Print error messages for matches.
55246 * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
55248 * Makerules [shlib-lds-flags empty]:
55249 ($(common-objpfx)libc_pic.opts): New target.
55250 ($(common-objpfx)libc_pic.os.clean): New target.
55251 ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
55253 * config.make.in (OBJCOPY): New variable.
55254 * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
55255 * configure: Regenerated.
55257 * config.make.in (use-default-link): New variable.
55258 * configure.in (use_default_link): Grok --with-default-link to set it.
55259 * configure: Regenerated.
55260 * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
55261 (shlib-lds, shlib-lds-flags): Define to empty.
55263 * Makerules (shlib-lds): New variable.
55264 (shlib-lds-flags): New variable.
55265 (build-shlib, build-moduile, build-module-asneeded): Use it.
55266 ($(common-objpfx)libc.so): Use $(shlib-lds).
55267 ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
55268 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
55270 * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
55271 DT_FLAGS/DT_FLAGS_1 with zero flags.
55273 * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
55274 linker script munging.
55276 2011-07-02 Ulrich Drepper <drepper@gmail.com>
55278 * crypt/sha512.h (struct sha512_ctx): Add union to access total also
55280 * crypt/sha512.c (sha512_process_block): Perform total addition using
55281 128-bit if possible.
55282 (__sha512_finish_ctx): Likewise.
55283 * crypt/sha256.h (struct sha256_ctx): Add union to access total also
55285 * crypt/sha256.c (SWAP64): Define.
55286 (sha256_process_block): Perform total addition using 64-bit if
55288 (__sha256_finish_ctx): Likewise.
55290 2011-07-01 Ulrich Drepper <drepper@gmail.com>
55292 * nscd/pwdcache.c (cache_addpw): Cleanup. Add branch prediction.
55293 * nscd/initgrcache.c (addinitgroupsX): Likewise.
55294 * nscd/hstcache.c (cache_addhst): Likewise.
55295 * nscd/grpcache.c (cache_addgr): Likewise.
55296 * nscd/aicache.c (addhstaiX): Likewise
55297 * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
55299 2011-07-01 Thorsten Kukuk <kukuk@suse.de>
55301 * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
55302 * nscd/initgrcache.c (addinitgroupsX): Likewise.
55303 * nscd/hstcache.c (cache_addhst): Likewise.
55304 * nscd/grpcache.c (cache_addgr): Likewise.
55305 * nscd/aicache.c (addhstaiX): Likewise
55307 2011-07-01 Andreas Schwab <schwab@redhat.com>
55309 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
55310 domain only when needed.
55312 2011-06-30 Andreas Schwab <schwab@redhat.com>
55314 * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
55315 is always restored.
55317 2011-06-29 Ulrich Drepper <drepper@gmail.com>
55319 * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
55320 are re-adding the entry.
55321 * nscd/servicescache.c (cache_addserv): Likewise.
55323 2011-06-30 Aurelien Jarno <aurelien@aurel32.net>
55325 * sysdeps/generic/dl-irel.h: fix protection against multiple
55327 * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
55329 2011-06-28 Ulrich Drepper <drepper@gmail.com>
55332 * malloc/memusage.sh: Fix quoting in message.
55333 * debug/xtrace.sh: Likewise.
55335 * configure.in: Remove support for --experimental-malloc option, make
55337 * config.make.in: Likewise.
55338 * malloc/Makefile: Likewise.
55340 2011-06-27 Andreas Schwab <schwab@redhat.com>
55342 * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
55343 two-byte characters.
55345 2011-06-27 Roland McGrath <roland@hack.frob.com>
55347 * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
55348 AC_CACHE_CHECK invocation.
55349 * configure: Regenerated.
55351 * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
55353 2011-06-27 Ulrich Drepper <drepper@gmail.com>
55356 * nscd/aicache.c (addhstaiX): Restore only RES_USE_INET6
55357 bit from old_res_options.
55359 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
55361 * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
55362 value type for setfct.
55364 2011-06-23 H.J. Lu <hongjiu.lu@intel.com>
55366 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55367 __gettimeofday instead of gettimeofday.
55369 2011-06-26 Ulrich Drepper <drepper@gmail.com>
55371 * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
55373 2011-06-24 H.J. Lu <hongjiu.lu@intel.com>
55375 * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
55377 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
55380 2011-06-22 H.J. Lu <hongjiu.lu@intel.com>
55382 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55383 strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55384 strcpy-sse2-unaligned strncpy-sse2-unaligned
55385 stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
55386 * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
55387 * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
55388 * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
55389 * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
55390 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
55391 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
55392 * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
55393 * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
55394 * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
55395 (STRCPY): Support SSE2 and SSSE3 versions.
55397 2011-06-24 Ulrich Drepper <drepper@gmail.com>
55400 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
55401 * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
55402 kernels which artificially limit size of requests.
55404 2011-06-22 H.J. Lu <hongjiu.lu@intel.com>
55406 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55407 strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55408 strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
55409 * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
55410 * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
55411 * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
55412 * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
55413 * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
55414 * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
55415 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
55416 * sysdeps/i386/i686/multiarch/strcpy.S: New file.
55417 * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
55418 * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
55419 * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
55420 * sysdeps/i386/i686/multiarch/strncpy.S: New file.
55421 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55422 Enable unaligned load optimization for Intel Core i3, i5 and i7
55424 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
55426 (index_Fast_Unaligned_Load): Define.
55427 (HAS_FAST_UNALIGNED_LOAD): Define.
55429 2011-06-23 Marek Polacek <mpolacek@redhat.com>
55431 * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
55433 2011-06-22 Ulrich Drepper <drepper@gmail.com>
55436 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
55437 until it is clear that the information is realy needed.
55438 Patch mostly by David Hanisch <david.hanisch@nsn.com>.
55440 2011-06-22 Andreas Schwab <schwab@redhat.com>
55442 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
55444 2011-06-22 Ulrich Drepper <drepper@gmail.com>
55446 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55447 /sys/devices/system/cpu/online if it is usable.
55449 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
55450 reading the information from the /proc filesystem to once a second.
55452 2011-06-21 Andreas Jaeger <aj@suse.de>
55454 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
55455 NULL after inclusion of kernel headers.
55457 2011-06-21 Ulrich Drepper <drepper@gmail.com>
55459 * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
55460 calls to internal_setent.
55463 * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
55464 addresses using gethostbyname4_r ignore IPv4 addresses.
55466 * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
55467 branch using gethostbyname2 is only for AF_INET. Optimize accordingly.
55469 * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
55471 2011-06-20 David S. Miller <davem@davemloft.net>
55473 * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
55475 * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
55477 * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
55478 (elf_irel): Use it.
55479 * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
55480 * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
55481 * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
55482 * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
55483 * sysdeps/x86_64/dl-irel.h: Likewise.
55485 * elf/dl-runtime.c: Use elf_ifunc_invoke.
55486 * elf/dl-sym.c: Likewise.
55488 2011-06-15 Ulrich Drepper <drepper@gmail.com>
55490 * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch. We
55491 need to dereference resplen2.
55493 2011-06-14 Andreas Schwab <schwab@redhat.com>
55495 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
55497 2011-06-15 Ulrich Drepper <drepper@gmail.com>
55499 * Makeconfig: Define vardbdir and inst_vardbdir.
55500 * nss/Makefile: Add rules to install db-Makefile.
55502 * nss/nss_db/db-XXX.c: Cleanup.
55504 * nss/Makefile (libnss_db-dbs): Add db-initgroups.
55505 * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
55507 * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
55508 * nss/makedb.c: Implement -g option to specify that value strings
55509 are generated and should not be added to table iterated over for
55511 * nss/nss_db/db-initgroups.c: New file.
55513 * nss/getent.c: Add support for initgroups lookups through getgrouplist
55516 * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
55517 (internal_getgrouplist): Adjust to name change.
55518 Update use_initgroups_entry if this is not the first call.
55519 * nss/databases.def: Add initgroups entry.
55521 * nss/makedb.c (compute_tables): Check result of multiple hash table
55522 sizes to minimize maximum chain length.
55524 2011-06-14 Ulrich Drepper <drepper@gmail.com>
55526 * Versions.def: Add entry for libnss_db.
55527 * shlib-versions: Likewise.
55528 * nss/Makefile: Add rules to build libnss_db.
55529 * nss/Versions: Add libnss_db information. Organize libnss_files
55531 * nss/db-Makefile: Add gshadow support. Change rules for the new
55532 makedb progra. Some minor improvements to generate smaller files.
55533 * nss/nss_db/nss_db.h: Move NSS database header data structures to
55535 * nss/makedb.c: ...here.
55536 Improve database format to be smaller and require less memory at
55538 * nss/nss_db/db-XXX.x: Adjust for new database format. Don't use
55540 * nss/nss_db/db-netgrp.c: Likewise.
55541 * nss/nss_db/db-open.c: Likewise.
55542 * nss/nss_files/flies-XXX.x: Adjust comments.
55543 * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
55544 * nss/nss_files/files-grp.c: Likewise.
55545 * nss/nss_files/files-hosts.c: Likewise.
55546 * nss/nss_files/files-network.c: Likewise.
55547 * nss/nss_files/files-proto.c: Likewise.
55548 * nss/nss_files/files-pwd.c: Likewise.
55549 * nss/nss_files/files-rpc.c: Likewise.
55550 * nss/nss_files/files-service.c: Likewise.
55551 * nss/nss_files/files-sgrp.c: Likewise.
55552 * nss/nss_files/files-spwd.c: Likewise.
55553 * nss/nss_db/db-alias.c: Removed.
55554 * nss/nss_db/dummy-db.h: Removed.
55556 2011-06-02 Ulrich Drepper <drepper@gmail.com>
55558 * nss/makedb.c: Rewritten to not use database library.
55559 * nss/Makefile: Update to build new makedb program.
55561 2011-06-14 Andreas Jaeger <aj@suse.de>
55563 * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
55564 memset declaration.
55566 2011-06-10 Andreas Schwab <schwab@redhat.com>
55568 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
55571 2011-06-10 Roland McGrath <roland@hack.frob.com>
55573 * Makerules (shlib.lds): Fail if the linker script comes out empty.
55574 * elf/Makefile ($(objpfx)ld.so): Likewise.
55576 * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
55577 Don't list ld.so twice in dependencies.
55579 * posix/bug-regex31.c: Include <stdlib.h>.
55581 * nscd/hstcache.c (cache_addhst): Remove unused variable.
55583 * nis/nss_compat/compat-spwd.c
55584 (getspent_next_nss_netgr): Remove unused variable.
55585 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
55587 * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
55588 nonmembers" output to use the right array.
55590 * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
55592 * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
55594 * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
55595 * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
55596 * catgets/gencat.c (read_input_file): Likewise.
55597 * locale/programs/locarchive.c (enlarge_archive): Likewise.
55599 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
55600 variable definition inside #if's controlling its use.
55602 * inet/getnetgrent_r.c (innetgr): Remove unused variable.
55604 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
55606 * misc/syslog.c (__vsyslog_chk): Remove unused variable.
55608 * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
55611 * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
55613 * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
55614 * configure: Regenerated.
55616 * Makerules: Revert last change.
55617 * elf/Makefile: Likewise.
55619 2011-06-09 Roland McGrath <roland@hack.frob.com>
55621 * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
55622 * elf/Makefile ($(objpfx)librtld.os): Likewise.
55623 (reloc-link): Likewise.
55625 2011-06-09 Ulrich Drepper <drepper@gmail.com>
55627 * elf/Makefile: Add rules to build pldd.
55628 * elf/pldd.c: New file.
55629 * elf/pldd-xx.c: New file.
55631 2011-06-07 Ulrich Drepper <drepper@gmail.com>
55633 * version.h: Update for 2.15 development version.
55635 2011-06-07 David S. Miller <davem@davemloft.net>
55637 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
55639 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
55640 elf_machine_lazy_rel): Likewise.
55641 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
55642 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
55643 elf_machine_lazy_rel): Likewise.
55644 * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
55645 dl_hwcap via passed in argument.
55646 * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
55649 2011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
55651 * stdlib/longlong.h: Update from GCC. Fix smul_ppmm for S/390.
55653 2011-06-06 Roland McGrath <roland@hack.frob.com>
55656 * manual/fdl-1.1.texi: New file, verbatim from:
55657 http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
55658 * manual/lgpl-2.1.texi: New file, verbatim from:
55659 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
55660 * manual/Makefile (licenses): New variable, list those new file names.
55662 (chapters.% top-menu.%): Include $(licenses) with $(appendices).
55664 * manual/fdl.texi: File removed.
55665 * manual/lesser.texi: File removed.
55666 * manual/libc.texinfo (Copying, Documentation License):
55667 Use new @include file names, put @appendix directive before @include.
55669 2011-06-04 Jakub Jelinek <jakub@redhat.com>
55672 * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
55673 (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
55674 (mq_open): Add __NTH.
55676 2011-06-02 H.J. Lu <hongjiu.lu@intel.com>
55678 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55679 Assume Intel Core i3/i5/i7 processor if AVX is available.
55681 2011-05-31 Ulrich Drepper <drepper@gmail.com>
55683 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
55686 2011-05-31 Andreas Schwab <schwab@redhat.com>
55688 * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
55689 memory. Use alloca_account. Fix memory leak when retrying.
55691 2011-05-31 Ulrich Drepper <drepper@gmail.com>
55693 * version.h (RELEASE): Bump for 2.14 release.
55694 * include/features.h (__GLIBC_MINOR__): Bump to 14.
55696 * config.make.in (RANLIB): Remove entry.
55698 2011-05-30 Ulrich Drepper <drepper@gmail.com>
55700 * po/Makefile (po-sed-cmd): Add ksh to extensions.
55701 (libc.pot): Work around missing support for .ksh extension in xgettext.
55704 * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
55705 if both request failed.
55706 (send_dg): In case of server errors clear resplen or *resplen2.
55709 * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
55710 when there are multiple maps.
55711 * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
55712 (_dl_fini): Remove test here.
55714 * elf/rtld.c (dl_main): Don't allow the loader to load itself.
55716 2011-05-29 Ulrich Drepper <drepper@gmail.com>
55719 * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
55720 bit from old_res_options.
55721 (gaih_inet): Likewise.
55724 * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
55727 * resolv/res_init.c (res_setoptions): Make the code more compact.
55730 * resolv/res_init.c (res_setoptions): Recognize use-vc option and
55734 * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
55736 * malloc/malloc.h: Mark malloc hook variables as deprecated.
55739 * malloc/malloc.h: Declare malloc hook variables as volatile.
55741 * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
55745 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
55746 raise in the comment.
55747 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
55748 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
55749 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
55751 2011-05-28 Ulrich Drepper <drepper@gmail.com>
55754 * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
55755 grow the buffers more if it already has to be sufficient.
55756 (build_wcs_upper_buffer): Likewise.
55757 * posix/regexec.c (check_matching): Likewise.
55758 (clean_state_log_if_needed): Likewise.
55759 (extend_buffers): Don't enlarge buffers beyond size of the input
55761 Patches mostly by Emil Wojak <emil@wojak.eu>.
55762 * posix/bug-regex32.c: New file.
55763 * posix/Makefile (tests): Add bug-regex32.
55765 * locale/findlocale.c (_nl_find_locale): Return right away if
55766 _nl_explode_name failed.
55767 * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
55769 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
55771 * debug/xtrace.sh: Unify messages.
55772 * malloc/memusage.sh: Likewise.
55775 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
55776 time symbol from vDSO. Substitute with vsyscall if not available.
55777 * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
55780 * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
55781 * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
55782 * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
55783 Add sendmmsg and internal_sendmmsg.
55784 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
55785 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
55786 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
55788 * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
55789 * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
55790 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
55792 2011-05-27 Ulrich Drepper <drepper@gmail.com>
55795 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
55796 Retrieve getcpu symbol from vDSO. Substitute with vsyscall if not
55798 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
55802 * iconvdata/Makefile (tests): Add bug-iconv9.
55803 * iconvdata/bug-iconv9.c: New file.
55805 2011-05-27 Andreas Schwab <schwab@redhat.com>
55808 * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
55810 2011-05-25 Jakub Jelinek <jakub@redhat.com>
55812 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
55813 (struct user_regs_struct): Change intcs field back to cs.
55815 2011-05-25 Ulrich Drepper <drepper@gmail.com>
55817 * po/ja.po: Update from translation team.
55819 2011-05-23 Ulrich Drepper <drepper@gmail.com>
55822 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
55823 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
55825 2011-05-20 Andreas Schwab <schwab@redhat.com>
55827 * stdlib/longlong.h: Update from GCC.
55829 2011-05-23 Andreas Schwab <schwab@redhat.com>
55831 * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
55833 * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
55834 Add parameter name.
55835 (__sysconf): Pass it down.
55837 2011-05-22 Ulrich Drepper <drepper@gmail.com>
55840 * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
55842 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
55843 * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
55844 add in in __libc_use_alloca calls. Adjust callers.
55845 (glob): Use malloc in some situations.
55847 * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
55848 and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
55851 2011-05-21 Ulrich Drepper <drepper@gmail.com>
55853 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
55854 and CLOCK_BOOTTIME_ALARM.
55857 * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
55860 * string/_strerror.c (__strerror_r): Print negative errors as signed
55864 * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
55865 (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
55866 * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
55868 * configure.in: Fix typo in redirection and correct removal of test
55869 files in two cases.
55872 * locale/setlocale.c (new_composite_name): Fix test to check for
55873 identical name of all categories.
55876 * libio/filedoalloc.c (local_isatty): New function.
55877 (_IO_file_doallocate): Use local_isatty.
55878 * stdio-common/perror.c (perror): In case a new stream is used
55879 forward the stream error.
55880 * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
55883 2011-05-20 Ulrich Drepper <drepper@gmail.com>
55886 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
55888 * include/alloca.h (extend_alloca_account): Define.
55891 * posix/regex.h: Fix comments with documentation of user-accessible
55892 fields after compilation and describe correct free'ing of pattern
55893 after re_compile_pattern.
55894 Patch by Reuben Thomas <rrt@sc3d.org>.
55896 2011-05-18 Ryan S. Arnold <rsa@us.ibm.com>
55898 * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
55899 and -mno-altivec to prevent the compiler from using Altivec and/or
55900 VSX instructions when the corresponding registers are not available.
55902 2011-05-19 Andreas Schwab <schwab@redhat.com>
55904 * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
55906 2011-05-19 Ulrich Drepper <drepper@gmail.com>
55908 * libio/freopen.c (freopen): Use __dup2, not dup2.
55909 * libio/freopen64.c (freopen64): Likewise.
55911 2011-05-17 H.J. Lu <hongjiu.lu@intel.com>
55914 * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
55915 * math/Makefile (tests): Add test-powl.
55916 (CFLAGS-test-powl.c): Define.
55917 * math/test-powl.c: New file.
55919 2011-05-16 H.J. Lu <hongjiu.lu@intel.com>
55921 * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
55923 2011-05-17 Ulrich Drepper <drepper@gmail.com>
55926 * iconvdata/gb18030.c: Update to GB18020-2005.
55928 2011-05-16 Ulrich Drepper <drepper@gmail.com>
55930 * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
55931 RE_SYNTAX_POSIX_AWK): Update to match recent development.
55932 Patch by Aharon Robbins <arnold@skeeve.com>.
55935 * stdlib/putenv.c (putenv): Don't always create copy of the variable
55939 * misc/pselect.c (__pselect): Handle timeout value errors hidden
55940 through underflows.
55943 * misc/error.c (error_at_line): Ensure file_name and old_file_name
55944 point to strings before performing equality test for error_one_per_line
55948 * login/programs/pt_chown.c (do_pt_chown): Always call chown.
55951 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
55952 (struct user_fpregs_struct): Avoid __uint*_t types.
55955 * malloc/mtrace.c (tr_where): Add additional parameter to point to
55956 symbol info. Use it instead of calling _dl_addr locally.
55957 (lock_and_info): New function.
55958 (tr_freehook): Call lock_and_info and pass symbol info as additional
55959 parameter to tr_where.
55960 (tr_mallochook): Likewise.
55961 (tr_reallochook): Likewise.
55962 (tr_memalignhook): Likewise.
55964 * malloc/mtrace.c: Remove support for USE_MTRACE_FILE. It is not
55965 used and couldn't be at all thread-safe.
55967 2011-05-15 Ulrich Drepper <drepper@gmail.com>
55969 * libio/freopen.c (freopen): Don't close old file descriptor
55970 before the new one is opened. Instead dup the new file descriptor
55971 to the old one after the new stream is created.
55972 * libio/freopen64.c (freopen64): Likewise.
55973 * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
55974 * libio/fileops.c (_IO_new_file_close_it): Handle new
55975 _IO_FLAGS2_NOCLOSE flag.
55976 (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
55977 If _IO_file_open didn't set FD_CLOEXEC do it after the call.
55978 * libio/oldfileops.c (_IO_old_file_close_it): Handle new
55979 _IO_FLAGS2_NOCLOSE flag.
55980 * include/unistd.h: Add hidden_proto for dup3.
55981 Define __have_dup3.
55982 * io/dup3.c: Define hidden symbol.
55983 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
55986 * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
55987 when an incomplete long option is used.
55988 * posix/tst-getopt_long1.c: New file.
55989 * posix/Makefile (tests): Add tst-getopt_long1.
55992 * scripts/config.guess: Update from autoconf-2.68.
55993 * scripts/config.sub: Likewise.
55996 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
55998 (has_cpuclock): ...this. New function.
55999 * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
56000 macro here based on has_cpuclock code.
56003 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
56004 First byte (not low byte) is now always NUL.
56005 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
56007 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
56008 Use non-cancelable interfaces.
56011 * locale/iso-639.def: Add entry for Sorani.
56014 * include/stdlib.h: Move include protection to the right place.
56015 Define abort_msg_s. Declare __abort_msg with it.
56016 * stdlib/abort.c (__abort_msg): Adjust type.
56017 * assert/assert.c (__assert_fail_base): New function. Majority
56018 of code from __assert_fail. Allocate memory for __abort_msg with
56020 (__assert_fail): Now call __assert_fail_base.
56021 * assert/assert-perr.c: Remove bulk of implementation. Use
56022 __assert_fail_base.
56023 * include/assert.hL Declare __assert_fail_base.
56024 * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
56026 * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
56028 2011-05-14 Ulrich Drepper <drepper@gmail.com>
56032 * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
56033 until all modules are registered in the DTV.
56034 * elf/Makefile: Add rules to build and run tst-tls19.
56035 * elf/tst-tls19.c: New file.
56036 * elf/tst-tls19mod1.c: New file.
56037 * elf/tst-tls19mod2.c: New file.
56038 * elf/tst-tls19mod3.c: New file.
56039 Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
56042 * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
56046 * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
56047 two-byte sequence errors.
56048 * iconvdata/Makefile (tests): Add bug-iconv8.
56049 * iconvdata/bug-iconv8.c: New file.
56052 * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
56055 * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
56058 * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
56059 (dummy_getcfa): New function.
56060 (init): Get _Unwind_GetCFA address, use dummy if not found.
56061 (backtrace_helper): In recursion check, also check whether CFA changes.
56062 (__backtrace): Completely initialize arg.
56064 * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
56065 storing incomplete byte sequence in state object. Avoid testing for
56066 guaranteed too small input if we know there is enough data available.
56068 2011-05-11 Andreas Schwab <schwab@redhat.com>
56070 * Makeconfig (+link-pie): Indent.
56071 * Rules (binaries-pie): Define if $(have-fpie) and
56073 (binaries-shared): Also filter out $(binaries-pie).
56074 ($(addprefix $(objpfx),$(binaries-pie))): New rule.
56075 * nscd/Makefile (others-pie): Add nscd.
56076 (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
56077 ($(objpfx)nscd): Remove command override.
56078 * login/Makefile (others-pie): Add pt_chown.
56079 ($(objpfx)pt_chown): Remove command override.
56080 * elf/Makefile: Add PIE tests to tests and tests-pie variables and
56081 remove command overrides.
56083 2011-05-13 Ulrich Drepper <drepper@gmail.com>
56085 * libio/tst_putwc.c: Fix error messages.
56088 * libio/fileops.c (_IO_new_file_close_it): Always flush when
56089 currently writing and seek to current position when not.
56090 * libio/Makefile (tests): Add bug-fclose1.
56091 * libio/bug-fclose1.c: New file.
56093 2011-05-12 Ulrich Drepper <drepper@gmail.com>
56096 * elf/dl-lookup.c (enter): Don't test for copy relocation here and
56097 don't set DF_1_NODELETE here.
56098 (do_lookup_x): When entering new entry test for copy relocation
56099 and if necessary set DF_1_NODELETE flag.
56100 * elf/tst-unique4.cc: New file.
56101 * elf/tst-unique4.h: New file.
56102 * elf/tst-unique4lib.cc: New file.
56103 * elf/Makefile: Add rules to build and run tst-unique4.
56104 Patch by Piotr Bury <pbury@goahead.com>.
56106 2011-05-11 Ulrich Drepper <drepper@gmail.com>
56109 * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
56112 * misc/mntent_r.c (addmntent): Flush the stream after the output
56115 * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
56116 (is_trusted_path_normalize): Skip initial colon. Append slash
56117 to empty buffer. Duplicate is_trusted_path code but allow
56118 constructed patch to be prefix.
56119 (is_dst): Allow $ORIGIN followed by /.
56120 (_dl_dst_substitute): Correct clearing of check_for_trusted.
56121 Correct testing of result of is_trusted_path_normalize
56122 (decompose_rpath): Fix warning.
56124 2011-05-10 Ulrich Drepper <drepper@gmail.com>
56127 * grp/initgroups.c (internal_getgrouplist): When we found the service
56128 list through the initgroups entry in nsswitch.conf do not always
56129 continue on a successful lookup. Don't always use the
56130 __nss_group_database value if it is set.
56131 * nss/nsswitch.conf (initgroups): Change action for successful db
56132 lookup to continue for compatibility.
56134 2011-05-09 Ulrich Drepper <drepper@gmail.com>
56137 * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
56139 * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
56141 * iconvdata/tst-tables.sh: Likewise.
56142 * iconvdata/cp770.c: New file.
56143 * iconvdata/cp771.c: New file.
56144 * iconvdata/cp772.c: New file.
56145 * iconvdata/cp773.c: New file.
56146 * iconvdata/cp774.c: New file.
56147 * iconvdata/testdata/CP770: New file.
56148 * iconvdata/testdata/CP770..UTF8: New file.
56149 * iconvdata/testdata/CP771: New file.
56150 * iconvdata/testdata/CP771..UTF8: New file.
56151 * iconvdata/testdata/CP772: New file.
56152 * iconvdata/testdata/CP772..UTF8: New file.
56153 * iconvdata/testdata/CP773: New file.
56154 * iconvdata/testdata/CP773..UTF8: New file.
56155 * iconvdata/testdata/CP774: New file.
56156 * iconvdata/testdata/CP774..UTF8: New file.
56158 * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
56160 * iconvdata/gen-8bit-gap.sh: Likewise.
56161 * iconvdata/gen-8bit.sh: Likewise.
56163 * locale/iso-639.def: Add ary entry.
56166 * locale/C-translit.h.in: Add U20A1 transliteration.
56169 * locale/iso-639.def: Add wae entry.
56170 Patch by Kevin Bortis <bortis@translate-wae.ch>.
56173 * locale/programs/localedef.c (construct_output_path): Use ssize_t
56177 * locale/C-translit.h.in: Add entry for U20B9.
56178 Patch by pravin.d.s@gmail.com.
56180 2011-05-08 Ulrich Drepper <drepper@gmail.com>
56183 * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
56184 ENAMETOOLONG use generic getcwd.
56185 * sysdeps/posix/getcwd.c: Add support to use openat. Make usable
56186 in rtld. Use *stat64.
56187 * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
56188 Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
56189 * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
56190 * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
56191 * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
56192 * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
56193 * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
56194 __fstatat64 macros.
56195 * include/dirent.h: Add libc_hidden_proto for rewinddir.
56196 * dirent/rewinddir.c: Add libc_hidden_def.
56197 * sysdeps/mach/hurd/rewinddir.c: Likewise.
56198 * sysdeps/unix/rewinddir.c: Likewise. Don't do locking outside libc.
56200 * include/dirent.h (__alloc_dir): Add flags parameter.
56201 * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
56202 * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
56204 (__alloc_dir): Take new parameter. Don't call fcntl for invocations
56205 from fdopendir if O_CLOEXEC is already set.
56207 2011-03-15 Alan Modra <amodra@gmail.com>
56209 * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
56210 l_tls_firstbyte_offset non-zero. Save padding offset in
56211 l_tls_firstbyte_offset for later use.
56212 * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
56213 freeing static tls block.
56215 2011-03-05 Jonathan Nieder <jrnieder@gmail.com>
56217 * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
56218 where #ifdef was intended. The intent is to prevent ARG_MAX from
56219 being defined by the kernel headers.
56221 2011-05-07 Ulrich Drepper <drepper@gmail.com>
56224 * resolv/resolv.h: Define RES_NOTLDQUERY.
56225 * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
56226 no-tld-query and set RES_NOTLDQUERY.
56227 * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
56228 * resolv/res_query.c (__libc_res_nsearch): Backport changes from
56229 modern BIND to search name as TLD unless forbidden.
56231 2011-05-07 Petr Baudis <pasky@suse.cz>
56232 Ulrich Drepper <drepper@gmail.com>
56235 * elf/dl-load.c (fillin_rpath): Move trusted path check...
56236 (is_trusted_path): ...to here.
56237 (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
56238 (_dl_dst_substitute): Verify expanded $ORIGIN path elements
56239 using is_trusted_path_normalize() in setuid scripts.
56241 2011-05-06 Paul Pluzhnikov <ppluzhnikov@google.com>
56243 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
56244 __BEGIN/__END_DECLS.
56246 2011-05-06 Ulrich Drepper <drepper@gmail.com>
56248 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
56249 NSS_STATUS_NOTFOUND if no record was found.
56251 2011-05-05 Andreas Schwab <schwab@redhat.com>
56253 * sunrpc/Makefile (headers): Add rpc/netdb.h.
56254 (headers-not-in-tirpc): Remove rpc/netdb.h
56255 * resolv/netdb.h: Revert last change.
56257 2011-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
56259 * Makeconfig (link-libc-static): Use --{start,end}-group to handle
56260 circular dependency between libgcc.a and libc.a.
56262 2011-05-05 Andreas Schwab <schwab@redhat.com>
56264 * resolv/netdb.h: Don't include <rpc/netdb.h>.
56265 * nis/Makefile: Don't install rpcsvc/*.
56266 * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
56267 instead of <rpc/types.h>.
56268 (MAXHOSTNAMELEN): Define.
56270 2011-05-03 Andreas Schwab <schwab@redhat.com>
56272 * elf/ldconfig.c (add_dir): Don't crash on empty path.
56274 2011-04-28 Maciej Babinski <mbabinski@google.com>
56277 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
56278 gethostbyname4_r when IPv6 results are possible.
56280 2011-05-02 Ulrich Drepper <drepper@gmail.com>
56283 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
56284 _PC_PIPE_BUF handling.
56286 2011-04-30 Bruno Haible <bruno@clisp.org>
56289 * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
56290 * resolv/netdb.h (getnameinfo): Change type of flags parameter
56292 * inet/getnameinfo.c (getnameinfo): Likewise.
56294 2011-04-29 Ulrich Drepper <drepper@gmail.com>
56296 * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
56297 to groups setting in database lookup.
56298 * nss/nsswitch.conf: Add initgroups entry.
56300 2011-04-22 Ulrich Drepper <drepper@gmail.com>
56303 * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
56305 Patch by Eric Blake <eblake@redhat.com>.
56307 2011-04-20 H.J. Lu <hongjiu.lu@intel.com>
56309 * sunrpc/Makefile (need-export-routines): Add svc_run.
56310 (routines): Remove svc_run.
56311 ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
56312 * sunrpc/clnt_perr.c (clnt_perrno): Export.
56313 * sunrpc/svc_run.c (svc_run): Likewise.
56314 * sunrpc/svc_udp.c (svcudp_create): Likewise.
56316 2011-04-21 Ulrich Drepper <drepper@gmail.com>
56318 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
56319 problem in reallocation in last patch.
56321 2011-04-20 Ulrich Drepper <drepper@gmail.com>
56323 * sunrpc/Makefile: Move inclusion of Rules.
56325 2011-04-19 Ulrich Drepper <drepper@gmail.com>
56327 * nss/nss_files/files-initgroups.c: New file.
56328 * nss/Makefile (libnss_files-routines): Add files-initgroups.
56329 * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
56330 _nss_files_initgroups_dyn.
56332 2011-03-31 Richard Sandiford <richard.sandiford@linaro.org>
56334 * elf/elf.h (R_ARM_IRELATIVE): Define.
56336 2011-04-19 Ulrich Drepper <drepper@gmail.com>
56338 * po/ru.po: Update from translation team.
56340 2011-04-17 Ulrich Drepper <drepper@gmail.com>
56342 * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
56345 2011-02-06 Mike Frysinger <vapier@gentoo.org>
56348 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
56349 MEMCPY_CHK with USE_AS_BCOPY ifdef check.
56350 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
56351 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
56352 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
56354 2011-03-28 Andreas Schwab <schwab@linux-m68k.org>
56356 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
56358 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
56359 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
56360 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
56362 2011-04-17 Ulrich Drepper <drepper@gmail.com>
56365 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
56367 * stdlib/bug-getcontext.c: New file.
56368 * stdlib/Makefile: Add rules to build and run bug-getcontext.
56370 2011-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
56372 * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
56373 instructions into .machine "z9-109".
56374 * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
56375 * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
56377 2011-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
56379 * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
56380 between environment variables and auxiliary vector.
56382 2011-04-16 Ulrich Drepper <drepper@gmail.com>
56384 * Makefile: Add rules to build linkobj/libc.so.
56385 * include/libc-symbols.h: Define libc_hidden_nolink.
56386 * include/rpc/auth.h: Mark functions which are to be hidden.
56387 * include/rpc/auth_des.h: Likewise.
56388 * include/rpc/auth_unix.h: Likewise.
56389 * include/rpc/clnt.h: Likewise.
56390 * include/rpc/des_crypt.h: Likewise.
56391 * include/rpc/key_prot.h: Likewise.
56392 * include/rpc/pmap_clnt.h: Likewise.
56393 * include/rpc/pmap_prot.h: Likewise.
56394 * include/rpc/pmap_rmt.h: Likewise.
56395 * include/rpc/rpc_msg.h: Likewise.
56396 * include/rpc/svc.h: Likewise.
56397 * include/rpc/svc_auth.h: Likewise.
56398 * include/rpc/xdr.h: Likewise.
56399 * nis/Makefile: Link all DSOs against linkobj/libc.so.
56400 * nss/Makefile: Likewise.
56401 * sunrpc/Makefile: Don't install headers. Build library with normal
56402 entry points. Don't build rpcinfo. Link RPC tests appropriately.
56403 * sunrpc/auth_des.c: Hide exported symbols by default, export some
56404 for the compat linking library. Remove use of INTDEF/INTUSE.
56405 * sunrpc/auth_none.c: Likewise.
56406 * sunrpc/auth_unix.c: Likewise.
56407 * sunrpc/authdes_prot.c: Likewise.
56408 * sunrpc/authuxprot.c: Likewise.
56409 * sunrpc/clnt_gen.c: Likewise.
56410 * sunrpc/clnt_perr.c: Likewise.
56411 * sunrpc/clnt_raw.c: Likewise.
56412 * sunrpc/clnt_simp.c: Likewise.
56413 * sunrpc/clnt_tcp.c: Likewise.
56414 * sunrpc/clnt_udp.c: Likewise.
56415 * sunrpc/clnt_unix.c: Likewise.
56416 * sunrpc/des_crypt.c: Likewise.
56417 * sunrpc/des_soft.c: Likewise.
56418 * sunrpc/get_myaddr.c: Likewise.
56419 * sunrpc/key_call.c: Likewise.
56420 * sunrpc/key_prot.c: Likewise.
56421 * sunrpc/netname.c: Likewise.
56422 * sunrpc/pm_getmaps.c: Likewise.
56423 * sunrpc/pm_getport.c: Likewise.
56424 * sunrpc/pmap_clnt.c: Likewise.
56425 * sunrpc/pmap_prot.c: Likewise.
56426 * sunrpc/pmap_prot2.c: Likewise.
56427 * sunrpc/pmap_rmt.c: Likewise.
56428 * sunrpc/publickey.c: Likewise.
56429 * sunrpc/rpc_cmsg.c: Likewise.
56430 * sunrpc/rpc_common.c: Likewise.
56431 * sunrpc/rpc_dtable.c: Likewise.
56432 * sunrpc/rpc_prot.c: Likewise.
56433 * sunrpc/rpc_thread.c: Likewise.
56434 * sunrpc/rtime.c: Likewise.
56435 * sunrpc/svc.c: Likewise.
56436 * sunrpc/svc_auth.c: Likewise.
56437 * sunrpc/svc_authux.c: Likewise.
56438 * sunrpc/svc_raw.c: Likewise.
56439 * sunrpc/svc_run.c: Likewise.
56440 * sunrpc/svc_simple.c: Likewise.
56441 * sunrpc/svc_tcp.c: Likewise.
56442 * sunrpc/svc_udp.c: Likewise.
56443 * sunrpc/svc_unix.c: Likewise.
56444 * sunrpc/svcauth_des.c: Likewise.
56445 * sunrpc/xcrypt.c: Likewise.
56446 * sunrpc/xdr.c: Likewise.
56447 * sunrpc/xdr_array.c: Likewise.
56448 * sunrpc/xdr_float.c: Likewise.
56449 * sunrpc/xdr_intXX_t.c: Likewise.
56450 * sunrpc/xdr_mem.c: Likewise.
56451 * sunrpc/xdr_rec.c: Likewise.
56452 * sunrpc/xdr_ref.c: Likewise.
56453 * sunrpc/xdr_sizeof.c: Likewise.
56454 * sunrpc/xdr_stdio.c: Likewise.
56456 2011-04-10 Ulrich Drepper <drepper@gmail.com>
56459 * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
56460 * sysdeps/ia64/dl-tls.h: Likewise.
56461 * sysdeps/powerpc/dl-tls.h: Likewise.
56462 * sysdeps/s390/dl-tls.h: Likewise.
56463 * sysdeps/sh/dl-tls.h: Likewise.
56464 * sysdeps/sparc/dl-tls.h: Likewise.
56465 * sysdeps/x86_64/dl-tls.h: Likewise.
56466 * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
56468 2011-03-14 Andreas Schwab <schwab@redhat.com>
56470 * elf/dl-load.c (_dl_dst_substitute): When skipping the first
56471 rpath element also skip the following colon.
56472 (expand_dynamic_string_token): Add is_path parameter and pass
56473 down to DL_DST_REQUIRED and _dl_dst_substitute.
56474 (decompose_rpath): Call expand_dynamic_string_token with
56475 non-zero is_path. Ignore empty rpaths.
56476 (_dl_map_object_from_fd): Call expand_dynamic_string_token
56479 2011-04-08 Andreas Schwab <schwab@linux-m68k.org>
56481 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
56484 2011-04-09 Ulrich Drepper <drepper@gmail.com>
56487 * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
56488 Patch by Filipe David Manana <fdmanana@apache.org>.
56490 2011-04-07 Andreas Schwab <schwab@redhat.com>
56492 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
56493 Maintain aligned stack.
56494 (CHECK_RSP): Remove unused macro.
56496 2011-04-03 Ulrich Drepper <drepper@gmail.com>
56498 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
56499 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
56501 2011-04-02 Ulrich Drepper <drepper@gmail.com>
56503 * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
56505 * include/features.h: Mention __USE_XOPEN2K8 in comment.
56507 2011-03-26 H.J. Lu <hongjiu.lu@intel.com>
56510 * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
56511 * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
56512 * sysdeps/x86_64/memmove.c: New file.
56513 * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
56514 (memcpy): Renamed to ...
56515 (__new_memcpy): This.
56516 (memcpy): Provide GLIBC_2_14 memcpy.
56517 * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
56518 (memcpy): Provide GLIBC_2_2_5 memcpy.
56520 2011-04-01 Ulrich Drepper <drepper@gmail.com>
56523 * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
56525 2011-03-30 Andreas Schwab <schwab@redhat.com>
56527 * misc/syncfs.c: New file.
56528 * misc/Makefile (routines): Add syncfs.
56529 * posix/unistd.h: Declare syncfs.
56530 * sysdeps/unix/syscalls.list: Add syncfs.
56532 2011-04-01 Andreas Schwab <schwab@redhat.com>
56534 * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
56536 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
56537 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56538 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56539 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56540 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56541 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
56542 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56544 2011-04-01 Ulrich Drepper <drepper@gmail.com>
56546 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
56547 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56548 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
56549 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56550 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56551 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56552 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56554 * io/Makefile: Compile fallocate.c, fallocate64.c, and
56555 sync_file_range.c with -fexceptions.
56556 * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
56557 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
56558 * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
56559 * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
56560 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
56561 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
56562 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
56563 sync_file_range as cancellation point
56564 * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file. This is
56565 now a wrapper around __call_sync_file_range with cancellation handling.
56566 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
56567 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this. Change
56568 function name to __call_sync_file_range.
56569 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
56570 Add call_sync_file_range.
56572 2011-04-01 Andreas Schwab <schwab@redhat.com>
56574 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
56577 2011-04-01 Ulrich Drepper <drepper@gmail.com>
56579 * iconv/iconv.h: Fix typo in comment.
56580 * io/fcntl.h: Likewise.
56581 * libio/stdio.h: Likewise.
56582 * posix/spawn.h: Likewise.
56583 * posix/unistd.h: Likewise.
56584 * stdlib/stdlib.h: Likewise.
56585 * time/time.h: Likewise.
56586 * wcsmbs/wchar.h: Likewise.
56588 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
56589 open_by_handle): Add.
56590 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
56591 and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle.
56592 Augment a few comments.
56593 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56594 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56595 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56596 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56597 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56598 * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
56601 * io/fcntl.h (AT_EMPTY_PATH): Define.
56603 2011-03-30 Ulrich Drepper <drepper@gmail.com>
56605 * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
56606 * sysdeps/unix/sysv/linux/bits/time.h: New file.
56607 * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
56609 * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
56610 * Versions.def: Add GLIBC_2.14.
56611 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
56614 2011-03-22 Ulrich Drepper <drepper@gmail.com>
56616 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
56618 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56620 2011-03-20 H.J. Lu <hongjiu.lu@intel.com>
56623 * string/test-strncmp.c (do_page_test): New function.
56624 (check2): Likewise.
56625 (test_main): Call check2.
56626 * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
56628 2011-03-20 Ulrich Drepper <drepper@gmail.com>
56631 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
56632 Handle cache information in CPU leaf 4.
56633 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56635 2011-03-18 Ulrich Drepper <drepper@gmail.com>
56638 * posix/fnmatch.c (fnmatch): Check size of pattern in wide
56639 character representation.
56640 Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
56642 2011-03-16 Ryan S. Arnold <rsa@us.ibm.com>
56644 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
56645 END(__isnan) to END(__isnanf) to match function entry point/label
56646 EALIGN(__isnanf,...).
56648 2011-03-10 Jakub Jelinek <jakub@redhat.com>
56650 * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
56652 2011-03-10 Ulrich Drepper <drepper@gmail.com>
56655 * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
56656 copy from the symbol referenced in the relocation to initialize the
56658 Patch by Piotr Bury <pbury@goahead.com>.
56659 * elf/Makefile: Add rules to build and tst-unique3.
56660 * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
56661 * elf/tst-unique3.cc: New file.
56662 * elf/tst-unique3.h: New file.
56663 * elf/tst-unique3lib.cc: New file.
56664 * elf/tst-unique3lib2.cc: New file.
56666 * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
56668 2011-03-10 Mike Frysinger <vapier@gentoo.org>
56670 * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
56671 $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main
56674 2011-03-06 Ulrich Drepper <drepper@gmail.com>
56676 * elf/dl-load.c (_dl_map_object): If we are looking for the first
56677 to-be-loaded object along a path to loader is ld.so.
56679 2011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
56680 Ulrich Drepper <drepper@gmail.com>
56682 * sysdeps/x86_64/memset.S: After aligning destination, code
56683 branches to different locations depending on the value of
56684 misalignment, when multiarch is enabled. Fix this.
56686 2011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
56688 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
56689 Set _x86_64_preferred_memory_instruction for AMD processsors.
56690 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56691 Set bit_Prefer_SSE_for_memop for AMD processors.
56693 2011-03-04 Ulrich Drepper <drepper@gmail.com>
56695 * libio/fmemopen.c (fmemopen): Optimize a bit.
56697 2011-03-03 Andreas Schwab <schwab@redhat.com>
56699 * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
56701 2011-03-03 Roland McGrath <roland@redhat.com>
56703 * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
56705 2011-02-28 Aurelien Jarno <aurelien@aurel32.net>
56707 * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
56708 __bzero_ultra1 instead of __memset_ultra1.
56710 2011-02-23 Andreas Schwab <schwab@redhat.com>
56711 Ulrich Drepper <drepper@gmail.com>
56714 * include/link.h (struct link_map): Add l_orig_initfini.
56715 * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
56716 returning unsuccessfully.
56717 * elf/dl-close.c (_dl_close_worker): If this is the last explicit
56718 close of a file loaded at startup, restore the original l_initfini
56720 * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
56721 list, store the pointer.
56722 * elf/Makefile ($(objpfx)noload-mem): New rule.
56723 (noload-ENV): Define.
56724 (tests): Add $(objpfx)noload-mem.
56725 * elf/noload.c: Include <memcheck.h>.
56726 (main): Call mtrace. Close all opened handles.
56728 2011-02-17 Andreas Schwab <schwab@redhat.com>
56731 * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
56732 dependencies are missing.
56734 2011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
56736 Fix __if_freereq crash: Unlike the generic version which uses free,
56738 * sysdeps/mach/hurd/ifreq.h: New file.
56740 2011-01-27 Petr Baudis <pasky@suse.cz>
56741 Ulrich Drepper <drepper@gmail.com>
56744 * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
56745 to extend_alloca().
56746 * stdio-common/bug23.c: New file.
56747 * stdio-common/Makefile (tests): Add bug23.
56749 2010-09-28 Andreas Schwab <schwab@redhat.com>
56750 Ulrich Drepper <drepper@gmail.com>
56753 * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
56754 before performing relro protection. At old place add assertion
56755 to make sure nothing changed.
56757 2011-02-17 Nathan Sidwell <nathan@codesourcery.com>
56758 Glauber de Oliveira Costa <glommer@gmail.com>
56760 * elf/elf.h: Add new ARM TLS relocs.
56762 2011-02-16 Ryan S. Arnold <rsa@us.ibm.com>
56764 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
56765 (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
56767 * sysdeps/wordsize-64/Makefile: New file. Add tst-writev to
56769 * sysdeps/wordsize-64/tst-writev.c: New file.
56771 2011-02-15 Ryan S. Arnold <rsa@us.ibm.com>
56773 * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
56774 -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
56775 insns in _dl_start to prevent a TOC reference before relocs are
56778 2011-02-15 Ulrich Drepper <drepper@gmail.com>
56781 * Makeconfig: Remove RANLIB definition.
56782 * Makerules: Don't use RANLIB.
56783 * aclocal.m4: Remove ranlib test.
56784 * configure.in: No need to check for ranlib.
56785 * elf/rtld-Rules: Don't use RANLIB.
56787 2011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
56789 * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
56791 * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
56792 inclusion protection macro.
56794 * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
56795 SIGRTMIN and SIGRTMAX and print information in that case only when
56796 SIGRTMIN is defined.
56798 2011-02-11 Jakub Jelinek <jakub@redhat.com>
56800 * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
56801 arginfo fn returning -1.
56803 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
56804 and thousands string is zero terminated.
56806 2011-02-03 Andreas Schwab <schwab@redhat.com>
56808 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
56809 sysdeps/unix/sysv/linux/bits/socket.h.
56811 2011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
56813 * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
56814 (__CPU_COUNT): Remove old macros.
56815 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
56816 (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
56817 (__CPU_ALLOC, __CPU_FREE): Add macros.
56818 (__sched_cpualloc, __sched_cpufree): Add declarations.
56820 2011-02-05 Ulrich Drepper <drepper@gmail.com>
56822 * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
56823 (struct datahead): Reuse 32 bits of the alignment for a TTL field.
56824 * nscd/aicache.c (addhstaiX): Return timeout of added value.
56825 (readdhstai): Return value of addhstaiX call.
56826 * nscd/grpcache.c (cache_addgr): Return timeout of added value.
56827 (addgrbyX): Return value returned by cache_addgr.
56828 (readdgrbyname): Return value returned by addgrbyX.
56829 (readdgrbygid): Likewise.
56830 * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
56831 (addpwbyX): Return value returned by cache_addpw.
56832 (readdpwbyname): Return value returned by addhstbyX.
56833 (readdpwbyuid): Likewise.
56834 * nscd/servicescache.c (cache_addserv): Return timeout of added value.
56835 (addservbyX): Return value returned by cache_addserv.
56836 (readdservbyname): Return value returned by addservbyX:
56837 (readdservbyport): Likewise.
56838 * nscd/hstcache.c (cache_addhst): Return timeout of added value.
56839 (addhstbyX): Return value returned by cache_addhst.
56840 (readdhstbyname): Return value returned by addhstbyX.
56841 (readdhstbyaddr): Likewise.
56842 (readdhstbynamev6): Likewise.
56843 (readdhstbyaddrv6): Likewise.
56844 * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
56845 (readdinitgroups): Return value returned by addinitgroupsX.
56846 * nscd/cache.c (readdfcts): Change return value of functions to time_t.
56847 (prune_cache): Keep track of timeout value of re-added entries.
56848 * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
56849 * nscd/nscd.h: Adjust prototypes of readd* functions.
56851 2011-02-04 Roland McGrath <roland@redhat.com>
56853 * nis/nis_server.c (nis_servstate): Use the right name for 0.
56854 (nis_stats): Likewise.
56855 * nis/nis_modify.c (nis_modify): Likewise.
56856 * nis/nis_remove.c (nis_remove): Likewise.
56857 * nis/nis_add.c (nis_add): Likewise.
56859 * elf/dl-object.c (_dl_new_object): Remove unused variable L.
56861 * posix/fnmatch_loop.c: Add some consts.
56863 * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
56865 2011-02-02 H.J. Lu <hongjiu.lu@intel.com>
56868 * config.make.in (config-cflags-novzeroupper): Define.
56869 * configure.in: Substitute libc_cv_cc_novzeroupper.
56870 * elf/Makefile (AVX-CFLAGS): Define.
56871 (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
56872 (CFLAGS-tst-auditmod4a.c): Likewise.
56873 (CFLAGS-tst-auditmod4b.c): Likewise.
56874 (CFLAGS-tst-auditmod6b.c): Likewise.
56875 (CFLAGS-tst-auditmod6c.c): Likewise.
56876 (CFLAGS-tst-auditmod7b.c): Likewise.
56877 * sysdeps/i386/configure.in: Check -mno-vzeroupper.
56879 2011-02-02 Ulrich Drepper <drepper@gmail.com>
56881 * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
56882 function to the callback.
56883 Patch partly by Jiri Olsa <jolsa@redhat.com>.
56885 2011-02-02 Andreas Schwab <schwab@redhat.com>
56887 * shadow/sgetspent.c: Check return value of __sgetspent_r instead
56890 2011-01-19 Ulrich Drepper <drepper@gmail.com>
56893 * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
56895 * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
56897 (_dl_fini): Don't call _dl_sort_fini if there is only one object.
56900 * elf/Makefile: Add rules to build and run new test.
56901 * elf/tst-initorder.c: New file.
56902 * elf/tst-initorder.exp: New file.
56903 * elf/tst-initordera1.c: New file.
56904 * elf/tst-initordera2.c: New file.
56905 * elf/tst-initordera3.c: New file.
56906 * elf/tst-initordera4.c: New file.
56907 * elf/tst-initorderb1.c: New file.
56908 * elf/tst-initorderb2.c: New file.
56909 * elf/tst-order-a1.c: New file.
56910 * elf/tst-order-a2.c: New file.
56911 * elf/tst-order-a3.c: New file.
56912 * elf/tst-order-a4.c: New file.
56913 * elf/tst-order-b1.c: New file.
56914 * elf/tst-order-b2.c: New file.
56915 * elf/tst-order-main.c: New file.
56916 New test case by George Gensure <werkt0@gmail.com>.
56918 2010-10-01 Andreas Schwab <schwab@redhat.com>
56920 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
56921 decoding ACE if AI_CANONIDN.
56923 2011-01-18 Ulrich Drepper <drepper@gmail.com>
56925 * elf/Makefile: Build IFUNC tests unless multi-arch = no.
56927 2011-01-17 Ulrich Drepper <drepper@gmail.com>
56929 * version.h (RELEASE): Bump for 2.13 release.
56930 * include/features.h: (__GLIBC_MINOR__): Bump to 13.
56932 * io/fcntl.h: Define AT_NO_AUTOMOUNT.
56934 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
56936 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
56937 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
56938 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
56939 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
56940 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
56941 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
56943 * posix/getconf.c: Update copyright year.
56944 * catgets/gencat.c: Likewise.
56945 * csu/version.c: Likewise.
56946 * debug/catchsegv.sh: Likewise.
56947 * debug/xtrace.sh: Likewise.
56948 * elf/ldconfig.c: Likewise.
56949 * elf/ldd.bash.in: Likewise.
56950 * elf/sprof.c (print_version): Likewise.
56951 * iconv/iconv_prog.c: Likewise.
56952 * iconv/iconvconfig.c: Likewise.
56953 * locale/programs/locale.c: Likewise.
56954 * locale/programs/localedef.c: Likewise.
56955 * malloc/memusage.sh: Likewise.
56956 * malloc/mtrace.pl: Likewise.
56957 * nscd/nscd.c (print_version): Likewise.
56958 * nss/getent.c: Likewise.
56960 * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
56961 PF_CAIF, and PF_ALG.
56962 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
56964 2011-01-16 Andreas Schwab <schwab@linux-m68k.org>
56966 * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
56967 (modules-names): Use them.
56968 (ifunc-test-modules, ifunc-pie-tests): Define.
56969 (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
56970 tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
56971 (test-extras): Likewise.
56972 ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
56973 $(compile-command.c).
56974 ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
56975 (all-built-dso): Define.
56976 (check-textrel.out, check-execstack.out): Depend on it.
56978 * configure.in: Don't override --enable-multi-arch.
56980 2011-01-15 Ulrich Drepper <drepper@gmail.com>
56983 * nscd/hstcache.c (tryagain): Define.
56984 (cache_addhst): Return tryagain not notfound for temporary errors.
56985 (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
56988 2011-01-14 Ulrich Drepper <drepper@gmail.com>
56991 * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
56992 to make the syscall.
56993 * sysdeps/unix/sysv/linux/setgroups.c: New file.
56996 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
56997 and fall back to matching as normal character if the string ends before
56998 the matching ']' is found. This is what POSIX requires.
56999 * posix/testfnm.c: Adjust test result.
57000 * posix/globtest.sh: Adjust test result. Add new test.
57001 * posix/tst-fnmatch.input: Likewise.
57002 * posix/tst-fnmatch2.c: Add new test.
57004 2010-12-28 Andreas Schwab <schwab@linux-m68k.org>
57006 * elf/Makefile (check-execstack): Revert last change. Depend on
57008 (check-execstack.h): New target.
57009 (generated): Add check-execstack.h.
57010 * elf/check-execstack.c: Include "check-execstack.h".
57011 (main): Revert last change.
57012 (handle_file): Return zero if GNU_STACK is absent and
57013 DEFAULT_STACK_PERMS doesn't include PF_X.
57015 2011-01-13 Ulrich Drepper <drepper@gmail.com>
57017 * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
57018 in child fails because the descriptor is already closed.
57019 * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
57020 * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
57021 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
57024 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
57028 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
57029 temporary buffer used to handle multi lookups locally.
57030 * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
57032 2011-01-12 Ulrich Drepper <drepper@gmail.com>
57034 * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
57037 2011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
57039 * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
57040 alignment for SSE2.
57042 2011-01-12 Ulrich Drepper <drepper@gmail.com>
57045 * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
57046 characters. When rounding increased number of integer digits recompute
57048 * stdio-common/tst-grouping.c: New file.
57049 * stdio-common/Makefile: Add rules to build and run tst-grouping.
57051 2011-01-09 Ulrich Drepper <drepper@gmail.com>
57053 * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
57054 __FD_CLR, and __FS_ISSET. gcc generates better code on its own.
57056 * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
57058 * bits/select.h: Likewise.
57060 2011-01-08 Ulrich Drepper <drepper@gmail.com>
57062 * po/ja.po: Update from translation team.
57064 2011-01-04 David S. Miller <davem@sunset.davemloft.net>
57067 * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
57068 implementation just like for lxstat, fxstatat, et al.
57070 2010-12-27 Jim Meyering <meyering@redhat.com>
57073 * posix/regexec.c (build_trtable): Return failure indication upon
57074 calloc failure. Otherwise, re_search_internal could infloop on OOM.
57076 2010-12-25 Ulrich Drepper <drepper@gmail.com>
57079 * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
57080 * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
57081 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
57082 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
57085 * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
57088 * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
57089 * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
57091 2010-12-15 H.J. Lu <hongjiu.lu@intel.com>
57093 * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
57094 * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
57095 script has SORT_BY_INIT_PRIORITY.
57096 * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
57097 NO_CTORS_DTORS_SECTIONS is defined.
57098 * elf/soinit.c: Likewise.
57099 * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
57100 NO_CTORS_DTORS_SECTIONS is defined.
57101 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
57102 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
57103 * sysdeps/sh/init-first.c: Likewise.
57104 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
57106 2010-12-24 Ulrich Drepper <drepper@gmail.com>
57108 * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
57109 always use the slow path.
57111 2010-12-15 Ryan S. Arnold <rsa@us.ibm.com>
57113 * elf/Makefile: (check-execstack): Replace $(native-compile) with a
57114 similar rule which adds the sysdep directories to the header search in
57115 order to pick up the correct platform stackinfo.h.
57116 * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
57117 perform test if it is, otherwise return successfully without testing.
57118 * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
57119 DEFAULT_STACK_PERMS define in stackinfo.h.
57120 * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
57121 defined in stackinfo.h.
57122 * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
57123 DEFAULT_STACK_PERMS defined in stackinfo.h.
57124 * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
57125 * sysdeps/ia64/stackinfo.h: Likewise.
57126 * sysdeps/s390/stackinfo.h: Likewise.
57127 * sysdeps/sh/stackinfo.h: Likewise.
57128 * sysdeps/sparc/stackinfo.h: Likewise.
57129 * sysdeps/x86_64/stackinfo.h: Likewise.
57130 * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
57131 PF_X for powerpc64. Retain PF_X for powerpc32.
57133 2010-12-19 Ulrich Drepper <drepper@gmail.com>
57135 * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
57137 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
57138 GETDENTS_64BIT_ALIGNED.
57140 2010-12-14 Ulrich Drepper <dreper@gmail.com>
57142 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
57144 2010-12-10 Andreas Schwab <schwab@redhat.com>
57146 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
57149 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
57150 * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
57152 (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
57153 (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
57155 2010-12-09 Ulrich Drepper <drepper@gmail.com>
57158 * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
57161 2010-12-09 Jakub Jelinek <jakub@redhat.com>
57163 * string/bits/string3.h (memmove, bcopy): Remove __restrict.
57165 2010-12-03 Ulrich Drepper <drepper@gmail.com>
57167 * po/it.po: Update from translation team.
57169 2010-12-01 H.J. Lu <hongjiu.lu@intel.com>
57171 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
57174 2010-11-30 Ulrich Drepper <drepper@gmail.com>
57176 * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
57178 2010-11-24 Andreas Schwab <schwab@redhat.com>
57180 * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
57182 (gaih_getanswer_slice): Likewise.
57184 2010-10-20 Jakub Jelinek <jakub@redhat.com>
57186 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
57188 2010-05-31 Petr Baudis <pasky@suse.cz>
57191 * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
57192 silently even in the chroot mode.
57194 2010-11-22 Ulrich Drepper <drepper@gmail.com>
57196 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
57197 last patch a bit. Pretty printing
57199 2010-05-31 Petr Baudis <pasky@suse.cz>
57202 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
57203 initialization of skip_initgroups_dyn.
57205 2010-11-19 Ulrich Drepper <drepper@gmail.com>
57207 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
57208 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
57210 2010-11-16 Ulrich Drepper <drepper@gmail.com>
57212 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
57214 2010-11-11 Andreas Schwab <schwab@redhat.com>
57216 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
57217 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
57218 (tst-fnmatch-ENV): Set MALLOC_TRACE.
57219 ($(objpfx)tst-fnmatch-mem): New rule.
57220 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
57221 * posix/tst-fnmatch.c (main): Call mtrace.
57223 2010-11-11 H.J. Lu <hongjiu.lu@intel.com>
57225 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57226 Support Intel processor model 6 and model 0x2c.
57228 2010-11-10 Luis Machado <luisgpm@br.ibm.com>
57230 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
57233 2010-11-09 H.J. Lu <hongjiu.lu@intel.com>
57236 * string/test-strncasecmp.c (check_result): New function.
57237 (do_one_test): Use it.
57238 (check1): New function.
57239 (test_main): Use it.
57240 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
57241 Support strcasecmp and strncasecmp.
57243 2010-11-08 Ulrich Drepper <drepper@gmail.com>
57246 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
57247 * sysdeps/x86_64/bits/byteswap.h: Likewise.
57249 2010-11-07 H.J. Lu <hongjiu.lu@intel.com>
57251 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
57253 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57255 * sysdeps/x86_64/multiarch/bzero.S: New file.
57256 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
57257 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
57258 * sysdeps/x86_64/multiarch/memset.S: New file.
57259 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
57260 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57261 Set bit_Prefer_SSE_for_memop for Intel processors.
57262 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
57264 (index_Prefer_SSE_for_memop): Define.
57265 (HAS_PREFER_SSE_FOR_MEMOP): Define.
57267 2010-11-04 Luis Machado <luisgpm@br.ibm.com>
57269 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
57270 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
57272 2010-11-03 H.J. Lu <hongjiu.lu@intel.com>
57275 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
57276 (__x86_64_raw_data_cache_size_half): Likewise.
57277 (__x86_64_raw_shared_cache_size): Likewise.
57278 (__x86_64_raw_shared_cache_size_half): Likewise.
57280 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
57281 (__x86_64_raw_data_cache_size_half): Likewise.
57282 (__x86_64_raw_shared_cache_size): Likewise.
57283 (__x86_64_raw_shared_cache_size_half): Likewise.
57284 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
57285 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
57286 and __x86_64_raw_shared_cache_size_half. Round
57287 __x86_64_data_cache_size_half, __x86_64_data_cache_size
57288 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
57289 to multiple of 256 bytes.
57291 2010-11-03 Ulrich Drepper <drepper@gmail.com>
57294 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
57295 of inacessible symlinks. Verify result of symlink before returning it.
57296 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
57297 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
57299 2010-10-28 Erich Ritz <erichritz@gmail.com>
57301 * math/math.h (isinf): Fix typo in comment.
57303 2010-11-01 Ulrich Drepper <drepper@gmail.com>
57305 * po/da.po: Update from translation team.
57307 2010-10-26 Ulrich Drepper <drepper@gmail.com>
57309 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
57310 is added to the list.
57312 2010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
57313 Ulrich Drepper <drepper@gmail.com>
57315 * elf/dl-object.c (_dl_new_object): Don't append the new object to
57316 the global list here. Move code to...
57317 (_dl_add_to_namespace_list): ...here. New function.
57318 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
57319 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
57320 * elf/dl-load.c (lose): Don't remove the element from the list.
57321 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
57322 (_dl_map_object): Likewise.
57324 2010-10-25 Ulrich Drepper <drepper@gmail.com>
57327 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
57328 into all bytes of SSE register.
57329 Patch by Richard Li <richardpku@gmail.com>.
57331 2010-10-24 Ulrich Drepper <drepper@gmail.com>
57334 * malloc/malloc.c (_int_free): Fill correct number of bytes when
57337 2010-10-20 Michael B. Brutman <brutman@us.ibm.com>
57339 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
57340 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
57341 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
57342 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
57343 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
57345 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
57347 2010-10-22 Andreas Schwab <schwab@redhat.com>
57349 * include/dlfcn.h (__RTLD_SECURE): Define.
57350 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
57351 mode & __RTLD_SECURE instead.
57352 (open_path): Rename preloaded parameter to secure.
57353 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
57354 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
57355 * elf/dl-deps.c (openaux): Likewise.
57356 * elf/rtld.c (struct map_args): Remove is_preloaded.
57357 (map_doit): Don't use it.
57358 (dl_main): Likewise.
57359 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
57360 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
57362 2010-09-09 Andreas Schwab <schwab@redhat.com>
57364 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
57365 (sysd-rules-targets): Remove duplicates.
57366 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
57367 rtld-%.$o dependency.
57369 2010-10-18 Andreas Schwab <schwab@redhat.com>
57371 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
57372 _dl_map_object do it.
57374 2010-10-19 Ulrich Drepper <drepper@gmail.com>
57376 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
57377 fast fma builtins, define the macros in the C99 standard.
57378 (FP_FAST_FMAF): Likewise.
57379 (FP_FAST_FMAL): Likewise.
57380 * sysdeps/x86_64/bits/mathdef.h: Likewise.
57382 * bits/mathdef.h: Update copyright year.
57383 * sysdeps/powerpc/bits/mathdef.h: Likewise.
57385 2010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
57387 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
57388 builtins, define the macros in the C99 standard.
57389 (FP_FAST_FMAF): Likewise.
57390 (FP_FAST_FMAL): Likewise.
57391 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
57393 (FP_FAST_FMAF): Likewise.
57395 2010-10-15 Jakub Jelinek <jakub@redhat.com>
57398 * math/libm-test.inc (fma_test): Some new testcases.
57399 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
57400 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
57401 y and infinite z. Do multiplication by C already in long double.
57402 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
57403 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
57404 y and infinite z. Do bitwise or of inexact bit into u.d.
57405 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
57406 * sysdeps/i386/fpu/s_fmaf.S: Removed.
57407 * sysdeps/i386/fpu/s_fma.S: Removed.
57408 * sysdeps/i386/fpu/s_fmal.S: Removed.
57410 2010-10-16 Jakub Jelinek <jakub@redhat.com>
57413 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
57414 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
57415 computation is not scheduled after fetestexcept. Fix value
57416 of minimum denormal long double.
57418 2010-10-14 Jakub Jelinek <jakub@redhat.com>
57421 * math/libm-test.inc (fma_test): Add some more tests.
57422 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
57425 2010-10-15 Andreas Schwab <schwab@redhat.com>
57427 * scripts/data/localplt-s390-linux-gnu.data: New file.
57428 * scripts/data/localplt-s390x-linux-gnu.data: New file.
57430 2010-10-13 Jakub Jelinek <jakub@redhat.com>
57433 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
57434 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
57436 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
57438 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
57439 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
57440 if one of x and y is very large and the other is subnormal.
57441 * sysdeps/s390/fpu/s_fmaf.c: New file.
57442 * sysdeps/s390/fpu/s_fma.c: New file.
57443 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
57444 * sysdeps/powerpc/fpu/s_fma.S: New file.
57445 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
57446 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
57447 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
57449 2010-10-12 Jakub Jelinek <jakub@redhat.com>
57452 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
57454 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
57455 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
57456 * sysdeps/i386/i686/multiarch/s_fma.c: Include
57457 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
57458 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
57459 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
57460 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
57462 2010-10-12 Ulrich Drepper <drepper@redhat.com>
57465 * posix/regcomp.c (parse_branch): One more memory leak plugged.
57466 * posix/bug-regex31.input: Add test case.
57468 2010-10-11 Ulrich Drepper <drepper@gmail.com>
57470 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
57471 * posix/bug-regex31.input: New file.
57474 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
57475 (parse_sub_exp): Fix last change, use postorder.
57477 * posix/bug-regex31.c: New file.
57478 * posix/Makefile: Add rules to build and run bug-regex31.
57480 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
57483 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
57486 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
57487 to have entries in sys_siglist.
57490 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
57493 2010-10-07 Jakub Jelinek <jakub@redhat.com>
57496 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
57497 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
57498 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
57499 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
57500 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
57501 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
57502 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
57503 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
57504 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
57505 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
57506 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
57507 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
57508 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
57509 * math/ftestexcept.c (fetestexcept): Likewise.
57510 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
57511 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
57512 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
57513 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
57514 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
57515 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
57516 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
57518 2010-10-11 Ulrich Drepper <drepper@gmail.com>
57521 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
57524 2010-10-06 Ulrich Drepper <drepper@gmail.com>
57526 * string/bug-strstr1.c: New file.
57527 * string/Makefile: Add rules to build and run bug-strstr1.
57529 2010-10-05 Eric Blake <eblake@redhat.com>
57532 * string/str-two-way.h (two_way_long_needle): Always clear memory
57533 when skipping input due to the shift table.
57535 2010-10-03 Ulrich Drepper <drepper@gmail.com>
57538 * malloc/mcheck.c: Handle large requests.
57541 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
57542 for strncmp and strncasecmp.
57543 * string/stratcliff.c: Add tests for strcmp and strncmp.
57544 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
57546 2010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
57548 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
57551 2010-09-30 Andreas Jaeger <aj@suse.de>
57553 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
57554 (CGROUP_SUPER_MAGIC): Define.
57555 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57556 Handle btrfs and cgroup file systems.
57557 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
57560 2010-09-27 Luis Machado <luisgpm@br.ibm.com>
57562 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
57563 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
57565 2010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
57568 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
57569 trying to locate the ELF header.
57571 2010-09-27 Andreas Schwab <schwab@redhat.com>
57574 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
57575 Mask out sign-bit copies when constructing f_fsid.
57577 2010-09-24 Petr Baudis <pasky@suse.cz>
57579 * debug/stack_chk_fail_local.c: Add missing licence exception.
57580 * debug/warning-nop.c: Likewise.
57582 2010-09-15 Joseph Myers <joseph@codesourcery.com>
57584 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
57585 implementing getdents64 using getdents syscall, set d_type if
57586 __ASSUME_GETDENTS32_D_TYPE.
57588 2010-09-16 Andreas Schwab <schwab@redhat.com>
57590 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
57591 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
57593 2010-09-21 Ulrich Drepper <drepper@redhat.com>
57596 * posix/unistd.h: Undo change of feature selection for ftruncate from
57599 2010-09-20 Ulrich Drepper <drepper@redhat.com>
57601 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
57604 2010-09-20 Andreas Schwab <schwab@redhat.com>
57606 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
57608 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57610 2010-09-14 Andreas Schwab <schwab@redhat.com>
57612 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
57613 variables after CHECK_SP call.
57614 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
57616 2010-09-13 Andreas Schwab <schwab@redhat.com>
57617 Ulrich Drepper <drepper@redhat.com>
57619 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
57620 re-relocationg ld.so.
57621 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
57622 _dl_init_paths call.
57623 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
57626 2010-09-14 Ulrich Drepper <drepper@redhat.com>
57628 * resolv/res_init.c (__res_vinit): Count the default server we added.
57630 2010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
57631 Ulrich Drepper <drepper@redhat.com>
57634 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
57635 (____longjmp_chk): Use %ebx for saving value across system call.
57638 2010-09-06 Andreas Schwab <schwab@redhat.com>
57640 * manual/Makefile: Don't mix pattern rules with normal rules.
57642 2010-09-05 Andreas Schwab <schwab@linux-m68k.org>
57644 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
57646 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
57647 * libio/iofopncook.c (_IO_cookie_init): Likewise.
57648 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
57649 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
57650 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
57653 2010-09-04 Ulrich Drepper <drepper@redhat.com>
57656 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
57657 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
57659 2010-09-02 Ulrich Drepper <drepper@redhat.com>
57661 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
57662 * sysdeps/x86_64/addmul_1.S: Likewise.
57663 * sysdeps/x86_64/lshift.S: Likewise.
57664 * sysdeps/x86_64/mul_1.S: Likewise.
57665 * sysdeps/x86_64/rshift.S: Likewise.
57666 * sysdeps/x86_64/sub_n.S: Likewise.
57667 * sysdeps/x86_64/submul_1.S: Likewise.
57669 2010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
57671 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
57672 Define __sched_param instead of SCHED_* and sched_param when
57673 <bits/sched.h> is included with __need_schedparam defined.
57674 * bits/sched.h [__need_schedparam]
57675 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
57676 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
57677 (__defined_schedparam): Define to 1.
57678 (__sched_param): New structure, identical to sched_param.
57679 (__need_schedparam): Undefine.
57681 2010-08-31 Mike Frysinger <vapier@gentoo.org>
57683 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
57684 (epoll_create1): Declare.
57686 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
57688 2010-08-31 Andreas Schwab <schwab@redhat.com>
57691 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
57692 shifting retval into place.
57694 2010-09-01 Ulrich Drepper <drepper@redhat.com>
57696 * nis/rpcsvc/nis.h: Update copyright notice.
57697 * nis/rpcsvc/nis.x: Likewise.
57698 * nis/rpcsvc/nis_callback.h: Likewise.
57699 * nis/rpcsvc/nis_callback.x: Likewise.
57700 * nis/rpcsvc/nis_object.x: Likewise.
57701 * nis/rpcsvc/nis_tags.h: Likewise.
57702 * nis/rpcsvc/yp.h: Likewise.
57703 * nis/rpcsvc/yp.x: Likewise.
57704 * nis/rpcsvc/ypupd.h: Likewise.
57705 * nis/yp_xdr.c: Likewise.
57706 * nis/ypupdate_xdr.c: Likewise.
57708 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
57709 mainly the body of pmap_getport. Add parameters to specify timeouts.
57710 (pmap_getport): Use __libc_rpc_getport.
57711 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
57712 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
57713 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
57715 2010-08-31 Andreas Schwab <schwab@linux-m68k.org>
57717 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
57720 2010-08-27 Roland McGrath <roland@redhat.com>
57722 * sysdeps/i386/i686/multiarch/Makefile
57723 (CFLAGS-varshift.c): New variable.
57725 2010-08-27 Ulrich Drepper <drepper@redhat.com>
57727 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
57728 * sysdeps/i386/i686/multiarch/varshift.c: New file.
57730 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
57732 * sysdeps/x86_64/strlen.S: Minimal code improvement.
57734 2010-08-26 H.J. Lu <hongjiu.lu@intel.com>
57736 * sysdeps/x86_64/strlen.S: Unroll the loop.
57737 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57738 strlen-sse2 strlen-sse2-bsf.
57739 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
57740 __strlen_no_bsf if bit_Slow_BSF is set.
57741 (__strlen_sse42): Removed.
57742 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
57743 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
57745 2010-08-25 Roland McGrath <roland@redhat.com>
57747 * sysdeps/x86_64/multiarch/varshift.S: File removed.
57748 * sysdeps/x86_64/multiarch/varshift.c: New file.
57749 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
57750 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
57751 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
57752 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
57754 2010-08-25 H.J. Lu <hongjiu.lu@intel.com>
57756 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57757 strlen-sse2 strlen-sse2-bsf.
57758 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
57759 __strlen_sse2_bsf if bit_Slow_BSF is unset.
57760 (__strlen_sse2): Removed.
57761 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
57762 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
57763 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
57764 bit_Slow_BSF for Atom.
57765 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
57766 (index_Slow_BSF): Define.
57767 (HAS_SLOW_BSF): Define.
57769 2010-08-25 Ulrich Drepper <drepper@redhat.com>
57772 * resolv/res_init.c (__res_vinit): When no server address at all
57773 is given default to loopback.
57775 2010-08-24 Roland McGrath <roland@redhat.com>
57777 * configure.in: Remove config-name.h generation.
57778 * configure: Regenerated.
57779 * config-name.in: File removed.
57780 * scripts/config-uname.sh: New file.
57781 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
57782 ($(objdir)config-name.h): New target.
57784 * sunrpc/rpc_parse.h: Avoid nested comment.
57786 2010-08-24 Richard Henderson <rth@redhat.com>
57787 Ulrich Drepper <drepper@redhat.com>
57788 H.J. Lu <hongjiu.lu@intel.com>
57790 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
57791 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
57792 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
57793 Replace _mm_srli_si128 with __m128i_shift_right. Replace
57794 _mm_alignr_epi8 with _mm_loadu_si128.
57795 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
57796 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
57797 (__m128i_shift_right): Removed.
57798 * sysdeps/i386/i686/multiarch/varshift.h: New file.
57799 * sysdeps/i386/i686/multiarch/varshift.S: New file.
57800 * sysdeps/x86_64/multiarch/varshift.h: New file.
57801 * sysdeps/x86_64/multiarch/varshift.S: New file.
57803 2010-08-21 Mike Frysinger <vapier@gentoo.org>
57805 * configure.in: Move assembler checks to before sysdep dir checking.
57807 2010-08-20 Petr Baudis <pasky@suse.cz>
57809 * LICENSES: Sync the sunrpc license.
57811 2010-08-19 Ulrich Drepper <drepper@redhat.com>
57813 * sunrpc/auth_des.c: Update copyright notice once again.
57814 * sunrpc/auth_none.c: Likewise.
57815 * sunrpc/auth_unix.c: Likewise.
57816 * sunrpc/authdes_prot.c: Likewise.
57817 * sunrpc/authuxprot.c: Likewise.
57818 * sunrpc/bindrsvprt.c: Likewise.
57819 * sunrpc/clnt_gen.c: Likewise.
57820 * sunrpc/clnt_perr.c: Likewise.
57821 * sunrpc/clnt_raw.c: Likewise.
57822 * sunrpc/clnt_simp.c: Likewise.
57823 * sunrpc/clnt_tcp.c: Likewise.
57824 * sunrpc/clnt_udp.c: Likewise.
57825 * sunrpc/clnt_unix.c: Likewise.
57826 * sunrpc/des_crypt.c: Likewise.
57827 * sunrpc/des_soft.c: Likewise.
57828 * sunrpc/get_myaddr.c: Likewise.
57829 * sunrpc/getrpcport.c: Likewise.
57830 * sunrpc/key_call.c: Likewise.
57831 * sunrpc/key_prot.c: Likewise.
57832 * sunrpc/openchild.c: Likewise.
57833 * sunrpc/pm_getmaps.c: Likewise.
57834 * sunrpc/pm_getport.c: Likewise.
57835 * sunrpc/pmap_clnt.c: Likewise.
57836 * sunrpc/pmap_prot.c: Likewise.
57837 * sunrpc/pmap_prot2.c: Likewise.
57838 * sunrpc/pmap_rmt.c: Likewise.
57839 * sunrpc/rpc/auth.h: Likewise.
57840 * sunrpc/rpc/auth_unix.h: Likewise.
57841 * sunrpc/rpc/clnt.h: Likewise.
57842 * sunrpc/rpc/des_crypt.h: Likewise.
57843 * sunrpc/rpc/key_prot.h: Likewise.
57844 * sunrpc/rpc/netdb.h: Likewise.
57845 * sunrpc/rpc/pmap_clnt.h: Likewise.
57846 * sunrpc/rpc/pmap_prot.h: Likewise.
57847 * sunrpc/rpc/pmap_rmt.h: Likewise.
57848 * sunrpc/rpc/rpc.h: Likewise.
57849 * sunrpc/rpc/rpc_des.h: Likewise.
57850 * sunrpc/rpc/rpc_msg.h: Likewise.
57851 * sunrpc/rpc/svc.h: Likewise.
57852 * sunrpc/rpc/svc_auth.h: Likewise.
57853 * sunrpc/rpc/types.h: Likewise.
57854 * sunrpc/rpc/xdr.h: Likewise.
57855 * sunrpc/rpc_clntout.c: Likewise.
57856 * sunrpc/rpc_cmsg.c: Likewise.
57857 * sunrpc/rpc_common.c: Likewise.
57858 * sunrpc/rpc_cout.c: Likewise.
57859 * sunrpc/rpc_dtable.c: Likewise.
57860 * sunrpc/rpc_hout.c: Likewise.
57861 * sunrpc/rpc_main.c: Likewise.
57862 * sunrpc/rpc_parse.c: Likewise.
57863 * sunrpc/rpc_parse.h: Likewise.
57864 * sunrpc/rpc_prot.c: Likewise.
57865 * sunrpc/rpc_sample.c: Likewise.
57866 * sunrpc/rpc_scan.c: Likewise.
57867 * sunrpc/rpc_scan.h: Likewise.
57868 * sunrpc/rpc_svcout.c: Likewise.
57869 * sunrpc/rpc_tblout.c: Likewise.
57870 * sunrpc/rpc_util.c: Likewise.
57871 * sunrpc/rpc_util.h: Likewise.
57872 * sunrpc/rpcinfo.c: Likewise.
57873 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
57874 * sunrpc/rpcsvc/key_prot.x: Likewise.
57875 * sunrpc/rpcsvc/klm_prot.x: Likewise.
57876 * sunrpc/rpcsvc/mount.x: Likewise.
57877 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
57878 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
57879 * sunrpc/rpcsvc/rex.x: Likewise.
57880 * sunrpc/rpcsvc/rstat.x: Likewise.
57881 * sunrpc/rpcsvc/rusers.x: Likewise.
57882 * sunrpc/rpcsvc/sm_inter.x: Likewise.
57883 * sunrpc/rpcsvc/spray.x: Likewise.
57884 * sunrpc/rpcsvc/yppasswd.x: Likewise.
57885 * sunrpc/rtime.c: Likewise.
57886 * sunrpc/svc.c: Likewise.
57887 * sunrpc/svc_auth.c: Likewise.
57888 * sunrpc/svc_authux.c: Likewise.
57889 * sunrpc/svc_raw.c: Likewise.
57890 * sunrpc/svc_run.c: Likewise.
57891 * sunrpc/svc_simple.c: Likewise.
57892 * sunrpc/svc_tcp.c: Likewise.
57893 * sunrpc/svc_udp.c: Likewise.
57894 * sunrpc/svc_unix.c: Likewise.
57895 * sunrpc/svcauth_des.c: Likewise.
57896 * sunrpc/xcrypt.c: Likewise.
57897 * sunrpc/xdr.c: Likewise.
57898 * sunrpc/xdr_array.c: Likewise.
57899 * sunrpc/xdr_float.c: Likewise.
57900 * sunrpc/xdr_mem.c: Likewise.
57901 * sunrpc/xdr_rec.c: Likewise.
57902 * sunrpc/xdr_ref.c: Likewise.
57903 * sunrpc/xdr_sizeof.c: Likewise.
57904 * sunrpc/xdr_stdio.c: Likewise.
57906 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
57909 2010-08-19 Andreas Schwab <schwab@redhat.com>
57911 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
57913 2010-08-19 Luis Machado <luisgpm@br.ibm.com>
57915 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
57916 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
57917 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
57918 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
57919 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
57920 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
57921 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
57922 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
57923 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
57924 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
57925 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
57926 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
57927 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
57928 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
57930 2010-07-26 Anton Blanchard <anton@samba.org>
57932 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
57933 * malloc/arena.c (heap_trim): Likewise.
57935 2010-08-16 Ulrich Drepper <drepper@redhat.com>
57937 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
57939 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
57940 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
57942 2010-08-12 H.J. Lu <hongjiu.lu@intel.com>
57944 * sysdeps/i386/elf/Makefile: New file.
57946 2010-08-14 Andreas Schwab <schwab@linux-m68k.org>
57948 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
57949 from fanotify_init.
57950 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
57951 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
57953 2010-08-15 Ulrich Drepper <drepper@redhat.com>
57955 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
57957 * sysdeps/multiarch/strcmp.S: Likewise.
57959 2010-08-14 Ulrich Drepper <drepper@redhat.com>
57961 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
57962 strncase_l-nonascii.
57963 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
57964 Add strncase_l-ssse3.
57965 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
57966 * sysdeps/x86_64/strcmp.S: Likewise.
57967 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
57968 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
57969 * sysdeps/x86_64/strncase.S: New file.
57970 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
57971 * sysdeps/x86_64/strncase_l.S: New file.
57972 * string/Makefile (strop-tests): Add strncasecmp.
57973 * string/test-strncasecmp.c: New file.
57975 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
57978 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
57979 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
57981 2010-08-14 Andreas Schwab <schwab@linux-m68k.org>
57983 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
57985 2010-08-12 Ulrich Drepper <drepper@redhat.com>
57987 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
57988 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
57989 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
57991 2010-05-01 Alan Modra <amodra@gmail.com>
57993 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
57994 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
57995 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
57996 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
57997 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
57998 tidying. Don't tail-call __sigjmp_save for static lib.
57999 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
58001 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
58002 (CALL_MCOUNT): Add eh info, and nop after bl.
58003 (TAIL_CALL_SYSCALL_ERROR): New macro.
58004 (PSEUDO_RET): Use it.
58005 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
58006 Correct save location of integer regs and cr.
58007 (_dl_profile_resolve): Correct cr save location. Delete nops
58008 after bl when SHARED. Reduce cfi size a little by better
58009 placement of cfi directives.
58010 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
58011 make a stack frame. Instead use parm save area as a temp.
58012 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
58013 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
58014 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
58015 Don't make a stack frame for parent, use parm save area.
58016 Increase child stack frame to 112 bytes. Don't save unused reg,
58017 and adjust reg usage. Set up cfi on error recovery and
58018 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
58019 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
58020 (__makecontext): Add dummy nop after jump to exit.
58021 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
58022 Use correct parm save area and cr save, reduce stack frame.
58023 Correct cfi for possible PSEUDO_RET frame setup.
58024 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
58025 Branch to local label emitted by PSEUDO_RET rather than
58028 2010-08-12 Andreas Schwab <schwab@redhat.com>
58031 * locale/programs/locale.c (print_assignment): New function.
58032 (show_locale_vars): Use it.
58034 2010-08-11 Ulrich Drepper <drepper@redhat.com>
58036 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
58038 (struct statfs64): Likewise.
58039 (_STATFS_F_FLAGS): Define.
58040 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
58041 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
58042 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
58043 (ST_VALID): Define locally.
58044 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
58045 __statvfs_getflags, use the provided value.
58046 * sysdeps/unix/sysv/linux/kernel-features.h: Define
58047 __ASSUME_STATFS_F_FLAGS.
58049 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
58051 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
58052 Add sys/fanotify.h.
58053 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
58054 fanotify_mask for GLIBC_2.13.
58055 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
58056 fanotify_init and fanotify_mark.
58057 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
58058 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
58060 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
58062 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
58063 prlimit64 for GLIBC_2.13.
58064 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
58066 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
58068 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
58069 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
58070 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
58071 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
58072 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
58074 * sysdeps/unix/sysv/linux/prlimit.c: New file.
58077 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
58078 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
58080 * nss/Makefile: Add rules to build and run tst-nss-test1.
58081 * shlib-versions: Add entry for libnss_test1.
58082 * nss/nss_test1.c: New file.
58083 * nss/tst-nss-test1.c: New file.
58085 * nss/nsswitch.c (__nss_database_custom): Define new variable.
58086 (__nss_configure_lookup): Set appropriate entry in
58087 __nss_configure_lookup to true.
58088 * nss/nsswitch.h: Define enum with indeces of databases in
58089 databases and __nss_database_custom arrays. Declare
58090 __nss_database_custom.
58091 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
58092 to avoid using nscd when custom rules are installed.
58093 * nss/getXXbyYY_r.c: Likewise.
58094 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
58096 * nss/nss_files/files-parse.c: Whitespace fixes.
58098 2010-08-09 Ulrich Drepper <drepper@redhat.com>
58101 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
58102 * posix/fnmatch_loop.c: Likewise.
58104 2010-07-17 Andi Kleen <ak@linux.intel.com>
58106 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
58107 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
58108 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
58109 * Versions.def [GLIBC_2.13]: Add.
58111 2010-08-06 Ulrich Drepper <drepper@redhat.com>
58113 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
58114 Also fail if tpwd after pwuid call is NULL.
58116 2010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
58118 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
58119 when converting to ms.
58121 2010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
58123 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
58124 EOPNOTSUPP errors with ENOTTY.
58125 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
58126 EOPNOTSUPP errors with ENOTTY.
58128 2010-07-31 Ulrich Drepper <drepper@redhat.com>
58130 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
58131 Add strcasecmp_l-ssse3.
58132 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
58134 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
58135 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
58136 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
58138 2010-07-30 Ulrich Drepper <drepper@redhat.com>
58140 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
58142 * string/Makefile (strop-tests): Add strcasecmp.
58143 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
58144 strcasecmp_l-nonascii.
58145 (gen-as-const-headers): Add locale-defines.sym.
58146 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
58147 * sysdeps/x86_64/strcasecmp.S: New file.
58148 * sysdeps/x86_64/strcasecmp_l.S: New file.
58149 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
58150 * sysdeps/x86_64/locale-defines.sym: New file.
58151 * string/test-strcasecmp.c: New file.
58153 * string/test-strcasestr.c: Test both ends of the range of characters.
58154 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
58156 2010-07-29 Roland McGrath <roland@redhat.com>
58159 * manual/locale.texi (Yes-or-No Questions): Fix example code.
58161 2010-07-27 Ulrich Drepper <drepper@redhat.com>
58163 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
58166 2010-07-27 Andreas Schwab <schwab@redhat.com>
58168 * manual/memory.texi (Malloc Tunable Parameters): Document
58171 2010-07-26 Roland McGrath <roland@redhat.com>
58174 * configure.in (-fgnu89-inline check): Set and substitute
58175 gnu89_inline, not libc_cv_gnu89_inline.
58176 * configure: Regenerated.
58177 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
58179 2010-07-26 Ulrich Drepper <drepper@redhat.com>
58181 * string/test-strnlen.c: New file.
58182 * string/Makefile (strop-tests): Add strnlen.
58183 * string/tester.c (test_strnlen): Add a few more test cases.
58184 * string/tst-strlen.c: Better error reporting.
58186 * sysdeps/x86_64/strnlen.S: New file.
58188 2010-07-24 Ulrich Drepper <drepper@redhat.com>
58190 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
58191 lower-latency instructions.
58193 2010-07-23 Ulrich Drepper <drepper@redhat.com>
58195 * string/test-strcasestr.c: New file.
58196 * string/test-strstr.c: New file.
58197 * string/Makefile (strop-tests): Add strstr and strcasestr.
58198 * string/str-two-way.h: Don't undefine MAX.
58199 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
58201 2010-07-21 Andreas Schwab <schwab@redhat.com>
58203 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
58204 strcasestr-nonascii.
58205 (CFLAGS-strcasestr-nonascii.c): Define.
58206 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
58207 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
58208 Remove unused attribute.
58210 2010-07-20 Roland McGrath <roland@redhat.com>
58212 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
58213 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
58214 ld.so.cache was broken. With it, there is no way to disable dsocaps
58215 like LD_HWCAP_MASK can disable hwcaps.
58217 2010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
58219 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
58221 2010-07-16 Ulrich Drepper <drepper@redhat.com>
58223 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
58224 call in strcasestr.
58225 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
58226 __strcasestr_sse42_nonascii.
58227 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
58228 strcasestr-nonascii.c.
58229 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
58231 2010-06-15 Luis Machado <luisgpm@br.ibm.com>
58233 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
58234 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
58235 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
58236 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
58238 2010-07-09 Ulrich Drepper <drepper@redhat.com>
58240 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
58243 2010-07-06 Andreas Schwab <schwab@redhat.com>
58246 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
58249 2010-07-06 Ulrich Drepper <drepper@redhat.com>
58251 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
58252 _PC_PIPE_BUF using F_GETPIPE_SZ.
58254 2010-07-05 Roland McGrath <roland@redhat.com>
58256 * manual/arith.texi (Rounding Functions): Fix rint description
58257 implicit in round description.
58259 2010-07-02 Ulrich Drepper <drepper@redhat.com>
58261 * elf/Makefile: Fix linking for a few tests to make recent linker
58264 2010-06-30 Andreas Schwab <schwab@redhat.com>
58266 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
58267 $(common-objpfx)libc_nonshared.a.
58269 2010-06-21 Luis Machado <luisgpm@br.ibm.com>
58271 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
58272 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
58273 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
58274 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
58275 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
58276 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
58277 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
58278 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
58279 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
58280 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
58281 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
58282 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
58283 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
58284 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
58285 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
58286 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
58287 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
58288 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
58289 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
58290 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
58291 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
58292 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
58293 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
58294 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
58295 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
58296 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
58297 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
58298 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
58299 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
58300 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
58301 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
58302 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
58303 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
58304 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
58305 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
58306 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
58307 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
58308 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
58309 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
58310 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
58311 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
58312 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
58313 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
58314 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
58315 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
58316 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
58317 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
58318 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
58320 2010-06-25 H.J. Lu <hongjiu.lu@intel.com>
58322 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
58323 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
58324 * string/memmove.c (memmove): Renamed to ...
58325 (MEMMOVE): ...this. Default to memmove.
58326 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
58327 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
58329 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
58330 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
58331 mempcpy-ssse3-back memmove-ssse3-back.
58332 * sysdeps/x86_64/multiarch/bcopy.S: New file .
58333 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
58334 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
58335 * sysdeps/x86_64/multiarch/memcpy.S: New file.
58336 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
58337 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
58338 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
58339 * sysdeps/x86_64/multiarch/memmove.c: New file.
58340 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
58341 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
58342 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
58343 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
58344 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
58345 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
58347 (index_Fast_Copy_Backward): Define.
58348 (HAS_ARCH_FEATURE): Define.
58349 (HAS_FAST_REP_STRING): Define.
58350 (HAS_FAST_COPY_BACKWARD): Define.
58352 2010-06-21 Andreas Schwab <schwab@redhat.com>
58354 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
58355 Restore proper fallback handling.
58357 2010-06-19 Ulrich Drepper <drepper@redhat.com>
58360 * posix/group_member.c (__group_member): Correct checking loop.
58362 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
58363 OOM in getpwuid_r correctly. Return error number when the caller
58364 should return, otherwise -1.
58365 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
58366 call returning > 0 value.
58367 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
58369 2010-06-07 Andreas Schwab <schwab@redhat.com>
58371 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
58372 libc_nonshared.a from targets in modules-names.
58374 2010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
58376 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
58379 2010-06-10 Luis Machado <luisgpm@br.ibm.com>
58381 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
58382 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
58383 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
58384 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
58386 2010-06-02 Andreas Schwab <schwab@redhat.com>
58388 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
58390 2010-06-14 Ulrich Drepper <drepper@redhat.com>
58392 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
58394 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
58395 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
58396 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
58397 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
58398 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
58399 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
58401 2010-06-14 Roland McGrath <roland@redhat.com>
58403 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
58405 2010-06-07 Jakub Jelinek <jakub@redhat.com>
58407 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
58408 __REDIRECT followed by __THROW.
58409 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
58410 * posix/getopt.h (getopt): Likewise.
58412 2010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
58414 * hurd/lookup-at.c (__file_name_lookup_at): Accept
58415 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
58416 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
58418 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
58419 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
58421 2010-05-28 Luis Machado <luisgpm@br.ibm.com>
58423 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
58425 2010-05-26 H.J. Lu <hongjiu.lu@intel.com>
58428 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
58429 Properly check family and model.
58431 2010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
58433 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
58435 2010-05-24 Luis Machado <luisgpm@br.ibm.com>
58437 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
58439 2010-05-21 Ulrich Drepper <drepper@redhat.com>
58441 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
58444 2010-05-19 Andreas Schwab <schwab@redhat.com>
58446 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
58449 2010-05-21 Andreas Schwab <schwab@redhat.com>
58451 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
58452 and internal_recvmmsg.
58453 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
58454 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
58455 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
58456 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
58458 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
58459 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
58460 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
58462 2010-05-20 Andreas Schwab <schwab@redhat.com>
58464 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
58466 2010-05-17 Luis Machado <luisgpm@br.ibm.com>
58468 POWER7 optimizations.
58469 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
58470 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
58472 2010-05-19 Ulrich Drepper <drepper@redhat.com>
58474 * version.h: Update for 2.13 development version.
58476 2010-05-12 Andrew Stubbs <ams@codesourcery.com>
58478 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
58479 exceptions. Return 0.
58481 2010-05-07 Roland McGrath <roland@redhat.com>
58483 * elf/ldconfig.c (main): Add a const.
58485 2010-05-06 Ulrich Drepper <drepper@redhat.com>
58487 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
58488 (args_options): Add no-idn option.
58489 (ahosts_keys_int): Add idn_flags to ai_flags.
58490 (parse_option): Handle 'i' option to clear idn_flags.
58492 * malloc/malloc.c (_int_free): Possible race in the most recently
58493 added check. Only act on the data if no current modification
58496 See ChangeLog.17 for earlier changes.