NEWS: BZ#18319 was fixed in commit ed159672eb3cd650a32b7e5cb4d5ec1fe0e63802
[glibc.git] / ChangeLog
blobc32cf7ae792f6860c5a5c2ec1bd97d7cdcf7b32c
1 2015-04-29  Florian Weimer  <fweimer@redhat.com>
3         [BZ #18007]
4         * nss/nss_files/files-XXX.c (CONCAT): Always enable stayopen.
5         (CVE-2014-8121)
6         * nss/tst-nss-getpwent.c: New file.
7         * nss/Makefile (tests): Add new test.
9 2015-04-28  Joseph Myers  <joseph@codesourcery.com>
11         [BZ #18346]
12         * sysdeps/ieee754/ldbl-128/s_roundl.c (__roundl): Handle all
13         exponents less than 48 as cases where high part of mantissa needs
14         examining to determine whether argument is integral.
15         * math/libm-test.inc (round_test_data): Add more tests.
17 2015-04-28  Mark Wielaard  <mjw@redhat.com>
19         * elf/elf.h (SHF_EXCLUDE): Use unsigned 1 for shift.
21 2015-04-27  David S. Miller  <davem@davemloft.net>
23         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Remove
24         __tls_get_addr.
25         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
27 2015-04-27  H.J. Lu  <hongjiu.lu@intel.com>
29         [BZ#18333]
30         * time/tzset.c (__tzfile_read): Check tzspec_len == 0.
32 2015-04-27  Florian Weimer  <fweimer@redhat.com>
34         [BZ#18333]
35         * time/tzset.c (parse_tzname): Return error on memory allocation
36         failure.
37         * test-skeleton.c (struct temp_name_list): Change type of name
38         member to non-const.
39         (add_temp_file): Create a copy of the file name.
40         (delete_temp_files): Deallocate memory.
41         (create_temp_file): Add comment.
43 2015-04-24  Florian Weimer  <fweimer@redhat.com>
45         * io/posix_fallocate.c (posix_fallocate): Do not set errno.
46         * io/posix_fallocate64.c (posix_fallocate64): Likewise.
48 2015-04-24  Roland McGrath  <roland@hack.frob.com>
50         * sysdeps/arm/configure.ac (PI_STATIC_AND_HIDDEN): Define it.
51         * sysdeps/arm/configure: Regenerated.
53 2015-04-24  Florian Weimer  <fweimer@redhat.com>
55         [BZ #17715]
56         * time/tzfile.c (__tzfile_read): Check for large values of
57         tzh_ttisstdcnt and tzh_ttisgmtcnt.  Use malloc instead of alloca.
58         * time/tzset.c (__tzstring_len): New function, based on the old
59         __tzstring function.
60         (__tzstring): Call __tzstring_len.
61         (parse_tzname): New helper function extracted from
62         __tzset_parse_tz.  Call __tzstring_len, without making a copy of
63         the input string.
64         (parse_offset): New helper function extracted from
65         __tzset_parse_tz.  Replace switch with fallthrough with
66         initialization before sscanf.
67         (parse_rule): Likewise.
68         (__tzset_parse_tz): Rewrite using the new helper functions.  Use
69         new-style function definition.
70         * timezone/Makefile (tests): Add tst-tzset.
71         (tst-tzset.out): Dependencies on time zone files.
72         (tst-tzset-ENV): Set TZDIR.
73         (testdata/XT%): Copy crafted time zone files.
74         * timezone/README: Mention crafted time zone files.
75         * timezone/testdata/XT1, timezone/testdata/XT2,
76         timezone/testdata/XT3, timezone/testdata/XT4: New time zone test
77         files.
78         * timezone/tst-tzset.c: New test.
80 2015-04-24  Florian Weimer  <fweimer@redhat.com>
82         * Makeconfig (+gccwarn): Remove -Winline.
84 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
86         * sysdeps/s390/fpu/libm-test-upls: Regenerate.
88 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
90         * NEWS: Mention sysconf() cache information support for s390.
91         * sysdeps/unix/sysv/linux/s390/sysconf.c: New File.
93 2015-04-22  Wilco Dijkstra  <wdijkstr@arm.com>
95         * math/k_casinh.c (__kernel_casinh): Use __copysign.
96         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c
97         (__nearbyint): Likewise.
98         * sysdeps/ieee754/ldbl-opt/nldbl-copysign.c
99         (copysignl): Likewise.
101 2015-04-21  Arjun Shankar  <arjun.is@lostca.se>
103         [BZ #18287]
104         * resolv/nss_dns/dns-host.c (getanswer_r): Adjust buffer length
105         based on padding.  (CVE-2015-1781)
107 2015-04-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
109         * nptl/pthread_cond_timedwait.c: Change include bits/libc-vdso.h to just
110         libc-vdso.h.
111         * sysdeps/powerpc/powerpc32/backtrace.c: Likewise.
112         * sysdeps/powerpc/powerpc64/backtrace.c: Likewise.
113         * sysdeps/unix/sysv/linux/aarch64/init-first.c: Likewise.
114         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
115         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
116         * sysdeps/unix/sysv/linux/gettimeofday.c: Likewise.
117         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Likewise.
118         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
119         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
120         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Likewise.
121         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
122         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
123         * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
124         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise.
125         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
126         * sysdeps/unix/sysv/linux/aarch64/bits/libc-vdso.h: Move to ...
127         * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h: ... here.
128         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Move to ...
129         * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h: ... here.
130         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: Move to ...
131         * sysdeps/unix/sysv/linux/s390/libc-vdso.h: ... here.
132         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Move to ...
133         * sysdeps/unix/sysv/linux/tile/libc-vdso.h: ... here.
135 2015-04-19  Paul Eggert  <eggert@cs.ucla.edu>
137         * stdlib/setenv.c (__add_to_environ):
138         Dump core quickly if setenv (..., NULL, ...) is called.
139         This time, do it the right way, and pacify GCC with a pragma.
141 2015-04-17  Roland McGrath  <roland@hack.frob.com>
143         * elf/dl-close.c (_dl_close_worker) [DL_NNS == 1]: Just assert that
144         IMAP->l_prev cannot be null, and #if out the code for the contrary
145         case, avoiding 'assert (nsid != LM_ID_BASE)' making the compiler
146         believe that NS (&_dl_ns[NSID]) could point outside the array.
148         * elf/dl-open.c (_dl_open): Use __glibc_unlikely in invalid namespace
149         check.  Reject NSID < 0 and NSID >= dl_nns, and check for DL_NNS==1,
150         before using NSID as an index.
152 2015-04-17  Il'ya Malakhov <ilmalakhov@yandex.ru>
154         [BZ #17825]
155         * sysdeps/sparc/sparc64/memchr.S: Fix signedness handling of length.
156         * sysdeps/sparc/sparc64/memcmp.S: Likewise.
157         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
159 2015-04-17  Roland McGrath  <roland@hack.frob.com>
161         Add preliminary port to Google Native Client on ARM.
162         * abi-tags (.*-.*-nacl.*): New entry.
163         * sysdeps/arm/nacl: New directory.
164         * sysdeps/nacl: New directory.
166 2015-04-16  David S. Miller  <davem@davemloft.net>
168         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Make use of
169         lowlevellock-futex.h
171 2015-04-16  Chris Metcalf  <cmetcalf@ezchip.com>
173         * sysdeps/tile/configure.ac: New file.
174         * sysdeps/tile/configure: Regenerated.
176 2015-04-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
178         * wcsmbs/wcschr.c [WCSCHR] (wcschr): Define as __wcschr.  Remove
179         conditionals for weak_alias and libc_hidden_weak.
180         * sysdeps/i386/i686/multiarch/wcschr-c.c [libc]: Undefine
181         libc_hidden_weak and weak_alias.
182         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c [libc]:
183         Undefine libc_hidden_weak. Define libc_hidden_def for SHARED builds
184         and weak_alias for static one.
186 2015-04-15  David S. Miller  <davem@davemloft.net>
188         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
190 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
192         [BZ #18206]
193         * wcsmbs/wcsncmp.c (wcsncmp): Compare as wchar_t, not wint_t.
194           Use signed comparision instead of substraction to avoid
195           overflow bug.
196         * localedata/tests-mbwc/tst_wcsncmp.c (tst_wcsncmp):
197           Take the sign of ret.
198         * localedata/tests-mbwc/dat_wcsncmp.c (tst_wcsncmp_loc):
199           Do not expect precise return values. Only the sign matters.
200         * wcsmbs/Makefile (strop-tests): Add wcsncmp.
201         * wcsmbs/test-wcsncmp.c: New File.
202         * string/test-strncmp.c: Add wcsncmp support.
204 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
206         [BZ #6792]
207         * math/w_log1p.c: New file.
208         * math/w_log1pf.c: Likewise.
209         * math/w_log1pl.c: Likewise.
210         * math/Makefile (libm-calls): Add w_log1p.
211         * math/s_log1pl.c (log1pl): Remove weak_alias.
212         * sysdeps/i386/fpu/s_log1p.S (log1p): Likewise.
213         * sysdeps/i386/fpu/s_log1pf.S (log1pf): Likewise.
214         * sysdeps/i386/fpu/s_log1pl.S (log1pl): Likewise.
215         * sysdeps/x86_64/fpu/s_log1pl.S (log1pl): Likewise.
216         * sysdeps/ieee754/dbl-64/s_log1p.c (log1p): Likewise.
217         [NO_LONG_DOUBLE] (log1pl): Likewise.
218         * sysdeps/ieee754/flt-32/s_log1pf.c (log1pf): Likewise.
219         * sysdeps/ieee754/ldbl-128/s_log1pl.c (log1pl): Likewise.
220         * sysdeps/ieee754/ldbl-64-128/s_log1pl.c
221         (log1p): Remove long_double_symbol.
222         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (log1pl): Likewise.
223         * sysdeps/ieee754/ldbl-64-128/w_log1pl.c: New file.
224         * sysdeps/ieee754/ldbl-128ibm/w_log1pl.c: Likewise.
225         * sysdeps/m68k/m680x0/fpu/s_log1p.c: Define empty weak_alias to
226         remove weak_alias for corresponding log1p function.
227         * sysdeps/m68k/m680x0/fpu/s_log1pf.c: Likewise.
228         * sysdeps/m68k/m680x0/fpu/s_log1pl.c: Likewise.
229         * sysdeps/ia64/fpu/w_log1p.c: New file.
230         * sysdeps/ia64/fpu/w_log1pf.c: Likewise.
231         * sysdeps/ia64/fpu/w_log1pl.c: Likewise.
232         * math/libm-test.inc (log1p_test_data): Add errno expectations.
234 2015-04-10  Joseph Myers  <joseph@codesourcery.com>
236         [BZ #18247]
237         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Decrease minimum
238         decimal exponent by 1.
239         * stdlib/tst-strtod-round-data: Add more tests.
240         * stdlib/tst-strtod-round.c (tests): Regenerated.
242 2015-04-09  Joseph Myers  <joseph@codesourcery.com>
244         * math/auto-libm-test-in: Add more tests of clog and clog10.
245         * math/auto-libm-test-out: Regenerated.
246         * sysdeps/i386/fpu/libm-test-ulps: Update.
247         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
249 2015-04-09  Roland McGrath  <roland@hack.frob.com>
251         * Makeconfig (module-cppflags): Exclude all .v.i files.
252         (skip-module-cppflags): Variable removed.
254         * configure.ac (libc_config_ok): Initialize before reading
255         preconfigure scripts, not after.
256         * configure: Regenerated.
258         * test-skeleton.c (TIMEOUT): Move #define to top level.
259         (main): Grok environment variable TEST_DIRECT.  If set, print
260         test expectation details into that file and then behave as if
261         given --direct.
263 2015-04-09  Florian Weimer  <fweimer@redhat.com>
265         * malloc/tst-scratch_buffer.c (do_test): Suppress truncation
266         warning on 32-bit.
268 2015-04-08  David S. Miller  <davem@davemloft.net>
270         * sysdeps/sparc/fpu/libm-test-ulps: Update.
272 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
274         * math/auto-libm-test-in: Add more tests of atanh.
275         * math/auto-libm-test-out: Regenerated.
276         * sysdeps/i386/fpu/libm-test-ulps: Update.
277         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
279         * math/auto-libm-test-in: Add more tests of atan.
280         * math/auto-libm-test-out: Regenerated.
281         * sysdeps/i386/fpu/libm-test-ulps: Update.
282         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
284 2015-04-08  Florian Weimer  <fweimer@redhat.com>
286         * elf/pldd.c (main): Rewrite to use struct
287         scratch_buffer instead of extend_alloca.
288         * elf/pldd-xx.c (find_maps): Likewise.
289         * grp/initgroups.c: Include <scratch_buffer.h> instead of
290         <alloca.h>.
291         * grp/compat-initgroups.c (compat_call): Rewrite to use struct
292         scratch_buffer instead of extend_alloca.
293         * nscd/initgrcache.c: Include <scratch_buffer.h>, now needed by
294         grp/compat-initgroups.c.
295         * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
296         Rewrite to use struct scratch_buffer instead of extend_alloca.
297         * inet/getnameinfo.c (nrl_domainname, getnameinfo): Likewise.
298         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
300 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
302         * math/auto-libm-test-in: Add more tests of cbrt.
303         * math/auto-libm-test-out: Regenerated.
304         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
306         * math/auto-libm-test-in: Add more tests of cabs.
307         * math/auto-libm-test-out: Regenerated.
308         * sysdeps/i386/fpu/libm-test-ulps: Update.
309         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
311         [BZ #18210]
312         [BZ #18211]
313         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <fenv.h>.
314         (__ieee754_atan2): Set FE_TONEAREST mode for internal
315         computations.
316         * math/auto-libm-test-in: Add more tests of atan2, carg, clog and
317         clog10.
318         * math/auto-libm-test-out: Regenerated.
319         * sysdeps/i386/fpu/libm-test-ulps: Update.
320         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
322         [BZ #18197]
323         * sysdeps/ieee754/dbl-64/s_atan.c: Include <fenv.h>.
324         (atan): Set FE_TONEAREST mode for internal computations.
325         * math/auto-libm-test-in: Add more tests of atan.
326         * math/auto-libm-test-out: Regenerated.
328 2015-04-07  James Cowgill  <james410@cowgill.org.uk>
330         [BZ #17930]
331         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_NORESERVE): Define.
333 2015-04-07  Florian Weimer  <fweimer@redhat.com>
335         * malloc/scratch_buffer_grow_preserve.c: Include <string.h>
337 2015-04-07  Florian Weimer  <fweimer@redhat.com>
339         * include/scratch_buffer.h: New file.
340         * malloc/scratch_buffer_grow.c: Likewise.
341         * malloc/scratch_buffer_grow_preserve.c: Likewise.
342         * malloc/scratch_buffer_set_array_size.c: Likewise.
343         * malloc/tst-scratch_buffer.c: Likewise.
344         * malloc/Makefile (routines): Add scratch_buffer_grow.
345         (tests): Add test case.
346         * malloc/Versions (GLIBC_PRIVATE): Export
347         __libc_scratch_buffer_grow, __libc_scratch_buffer_grow_preserve,
348         __libc_scratch_buffer_set_array_size.
350 2015-04-06  Richard Henderson  <rth@redhat.com>
352         * sysdeps/unix/alpha/sysdep.h: Unconditionally include dl-sysdep.h.
353         * sysdeps/alpha/fpu/libm-test-ulps: Update.
355         * math/test-fenvinline.c (feenable_test): Cast fe_exc to
356         unsigned int before printing.
358 2015-04-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
360         [BZ #17596]
361         * wcsmbs/mbrtowc.c (__mbrtowc): Add check for n=0.
362         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
364 2015-04-02  Florian Weimer  <fweimer@redhat.com>
366         * include/libc-internal.h (libc_max_align_t): Define.
368 2015-04-02  Andreas Schwab  <schwab@suse.de>
370         [BZ #16850]
371         * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h: New file.
373 2015-04-02  Mel Gorman  <mgorman@suse.de>
375         [BZ #17195]
376         * malloc/arena.c (free): Apply trim threshold to per-thread heaps
377         as well as the main arena.
379 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
381         [BZ #18185]
382         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Limit threads
383         sharing L2 cache to 2 for Silvermont/Knights Landing.
385 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
387         [BZ #17711]
388         * config.make.in (have-protected-data): New.
389         * configure.ac: Check linker support for protected data symbol.
390         * configure: Regenerated.
391         * elf/Makefile (modules-names): Add tst-protected1moda and
392         tst-protected1modb if $(have-protected-data) is yes.
393         (tests): Add tst-protected1a and tst-protected1b if
394         $(have-protected-data) is yes.
395         ($(objpfx)tst-protected1a): New.
396         ($(objpfx)tst-protected1b): Likewise.
397         (tst-protected1modb.so-no-z-defs): Likewise.
398         * elf/tst-protected1a.c: New file.
399         * elf/tst-protected1b.c: Likewise.
400         * elf/tst-protected1mod.h: Likewise.
401         * elf/tst-protected1moda.c: Likewise.
402         * elf/tst-protected1modb.c: Likewise.
404 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
406         [BZ #17711]
407         * elf/dl-lookup.c (do_lookup_x): When UNDEF_MAP is NULL, which
408         indicates it is called from do_lookup_x on relocation against
409         protected data, skip the data definion in the executable from
410         copy reloc.
411         (_dl_lookup_symbol_x): Pass ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA,
412         instead of ELF_RTYPE_CLASS_PLT, to do_lookup_x for
413         EXTERN_PROTECTED_DATA relocation against STT_OBJECT symbol.
414         * sysdeps/generic/ldsodefs.h * (ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA):
415         New.  Defined to 4 if DL_EXTERN_PROTECTED_DATA is defined,
416         otherwise to 0.
417         * sysdeps/i386/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
418         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Set class
419         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_386_GLOB_DAT.
420         * sysdeps/x86_64/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
421         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Set class
422         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_X86_64_GLOB_DAT.
424 2015-03-28  Martin Galvan  <martin.galvan@tallertechnologies.com>
426         * sysdeps/nptl/pthread.h: Remove duplicate definition of
427         PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP.
429 2015-03-27  Martin Galvan  <martin.galvan@tallertechnologies.com>
431         * sysdeps/i386/nptl/tls.h: Swap comments between THREAD_SETMEM and
432         THREAD_SETMEM_NC.
433         * sysdeps/x86_64/nptl/tls.h: Ditto.
435 2015-03-27  Roland McGrath  <roland@hack.frob.com>
437         * dlfcn/tststatic.c (main): Converted to ...
438         (do_test): ... this.
439         (TEST_FUNCTION): New macro.
440         Include test-skeleton.c.
442 2015-03-26  Alan Modra  <amodra@gmail.com>
444         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
445         Don't segfault if ifunc resolver returns a NULL.  Do set plt to
446         zero for undefined weak.
447         (elf_machine_plt_conflict): Similarly.
449 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
451         * math/auto-libm-test-in: Add more tests of acosh, asinh and
452         atanh.
453         * math/auto-libm-test-out: Regenerated.
454         * sysdeps/i386/fpu/libm-test-ulps: Update.
455         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
457         * math/auto-libm-test-in: Add another test of asin.
458         * math/auto-libm-test-out: Regenerated.
459         * sysdeps/i386/fpu/libm-test-ulps: Update.
460         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
462         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (LLL_EBX_LOAD):
463         Remove macro.
464         (LLL_EBX_REG): Likewise.
465         (LLL_ENTER_KERNEL): Likewise.
467         * math/auto-libm-test-in: Add more tests of asin.
468         * math/auto-libm-test-out: Regenerated.
469         * sysdeps/i386/fpu/libm-test-ulps: Update.
470         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
472         [BZ #18138]
473         * sysdeps/unix/sysv/linux/i386/sysdep.h (struct
474         libc_do_syscall_args): New structure.
475         (INTERNAL_SYSCALL_MAIN_0): New macro.
476         (INTERNAL_SYSCALL_MAIN_1): Likewise.
477         (INTERNAL_SYSCALL_MAIN_2): Likewise.
478         (INTERNAL_SYSCALL_MAIN_3): Likewise.
479         (INTERNAL_SYSCALL_MAIN_4): Likewise.
480         (INTERNAL_SYSCALL_MAIN_5): Likewise.
481         (INTERNAL_SYSCALL_MAIN_6): Likewise.  Call __libc_do_syscall.
482         (INTERNAL_SYSCALL): Define to use INTERNAL_SYSCALL_MAIN_##nr.
483         Replace conditional definitions by conditional definitions of ....
484         (INTERNAL_SYSCALL_MAIN_INLINE): ... this.  New macro.
485         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: New file.
486         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = nptl]
487         (libpthread-sysdep_routines): Add libc-do-syscall.
488         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: Remove file.
489         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (SYS_futex): Define
490         to __NR_futex not 240.
492 2015-03-25  Alan Modra  <amodra@gmail.com>
494         * NEWS: Advertise TLS optimization.
495         * elf/elf.h (R_PPC_TLSGD, R_PPC_TLSLD, DT_PPC_OPT, PPC_OPT_TLS): Define.
496         (DT_PPC_NUM): Increment.
497         * elf/dynamic-link.h (HAVE_STATIC_TLS): Define.
498         (CHECK_STATIC_TLS): Use here.
499         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Optimize
500         TLS descriptors.
501         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
502         * sysdeps/powerpc/dl-tls.c: New file.
503         * sysdeps/powerpc/Versions: Add __tls_get_addr_opt.
504         * sysdeps/powerpc/tst-tlsopt-powerpc.c: New tls test.
505         * sysdeps/unix/sysv/linux/powerpc/Makefile: Add new test.
506         Build tst-tlsmod2.so with --no-tls-get-addr-optimize.
507         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Update.
508         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
509         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
511 2015-03-25  Alan Modra  <amodra@gmail.com>
513         * sysdeps/powerpc/powerpc64/configure.ac: Correct "linker support
514         for overlapping .opd entries" to "support...".
515         * sysdeps/powerpc/powerpc64/configure: Regenerate
517 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
519         * math/auto-libm-test-in: Add more tests of acos.
520         * math/auto-libm-test-out: Regenerated.
521         * sysdeps/i386/fpu/libm-test-ulps: Update.
522         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
524         * math/auto-libm-test-in: Add more tests of expm1.
525         * math/auto-libm-test-out: Regenerated.
526         * sysdeps/i386/fpu/libm-test-ulps: Update.
527         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
529 2015-03-24  Joseph Myers  <joseph@codesourcery.com>
531         * math/auto-libm-test-in: Add more tests of cosh and sinh.
532         * math/auto-libm-test-out: Regenerated.
533         * sysdeps/i386/fpu/libm-test-ulps: Update.
534         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
536         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
537         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
539         * math/auto-libm-test-in: Add more tests of log2.
540         * math/auto-libm-test-out: Regenerated.
541         * sysdeps/i386/fpu/libm-test-ulps: Update.
542         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
544 2015-03-23  Roland McGrath  <roland@hack.frob.com>
546         * libio/iofdopen.c: Move FD_FLAGS declaration into its first use,
547         inside [F_GETFL].  Remove POSIX_MODE local variable, just test the
548         _IO_IS_APPENDING bit in READ_WRITE instead.
550 2015-03-23  Florian Weimer  <fweimer@redhat.com>
552         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
553         (__determine_cpumask_size): Replace extend_alloca with a
554         variable-length array.  Do not treat res == 0 as an error.
556 2015-03-23  Florian Weimer  <fweimer@redhat.com>
558         [BZ #18100]
559         * posix/wordexp.c (eval_expr_multdiv): Check for division by zero
560         and integer overflow.
561         * posix/wordexp-test.c (test_case): Add divide-by-zero test.
562         (main): Add integer overflow tests.
563         * manual/pattern.texi (Calling Wordexp): Document additional use
564         for WRDE_SYNTAX.
566 2015-03-23  Alan Modra  <amodra@gmail.com>
568         * config.h.in: Remove HAVE_ASM_PPC_REL16.
569         * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16
570         and false branch of conditional.
571         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
572         Likewise.
574 2015-03-21  Samuel Thibault  <samuel.thibault@ens-lyon.org
576         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
577         libc-modules.h
578         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Remove
579         unused declaration of _hurd_intr_rpc_msg_in_trap.
580         * mach/mach_init.c (__mach_init): Test whether HAVE_HOST_PAGE_SIZE is
581         defined instead of whether it is non-zero.
582         * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Use "+m"
583         input constraint instead of both input and output constraint.  Use ecx
584         clobber instead of %ecx.
585         * sysdeps/mach/hurd/malloc-machine.h (mutex_init, mutex_lock,
586         mutex_unlock): Use a statement expression instead of an expression list.
587         * sysdeps/mach/hurd/setitimer.c (_hurd_itimer_thread_stack_size): Set
588         type to vm_size_t instead of vm_address_t.
589         * sysdeps/mach/hurd/fork.c (__fork): Test whether STACK_GROWTH_UP is
590         defined instead of whether it is non-zero.
591         * hurd/hurd/ioctl.h (_hurd_locked_install_cttyid): New declaration.
592         * sysdeps/mach/hurd/setsid.c: Include <hurd/ioctl.h>.
593         * sysdeps/mach/hurd/mmap.c (__mmap): Use 0 instead of NULL for
594         comparisons with mapaddr.
595         * nscd/nscd-client.h: Include <time.h>.
596         * sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy
597         9th parameter to __vm_region instead of int.
598         * bits/termios.h [!__USE_MISC] (EXTPROC): Do not define.
599         * scripts/check-local-headers.sh (exclude): Add device/,
600         hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
601         cthreads.h.
603 2015-03-19  Roland McGrath  <roland@hack.frob.com>
605         * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations
606         to account for alignment padding.
607         * sysdeps/arm/memmove.S: Likewise.
609 2015-03-19  Chris Metcalf  <cmetcalf@ezchip.com>
611         * sysdeps/unix/sysv/linux/generic/README: New file.
613 2015-03-18  Joseph Myers  <joseph@codesourcery.com>
615         [BZ #18138]
616         * nptl/sem_waitcommon.c: Include <kernel-features.h>.
617         (futex_abstimed_wait)
618         [__ASSUME_FUTEX_CLOCK_REALTIME && lll_futex_timed_wait_bitset]:
619         Use lll_futex_timed_wait_bitset with FUTEX_CLOCK_REALTIME instead
620         of lll_futex_timed_wait.
622 2015-03-18  Brad Hubbard  <bhubbard@redhat.com>
624         [BZ #17542]
625         * sunrpc/svc.c (xprt_register): Use calloc to allocate xports.
627 2015-03-17  Alexandre Oliva <aoliva@redhat.com>
629         [BZ #17090]
630         [BZ #17620]
631         [BZ #17621]
632         [BZ #17628]
633         * NEWS: Update.
634         * elf/dl-tls.c (_dl_update_slotinfo): Clean up outdated DTV
635         entries with Static TLS too.  Skip entries past the end of the
636         allocated DTV, from Alan Modra.
637         (tls_get_addr_tail): Update to glibc_likely/unlikely.  Move
638         Static TLS DTV entry set up from...
639         (_dl_allocate_tls_init): ... here (fix modid assertion), ...
640         * elf/dl-reloc.c (_dl_nothread_init_static_tls): ... here...
641         * nptl/allocatestack.c (init_one_static_tls): ... and here...
642         * elf/dlopen.c (dl_open_worker): Drop l_tls_modid upper bound
643         for Static TLS.
644         * elf/tlsdeschtab.h (map_generation): Return size_t.  Check
645         that the slot we find is associated with the given map before
646         using its generation count.
647         * nptl_db/db_info.c: Include ldsodefs.h.
648         (rtld_global, dtv_slotinfo_list, dtv_slotinfo): New typedefs.
649         * nptl_db/structs.def (DB_RTLD_VARIABLE): New macro.
650         (DB_MAIN_VARIABLE, DB_RTLD_GLOBAL_FIELD): Likewise.
651         (link_map::l_tls_offset): New struct field.
652         (dtv_t::counter): Likewise.
653         (rtld_global): New struct.
654         (_rtld_global): New rtld variable.
655         (dl_tls_dtv_slotinfo_list): New rtld global field.
656         (dtv_slotinfo_list): New struct.
657         (dtv_slotinfo): Likewise.
658         * nptl_db/td_symbol_list.c: Drop gnu/lib-names.h include.
659         (td_lookup): Rename to...
660         (td_mod_lookup): ... this.  Use new mod parameter instead of
661         LIBPTHREAD_SO.
662         * nptl_db/td_thr_tlsbase.c: Include link.h.
663         (dtv_slotinfo_list, dtv_slotinfo): New functions.
664         (td_thr_tlsbase): Check DTV generation.  Compute Static TLS
665         addresses even if the DTV is out of date or missing them.
666         * nptl_db/fetch-value.c (_td_locate_field): Do not refuse to
667         index zero-length arrays.
668         * nptl_db/thread_dbP.h: Include gnu/lib-names.h.
669         (td_lookup): Make it a macro implemented in terms of...
670         (td_mod_lookup): ... this declaration.
671         * nptl_db/db-symbols.awk (DB_RTLD_VARIABLE): Override.
672         (DB_MAIN_VARIABLE): Likewise.
674 2015-03-16  H.J. Lu  <hongjiu.lu@intel.com>
676         [BZ #18134]
677         * sysdeps/x86_64/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
679 2015-03-15  Paul Eggert  <eggert@cs.ucla.edu>
681         * stdlib/setenv.c (__add_to_environ): Revert previous change.
683 2015-03-14  Andreas Schwab  <schwab@linux-m68k.org>
685         [BZ #18128]
686         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (atomic_exchange_and_add)
687         (atomic_add, atomic_increment_and_test)
688         (atomic_decrement_and_test): Fix 64-bit arithmetic.
690 2015-03-13  Paul Eggert  <eggert@cs.ucla.edu>
692         * stdlib/setenv.c (__add_to_environ):
693         Dump core quickly if setenv (..., NULL, ...) is called.
695 2015-03-13  Roland McGrath  <roland@hack.frob.com>
697         * sysdeps/arm/tls-macros.h: Include <sysdep.h>.
698         (GET_SPECIAL_RELOC, GET_SPECIAL_PCREL): New macros to encapsulate
699         all the necessary asm magic in one place.
700         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Rewritten as C expressions
701         using those.
703 2015-03-13  Carlos O'Donell  <carlos@redhat.com>
705         [BZ #14906]
706         * nscd/cache.c (prune_cache): Use TRACED_FILE. Compare and update
707         traced file mtime. Use consistent log message.
708         * nscd/connections.c [HAVE_INOTIFY] (install_watches): New function.
709         (register_traced_file): Call install_watches. Always set mtime.
710         (invalidate_cache): Iterate over all trace files. Call install_watches.
711         (inotify_check_files): Don't inline. Handle watching parent
712         directories and configuration file movement in and out.
713         (handle_inotify_events): New function.
714         (main_loop_poll): Call handle_inotify_events.
715         (main_loop_epoll): Likewise.
716         * nscd/nscd.h: Define TRACED_FILE, TRACED_DIR, and PATH_MAX.
717         (struct traced_file): Use array of inotify fds. Add parent directory,
718         and basename.
719         (struct database_dyn): Remove unused file_mtime.
720         (init_traced_file): New inline function.
721         (define_traced_file): New macro.
722         * nss/nss_db/db-init.c: Use define_traced_file.
723         (_nss_db_init): Use init_traced_file.
724         * nss/nss_files/files-init.c: Use define_traced_file.
725         (_nss_files_init): Use init_traced_file.
727 2015-03-12  Joseph Myers  <joseph@codesourcery.com>
729         * soft-fp/soft-fp.h (_FP_STATIC_ASSERT): New macro.
730         [_LIBC]: Do not include <stdlib.h>.
731         [!_LIBC] (abort): Remove declaration.
732         * soft-fp/op-2.h (_FP_MUL_MEAT_2_120_240_double): Use
733         _FP_STATIC_ASSERT instead of conditionally calling abort.
734         * soft-fp/op-common.h (_FP_FROM_INT): Likewise.
735         (_FP_EXTEND_CNAN): Likewise.
736         (FP_TRUNC): Likewise.
737         (__FP_CLZ): Likewise.
738         * sysdeps/powerpc/nofpu/flt-rounds.c: Include <stdlib.h>.
740 2015-03-12  Yaakov Selkowitz  <yselkowi@redhat.com>
742         * manual/string.texi (XPG basename): Fix prototype.
744 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
746         [BZ #18080]
747         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
748         (__setcontext): Use SIG_SETMASK instead of SIG_BLOCK.
749         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
750         (__setcontext): Likewise.
751         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
752         (__swapcontext): Use SIG_SETMASK instead of SIG_BLOCK.
753         Call rt_sigprocmask syscall one time to set new signal mask
754         and retrieve the current signal mask instead of two calls.
755         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
756         (__swapcontext): Likewise.
757         * stdlib/Makefile (tests): Add new testcase tst-setcontext2.
758         * stdlib/tst-setcontext2.c: New file.
760 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
762         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
764 2015-03-11  Aurelien Jarno  <aurelien@aurel32.net>
766         [BZ #18093]
767         * elf/cache.c (load_aux_cache): Regenerate the cache if it has
768         the wrong size.
770 2015-03-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
772         [BZ #18043]
773         * posix/wordexp.c (parse_param): Don't call setenv(..., NULL, 1).
775 2015-03-11  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
777         * config.h.in [HAVE_ASM_GLOBAL_DOT_NAME]: Remove define.
778         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias):
779         Remove define.
780         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): Likewise.
781         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Likewise.
782         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Likewise.
783         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Likewise.
784         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Likewise.
785         * nptl_db/db-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (DOT): Remove
786         define.
787         * nptl_db/td_symbol_list.c (td_lookup): Remove
788         HAVE_ASM_GLOBAL_DOT_NAME code.
789         * sysdeps/powerpc/powerpc64/configure.ac: Remove
790         HAVE_ASM_GLOBAL_DOT_NAME check.
791         * sysdeps/powerpc/powerpc64/configure: Regenerate.
792         * sysdeps/powerpc/powerpc64/sysdep.h [HAVE_ASM_GLOBAL_DOT_NAME]
793         (DOT_LABEL): Remove define.
794         [HAVE_ASM_GLOBAL_DOT_NAME] (BODY_LABEL): Likewise.
795         [HAVE_ASM_GLOBAL_DOT_NAME] (ENTRY_2): Likewise.
796         [HAVE_ASM_GLOBAL_DOT_NAME] (END_2): Likewise.
797         * sysdeps/powerpc/powerpc64/tls-macros.h [HAVE_ASM_GLOBAL_DOT_NAME]
798         (__TLS_GET_ADDR): Likewise.
799         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
800         [HAVE_ASM_GLOBAL_DOT_NAME] (DASHDASHPFX): Likewise.
802 2015-03-11  Carlos O'Donell  <carlos@redhat.com>
804         [BZ #18111]
805         * sysdeps/hppa/fpu/fpu_control.h (_FPU_HPPA_SHIFT_FLAGS): Define.
806         (_FPU_SETCW): Initialize cw from fpsr before storing.
807         * sysdeps/hppa/fpu/fsetexcptflg.c: Include fpu_control.h
808         (fesetexceptflag): Rewrite using fpu_control.h.
809         * sysdeps/hppa/fpu/feupdateenv.c: Handle FE_DFL_ENV, and FE_NOMASK_ENV.
811 2015-03-11  John David Anglin  <danglin@gcc.gnu.org>
813         [BZ #18110]
814         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Don't modify bufptr in
815         asms.
816         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
818 2015-03-11  Joseph Myers  <joseph@codesourcery.com>
820         * soft-fp/soft-fp.h (_FP_UNREACHABLE): New macro.
821         * soft-fp/op-common.h (_FP_MUL): Use _FP_UNREACHABLE instead of
822         abort.
823         (_FP_FMA): Likewise.
824         (_FP_DIV): Likewise.
826 2015-03-10  Roland McGrath  <roland@hack.frob.com>
828         * scripts/evaluate-test.sh: Grok exit code 77 as UNSUPPORTED and exit
829         with 0 in that case.
830         * Makefile (summarize-tests): New canned sequence, factored out of
831         commands for targets tests and xtests.  Display summary lines that
832         don't start with PASS: or XFAIL: rather than ones that do start with
833         ERROR: or FAIL:.  Make the commands fail if any summary lines fail
834         to start with X?PASS: or XFAIL: or UNSUPPORTED: rather than if any
835         do start with ERROR: or FAIL:.
836         * dlfcn/Makefile (tests): Add bug-atexit3 back here unconditionally
837         (except for [$(build-shared) = yes]).
838         (tests-unsupported) [$(CXX) empty]: Add bug-atexit3.
839         (LDLIBS-bug-atexit3-lib.so): Conditionalize on [$(CXX) nonempty].
840         ($(objpfx)bug-atexit3, $(objpfx)bug-atexit3.out): Likewise.
841         * nptl/Makefile: Revert 2015-03-04 changes.
842         [$(CXX) empty] (tests-unsupported): New variable.
843         * debug/Makefile: Likewise.
845         * posix/regcomp.c: Fix comment typos and formatting to harmonize with
846         gnulib file.  Replace __attribute with __attribute__ throughout.
848 2015-03-10  Carlos O'Donell  <carlos@redhat.com>
850         * sysdeps/hppa/fpu/libm-test-ulps: Update.
852 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
854         [BZ #18104]
855         * math/auto-libm-test-in: Add another test of pow.
856         * math/auto-libm-test-out: Regenerated.
858 2015-03-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
860         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Add
861         $(config-cflags-nofma).
863 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
865         * soft-fp/double.h [SOFT_FP_DOUBLE_H]: New multiple-include guard.
866         * soft-fp/extended.h [SOFT_FP_EXTENDED_H]: Likewise.
867         * soft-fp/op-1.h [SOFT_FP_OP_1_H]: Likewise.
868         * soft-fp/op-2.h [SOFT_FP_OP_2_H]: Likewise.
869         * soft-fp/op-4.h [SOFT_FP_OP_4_H]: Likewise.
870         * soft-fp/op-8.h [SOFT_FP_OP_8_H]: Likewise.
871         * soft-fp/op-common.h [SOFT_FP_OP_COMMON_H]: Likewise.
872         * soft-fp/quad.h [SOFT_FP_QUAD_H]: Likewise.
873         * soft-fp/single.h [SOFT_FP_SINGLE_H]: Likewise.
874         * soft-fp/soft-fp.h (SOFT_FP_H): Define to 1 rather than empty.
875         Add comment on closing #endif.
877 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
879         * posix/wordexp.c (CHAR_IN_SET): New macro.
880         (parse_param): Use it.
882 2015-03-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
884         * sysdeps/powerpc/fpu/libm-test-ulps: update.
886 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
888         [BZ #18043]
889         * posix/wordexp.c (parse_param): Fix buffer overflow.
890         * posix/wordexp-test.c (test_case): Add test case.
892 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
894         [BZ #18042]
895         * posix/wordexp.c (parse_backtick): Fix off-by-one.
896         * posix/wordexp-test.c (test_case): Add test for BZ #18042.
898 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
900         [BZ #18043]
901         * posix/wordexp-test.c (test_case): Add test for BZ #18043
902         (do_bz18043): Delete.
903         (at_page_end): New.
904         (testit): Refactor to have words at the edge of unreadable page.
906 2015-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
908         [BZ #16734]
909         * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
910         Cleanup read-only streams as well.
911         (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
913 2015-03-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
915         * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
916         <bits/libc-lockP.h>
918 2015-03-07  Joseph Myers  <joseph@codesourcery.com>
920         * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro.  Define depending
921         on [__KERNEL__].
922         * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
923         * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
924         * soft-fp/op-common.h (_FP_DECL): Likewise.
926 2015-03-06  H.J. Lu  <hongjiu.lu@intel.com>
928         * elf/ifuncdep2.c (global): Replace
929         __attribute__((visibility("protected"))) with
930         asm (".protected global").
931         * elf/ifuncmod1.c (global): Likewise.
932         * elf/ifuncmod5.c (global): Likewise.
934 2015-03-06  Joseph Myers  <joseph@codesourcery.com>
936         * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
937         <asm/sfp-machine.h> instead of <sfp-machine.h>.
939 2015-03-06  Roland McGrath  <roland@hack.frob.com>
941         * manual/install.texi (Configuring and compiling):
942         Document test-wrapper-env-only.
943         * INSTALL: Regenerated.
945 2015-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
947         [BZ #18043]
948         * posix/wordexp.c (parse_param): Fix buffer overflow.
949         * posix/wordexp-test.c (do_bz18043): Add test case.
951 2015-03-06  Vincent Bernat  <vincent@bernat.im>
953         * time/tst-strptime2.c (do_test): Ensure failing tests are
954         reported correctly.
955         * time/tst-strptime3.c (do_test): Likewise.
957 2015-03-06  Samuel Thibault  <samuel.thibault@inria.fr>
959         Fix aio_error thread-safety.
960         * sysdeps/pthread/aio_error.c: New file
961         * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
962         synchronization.
964 2015-03-06  Florian Weimer  <fweimer@redhat.com>
966         * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
967         (group_number, vfprintf): Use it.
968         (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
969         (JUMP, REF): Use it.
970         (WORK_BUFFER_SIZE): New enum constant.
971         (process_arg, vfprintf): Use it.
973 2015-03-06  Rical Jasan  <ricaljasan@pacific.net>
975         * manual/errno.texi (Error Messages): Complete example function
976         by adding missing #define.
977         (program_invocation_name): Add statement indicating GNU
978         extension and reference which header file declares the variable.
979         (program_invocation_short_name): Likewise.
981 2015-03-06  Mike Frysinger  <vapier@gentoo.org>
983         * manual/errno.texi (Error Messages): Delete strerror ISO C89
984         compatibility note.
986 2015-03-05  Roland McGrath  <roland@hack.frob.com>
988         * Makeconfig (test-wrapper-env-only): New variable.
989         * Rules (make-test-out): If variable $*-ENV-only is nonempty,
990         then use that with $(test-wrapper-env-only) rather than using
991         $(test-wrapper-env) $(run-program-env) $($*-ENV).
993 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
995         [BZ #18082]
996         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
997         ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
998         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
999         * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
1000         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
1001         * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
1002         * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
1003         * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
1004         Likewise.
1005         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
1006         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
1007         Likewise.
1008         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
1009         Likewise.
1010         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
1011         Likewise.
1012         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
1013         Likewise.
1014         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
1015         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
1016         Likewise.
1017         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
1018         Likewise.
1019         * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
1020         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
1022 2015-03-04  Roland McGrath  <roland@hack.frob.com>
1024         * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
1025         (ETH_ALEN): New macro.
1026         (struct ether_addr): Use it for length of ether_addr_octet.
1028         * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
1029         (setdb): Don't call __nss_configure_lookup for "rpc".
1030         (do_test): Don't call test_rpc.
1031         (output_rpcent, test_rpc): Functions moved ...
1032         * sunrpc/test-rpcent.c: ... to this new file.
1033         * sunrpc/Makefile (tests): Add it.
1035         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
1036         __xpg_sigpause.
1037         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
1038         * nptl/tst-signal6.c: Likewise.
1039         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
1040         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
1042         * configure.ac (libc_cv_cxx_link_ok): New check.
1043         Reset CXX to empty if it fails to link.
1044         * configure: Regenerated.
1045         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
1046         bug-atexit3-lib only if $(CXX) is nonempty.
1047         * nptl/Makefile (tests): Likewise for tst-cancel24.
1048         (tests, tests-static): Likewise for tst-cancel24-static.
1049         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
1050         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
1051         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
1052         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
1054 2015-03-04  Andreas Schwab  <schwab@suse.de>
1056         [BZ #17631]
1057         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
1058         for non-GCC compilers.
1059         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
1060         Likewise.
1062 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1064         [BZ #17776]
1065         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
1066         integer before bitwise and assembly operations.
1067         (feclearexcept): Likewise.
1068         * math/test-fenvinline.c: New file.
1069         * math/Makefile: Add test-fenvinline test.
1071 2015-03-03  Alan Modra  <amodra@gmail.com>
1073         [BZ #16512]
1074         * scripts/localplt.awk: Strip off symbol version.
1075         * NEWS: Mention bug fix.
1077 2015-03-02  Roland McGrath  <roland@hack.frob.com>
1079         * sysdeps/pthread/timer_routines.c
1080         (timer_free_list, thread_free_list, thread_active_list): Make static.
1082 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
1084         [BZ #17779]
1085         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
1086         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1087         Undefine.
1088         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
1089         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1090         Likewise.
1091         * sysdeps/unix/sysv/linux/sh/kernel-features.h
1092         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1093         Likewise.
1095 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
1097         [BZ #18036]
1098         * posix/fnmatch_loop.c (END): Detect invalid pattern.
1099         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
1101 2015-03-02  Andreas Schwab  <schwab@suse.de>
1103         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
1104         variable name.
1106 2015-03-02  Florian Weimer  <fweimer@redhat.com>
1108         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
1109         Return error status.
1111 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
1113         [BZ #15969]
1114         * locale/findlocale.c (_nl_find_locale): Introduce const
1115         version of loc_name and drop unsafe type casts.
1117 2015-02-27  Roland McGrath  <roland@hack.frob.com>
1119         * dlfcn/tststatic2.c (main): Converted to ...
1120         (do_test): ... this.
1121         (TEST_FUNCTION): New macro.
1122         Include test-skeleton.c.
1124 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
1126         [BZ #17711]
1127         * elf/Makefile (tests): Add vismain only if PIE is enabled.
1128         (tests-pie): Add vismain.
1129         (CFLAGS-vismain.c): New.
1130         * elf/vismain.c: Add comments for PIE requirement.
1132 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
1134         [BZ #18046]
1135         [BZ #18047]
1136         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
1137         0x1p-56L as threshold for just returning the argument.
1138         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
1139         0x1p-32L as threshold for just returning the argument.
1140         * math/auto-libm-test-in: Add more tests of atanh.
1141         * math/auto-libm-test-out: Regenerated.
1142         * sysdeps/i386/fpu/libm-test-ulps: Update.
1143         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
1145 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
1147         * string/bcopy.c (bcopy): Call memmove for performance.
1149 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
1151         * string/bzero.c (__bzero): Call memset for performance.
1153 2015-02-27  John David Anglin  <dave.anglin@bell.net>
1155         [BZ #18068]
1156         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
1157         to 00100000.
1159 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
1161         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
1163 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
1165         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
1166         (__kernel_standard): Use CSTR macro when setting exc.name.
1167         * sysdeps/ieee754/Makefile [$(subdir) = math]
1168         (CFLAGS-k_standard.c): Remove variable.
1170         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
1171         setting p and q from "else if" to "else".
1172         (qzero): Likewise.
1173         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
1174         (qone): Likewise.
1175         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
1176         (qzerof): Likewise.
1177         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
1178         (qonef): Likewise.
1179         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
1180         (qzero): Likewise.
1181         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
1182         (qone): Likewise.
1184         [BZ #18038]
1185         [BZ #18039]
1186         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
1187         return pi/2 for arguments below 0x1p-113L.
1188         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
1189         return pi/2 for arguments below 0x1p-106L.
1190         * math/auto-libm-test-in: Add more tests of acos.
1191         * math/auto-libm-test-out: Regenerated.
1193         [BZ #16351]
1194         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
1195         (MO): New macro.
1196         (__ieee754_asin): Force underflow exception for results with small
1197         absolute value.
1198         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
1199         (MO): New macro.
1200         (__ieee754_asinf): Force underflow exception for results with
1201         small absolute value.
1202         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
1203         (__ieee754_asin): Force underflow exception for results with small
1204         absolute value.
1205         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
1206         (__ieee754_asinf): Force underflow exception for results with
1207         small absolute value.
1208         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
1209         (__ieee754_asinl): Force underflow exception for results with
1210         small absolute value.
1211         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
1212         (__ieee754_asinl): Force underflow exception for results with
1213         small absolute value.
1214         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
1215         (__ieee754_asinl): Force underflow exception for results with
1216         small absolute value.
1217         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
1218         Include <math.h>.
1219         * math/auto-libm-test-in: Do not mark underflow exceptions as
1220         possibly missing for bug 16351.
1221         * math/auto-libm-test-out: Regenerated.
1223         [BZ #18030]
1224         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
1225         of power of 2 down when low part has opposite sign.
1226         * math/libm-test.inc (logb_test_data): Add more tests.
1228 2015-02-26  Andreas Schwab  <schwab@suse.de>
1230         [BZ #18032]
1231         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
1232         over collating symbol inside a bracket expression.  Minor cleanup.
1233         * posix/tst-fnmatch3.c (do_test): Add test case.
1235 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
1237         [BZ #18029]
1238         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
1239         Adjust exponent of power of 2 down when low part has opposite
1240         sign.
1241         * math/libm-test.inc (ilogb_test_data): Add more tests.
1243 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
1245         [BZ #15969]
1246         * locale/findlocale.c (_nl_find_locale): Fix constness error in
1247         the previous change.
1249         [BZ #15969]
1250         * locale/findlocale.c (_nl_find_locale): Retry archive search
1251         after alias expansion.
1253 2015-02-25  Roland McGrath  <roland@hack.frob.com>
1255         * iconv/tst-iconv3.c (main): Converted to ...
1256         (do_test): ... this.
1257         (TEST_FUNCTION): New macro.
1258         Include test-skeleton.c.
1260         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
1261         (convert): Make function static.
1262         (test_unalign): Likewise.  Add const to argument pointee types.
1263         (main): Replace with static function do_test.
1264         Print "Succeeded." only if RET is zero.
1265         (TEST_FUNCTION): New macro.
1266         Include test-skeleton.c.
1268         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
1269         returns a null pointer.
1271 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1273         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
1274         to __memcpy_ppc only for static builds.
1276 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
1278         [BZ #18020]
1279         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
1280         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
1281         * math/auto-libm-test-in: Add more tests of asinh.
1282         * math/auto-libm-test-out: Regenerated.
1283         * sysdeps/i386/fpu/libm-test-ulps: Update.
1284         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1286 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
1288         [BZ #15850]
1289         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
1290         and ip6_mtuinfo definitions here.
1291         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
1292         in this define too.  Update comment.
1294 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
1296         * elf/sprof.c (load_shobj): Tweak error message to match others.
1298 2015-02-24  Kevin Easton  <kevin@guarana.org>
1300         [BZ #16145] (partial fix)
1301         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
1302         to reduce lock contention.
1304 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
1306         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
1307         (struct timex): Update time comment.
1308         (ADJ_SETOFFSET): Define.
1310 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
1312         [BZ #18019]
1313         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
1314         2**56 not 2**28 as threshold for log (2x) formula.
1315         * math/auto-libm-test-in: Add more tests of acosh.
1316         * math/auto-libm-test-out: Regenerated.
1317         * sysdeps/i386/fpu/libm-test-ulps: Update.
1318         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1320 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
1322         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
1323         parenthesis around the buf assignment.
1324         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
1326 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
1328         [BZ #16783]
1329         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
1330         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
1331         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
1332         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1333         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1334         * math/libm-test.inc (scalb_test_data): Add more tests.
1336 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
1338         [BZ #17916]
1339         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
1340         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
1342 2015-02-24  Eric Rannaud  <e@nanocritical.com>
1344         [BZ #17523]
1345         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
1346         * io/bits/fcntl2.h (open): Use it.
1347         (openat): Likewise.
1348         * io/open.c (__libc_open): Likewise.
1349         * io/open64.c (__libc_open64): Likewise.
1350         * io/open64_2.c (__open64_2): Likewise.
1351         * io/open_2.c (__open_2): Likewise.
1352         * io/openat.c (__openat): Likewise.
1353         * io/openat64.c (__openat64): Likewise.
1354         * io/openat64_2.c (__openat64_2): Likewise.
1355         * io/openat_2.c (__openat_2): Likewise.
1356         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
1357         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
1358         * sysdeps/posix/open64.c (__libc_open64): Likewise.
1359         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
1360         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
1361         (__open_nocancel): Likewise.
1362         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
1363         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
1364         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
1366 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1368         [BZ #14841]
1369         * resolv/gethnamaddr.c (getanswer): Skip logging if
1370         RES_USE_DNSSEC is set.
1371         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
1373 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
1375         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
1377 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
1379         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
1380         201304L, for Unicode 7.
1382 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
1384         [BZ #17836]
1385         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
1386         shared library.  Add gmon-start.os otherwise.
1387         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
1388         $(objpfx)gmon-start.os if builing shared library.
1389         ($(objpfx)g$(static-start-installed-name)): Likewise.
1391 2015-02-23  Andreas Schwab  <schwab@suse.de>
1393         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
1395 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
1397         [BZ #17269]
1398         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
1399         (enlarge_userbuf): Likewise.
1401 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
1403         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
1404         * math/atest-exp.c (TIMEOUT): Adjust to 200.
1405         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
1406         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
1408 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
1410         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
1411         expression inside statement expression.
1413 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
1415         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
1416         <sysdeps/nptl/lowlevellock.h> and remove macros and
1417         functions that are now defined there.
1418         (SYS_futex): Remove.
1419         (lll_compare_and_swap): Remove.
1420         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
1422 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
1424         [BZ #17999]
1425         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
1426         instead of scandirat.
1427         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
1428         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
1429         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
1430         __scandirat.
1431         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
1432         (__scandirat): Declare.  Use libc_hidden_proto.
1433         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
1434         Remove variable.
1435         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1437 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1439         [BZ #15319]
1440         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
1441         (MO): New macro.
1442         (__ieee754_atan2): For results with small absolute value, force
1443         underflow exception and remove excess range and precision from
1444         return value.
1445         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
1446         (MO): New macro.
1447         (__ieee754_atan2f): For results with small absolute value, force
1448         underflow exception and remove excess range and precision from
1449         return value.
1450         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
1451         (MO): New macro.
1452         (__atan): For results with small absolute value, force underflow
1453         exception and remove excess range and precision from return value.
1454         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
1455         (MO): New macro.
1456         (__atanf): For results with small absolute value, force underflow
1457         exception and remove excess range and precision from return value.
1458         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
1459         <math.h>.
1460         (__ieee754_atan2): Force underflow exception for results with
1461         small absolute value.
1462         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
1463         <math_private.h>.
1464         (atan): Force underflow exception for results with small absolute
1465         value.
1466         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
1467         (__atanf): Force underflow exception for results with small
1468         absolute value.
1469         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
1470         <math.h>.
1471         (__atanl): Force underflow exception for results with small
1472         absolute value.
1473         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
1474         (__atanl): Force underflow exception for results with small
1475         absolute value.
1476         * sysdeps/x86/fpu/bits/mathinline.h
1477         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
1478         (__ieee754_atan2): Only define inline for long double.
1479         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
1480         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
1481         * math/auto-libm-test-in: Do not mark underflow exceptions as
1482         possibly missing for bug 15319.  Add more tests of atan2.
1483         * math/auto-libm-test-out: Regenerated.
1484         * math/libm-test.inc (casin_test_data): Do not mark underflow
1485         exceptions as possibly missing for bug 15319.
1486         (casinh_test_data): Likewise.
1487         * sysdeps/i386/fpu/libm-test-ulps: Update.
1489 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
1491         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
1492         * sysdeps/mips/bits/endian.h: Fix comments.
1494 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1496         [BZ #17996]
1497         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
1498         (hdestroy_r): Likewise.
1499         (hsearch_r): Likewise.
1500         (__hcreate_r): Declare and use libc_hidden_proto.
1501         (__hdestroy_r): Likewise.
1502         (__hsearch_r): Likewise.
1503         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
1504         (hcreate): Call __hcreate_r instead of hcreate_r.
1505         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
1506         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
1507         as weak alias of __hcreate_r.
1508         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
1509         __hdestroy_r.
1510         (hsearch_r): Rename to __hsearch_r and define as weak alias of
1511         __hsearch_r.
1512         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
1513         Remove variable.
1514         (test-xfail-XPG4/search.h/linknamespace): Likewise.
1515         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1516         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1517         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1519 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
1521         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
1522         arena_lock into a single arena_get.
1524 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
1526         * dl-reloc.c: Inlucde libc-internal.h.
1527         (_dl_try_allocate_static_tls): Call ALIGN_UP.
1528         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
1529         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
1530         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
1531         (grow_heap): Likewise.
1532         * malloc/malloc.c: Include libc-internal.h.
1533         (do_check_malloc): Call powerof2.
1534         (sysmalloc): Use pagesize. Call ALIGN_UP.
1535         (systrim): Use pagesize.
1536         (mremap_chunk): Use pagesize. Call ALIGN_UP.
1537         (__libc_valloc): Use pagesize.
1538         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
1540 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
1542         [BZ #17991]
1543         * include/sys/resource.h (__getrlimit64): Declare.  Use
1544         libc_hidden_proto.
1545         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
1546         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
1547         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
1548         getrlimit64.
1549         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
1550         __getrlimit64.
1551         [!getrlimit64] (getrlimit64): Define as weak alias of
1552         __getrlimit64.  Use libc_hidden_weak.
1553         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
1554         using __getrlimit64 not __new_getrlimit64.
1555         (__GI_getrlimit64): Likewise.
1556         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
1557         Likewise.
1558         (__GI_getrlimit64): Likewise.
1559         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
1560         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
1561         (getrlimit): Add __getrlimit64 alias.
1562         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
1563         Likewise.
1564         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
1565         Remove variable.
1566         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
1567         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
1569 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
1571         * libio/fileops.c: Add missing sys/mman.h
1572         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
1574 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
1576         * manual/math.texi (Errors in Math Functions): Clarify goals
1577         regarding inexact and underflow exceptions.
1579 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
1581         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
1582         * sysdeps/mips/memset.S: Ditto.
1584 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
1586         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
1588 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
1590         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
1591         (__v1longjmp): Remove versioned symbol.
1592         (__v1siglongjmp): Remove alias and versioned symbol.
1593         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
1594         (__v2siglongjmp): Likewise.
1596 2015-02-16  Torvald Riegel  <triegel@redhat.com>
1598         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
1600 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
1602         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
1604 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
1606         [BZ #17987]
1607         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
1608         zero result does not depend on the sign resulting from
1609         subtraction.
1610         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1611         Likewise.
1612         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1613         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1614         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1615         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1616         * math/libm-test.inc (remquo_test_data): Add more tests.
1618 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
1620         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
1621         Problem reported by J William Piggott.
1623 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
1625         [BZ #17978]
1626         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
1627         products 4 * y and 2 * y where those would overflow.
1628         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1629         Likewise.
1630         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1631         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1632         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1633         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1634         * math/libm-test.inc (remquo_test_data): Add more tests.
1636         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
1638         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
1639         [defined _COMPILING_NEWLIB].
1640         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
1641         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
1643         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
1644         [!defined __mips_isa_rev || __mips_isa_rev < 6].
1646 2015-02-16  Torvald Riegel  <triegel@redhat.com>
1648         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
1649         acquired.
1651 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
1653         [BZ #17792]
1654         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
1655         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
1656         HOST_STACK_END_ADDR): Likewise.
1658 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
1660         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
1661         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
1662         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
1664 2015-02-13  Roland McGrath  <roland@hack.frob.com>
1666         * sysdeps/generic/c++-types.data: New file.
1667         * sysdeps/generic/ld.abilist: New file.
1668         * sysdeps/generic/libBrokenLocale.abilist: New file.
1669         * sysdeps/generic/libanl.abilist: New file.
1670         * sysdeps/generic/libc.abilist: New file.
1671         * sysdeps/generic/libcrypt.abilist: New file.
1672         * sysdeps/generic/libdl.abilist: New file.
1673         * sysdeps/generic/libm.abilist: New file.
1674         * sysdeps/generic/libpthread.abilist: New file.
1675         * sysdeps/generic/libresolv.abilist: New file.
1676         * sysdeps/generic/librt.abilist: New file.
1678 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
1680         [BZ #17569]
1681         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1682         Compute absolute value of x as modified by fmod, not original
1683         value of x.
1684         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
1685         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
1686         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
1687         RUN_TEST_ffI_f1_mod8.
1688         (remquo_test_data): Add more tests.
1690 2015-02-13  Roland McGrath  <roland@hack.frob.com>
1692         * sysdeps/init_array/pt-crti.S: New file.
1694 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
1696         [BZ #17967]
1697         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
1698         __builtin_fmaf instead of relying on contraction of a * b + c.
1700 2015-02-12  J William Piggott  <elseifthen@gmx.com>
1702         [BZ #17969]
1703         * manual/time.texi: correct the zoneinfo path in the TZ Variable
1704         node.
1706 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
1708         [BZ #17964]
1709         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
1710         __builtin_fma instead of relying on contraction of a * b + c.
1712 2015-02-12  Roland McGrath  <roland@hack.frob.com>
1714         * Makeconfig (ASFLAGS): Add -Werror=undef.
1715         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
1716         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
1717         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
1719         * Makeconfig (after-link): New variable.
1720         (+link-pie, +link-pie-tests): Use it.
1721         (+link-static, +link-static-tests): Likewise.
1722         (+link, +link-tests): Likewise.
1723         * Makerules (build-module, build-module-asneeded): Likewise.
1724         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
1725         Likewise.
1726         * elf/Makefile ($(objpfx)ld.so): Likewise.
1728 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
1730         [BZ #17965]
1731         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
1732         both struct timeval and struct timespec.
1734 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
1736         [BZ #16560]
1737         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
1738         and redefine.
1739         (__ieee754_exp2l): Do not multiply small fractional parts by
1740         M_LN2l.
1741         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
1742         small argument.
1743         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
1744         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
1745         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
1746         * math/auto-libm-test-in: Add more tests of exp2.
1747         * math/auto-libm-test-out: Regenerated.
1749 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1751         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
1752         unaligned path.
1754 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1756         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
1757         little endian.
1759 2015-02-12  Andreas Schwab  <schwab@suse.de>
1761         [BZ #15790]
1762         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
1763         Filter out elision flags from value returned in kind.
1764         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
1765         * nptl/tst-pthread-mutexattr.c: New file.
1767 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1769         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
1770         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
1771         into gnu-gnu, and update comment to refer to abi-tags.
1773 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
1775         [BZ #15467]
1776         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
1777         (__sincos): Set errno to EDOM for infinite argument.
1778         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
1779         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
1780         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
1781         (__sincosl): Set errno to EDOM for infinite argument.
1782         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
1783         (__sincosl): Set errno to EDOM for infinite argument.
1784         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
1785         (__sincosl): Set errno to EDOM for infinite argument.
1786         * math/libm-test.inc (sincos_test_data): Test errno setting.
1788 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
1790         * string/strxfrm_l.c: Remove #define STRCMP.
1791         * string/strcoll_l.c: Remove #define STRLEN.
1792         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
1793         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
1795 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
1797         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
1798         * sysdeps/mips/mips32/sfp-machine.h: ... here.
1799         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
1800         * sysdeps/mips/mips64/Makefile: ... here.
1801         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
1802         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
1803         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
1804         * sysdeps/mips/mips64/sfp-machine.h: ... here.
1805         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
1806         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
1807         * sysdeps/mips/mips64/n64/Implies: Likewise.
1809 2015-02-10  Roland McGrath  <roland@hack.frob.com>
1811         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
1812         <sys/time.h>, <string.h>, and <errno.h>.
1813         (dest_offset, dest_address, value, zero): Remove unused variables.
1814         (ldouble): Remove typedef.
1815         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
1816         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
1817         1).  Fix code style.
1818         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
1819         (check): Function removed.
1820         (CHECK): New macro.
1821         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
1822         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
1823         Don't call set_sigaction_FP and remove_sigaction_FP here.
1824         (ldouble_test): Just use 'long double' as macro argument, no need for
1825         the 'ldouble' typedef.
1826         (do_test): Set up SIGFPE handler at start, using plain signal rather
1827         than sigaction.  Fix code style.
1829 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
1831         [BZ #17949]
1832         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
1833         jump label.
1835 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1837         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
1838         * sysdeps/powerpc/powerpc32/configure: Regenerated.
1840         * sysdeps/powerpc/configure.ac: Remove file.
1841         * sysdeps/powerpc/configure: Likewise.
1843         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
1844         [sysdep_routines]: Remove wordcopy-power6 object.
1845         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
1846         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
1847         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
1848         (__memmove_ppc32): Likewise.
1849         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
1850         file.
1851         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
1852         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
1853         Remove preprocessor.
1855         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
1856         [sysdep_routines]: Remove wide chars objects.
1857         [wcsmbs]: New rule for wide char objects.
1859         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1860         Remove wordcopy-power6 obejct.
1861         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
1862         Use local call for wordcopy and memcpy symbols.
1863         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
1864         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
1865         implementation for loader.
1866         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
1868         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1869         Remove wordcopy-power7 object.
1870         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
1871         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
1872         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
1873         (_wordcopy_fwd_dest_aligned): Likewise.
1874         (_wordcopy_bwd_aligned): Likewise.
1875         (_wordcopy_bwd_dest_aligned): Likewise.
1877         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
1878         Rewrite to call __memmove_ppc instead of include default
1879         implementation.
1881         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1882         Remove wide chars objects.
1883         [wcsmbs]: New rule for wide char objects.
1885 2015-02-09  Andreas Schwab  <schwab@suse.de>
1887         [BZ #17912]
1888         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
1889         in terms of __O_DIRECTORY.
1891 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1893         * time/getdate.c: Include <stdbool.h>.
1894         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
1895         call PTR_MANGLE.
1896         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
1897         PTR_DEMANGLE.
1899 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
1901         Add ersatz _Static_assert on older C hosts
1902         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
1903         pre-C11 C platform that is not known to support _Static_assert.
1905 2015-02-07  Richard Braun  <rbraun@sceen.net>
1907         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
1908         sigstate.
1909         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
1911 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1913         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
1914         priority against unexistent AIO_PRIO_DELTA_MAX.
1915         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
1916         instead of int.
1917         * misc/fchflags.c (fchflags): Likewise.
1918         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
1919         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
1920         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
1921         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
1922         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
1923         Declare macros.
1924         [__USE_MISC] (chflags, fchflags): Declare functions.
1925         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
1926         EINVAL when nfds is greater than FD_SETSIZE.
1927         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
1928         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
1929         45.
1930         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
1931         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
1932         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
1933         MACH_RCV_TIMED_OUT.
1934         * hurd/hurd/signal.h (_hurd_self_sigstate,
1935         _hurd_critical_section_lock, _hurd_critical_section_unlock):
1936         Explicit casts from void *.
1937         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
1938         * abi-tags: Rename gnu-gnu os into gnu.
1940         [BZ #4719]
1941         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
1942         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
1943         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
1944         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
1945         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
1946         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
1948         [BZ #17944]
1949         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
1950         duplicates ADDR->sun_path with sockaddr LEN limitation.
1951         * sysdeps/mach/hurd/connect.c: Include <string.h>
1952         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
1953         * sysdeps/mach/hurd/sendmsg.c: Likewise.
1954         * sysdeps/mach/hurd/sendto.c: Likewise.
1955         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
1956         implementing it by hand.
1958 2015-02-06  Roland McGrath  <roland@hack.frob.com>
1960         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
1961         Use sfi_breg on ldr.
1962         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
1963         Likewise.
1965         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
1966         it's defined.
1967         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
1968         Test SIGSETXID only if it's defined.
1970         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
1972         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
1973         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
1975         * nptl/tst-align2.c: Moved ...
1976         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
1977         * nptl/Makefile (tests): Remove tst-align2.
1978         * sysdeps/unix/sysv/linux/Makefile
1979         [$(subdir) = nptl] (tests): Add tst-align-clone.
1980         * nptl/tst-getpid1.c: Moved ...
1981         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
1982         * nptl/tst-getpid2.c: Moved ...
1983         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
1984         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
1985         * sysdeps/unix/sysv/linux/Makefile
1986         [$(subdir) = nptl] (tests): ... here.
1987         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
1988         * sysdeps/unix/sysv/linux/Makefile
1989         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
1991         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
1992         Drop trailing \n from perror argument.  Use return rather than exit.
1994         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
1995         on [SA_SIGINFO].
1996         * nptl/tst-cancel21.c (do_test): Likewise.
1997         * debug/tst-backtrace6.c: Include <signal.h> first thing.
1998         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
1999         [!SA_SIGINFO]: Make it a stub test.
2001         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
2002         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
2004         * posix/tst-getlogin.c: Move to ...
2005         * login/tst-getlogin.c: ... here.
2006         * posix/Makefile (tests): Move tst-getlogin to ...
2007         * login/Makefile (tests): ... here.
2009         * libio/tst-atime.c (do_test): Move local variables SV and E
2010         inside [ST_NOATIME] conditional.
2012         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
2014         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
2016         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
2017         (wait_code): New function replaces macro.
2018         Call nanosleep rather than syscall.
2020         * nptl/pt-system.c: Rewritten.  Put everything under
2021         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2022         Use IFUNC to redirect when possible.
2024         * nptl/pt-longjmp.c: Rewritten.  Put everything under
2025         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2026         Use IFUNC to redirect when possible.
2028         * nptl/pt-fork.c: Rewritten.  Put everything under
2029         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2030         Use IFUNC to redirect when possible.
2031         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
2033         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
2034         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
2035         unconditionally nowadays.  This included the only reference to
2036         __vdso_clock_gettime that appears outside libc proper.
2037         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
2038         Remove version set (containing only __vdso_clock_gettime).
2039         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
2040         Add attribute_hidden.
2041         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
2042         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
2043         libc_hidden_data_def.
2044         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
2045         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
2047         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
2048         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
2049         setrpcent, and getrpcport to ...
2050         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
2051         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
2052         getrpcbynumber_r, and getrpcent_r to ...
2053         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
2054         * inet/getrpcbyname.c: Moved ...
2055         * sunrpc/getrpcbyname.c: ... here.
2056         * inet/getrpcbyname_r.c: Moved ...
2057         * sunrpc/getrpcbyname_r.c: ... here.
2058         * inet/getrpcbynumber.c: Moved ...
2059         * sunrpc/getrpcbynumber.c: ... here.
2060         * inet/getrpcbynumber_r.c: Moved ...
2061         * sunrpc/getrpcbynumber_r.c: ... here.
2062         * inet/getrpcent.c: Moved ...
2063         * sunrpc/getrpcent.c: ... here.
2064         * inet/getrpcent_r.c: Moved ...
2065         * sunrpc/getrpcent_r.c: ... here.
2066         * inet/Makefile (routines): Move those to ...
2067         * sunrpc/Makefile (routines): ... here.
2068         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
2069         the $(subdirs) list.
2070         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
2071         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
2072         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
2073         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
2075         * elf/Makefile (routines): Include $(all-dl-routines), not just
2076         $(dl-routines).
2077         (rtld-routines): Likewise.  Use = rather than :=.
2078         * sysdeps/aarch64/Makefile [$(subdir) = elf]
2079         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
2080         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
2081         * sysdeps/arm/Makefile: Likewise.
2082         * sysdeps/i386/Makefile: Likewise.
2083         * sysdeps/x86_64/Makefile: Likewise.
2084         * sysdeps/hppa/Makefile [$(subdir) = elf]
2085         (sysdep_routines, sysdep-rtld-routines): Don't add
2086         $(sysdep-dl-routines) to these.
2087         * sysdeps/ia64/Makefile: Likewise.
2088         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
2089         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
2090         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
2091         Don't add dl-static to these; sysdep-dl-routines alone is enough.
2092         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
2093         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
2094         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
2095         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
2096         * sysdeps/powerpc/Makefile [$(subdir) = elf]
2097         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
2098         these; sysdep-dl-routines alone is enough.
2100 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
2102         [BZ #17932]
2103         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
2104         where multiplication results in zero and third argument is finite
2105         and nonzero.
2106         * math/auto-libm-test-in: Add more tests of fma.
2107         * math/auto-libm-test-out: Regenerated.
2109         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
2110         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
2111         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
2112         (_FP_CMP_EQ): Likewise.
2113         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
2115         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
2116         extra argument CHECK_NAN.  Redefine as wrapper around
2117         _FP_EXTEND_CNAN.
2119 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
2121         * version.h (RELEASE): Set to "stable".
2122         (VERSION): Set to "2.21"
2123         * include/features.h (__GLIBC_MINOR__): Set to 21.
2125         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
2127 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
2128             Paul Eggert  <eggert@cs.ucla.edu>
2130         [BZ #16618]
2131         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
2132         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
2133         size in bytes. Store needed elements in wpmax. Use needed size
2134         in bytes for extend_alloca.
2136 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
2138         * manual/install.texi: Latest tested versions are GCC 4.9.2,
2139         binutls 2.25, and texinfo 5.2.
2140         * INSTALL: Regenerate.
2141         * sysdeps/nios2/configure: Regenerate.
2142         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
2143         * manual/contrib.texi: Update.
2144         * po/be.po: Update.
2145         * po/bg.po: Update.
2146         * po/ca.po: Update.
2147         * po/cs.po: Update.
2148         * po/da.po: Update.
2149         * po/de.po: Update.
2150         * po/el.po: Update.
2151         * po/eo.po: Update.
2152         * po/es.po: Update.
2153         * po/fi.po: Update.
2154         * po/fr.po: Update.
2155         * po/gl.po: Update.
2156         * po/hr.po: Update.
2157         * po/hu.po: Update.
2158         * po/ia.po: Update.
2159         * po/id.po: Update.
2160         * po/it.po: Update.
2161         * po/ja.po: Update.
2162         * po/ko.po: Update.
2163         * po/lt.po: Update.
2164         * po/nb.po: Update.
2165         * po/nl.po: Update.
2166         * po/pl.po: Update.
2167         * po/pt_BR.po: Update.
2168         * po/ru.po: Update.
2169         * po/rw.po: Update.
2170         * po/sk.po: Update.
2171         * po/sl.po: Update.
2172         * po/sv.po: Update.
2173         * po/tr.po: Update.
2174         * po/uk.po: Update.
2175         * po/vi.po: Update.
2176         * po/zh_CN.po: Update.
2177         * po/zh_TW.po: Update.
2179         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
2180         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
2181         * sysdeps/hppa/dl-irel.h: Remove #warning.
2182         * sysdeps/hppa/entry.h: Provide prototype for
2183         __canonicalize_funcptr_for_compare and cast argument.
2184         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
2185         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
2186         * sysdeps/hppa/sotruss-lib.c: New file.
2187         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
2188         (atomic_compare_and_exchange_val_acq): Use __typeof__.
2189         (atomic_compare_and_exchange_bool_acq): Likewise.
2190         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
2191         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
2193         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
2194         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
2195         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
2197 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
2199         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
2200         called function in non-PIC case.
2202 2015-01-31  David S. Miller  <davem@davemloft.net>
2204         * sysdeps/sparc/sparc32/bits/atomic.h
2205         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
2206         unlock not after it.
2207         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
2208         volatile register usage warnings from the compiler.
2210         * sysdeps/sparc/nptl/sem_init.c: Delete.
2211         * sysdeps/sparc/nptl/sem_post.c: Delete.
2212         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
2213         * sysdeps/sparc/nptl/sem_wait.c: Delete.
2214         * sysdeps/sparc/sparc32/sem_init.c: New file.
2215         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
2216         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
2217         padding explicitly initialized.
2218         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
2219         padding for in-semaphore spinlock.
2220         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
2221         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
2222         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
2223         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
2224         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
2225         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
2226         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
2227         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
2228         version.
2229         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
2230         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
2232 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
2234         [BZ #17801]
2235         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2236         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
2237         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
2238         New.
2239         (index_AVX_Fast_Unaligned_Load): Likewise.
2240         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
2241         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
2242         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
2243         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
2244         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
2245         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
2246         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
2247         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
2248         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
2250 2015-01-29  Andreas Schwab  <schwab@suse.de>
2252         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
2254 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
2256         [BZ #17892]
2257         * nscd/nscd_stat.c (send_stats): Initialize DATA.
2259 2015-01-28  Martin Sebor  <msebor@redhat.com>
2261         * math/README.libm-test: Clarify. Add "How to read the test output."
2263 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
2265         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
2266         Define to 0.
2268 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
2270         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
2271         (__HAVE_64B_ATOMICS): Define to 0.
2273 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2275         [BZ #17885]
2276         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
2277         value to set as new flag.
2279         [BZ #16576]
2280         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
2281         and use _ARCH_PPCSQ instead.
2282         (__ieee754_sqrt): Likewise.
2283         (__ieee754_sqrtf): Likewise.
2284         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
2285         _ARCH_PPCSQ is defined.
2286         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
2287         fsqrt instruction.
2288         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
2289         _ARCH_PPCSQ is defined.
2290         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
2291         fsqrts instruction.
2292         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
2294 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2296         * iconv/loop.c: Suppress array out of bound warning caused by GCC
2297         bug (GCC BZ #64739).
2299 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
2301         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
2302         Mark _retval as used.
2303         (lll_futex_wake_unlock): Likewise.
2304         (lll_futex_timed_wait_requeue_pi): Likewise.
2306         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2307         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
2308         register variables.
2310         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
2311         libm_hidden_def.
2313         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
2314         (__bswap_64): Mark as __always_inline.
2316 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
2318         [BZ #15378]
2319         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
2320         when none of the search directories exist.
2322 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2324         [BZ #17869]
2325         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
2326         power8 in .machine directive.
2328         [BZ #17868]
2329         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
2330         set dependency from opd value.
2332 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
2334         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2335         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
2336         architecture.
2338 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
2340         [BZ #17870]
2341         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
2342         with uint64_t.
2343         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
2344         (uint64_t) 1.
2345         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
2346         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
2347         Replace 1UL with (uint64_t) 1.
2348         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
2349         int with uint64_t.
2351 2015-01-23  Roland McGrath  <roland@hack.frob.com>
2353         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
2354         (if_freenameindex): Likewise.
2356         * resource/getrlimit64.c: Add missing libc_hidden_def.
2358 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
2360         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
2361         __label__.
2362         (_FP_FMA): Likewise.
2363         (_FP_TO_INT_ROUND): Likewise.
2364         (_FP_FROM_INT): Likewise.
2366 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2368         [BZ #16418]
2369         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
2370         Make code racy and cancel safe.
2372 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
2374         * sysdeps/arm/unwind-resume.h: Fix copyright year.
2375         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
2376         attribution.
2378         * pwd/tst-getpw.c: Rewrite.
2380         [BZ #17702]
2381         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
2382         (modules-names): Add moddummy1 and moddummy2.
2383         ($(objpfx)tst-rec-dlopen): Define.
2384         * dlfcn/moddummy1.c: New file.
2385         * dlfcn/moddummy2.c: New file.
2386         * dlfcn/tst-rec-dlopen.c: New file.
2387         * elf/dl-cache.c (_dl_load_cache_lookup):
2388         Return char*. Copy result with alloca/strcpy/strdup.
2389         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
2390         returns char*. Free cached. If not saving realname
2391         free cached.
2392         * elf/dl-open.c (dl_open_worker): Do not assert that
2393         _r_debug->r_state is RT_CONSISTENT.
2394         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
2395         returns char*.
2397 2015-01-21  Torvald Riegel  <triegel@redhat.com>
2398             Carlos O'Donell  <carlos@redhat.com>
2400         [BZ #12674]
2401         * nptl/sem_waitcommon.c: New file.
2402         * nptl/sem_wait.c: Include sem_waitcommon.c.
2403         (__sem_wait_cleanup, do_futex_wait): Remove.
2404         (__new_sem_wait): Adapt.
2405         (__new_sem_trywait): New function.
2406         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
2407         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
2408         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
2409         (sem_timedwait): Adapt.
2410         * nptl/sem_post.c (__new_sem_post): Adapt.
2411         (futex_wake): New function.
2412         (__old_sem_post): Add release MO fence.
2413         * nptl/sem_open.c (sem_open): Adapt.
2414         * nptl/sem_init.c (__new_sem_init): Adapt.
2415         (futex_private_if_supported): New function.
2416         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
2417         (__old_sem_getvalue): Add using previous code.
2418         * sysdeps/nptl/internaltypes.h: Adapt.
2419         * nptl/tst-sem13.c (do_test): Adapt.
2420         * nptl/tst-sem11.c (main): Adapt.
2421         * nptl/sem_trywait.c: Remove.
2422         * nptl/DESIGN-sem.txt: Remove.
2423         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
2424         (gen-as-const-headers): Remove structsem.sym.
2425         * nptl/structsem.sym: Remove.
2426         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
2427         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
2428         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
2429         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
2430         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
2431         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
2432         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
2433         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
2434         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
2435         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
2436         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
2437         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
2438         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
2439         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
2440         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
2441         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
2442         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
2443         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
2444         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
2445         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
2446         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
2447         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
2449 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
2451         * INSTALL: Regenerated.
2453         * po/libc.pot: Regenerated.
2455 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
2456             Sandra Loosemore  <sandra@codesourcery.com>
2457             Andrew Jenner  <andrew@codesourcery.com>
2458             Joseph Myers  <joseph@codesourcery.com>
2459             Nathan Sidwell  <nathan@codesourcery.com>
2461         * NEWS: Mention new Nios II port.
2462         * sysdeps/nios2/Implies: New file.
2463         * sysdeps/nios2/Makefile: New file.
2464         * sysdeps/nios2/Subdirs: New file.
2465         * sysdeps/nios2/Versions: New file.
2466         * sysdeps/nios2/__longjmp.S: New file.
2467         * sysdeps/nios2/abort-instr.h: New file.
2468         * sysdeps/nios2/backtrace.c: New file.
2469         * sysdeps/nios2/bits/endian.h: New file.
2470         * sysdeps/nios2/bits/fenv.h: New file.
2471         * sysdeps/nios2/bits/link.h: New file.
2472         * sysdeps/nios2/bits/setjmp.h: New file.
2473         * sysdeps/nios2/bsd-_setjmp.S: New file.
2474         * sysdeps/nios2/bsd-setjmp.S: New file.
2475         * sysdeps/nios2/configure: New generated file.
2476         * sysdeps/nios2/configure.ac: New file.
2477         * sysdeps/nios2/crti.S: New file.
2478         * sysdeps/nios2/crtn.S: New file.
2479         * sysdeps/nios2/dl-init.c: New file.
2480         * sysdeps/nios2/dl-machine.h: New file.
2481         * sysdeps/nios2/dl-sysdep.h: New file.
2482         * sysdeps/nios2/dl-tls.h: New file.
2483         * sysdeps/nios2/dl-trampoline.S: New file.
2484         * sysdeps/nios2/gccframe.h: New file.
2485         * sysdeps/nios2/gmp-mparam.h: New file.
2486         * sysdeps/nios2/jmpbuf-offsets.h: New file.
2487         * sysdeps/nios2/jmpbuf-unwind.h: New file.
2488         * sysdeps/nios2/ldsodefs.h: New file.
2489         * sysdeps/nios2/libc-tls.c: New file.
2490         * sysdeps/nios2/libm-test-ulps: New file.
2491         * sysdeps/nios2/machine-gmon.h: New file.
2492         * sysdeps/nios2/math-tests.h: New file.
2493         * sysdeps/nios2/math_private.h: New file.
2494         * sysdeps/nios2/memusage.h: New file.
2495         * sysdeps/nios2/nptl/Makefile: New file.
2496         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
2497         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
2498         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
2499         * sysdeps/nios2/nptl/pthreaddef.h: New file.
2500         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
2501         * sysdeps/nios2/nptl/tls.h: New file.
2502         * sysdeps/nios2/preconfigure: New file.
2503         * sysdeps/nios2/s_fma.c: New file.
2504         * sysdeps/nios2/s_fmaf.c: New file.
2505         * sysdeps/nios2/setjmp.S: New file.
2506         * sysdeps/nios2/sfp-machine.h: New file.
2507         * sysdeps/nios2/sotruss-lib.c: New file.
2508         * sysdeps/nios2/stackguard-macros.h: New file.
2509         * sysdeps/nios2/stackinfo.h: New file.
2510         * sysdeps/nios2/start.S: New file.
2511         * sysdeps/nios2/sysdep.h: New file.
2512         * sysdeps/nios2/tls-macros.h: New file.
2513         * sysdeps/nios2/tst-audit.h: New file.
2514         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
2515         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
2516         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
2517         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
2518         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
2519         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
2520         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
2521         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
2522         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
2523         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
2524         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
2525         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
2526         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
2527         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
2528         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
2529         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
2530         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
2531         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
2532         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
2533         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
2534         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
2535         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
2536         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
2537         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
2538         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
2539         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
2540         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
2541         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
2542         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
2543         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
2544         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
2545         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
2546         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
2547         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
2548         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
2549         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
2550         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
2551         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
2552         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
2553         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
2554         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
2555         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
2556         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
2557         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
2559 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
2561         [BZ #17844]
2562         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
2563         (getutent): Use weak_alias in non SHARED case
2564         and default_symbol_version in SHARED case.
2565         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
2566         (getutent_r, pututline): Likewise.
2567         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
2568         (getutid): Likewise.
2569         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
2570         (getutid_r): Likewise.
2571         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
2572         (getutline): Likewise.
2573         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
2574         (getutline_r): Likewise.
2575         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
2576         (updwtmp): Likewise.
2578 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
2580         [BZ #17848]
2581         * sysdeps/s390/s390-32/memcmp.S
2582         (memcmp_g5): Rename to __memcmp_g5.
2583         * sysdeps/s390/s390-32/memcpy.S
2584         (memcpy_g5): Rename to __memcpy_g5.
2585         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2586         (memcpy_mvcle) Rename to __memcpy_mvcle.
2587         * sysdeps/s390/s390-32/memset.S
2588         (memset_g5): Rename to __memset_g5.
2589         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
2590         (IFUNC_RESOLVE): Prefix ifunc-resolve function
2591         and use prefixed functions.
2592         * sysdeps/s390/s390-32/multiarch/memcmp.S
2593         (memcmp_z196): Rename to __memcmp_z196.
2594         (memcmp_z10): Rename to __memcmp_z10.
2595         (memcmp): Set alias to __memcmp_g5.
2596         (bcmp): Set alias to __memcmp_g5.
2597         * sysdeps/s390/s390-32/multiarch/memcpy.S
2598         (memcpy_z196): Rename to __memcpy_z196.
2599         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2600         (memcpy_z10): Rename to __memcpy_z10.
2601         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2602         (memcpy): Set alias to __memcpy_g5.
2603         * sysdeps/s390/s390-32/multiarch/memset.S
2604         (memset_z196): Rename to __memset_z196.
2605         Jump to __memset_mvcle instead of memset_mvcle.
2606         (memset_z10): Rename to __memset_z10.
2607         Jump to __memset_mvcle instead of memset_mvcle.
2608         (memset_mvcle) Rename to __memset_mvcle.
2609         (memset): Set alias to __memset_g5.
2610         * sysdeps/s390/s390-64/memcmp.S
2611         (memcmp_z900): Rename to __memcmp_z900.
2612         * sysdeps/s390/s390-64/memcpy.S
2613         (memcpy_z900): Rename to __memcpy_z900.
2614         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2615         (memcpy_mvcle) Rename to __memcpy_mvcle.
2616         * sysdeps/s390/s390-64/memset.S
2617         (memset_z900): Rename to __memset_z900.
2618         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
2619         (IFUNC_RESOLVE): Prefix ifunc-resolve function
2620         and use prefixed functions.
2621         * sysdeps/s390/s390-64/multiarch/memcmp.S
2622         (memcmp_z196): Rename to __memcmp_z196.
2623         (memcmp_z10): Rename to __memcmp_z10.
2624         (memcmp): Set alias to __memcmp_z900.
2625         (bcmp): Set alias to __memcmp_z900.
2626         * sysdeps/s390/s390-64/multiarch/memcpy.S
2627         (memcpy_z196): Rename to __memcpy_z196.
2628         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2629         (memcpy_z10): Rename to __memcpy_z10.
2630         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2631         (memcpy): Set alias to __memcpy_z900.
2632         * sysdeps/s390/s390-64/multiarch/memset.S
2633         (memset_z196): Rename to __memset_z196.
2634         Jump to __memset_mvcle instead of memset_mvcle.
2635         (memset_z10): Rename to __memset_z10.
2636         Jump to __memset_mvcle instead of memset_mvcle.
2637         (memset_mvcle) Rename to __memset_mvcle.
2638         (memset): Set alias to __memset_z900.
2640 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
2642         [BZ #17748]
2643         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
2644         __fesetenv instead of fesetenv.
2646 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
2648         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
2649         macro.
2651 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2653         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
2654         regression on LE.
2656         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
2657         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
2658         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2659         strncmp-power8 object.
2660         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2661         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
2662         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
2663         * NEWS: Update.
2665 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2666             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2668         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
2669         trailing byte check.
2671 2015-01-13  David S. Miller  <davem@davemloft.net>
2673         * include/signal.h (__sigreturn): Guard with __USE_MISC.
2675 2015-01-13  Roland McGrath  <roland@hack.frob.com>
2677         * login/logout.c (logout): Use memset rather than bzero.
2678         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
2679         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
2680         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
2681         (_gethtbyaddr): Likewise.
2682         * locale/programs/simple-hash.c (bcopy): Macro removed.
2684 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2686         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2687         Add strcmp-power8 object.
2688         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2689         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
2690         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
2691         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
2692         __strcmp_power8 implementation.
2693         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
2694         * NEWS: Update.
2696         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2697         Add strncpy-power8 and stpncpy-power8 objects.
2698         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2699         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
2700         implementations.
2701         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
2702         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
2703         __stpncpy_power8 implementation.
2704         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
2705         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
2706         __strncpy_power8 implementation.
2707         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
2708         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
2709         * NEWS: Update.
2711         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
2712         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
2713         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
2715         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2716         strncat-power8 object.
2717         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
2718         __strcat_power8 implementation.
2719         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2720         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
2721         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
2722         optimized strcat for power8.
2724         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2725         strcpy-power8 and stpcpy-power8 objects.
2726         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2727         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
2728         implementations.
2729         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
2730         multiarch stpcpy implementation for POWER8.
2731         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
2732         multiarch strcpy implementation for POWER8.
2733         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
2734         __strcpy_power8 function.
2735         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
2736         stpcpy for POWER8.
2737         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
2738         strcpy for POWER8.
2739         * NEWS: Update.
2741 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
2743         [BZ #16009]
2744         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
2745         weights and rules. Use do_xfrm_cached if data fits in cache,
2746         do_xfrm otherwise.  Moved former main loop to...
2747         * (do_xfrm_cached): New function.
2748         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
2749         find_idx, find_position and stack_push.
2750         * (find_idx): New function.
2751         * (find_position): Likewise.
2752         * localedata/sort-test.sh: Added test run for do_xfrm.
2753         * localedata/xfrm-test.c (main): Added command line option
2754         -nocache to run the test with strings that are too large for
2755         the STRXFRM cache.
2757 2015-01-13  Torvald Riegel  <triegel@redhat.com>
2759         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
2760         variable to lll_futex_wake call, not the value itself.
2762 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
2764         [BZ #17803]
2765         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
2766         twom64.  Adjust value to 0x1p-64L.
2767         (__scalblnl): Only return standard underflowing result for K <=
2768         -64 not K <= -63; adjust exponent for underflowing result by 64
2769         not 63.
2770         * math/libm-test.inc (scalbn_test_data): Add more tests.
2771         (scalbln_test_data): Likewise.
2773         [BZ #17834]
2774         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
2775         0x1p63L.
2776         (__scalblnl): Get new exponent of adjusted subnormal value from ES
2777         not HX.
2778         * math/libm-test.inc (scalbn_test_data): Add more tests.
2779         (scalbln_test_data): Likewise.
2781 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2782             Stefani Seibold  <stefani@seibold.net>
2784         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
2785         (sysdep_routines): Add dl-vdso here, ...
2786         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
2787         (sysdep_routines): ... not here.
2788         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
2789         fallback when vDSO is not presented.
2790         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
2791         Define with libc_hidden_proto/libc_hidden_data_def definitions.
2792         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
2793         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
2794         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
2795         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
2796         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
2797         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
2798         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
2799         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
2800         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
2801         fallback configurable symbol when vDSO is not available.
2802         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
2803         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
2804         be able to redefine fallback symbol when vDSO is not available.
2805         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
2806         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
2808 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2810         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
2811         (TLS_INIT_TP): Add tm_capable initialization.
2812         (TLS_DEFINE_INIT_TP): Likewise.
2813         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
2814         TCB.
2815         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
2816         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
2817         calculation.
2818         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
2819         transactoion is lock elision is built and TCB tm_capable is set.
2820         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
2821         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
2822         (INTERNAL_SYSCALL_NCS): Likewise.
2823         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
2824         (INTERNAL_SYSCALL_NCS): Likewise.
2825         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
2827         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
2828         for powerpc.
2829         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
2830         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
2831         and remove it for 32 bits case.
2832         [pthread_rwlock_t] (__rwelision): New field for lock elision.
2833         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
2834         initialization.
2835         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
2836         Disable lock elision with rdlocks if elision is not available.
2838         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
2839         (sysdep_routines): Add lock elision objects.
2840         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
2841         [pthread_mutex_t] (__spins): Rework to add lock elision field.
2842         [pthread_mutex_t] (__elision): Add field.
2843         [__PTHREAD_SPINS]: Adjust to init lock elision field.
2844         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
2845         elision definitions for powerpc.
2846         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
2847         implementation of lock elision for powerpc.
2848         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
2849         implementation of timed lock elision for powerpc.
2850         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
2851         implementation of trylock with lock elision for powerpc.
2852         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
2853         implementaion of unlock for lock elision for powerpc.
2854         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
2855         automatic enable lock elision for mutexes.
2856         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
2857         transaction execution definitions for powerpc.
2858         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
2859         definitions.
2860         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
2861         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
2862         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
2863         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
2864         * NEWS: Update.
2866 2015-01-09  Roland McGrath  <roland@hack.frob.com>
2868         * sysdeps/posix/shm-directory.c: Use <> rather than ""
2869         for #include of <shm-directory.h>.
2871 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
2873         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
2874         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
2876 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
2878         [BZ #17791]
2879         * NEWS: Mention bug fix.
2880         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
2881         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
2882         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
2884 2015-01-09  Torvald Riegel <triegel@redhat.com>
2886         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
2888 2015-01-09  Torvald Riegel <triegel@redhat.com>
2890         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
2892 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2894         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
2895         pointer and cast to uintptr_t.
2897 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2899         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
2900         removed.
2901         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
2903 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2905         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
2906         of 0.
2908 2015-01-08  Roland McGrath  <roland@hack.frob.com>
2910         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
2911         <nptl/pthreadP.h> instead.
2912         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
2914         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
2915         already defined.
2916         [__SIGRTMIN] (init): Function removed.
2917         [__SIGRTMIN] (initialized): Variable removed.
2918         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
2919         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
2920         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
2921         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
2922         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
2923         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
2924         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
2925         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
2926         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
2927         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
2928         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
2929         * sysdeps/nptl/allocrtsig.c: New file.
2930         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
2931         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
2932         * sysdeps/generic/testrtsig.h: File removed.
2934         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
2935         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
2937         * nptl/nptl-init.c (pthread_functions): Conditionalize
2938         .ptr__nptl_setxid initialization on [SIGSETXID].
2940         * sysdeps/nptl/sys/procfs.h: New file.
2941         * nptl_db/Makefile (headers): Add it.
2942         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
2944         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
2945         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
2946         * nptl/pthread_attr_setaffinity.c: Include it.
2947         * nptl/pthread_setattr_default_np.c: Likewise.
2948         * nptl/check-cpuset.h: New file.
2950 2015-01-08  Richard Henderson  <rth@redhat.com>
2952         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
2953         (CFLAGS-tst-execstack-prog.c): Likewise.
2954         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
2956 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
2957             Sandra Loosemore  <sandra@codesourcery.com>
2958             Andrew Jenner  <andrew@codesourcery.com>
2959             Joseph Myers  <joseph@codesourcery.com>
2960             Nathan Sidwell  <nathan@codesourcery.com>
2962         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
2963         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
2964         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
2965         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
2966         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
2967         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
2968         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
2969         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
2970         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
2971         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
2972         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
2973         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
2974         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
2975         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
2976         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
2977         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
2978         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
2980 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2982         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
2983         timespec struct member in syscall macro.
2984         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
2985         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
2986         first timeval struct member in syscall macro.
2987         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
2989 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
2991         [BZ #17748]
2992         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
2993         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
2994         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
2995         __feupdateenv and define as weak alias of __feupdateenv.  Use
2996         libm_hidden_weak.
2997         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
2998         libm_hidden_def.
2999         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
3000         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
3001         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
3002         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
3003         libm_hidden_def.
3004         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
3005         __feupdateenv and define as weak alias of __feupdateenv.  Use
3006         libm_hidden_weak.
3007         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
3008         libm_hidden_def.
3009         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
3010         __feupdateenv and define as weak alias of __feupdateenv.  Use
3011         libm_hidden_weak.
3012         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
3013         libm_hidden_def.
3014         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
3015         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
3016         (__feupdateenv): Likewise.
3017         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
3018         __feupdateenv and define as weak alias of __feupdateenv.  Use
3019         libm_hidden_weak.
3020         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3021         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
3022         libm_hidden_def.
3023         * sysdeps/tile/math_private.h (__feupdateenv): New inline
3024         function.
3025         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
3026         libm_hidden_def.
3027         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
3028         __feupdateenv instead of feupdateenv.
3029         (default_libc_feupdateenv_test): Likewise.
3030         (libc_feresetround_ctx): Likewise.
3032 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3034         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
3035         prototype.
3037 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
3039         * posix/regcomp.c (parse_bracket_exp): Initialize type to
3040         COLL_SYM in a couple of places to avoid uninitialized variable
3041         wanings on tilegx gcc 4.8.2.
3043 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
3045         * sysdeps/aarch64/strcpy.S: New file.
3046         * sysdeps/aarch64/stpcpy.S: New file.
3047         * NEWS: Updated.
3049 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
3051         * sysdeps/aarch64/strrchr.S: New file.
3052         * NEWS: Updated.
3054 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
3056         [BZ #17658]
3057         * stdlib/setenv.c: Fix memory leak when setting large,
3058         duplicate string.
3060 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
3062         [BZ #17273]
3063         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
3064         and tabs from buffer before parsing fstab entry.
3065         * misc/tst-mntent.c (main): Add test for mount entry with
3066         trailing spaces and tabs.
3068 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
3070         [BZ #17748]
3071         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
3072         * math/fesetround.c (fesetround): Rename to __fesetround and
3073         define as weak alias of __fesetround.  Use libm_hidden_weak.
3074         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
3075         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
3076         * sysdeps/arm/fesetround.c (fesetround): Likewise.
3077         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
3078         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
3079         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
3080         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
3081         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
3082         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
3083         __fesetround_inline.
3084         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
3085         __fesetround_inline instead of __fesetround.
3086         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
3087         __fesetround and define as weak alias of __fesetround.  Use
3088         libm_hidden_weak.  Call __fesetround_inline instead of
3089         __fesetround.
3090         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
3091         __fesetround and define as weak alias of __fesetround.  Use
3092         libm_hidden_weak.
3093         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
3094         Likewise.
3095         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
3096         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
3097         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
3098         * sysdeps/tile/math_private.h (__fesetround): New inline function.
3099         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
3100         __fesetround and define as weak alias of __fesetround.  Use
3101         libm_hidden_weak.
3102         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
3103         __fesetround instead of fesetround.
3104         (default_libc_feholdexcept_setround): Likewise.
3105         (libc_feholdsetround_ctx): Likewise.
3106         (libc_feholdsetround_noex_ctx): Likewise.
3108         [BZ #17748]
3109         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
3110         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
3111         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
3112         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
3113         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3114         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
3115         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3116         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
3117         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3118         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3119         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3120         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3121         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3122         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3123         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
3124         libm_hidden_def.
3125         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
3126         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
3127         Likewise.
3128         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3129         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3130         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
3131         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3132         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
3133         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
3134         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
3135         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
3136         __fesetenv instead of fesetenv.
3137         (libc_feresetround_noex_ctx): Likewise.
3138         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
3139         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
3140         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
3141         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
3142         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
3143         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
3144         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
3145         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
3146         (__feupdateenv): Likewise.
3147         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
3148         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3149         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
3150         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
3152 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
3154         [BZ #17806]
3155         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
3156         addresses have been freed.
3158 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
3160         * resolv/res_init.c (__res_vinit): Improve comments about nserv
3161         and nservall.
3163 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
3165         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
3166         Clean up check_pf allocation pattern. addresses
3168 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3170         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
3171         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
3172         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
3173         * nptl/pthread_exit.c (__pthread_exit): Likewise.
3174         * nptl/pthread_join.c (pthread_join): Likewise.
3175         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
3176         * sysdeps/posix/waitid.c (__waitid): Likewise.
3177         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
3178         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
3179         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
3180         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
3181         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
3182         Likewise.
3183         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
3184         (__libc_pread64): Likewise.
3185         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
3186         (__libc_pwrite): Likewise.
3187         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
3188         (__libc_pwrite64): Likewsie.
3189         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
3190         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
3191         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
3192         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
3193         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
3194         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
3195         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
3196         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
3197         Likewise.
3198         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
3199         (__libc_pread64): Likewise.
3200         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
3201         Likewise.
3202         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
3203         (__libc_pwrite64): Likewise.
3204         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
3205         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
3206         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
3207         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
3208         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
3209         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
3210         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
3211         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
3212         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
3213         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
3214         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
3215         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
3216         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
3217         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
3218         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
3219         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
3220         Likewise.
3222 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
3224         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
3225         (CFLAGS-test-double.c): Likewise.
3226         (CFLAGS-test-ldouble.c): Likewise.
3227         (CPPFLAGS-test-ifloat.c): Likewise.
3228         (CPPFLAGS-test-idouble.c): Likewise.
3229         (CPPFLAGS-test-ildoubl.c): Likewise.
3230         (CFLAGS-test-test-fenv.c): Remove variable.
3231         (CFLAGS-test-misc.c): Likewise.
3233 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
3235         [BZ #17797]
3236         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
3237         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
3238         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
3239         CLOCKS_PER_SEC == 1000000.
3240         * time/clocktest.c (main): Replace %ld with %jd and cast to
3241         intmax_t.
3243 2015-01-05  Roland McGrath  <roland@hack.frob.com>
3245         * sysdeps/generic/unwind-resume.h: New file.
3246         * sysdeps/gnu/unwind-resume.c: Include it.
3247         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
3248         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
3249         argument list.
3250         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
3251         global rather than static.
3252         (_Unwind_Resume): Update user.
3253         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
3254         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
3255         rather than static.  Add __attribute__ ((cold)).
3256         (_Unwind_Resume, __gcc_personality_v0): Update callers.
3257         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
3258         * sysdeps/arm/arm-unwind-resume.S: New file.
3259         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
3260         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
3261         * sysdeps/arm/Makefile [$(subdir) = csu]
3262         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
3263         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
3264         Add rt-arm-unwind-resume.
3265         [$(subdir) = nptl]
3266         (libpthread-sysdep_routines, libpthread-shared-only-routines):
3267         Add pt-arm-unwind-resume.
3268         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
3269         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
3271 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3273         [BZ #17748]
3274         * include/fenv.h (__feholdexcept): Declare.  Use
3275         libm_hidden_proto.
3276         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
3277         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
3278         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3279         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
3280         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
3281         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
3282         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
3283         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3284         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
3285         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
3286         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3287         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
3288         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
3289         (feholdexcept): Likewise.
3290         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
3291         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
3292         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3293         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3294         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
3295         __feholdexcept instead of feholdexcept.
3296         (default_libc_feholdexcept_setround): Likewise.
3298 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3300         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
3301         to avoid using stl/str to align destination.
3303 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3305         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
3307 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3309         [BZ #17796]
3310         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
3311         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
3312         Define as weak alias not strong alias.
3314 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3316         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
3317         bltzal with addiupc.
3318         (RTLD_START): Ditto.
3320 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
3322         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
3323         for __vdso_* functions in declarations.
3324         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
3325         definitions.
3326         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
3327         INTERNAL_VSYSCALL): Use struct return types to check for error.
3329         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
3330         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
3331         function with cast from llround().
3332         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
3333         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
3334         Define.
3336 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3338         [BZ #17793]
3339         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
3340         Define as weak alias not strong alias.
3342         [BZ #17635]
3343         * ctype/ctype-c99.c: New file.  isblank implementation moved from
3344         ...
3345         * ctype/ctype-extn.c: ... here.
3346         (__isblank_l): Move to ...
3347         * ctype/ctype-c99_l.c: ... here.  New file.
3348         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
3349         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
3350         Remove variable.
3351         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
3352         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
3353         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
3354         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
3355         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
3357         [BZ #17777]
3358         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
3359         (posix_fadvise64): Define as weak alias not strong alias.
3360         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
3361         (posix_fallocate64): Likewise.
3362         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
3363         Remove variable.
3364         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
3365         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
3366         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
3367         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
3368         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
3370 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
3372         [BZ #16191]
3373         * NEWS: Mention bug fix.
3374         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
3375         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
3376         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
3377         (HOST_STACK_END_ADDR): Likewise.
3379 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
3381         [BZ #17748]
3382         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
3383         * math/fegetround.c (fegetround): Rename to __fegetround and
3384         define as weak alias of __fegetround.  Use libm_hidden_weak.
3385         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
3386         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
3387         * sysdeps/arm/fegetround.c (fegetround): Likewise.
3388         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
3389         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
3390         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
3391         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
3392         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
3393         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
3394         Undefine after rather than before function definition; use
3395         parentheses around function name in definition.
3396         (__fegetround): Also undefine macro after function definition.
3397         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
3398         __fegetround and define as weak alias of __fegetround.  Use
3399         libm_hidden_weak.  Do not undefine as macro.
3400         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
3401         Likewise.
3402         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
3403         __fegetround and define as weak alias of __fegetround.  Use
3404         libm_hidden_weak.
3405         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
3406         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
3407         * sysdeps/tile/math_private.h (__fegetround): New inline function.
3408         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
3409         __fegetround and define as weak alias of __fegetround.  Use
3410         libm_hidden_weak.
3411         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
3412         __fegetround instead of fegetround.
3414         [BZ #17782]
3415         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
3416         Condition macro definition on [__USE_MISC].
3418         [BZ #17781]
3419         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
3420         (struct sigaction): Change type of sa_flags field to int.
3422         [BZ #17780]
3423         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
3424         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
3425         __glibc_reserved0.
3427         * nptl/version.c (banner): Use single year in copyright notice.
3429         * NEWS: Update copyright dates.
3430         * catgets/gencat.c (print_version): Likewise.
3431         * csu/version.c (banner): Likewise.
3432         * debug/catchsegv.sh: Likewise.
3433         * debug/pcprofiledump.c (print_version): Likewise.
3434         * debug/xtrace.sh (do_version): Likewise.
3435         * elf/ldconfig.c (print_version): Likewise.
3436         * elf/ldd.bash.in: Likewise.
3437         * elf/pldd.c (print_version): Likewise.
3438         * elf/sotruss.sh: Likewise.
3439         * elf/sprof.c (print_version): Likewise.
3440         * iconv/iconv_prog.c (print_version): Likewise.
3441         * iconv/iconvconfig.c (print_version): Likewise.
3442         * locale/programs/locale.c (print_version): Likewise.
3443         * locale/programs/localedef.c (print_version): Likewise.
3444         * login/programs/pt_chown.c (print_version): Likewise.
3445         * malloc/memusage.sh (do_version): Likewise.
3446         * malloc/memusagestat.c (print_version): Likewise.
3447         * malloc/mtrace.pl: Likewise.
3448         * manual/libc.texinfo: Likewise.
3449         * nptl/version.c (banner): Likewise.
3450         * nscd/nscd.c (print_version): Likewise.
3451         * nss/getent.c (print_version): Likewise.
3452         * nss/makedb.c (print_version): Likewise.
3453         * posix/getconf.c (main): Likewise.
3454         * scripts/test-installation.pl: Likewise.
3455         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
3457 2015-01-02  Will Newton  <will.newton@linaro.org>
3459         * sysdeps/arm/armv7/configure: Removed.
3460         * sysdeps/arm/armv7/configure.ac: Likewise.
3462 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
3464         * All files with FSF copyright notices: Update copyright dates
3465         using scripts/update-copyrights.
3466         * intl/plural.c: Regenerated.
3467         * locale/programs/charmap-kw.h: Likewise.
3468         * locale/programs/locfile-kw.h: Likewise.
3470 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
3472         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
3474 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
3476         [BZ #17748]
3477         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
3478         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
3479         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3480         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3481         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3482         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
3483         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3484         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
3485         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3486         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3487         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3488         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3489         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3490         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3491         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
3492         libm_hidden_def.
3493         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
3494         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
3495         Likewise.
3496         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3497         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3498         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
3499         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3500         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
3501         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3502         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3503         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
3504         __fegetenv instead of fegetenv.
3505         (libc_feholdsetround_noex_ctx): Likewise.
3507 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
3509         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
3510         (Elf_MIPS_ABIFlags_v0): New structure.
3511         (EF_MIPS_FP64): Define.
3512         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
3513         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
3514         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
3515         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
3516         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
3517         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
3518         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
3519         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
3520         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
3521         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
3522         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
3523         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
3524         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
3525         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
3526         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
3527         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
3528         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
3529         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
3530         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
3531         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
3532         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
3533         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
3534         field.
3535         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
3536         EF_MIPS_FP64.
3537         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
3538         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
3539         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
3540         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
3541         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
3542         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
3543         * sysdeps/mips/tst-abi-interlink.c: Likewise.
3544         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
3545         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
3546         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
3547         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
3548         record the current FP ABI extension.
3549         (mips-mode-switch): Define to show if kernel headers support mode
3550         switching.
3551         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
3552         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
3553         supported SYSV ABI version to 3.
3554         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
3555         feature.
3557 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
3558             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3560         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
3561         path.
3562         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
3564 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
3566         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
3567         __fegetround and redefine to call __fegetround.  Remove condition
3568         on [!__NO_MATH_INLINES].
3569         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
3570         function.
3571         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
3572         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
3573         Remove macro.
3574         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
3575         instead of <fenv_libc.h>.
3576         (__llrintl): Call fegetround instead of __fegetround.
3577         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
3578         instead of <fenv_libc.h>.
3579         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
3580         (__lrintl): Call fegetround instead of __fegetround.
3581         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
3582         instead of <fenv_libc.h>.
3583         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
3584         (__rintl): Call fegetround instead of __fegetround.
3586 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
3588         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
3589         arrays.
3591 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
3593         [BZ #17775]
3594         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
3595         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
3596         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
3598 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
3600         * sysdeps/i386/tls-macros.h: Include <features.h>.
3601         (TLS_LE): Use non-PIC version for GCC >= 5.0.
3602         (TLS_IE): Likewise.
3603         (TLS_LD): Likewise.
3604         (TLS_GD): Likewise.
3605         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
3606         define for GCC >= 5.0.
3608 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
3610         * math/test-fenv.c (test_single_exception, set_single_exc,
3611         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
3612         feexcp_mask_test, feenable_test, fe_single_test): Add
3613         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
3614         case where they are not used.
3615         * math/libm-test.inc: Likewise.
3616         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
3617         unused in the absence of FP rounding/exception support.
3618         * stdio-common/tst-printf-round.c: Likewise.
3619         * stdlib/tst-strtod-round.c: Likewise.
3620         * stdlib/tst-strtod-underflow.c: Likewise.
3622 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
3624         [BZ #17723]
3625         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
3626         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
3627         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3628         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3629         libm_hidden_weak.
3630         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
3631         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3632         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
3633         libm_hidden_def.
3634         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3635         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3636         libm_hidden_weak.
3637         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
3638         Likewise.
3639         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
3640         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3641         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3642         libm_hidden_weak.
3643         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3644         libm_hidden_def.
3645         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
3646         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
3647         (__feraiseexcept): Likewise.
3648         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3649         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3650         libm_hidden_weak.
3651         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3652         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3653         libm_hidden_def.
3654         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
3655         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
3656         Use libm_hidden_def.
3657         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
3658         libm_hidden_def.
3659         (feraiseexcept): Define as weak not strong alias.  Use
3660         libm_hidden_weak.
3661         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
3662         New inline function.  Factored out of ...
3663         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
3664         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
3665         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
3666         feraiseexcept.
3667         * math/w_acos.c (__acos): Likewise.
3668         * math/w_asin.c (__asin): Likewise.
3669         * math/w_ilogb.c (__ilogb): Likewise.
3670         * math/w_j0.c (y0): Likewise.
3671         * math/w_j1.c (y1): Likewise.
3672         * math/w_jn.c (yn): Likewise.
3673         * math/w_log.c (__log): Likewise.
3674         * math/w_log10.c (__log10): Likewise.
3675         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
3676         * sysdeps/aarch64/fpu/math_private.h
3677         (libc_feupdateenv_test_aarch64): Likewise.
3678         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
3679         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
3680         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
3681         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
3682         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
3683         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
3684         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
3685         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
3686         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3687         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
3689 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
3691         [BZ #17732]
3692         * io/test-utime.c (main): Replace %ld with %jd and cast to
3693         intmax_t.
3694         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
3695         * nptl/tst-mutex5.c: Include <stdint.h>.
3696         (do_test): Replace %ld with %jd and cast to intmax_t.
3697         * posix/tst-regex.c (run_test): Likewise.
3698         (run_test_backwards): Likewise.
3699         * rt/tst-clock.c: Include <stdint.h>.
3700         (clock_test): Replace %ld with %jd and cast to intmax_t.
3701         * rt/tst-cpuclock1.c: Include <stdint.h>.
3702         (do_test): Replace %lu with %ju and cast to uintmax_t.
3703         * rt/tst-cpuclock2.c: Include <stdint.h>.
3704         (do_test): Replace %lu with %ju and cast to uintmax_t.
3705         * rt/tst-mqueue1.c: Include <stdint.h>.
3706         (check_attrs): Replace %ld with %jd and cast to intmax_t.
3707         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
3708         intmax_t.
3709         * rt/tst-mqueue4.c (do_test): Likewise.
3710         * rt/tst-timer4.c: Include <stdint.h>.
3711         (check_ts): Replace %ld with %jd and cast to intmax_t.
3712         (do_test): Likewise.
3713         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
3714         and cast to intmax_t.
3715         * sysdeps/pthread/tst-timer.c (main): Likewise.
3716         * time/clocktest.c (main): Likewise.
3717         * time/tst-posixtz.c (do_test): Likewise.
3718         * timezone/tst-timezone.c (main): Likewise.
3720 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
3721             H.J. Lu  <hongjiu.lu@intel.com>
3723         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
3724         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
3725         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
3726         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
3727         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
3728         version if bit_Fast_Unaligned_Load is set.
3729         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
3730         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
3731         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
3732         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
3733         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
3734         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
3735         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
3736         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
3737         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
3738         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
3739         to 4.
3740         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
3741         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
3742         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
3743         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
3745 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
3747         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
3748         instead of #if to avoid a Wundef warning.
3749         * stdlib/tst-limits.c (do_test): Likewise.
3751         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
3752         parallel other exception macros.
3753         (fegetenv): Convert from macro to extern inline so that it applies
3754         retroactively to inline functions already seen by the compiler.
3755         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
3757         * posix/Makefile (before-compile): Use $(objpfx) for
3758         posix-conf-vars-def.h.
3760 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
3762         * posix/getconf.c (main): Use size_t for type of I.
3763         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
3764         NSPEC.
3766         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
3767         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
3768         * posix/posix-envs.def: Likewise.
3769         * sysdeps/posix/sysconf.c: Likewise.
3770         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
3771         (specs): Remove array.
3772         * scripts/gen-posix-conf-vars.awk: Support generation of specs
3773         array.
3775         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
3776         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
3777         (__sysconf): Use CONF_IS_* macros.
3779         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
3780         ($(objpfx)posix-conf-vars-def.h): New target.
3781         * posix/posix-conf-vars.list: New file.
3782         * posix/posix-conf-vars.h: New file.
3783         * posix/confstr.c: Include posix-conf-vars.h.
3784         (confstr): Use CONF_IS_* macros.
3785         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
3786         CONF_IS_* macros.
3787         * scripts/gen-posix-conf-vars.awk: New file.
3789 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
3791         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
3792         fegetround): Add no-op macros to avoid linknamespace issues.
3794         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
3795         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
3797         * sysdeps/unix/sysv/linux/tile/sysdep.h
3798         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
3799         assembly-specific section to avoid a redefinition warning.
3801         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
3802         long before casting to pointer to avoid a cast warning.
3804 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
3806         * sysdeps/tile/tilegx/Implies: New file.
3808 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
3810         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
3812 2014-12-23  Florian Weimer  <fweimer@redhat.com>
3814         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
3816 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3818         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
3819         not define.
3820         * sysdeps/unix/sysv/linux/utimes.c: Do not include
3821         <kernel-features.h>.
3822         (__utimes) [__NR_utimes]: Make code unconditional.
3823         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
3824         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
3825         (__ASSUME_UTIMES): Do not undefine.
3826         * sysdeps/unix/sysv/linux/tile/kernel-features.h
3827         (__ASSUME_UTIMES): Likewise.
3828         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
3829         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
3830         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
3831         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
3833 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
3835         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
3837 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
3839         [BZ #17747]
3840         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
3841         alias to weak alias for j0l, y0l.
3842         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
3843         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
3845         [BZ #17746]
3846         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
3847         conversion.
3849 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
3851         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
3852         to zero if not already defined.
3854 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3856         [BZ #17724]
3857         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
3858         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
3859         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
3860         (char *) casts added.
3861         * sysdeps/ieee754/k_standardf.c: New file.
3862         * sysdeps/ieee754/k_standardl.c: Likewise.
3863         * math/Makefile (libm-support): Remove k_standard.
3864         (libm-calls): Add k_standard.
3866 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3868         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3869         Optimize to avoid an unnecessary FPCR read.
3871 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3873         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
3874         Optimize to reduce FPCR/FPSR accesses.
3876 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3878         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
3879         Call libc_fetestexcept_aarch64.
3881 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3883         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
3884         Call libc_fesetround_aarch64.
3886 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3888         [BZ #17733]
3889         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
3890         (__bind): Do not define as weak alias.
3891         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
3892         define.
3893         (__getsockname): Do not define as weak alias.
3895 2014-12-22  Will Newton  <will.newton@linaro.org>
3897         * manual/install.texi: Document that we require bison 2.7
3898         or above.
3899         * INSTALL: Regenerate.
3900         * configure.ac: Use AC_CHECK_PROG_VER instead of
3901         AC_PATH_PROG when checking for bison and check for
3902         version 2.7 or above.
3903         * configure: Regenerate.
3905 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
3907         [BZ #17745]
3908         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
3909         * sysdeps/tile/ffsll.c (ffsll): To here.
3911         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
3913 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
3915         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
3916         if not defined.
3917         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
3918         definition.
3919         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
3920         hidden ___tls_get_addr.
3921         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
3922         hidden __tls_get_addr.
3923         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
3924         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
3925         Likewise.
3927 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
3929         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
3930         _dl_init call.
3932 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
3934         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
3935         from "call _dl_init@PLT".
3936         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
3938 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
3940         * manual/search.texi: (Array Sort Function): Clarify stable sorting
3941         guarantees.
3943 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
3945         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
3947 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
3949         [BZ #17744]
3950         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
3951         strnlen.
3953 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
3955         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
3956         of multu on MIPSr6.
3957         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
3958         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
3959         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
3960         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
3961         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
3963 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
3965         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
3966         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
3967         (PTR_SUBU): Use subu for mips32r6/mips64r6.
3968         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
3969         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
3970         mips32r6/mips64r6.
3971         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
3973 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
3975         * string/strncat.c (STRNCAT): Simplify implementation.
3977 2014-12-19  David S. Miller  <davem@davemloft.net>
3979         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
3980         access the quad as both a long double and as a series of 4 words.
3982         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
3983         link_map->l_info array access.
3985 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
3987         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
3989         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
3990         * math/atest-exp2.c (TIMEOUT): Likewise.
3991         * math/atest-sincos.c (TIMEOUT): Likewise.
3993 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3995         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
3996         -Wno-error with -fno-builtin-lround.
3998 2014-12-19  Torvald Riegel  <triegel@redhat.com>
4000         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
4001         Contains futex constants and functions moved over from ...
4002         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
4003         <lowlevellock-futex.h>.
4004         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
4005         (lll_timedwait_tid): Add comments and parentheses around macro
4006         arguments.
4008 2014-12-19  Torvald Riegel  <triegel@redhat.com>
4010         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
4011         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
4012         (__lll_private_flag): Remove.
4013         (lll_futex_wait): Likewise.
4014         (lll_futex_timed_wait): Likewise.
4015         (lll_futex_wake): Likewise.
4016         (lll_futex_requeue): Likewise.
4017         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
4018         (__lll_timedwait_tid): Spell out argument names.
4019         (lll_timedwait_tid): Add comments and parentheses around macro
4020         arguments.
4021         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
4022         LLL_SHARED and LLL_PRIVATE usable from assembly code.
4024 2014-12-19  Torvald Riegel  <triegel@redhat.com>
4026         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
4027         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
4028         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4029         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
4030         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
4031         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
4032         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
4033         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
4034         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
4035         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
4036         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
4037         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
4038         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
4039         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
4040         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
4041         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
4042         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
4043         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
4044         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
4046 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
4048         * sysdeps/x86_64/x32/Makefile: New file.
4050 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
4052         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
4053         1L with (mp_limb_t) 1.
4055 2014-12-17  Roland McGrath  <roland@hack.frob.com>
4057         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
4058         * nptl/libc_pthread_init.c: ... here.
4059         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
4060         * nptl/register-atfork.c: ... here.
4062         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
4063         Use pthread_sigmask rather than INTERNAL_SYSCALL.
4064         Use assert_perror to check its return value.
4065         (__gai_create_helper_thread): Likewise.
4067         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
4069         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
4071 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
4073         [BZ #17725]
4074         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
4075         __profil_counter.
4076         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
4077         Likewise.
4078         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
4079         Likewise.
4080         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
4081         Likewise.
4082         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
4083         (profil_counter): Likewise.
4084         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
4085         (profil_counter): Likewise.
4086         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
4087         Likewise.
4088         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
4089         Likewise.
4090         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
4091         (profil_counter): Likewise.
4092         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
4093         Likewise.
4094         [!__profil_counter] (profil_counter): Define as weak alias of
4095         __profil_counter.
4096         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
4097         (profil_counter): Rename to __profil_counter.
4098         [!__profil_counter] (profil_counter): Define as weak alias of
4099         __profil_counter.
4100         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
4101         (profil_counter): Rename to __profil_counter.
4102         [!__profil_counter] (profil_counter): Define as weak alias of
4103         __profil_counter.
4104         * sysdeps/posix/profil.c: Update comment referring to
4105         profil_counter.
4106         (__profil): Use __profil_counter instead of profil_counter.
4107         * sysdeps/posix/sprofil.c (profil_counter): Rename to
4108         __profil_counter.  Use __profil_counter_ushort and
4109         __profil_counter_uint in definitions.
4110         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
4111         instead of profil_counter_uint and profil_counter_ushort.
4113         [BZ #17722]
4114         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
4115         define as weak alias of __inet_makeaddr.
4116         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
4117         as weak alias of __inet_addr.
4118         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
4119         as weak alias of __inet_pton.  Use libc_hidden_weak.
4120         * include/arpa/inet.h (__inet_pton): Declare.  Use
4121         libc_hidden_proto.
4122         (inet_makeaddr): Don't use libc_hidden_proto.
4123         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
4124         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
4125         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
4126         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
4127         Remove variable.
4128         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
4129         (test-xfail-POSIX/time.h/linknamespace): Likewise.
4131 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
4133         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
4135 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
4137         * stdio-common/bug-vfprintf-nargs.c (do_test):
4138         Cast value to intptr_t to avoid format warning
4139         for usage with PRIdPTR printing macro.
4141 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
4143         * libio/tst-widetext.c (do_test):
4144         Use format type %td instead of %Zd for ptrdiff_t
4145         in order to avoid format warning.
4147 2014-12-17  Andreas Schwab  <schwab@suse.de>
4149         * nscd/mem.c (gc): Add size_t cast to match printf format.
4151 2014-12-16  Roland McGrath  <roland@hack.frob.com>
4153         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
4154         (init): Apply PTR_MANGLE to pointers before storing them.
4155         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
4156         before using them.
4158 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
4160         [BZ #17719]
4161         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
4162         define as weak alias of __memrchr.
4163         (__memrchr): Do not define as strong alias of memrchr.
4164         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
4165         Remove variable.
4166         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
4167         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
4168         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
4170         [BZ #17717]
4171         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
4172         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
4173         (if_indextoname): Rename to __if_indextoname and define as weak
4174         alias of __if_indextoname.  Use libc_hidden_weak.
4175         (if_freenameindex): Rename to __if_freenameindex and define as
4176         weak alias of __if_freenameindex.
4177         (if_nameindex): Rename to __if_nameindex and define as weak alias
4178         of __if_nameindex.
4179         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
4180         __if_nametoindex and define as weak alias of __if_nametoindex.
4181         Use libc_hidden_weak.
4182         (if_freenameindex): Rename to __if_freenameindex and define as
4183         weak alias of __if_freenameindex.
4184         (if_nameindex): Rename to __if_nameindex and define as weak alias
4185         of __if_nameindex.
4186         (if_indextoname): Rename to __if_indextoname and define as weak
4187         alias of __if_indextoname.  Use libc_hidden_weak.
4188         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
4189         __if_nametoindex and define as weak alias of __if_nametoindex.
4190         Use libc_hidden_weak.
4191         (if_freenameindex): Rename to __if_freenameindex and define as
4192         weak alias of __if_freenameindex.  Use libc_hidden_weak.
4193         (if_nameindex_netlink): Use __if_freenameindex instead of
4194         if_freenameindex.
4195         (if_nameindex): Rename to __if_nameindex and define as weak alias
4196         of __if_nameindex.  Use libc_hidden_weak.
4197         (if_indextoname): Rename to __if_indextoname and define as weak
4198         alias of __if_indextoname.  Use libc_hidden_weak.
4199         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
4200         libc_hidden_proto.
4201         [!_ISOMAC] (__if_freenameindex): Likewise.
4202         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
4203         if_nametoindex.
4204         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
4205         variable.
4206         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
4207         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
4208         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
4209         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
4210         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
4211         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
4212         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
4214         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
4215         Remove variable.
4216         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
4217         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
4219 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4221         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
4222         subscript above bounds'
4224         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
4225         bounds.
4227 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
4229         * libio/tst-fopenloc.c: Use test-skeleton.c.
4231         * stdlib/tst-bsearch.c: Use test-skeleton.c.
4232         (entry): Rename to ITEM.
4233         (do_test, comp): Adjust.
4235         * stdio-common/tst-fseek.c: Use test-skeleton.c.
4237 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4239         * string/tester.c: Include <libc-internal.h>.
4240         (test_memset): Ignore -Wmemset-transposed-args.
4242 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4244         * misc/tst-mntent2.c (do_test): Fix warning.
4246 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4248         * elf/tst-unique4lib.cc(a): Mark as used.
4250 2014-12-16  Florian Weimer  <fweimer@redhat.com>
4252         [BZ #17630]
4253         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
4254         names.
4256 2014-12-16  Allan McRae  <allan@archlinux.org>
4258         * stdio-common/Makefile (tests): Re-add bug26.
4260 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
4262         [BZ #17657]
4263         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
4264         static array.
4266 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
4268         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
4269         (__lll_lock_wait): Likewise.
4270         (__lll_timedlock_wait): Likewise.
4271         (__lll_timedwait_tid): Likewise.
4272         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
4273         (__lll_robust_timedlock_wait): Likewise.
4274         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
4275         (lll_cond_trylock): Likewise.
4276         (__lll_lock): Likewise.
4277         (__lll_robust_lock): Likewise.
4278         (__lll_cond_lock): Likewise.
4279         (lll_robust_cond_lock): Likewise.
4280         (__lll_timedlock): Likewise.
4281         (__lll_robust_timedlock): Likewise.
4282         (__lll_unlock): Likewise.
4283         (__lll_robust_unlock): Likewise.
4284         (lll_wait_tid): Likewise.
4285         (lll_timedwait_tid): Likewise.
4287 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4289         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
4291 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4293         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
4295 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
4297         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
4298         * stdio-common/tst-sprintf.c: Likewise.
4300 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4302         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
4304 2014-12-15  Jeff Law  <law@redhat.com>
4306         [BZ #16617]
4307         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
4308         on the heap.  (CVE-2012-3406)
4309         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
4310         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
4311         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
4313 2014-12-15  Will Newton  <will.newton@linaro.org>
4315         * manual/install.texi: Bump required version of texinfo
4316         to 4.7 from 4.5.
4317         * INSTALL: Regenerated.
4318         * configure.ac: Check for makeinfo version 4.7 and above.
4319         * configure: Regenerated.
4321 2014-12-12  Roland McGrath  <roland@hack.frob.com>
4323         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
4324         PREFIX, string constant to insert between directory and name.
4325         * sysdeps/posix/shm_open.c: Update caller.
4326         * sysdeps/posix/shm_unlink.c: Likewise.
4327         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
4328         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
4329         (SEM_SHM_PREFIX): New macro.
4330         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
4331         [$(have-thread-library) = no].
4332         * nptl/Makefile (libpthread-routines): Add shm-directory.
4333         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
4334         * sysdeps/nptl/shm-directory.h: New file.
4335         * sysdeps/posix/shm-directory.c
4336         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
4337         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
4338         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
4339         INTERNAL_SYSCALL.
4340         (__where_is_shmfs): Function removed.
4341         (mountpoint, defaultmount, defaultdir, __namedsem_once):
4342         Variables removed.
4343         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
4344         Use SHM_GET_NAME.
4345         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
4347         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
4348         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
4349         unconditional for use inside libpthread.
4350         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
4352 2014-12-12  Roland McGrath  <roland@hack.frob.com>
4354         * nptl/pthread_getaffinity.c: New file.
4355         * nptl/pthread_setaffinity.c: New file.
4356         * nptl/pthread_getname.c: New file.
4357         * nptl/pthread_setname.c: New file.
4359         * nptl/pthread_create.c (START_THREAD_DEFN)
4360         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
4362 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4363             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4365         * resolv/res_send.c (send_vc): Disable warning resplen may
4366         be used uninitialized.
4368 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4370         * nptl/tst-mutex6.c
4371         (ATTR_NULL): New define checks ATTR against NULL.
4372         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
4373         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
4375 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
4377         [BZ #17581]
4378         * malloc/hooks.c
4379         (mem2mem_check): Revert my previous change.
4380         (malloc_check_get_size): Revert my previous change.
4381         (mem2chunk_check): Revert my previous change.
4383 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4385         * sysdeps/posix/shm-directory.c: New file.
4386         * sysdeps/posix/shm-directory.h: New file.
4387         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
4388         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
4389         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
4390         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
4391         Transmute EPERM to EACCES.
4392         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
4393         from ...
4394         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
4395         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
4397 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4399         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
4400         pointer and cast to uintptr_t.
4401         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
4402         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
4403         Add cast to avoid warning.
4404         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
4406 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
4408         * nptl/semaphore.h: Move to ...
4409         * sysdeps/pthread/semaphore.h: ... here.
4410         * Makefile (installed-headers): Change nptl/semaphore.h to
4411         sysdeps/pthread/semaphore.h.
4413 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4415         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
4416         generated error format strings.
4418         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
4419         -Wformat-extra-args warnings for scanf formats.
4420         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
4421         test of zero-length format (duh).
4422         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
4423         corner-case scanf format test.
4424         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
4425         generated fprintf format string.
4426         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
4427         corner-case sprintf format tests.
4428         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
4429         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
4430         -Wformat-extra-args warnings throughout.
4431         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
4432         (CFLAGS-scanf4.c): Likewise.
4433         (CFLAGS-scanf7.c): Likewise.
4434         (CFLAGS-tst-sprintf.c): Likewise.
4435         (CFLAGS-tst-printf.c): Likewise.
4436         (CFLAGS-tst-printfsz.c): Likewise.
4438 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
4440         * include/cpio.h: New file.
4441         * include/fmtmsg.h: Likewise.
4443         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
4444         corresponding format argument to size_t.
4445         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
4446         arguments.
4447         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
4448         corresponding format argument to size_t.
4449         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
4450         arguments.
4451         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
4452         corresponding format argument to size_t.
4453         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
4454         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
4455         (CFLAGS-tst-mbswcs2.c): Likewise.
4456         (CFLAGS-tst-mbswcs3.c): Likewise.
4457         (CFLAGS-tst-mbswcs4.c): Likewise.
4458         (CFLAGS-tst-mbswcs5.c): Likewise.
4459         (CFLAGS-tst-trans.c): Likewise
4461 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4463         * posix/regexbug1.c (main): Use "%s" format with regerror results,
4464         rather than assuming they won't contain any '%'s.
4466 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
4468         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
4469         inhibit_loop_to_libcall to avoid recursive calls.
4470         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
4471         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
4473 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
4475         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
4476         prototype.
4478 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4480         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
4481         integer value instead of boolean.
4483 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4485         * malloc/malloc.c: Fix powerof2 check.
4487 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4489         * locale/programs/locfile.h (maybe_swap_uint32):
4490         Remove inline and add unused attribute.
4492 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4494         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
4495         Truncating assembler expression to a .long expression.
4497 2014-12-11  Andreas Schwab  <schwab@suse.de>
4499         * elf/rtld.c (struct map_args): Constify str member.
4500         (do_preload): Constify fname argument.
4502 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4504         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
4505         constants definition.
4507 2014-12-11  Andreas Schwab  <schwab@suse.de>
4509         [BZ #16657]
4510         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
4511         FORCE_ELISION instead of DO_ELISION.
4512         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
4513         Remove.
4514         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
4515         Likewise.
4517         * iconvdata/gconv-modules: Remove duplicate entry.
4519 2014-12-11  Will Newton  <will.newton@linaro.org>
4521         Merge gettext 0.19.3 into intl/.
4523         This involves a number of cosmetic changes to comments
4524         and ANSI function definitions and prototypes throughout
4525         all the files. The gettext copyright header is used but
4526         with the date ranges taken from the glibc copy.
4528         * NEWS: Add gettext merge to 2.21.
4529         * intl/bindtextdom.c: Switch to gettext copyright.
4530         Use ANSI definitions and prototypes.
4531         Use gl_* locking primitives rather than __libc_* ones.
4532         Use __builtin_expect rather than __glibc_likely/unlikely.
4533         * intl/dcgettext.c: Switch to gettext copyright.
4534         Use ANSI definitions and prototypes.
4535         * intl/dcigettext.c: Switch to gettext copyright.
4536         Use ANSI definitions and prototypes.
4537         (INTDIV0_RAISES_SIGFPE): New define.
4538         Use gl_* locking primitives rather than __libc_* ones.
4539         Include eval-plural.h instead of plural-eval.c.
4540         Use __builtin_expect rather than __glibc_likely/unlikely.
4541         * intl/dcngettext.c: Switch to gettext copyright.
4542         Use ANSI definitions and prototypes.
4543         * intl/dgettext.c: Likewise.
4544         * intl/dngettext.c: Likewise.
4545         * intl/plural-eval.c: Renamed to...
4546         * intl/eval-plural.h: ...this.
4547         * intl/explodename.c: Switch to gettext copyright.
4548         Use ANSI definitions and prototypes.
4549         (_nl_explode_name): Use strchr instead of __rawmemchr.
4550         * intl/finddomain.c: Switch to gettext copyright.
4551         Use ANSI definitions and prototypes.
4552         Use gl_* locking primitives rather than __libc_* ones.
4553         (_nl_find_domain): Use malloc rather than alloca for
4554         allocation of temporary locale name.
4555         * intl/gettext.c: Switch to gettext copyright.
4556         Use ANSI definitions and prototypes.
4557         * intl/gettextP.h: Switch to gettext copyright.
4558         Use ANSI definitions and prototypes.
4559         Use gl_* locking primitives rather than __libc_* ones.
4560         * intl/gmo.h: Switch to gettext copyright.
4561         (struct sysdep_string): Move struct segment_pair outside of
4562         struct definition.
4563         * intl/hash-string.c: Use ANSI definitions and prototypes.
4564         * intl/hash-string.h: Switch to gettext copyright.
4565         Use ANSI definitions and prototypes.
4566         * intl/l10nflist.c: Switch to gettext copyright.
4567         Use ANSI definitions and prototypes.
4568         (_nl_normalize_codeset): Avoid integer overflow.
4569         * intl/loadinfo.h: Switch to gettext copyright.
4570         Use ANSI definitions and prototypes.
4571         (LIBINTL_DLL_EXPORTED): New define.
4572         (PATH_SEPARATOR): New define.
4573         * intl/loadmsgcat.c: Switch to gettext copyright.
4574         * intl/localealias.c: Switch to gettext copyright.
4575         Use ANSI definitions and prototypes.
4576         (_nl_expand_alias): Use PATH_SEPARATOR.
4577         * intl/ngettext.c: Switch to gettext copyright.
4578         Use ANSI definitions and prototypes.
4579         * intl/plural-exp.c: Likewise.
4580         * intl/plural-exp.h: Switch to gettext copyright.
4581         Use ANSI definitions and prototypes.
4582         (struct expression): Move definition of enum operator outside
4583         of struct definition.
4584         * intl/plural.c: Regenerate.
4585         * intl/plural.y: Switch to gettext copyright.
4586         Use ANSI definitions and prototypes.
4587         Port to bison 3.0.
4588         * intl/textdomain.c: Switch to gettext copyright.
4589         Use ANSI definitions and prototypes.
4590         Use gl_* locking primitives rather than __libc_* ones.
4592 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
4594         * debug/warning-nop.c: Add used atrribute.
4596 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4598         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
4600         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
4601         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
4602         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
4604 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4605             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4607         [BZ #17634]
4608         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
4609         Undefine after defining function.  Define as weak alias of
4610         __wcschr.  Use libc_hidden_weak.
4611         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
4612         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
4613         (libc_hidden_def): Also define __GI___wcschr alias.
4614         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
4615         __wcschr and define as weak alias of __wcschr.
4616         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
4617         __wcschr.
4618         [!WCSCHR] (DEFAULT_WCSCHR): Define.
4619         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
4620         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
4621         libc_hidden_weak.  Do not use libc_hidden_def.
4622         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
4623         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
4624         __GI___wcschr alias.
4625         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
4626         [IS_IN (libc)] (wcschr): Define as macro expanding to
4627         __redirect_wcschr.
4628         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
4629         [IS_IN (libc)] (__wcschr_power6): Likewise.
4630         [IS_IN (libc)] (__wcschr_power7): Likewise.
4631         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
4632         instead of wcschr.
4633         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
4634         __libc_wcschr.
4635         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
4636         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
4637         __wcschr and define as weak alias of __wcschr.  Use
4638         libc_hidden_builtin_def.
4639         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
4640         as weak alias of __wcschr.  Use libc_hidden_weak.
4641         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
4642         wcschr.
4643         * time/era.c (_nl_init_era_entries): Likewise.
4644         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
4645         variable.
4646         (test-xfail-XPG3/time.h/linknamespace): Likewise.
4647         (test-xfail-XPG4/time.h/linknamespace): Likewise.
4649 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4651         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
4652         format for long int variable.
4654 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
4656         [BZ #10672]
4657         * manual/search.texi: (Array Sort Function): Remove claim how to make
4658         qsort stable.
4660 2014-12-10  Andreas Schwab  <schwab@suse.de>
4662         [BZ #12847]
4663         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
4664         user-controlled locks.
4666 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
4668         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
4669         register.
4671 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4673         * configure.ac (--disable-werror): New configure option.
4674         (enable_werror): New AC_SUBST.
4675         * configure: Regenerated.
4676         * config.make.in (enable-werror): New variable.
4677         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
4678         -Wno-error=undef.
4679         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
4680         * manual/install.texi (Configuring and compiling): Document
4681         --disable-werror.
4682         * INSTALL: Regenerated.
4683         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
4684         (CFLAGS-tst-chk2.c): Likewise.
4685         (CFLAGS-tst-chk3.c): Likewise.
4686         (CFLAGS-tst-chk4.cc): Likewise.
4687         (CFLAGS-tst-chk5.cc): Likewise.
4688         (CFLAGS-tst-chk6.cc): Likewise.
4689         (CFLAGS-tst-lfschk1.c): Likewise.
4690         (CFLAGS-tst-lfschk2.c): Likewise.
4691         (CFLAGS-tst-lfschk3.c): Likewise.
4692         (CFLAGS-tst-lfschk4.cc): Likewise.
4693         (CFLAGS-tst-lfschk5.cc): Likewise.
4694         (CFLAGS-tst-lfschk6.cc): Likewise.
4696         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
4697         (main): Disable -Wdeprecated-declarations around calls to
4698         register_printf_function.
4700         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
4701         (do_test): Disable -Wdiv-by-zero around some calls to
4702         fwrite_unlocked and fread_unlocked.
4704         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
4705         (DIAG_POP_NEEDS_COMMENT): Likewise.
4706         (_DIAG_STR1): Likewise.
4707         (_DIAG_STR): Likewise.
4708         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
4709         * stdio-common/bug21.c: Include <libc-internal.h>.
4710         (do_test): Disable -Wformat around call to sscanf.
4711         * stdio-common/scanf14.c: Include <libc-internal.h>.
4712         (main): Disable -Wformat around some calls to scanf functions.
4714 2014-12-09  Torvald Riegel  <triegel@redhat.com>
4716         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
4718 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4720         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
4721         stack variable alignment.
4723 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
4725         [BZ #17682]
4726         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
4727         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
4728         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
4729         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
4730         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
4731         __getrlimit instead of getrlimit.
4732         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
4733         __gettimeofday instead of gettimeofday.
4734         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
4735         Likewise.
4736         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
4737         Likewise.
4738         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
4739         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
4740         Remove variable.
4741         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
4742         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
4744 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4746         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
4747         for wide-character tests.
4749 2014-12-04  Roland McGrath  <roland@hack.frob.com>
4751         * io/openat64.c: #include <libc-internal.h>
4752         (__openat64): Prototypify.  Use ignore_value on MODE.
4753         * io/openat.c: Likewise.
4754         * misc/reboot.c: #include <libc-internal.h>
4755         (reboot): Prototypify.  Use ignore_value on HOWTO.
4756         * misc/ptrace.c: #include <libc-internal.h>
4757         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
4759 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
4761         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
4762         XPG4, UNIX98 and XOPEN2K.
4763         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
4764         Remove variable.
4765         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
4767 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
4769         * libio/fileops.c: Use ISO C style for function definitions.
4770         * libio/iofopen.c: Likewise.
4771         * libio/wfileops.c: Likewise.
4773         [BZ #17653]
4774         * libio/fileops.c (_IO_new_file_underflow): Unset cached
4775         offset on EOF.
4776         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
4777         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
4778         (fgets_func): Function pointer to fgets and fgetws.
4779         (do_ftell_test): Add test to verify ftell value after read
4780         EOF.
4781         (do_test): Set fgets_func.
4783         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
4784         O_TRUNC flag for w and w+ modes.
4785         (do_rewind_test): Likewise.
4786         (do_ftell_test): Likewise.
4787         (do_write_test): Likewise.
4789         [BZ #17647]
4790         * libio/fileops.c (do_ftell): Seek only when there are
4791         unflushed writes.
4792         * libio/wfileops.c (do_ftell_wide): Likewise.
4793         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
4794         test case.
4795         (do_one_test): Call it.
4797 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
4799         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
4800         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
4801         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
4802         Remove variable.
4803         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
4804         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
4805         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
4807 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
4809         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
4810         Remove variable.
4811         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
4813         [BZ #17668]
4814         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
4815         as weak alias of __getifaddrs.  Use libc_hidden_weak.
4816         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4817         __freeifaddrs.  Use libc_hidden_weak.
4818         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
4819         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
4820         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4821         __freeifaddrs.  Use libc_hidden_weak.
4822         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
4823         __getifaddrs and define as weak alias of __getifaddrs.  Use
4824         libc_hidden_weak.
4825         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4826         __freeifaddrs.  Use libc_hidden_weak.
4827         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
4828         Remove variable.
4829         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
4830         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
4832 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
4834         [BZ #17601]
4835         * sysdeps/mips/start.S (__start): Use indirect jump to call
4836         __libc_start_main.
4838 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
4840         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
4842         * nptl/tst-mutex1.c: Include <stdbool.h>.
4843         [!ATTR] (ATTR_NULL): New macro.
4844         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
4845         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
4846         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
4848         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
4849         to char *.
4851         [BZ #17665]
4852         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
4853         Change conditional to [__USE_MISC].
4855         [BZ #17664]
4856         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
4857         fgets_unlocked.
4858         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
4859         __fgets_unlocked.
4860         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
4861         fgets_unlocked.
4862         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
4863         Remove variable.
4864         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
4865         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
4866         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
4867         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
4868         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
4869         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
4870         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
4871         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
4872         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
4874         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
4876 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4878         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4879         Remove strpbrk objects.
4880         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4881         (__libc_ifunc_impl_list): Remove strpbrk implementation.
4882         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
4883         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
4884         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
4885         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
4887         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4888         Remove strcspn objects.
4889         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4890         (__libc_ifunc_impl_list): Remove strcspn implementation.
4891         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
4892         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
4893         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
4894         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
4896         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4897         Remove strspn objetcs.
4898         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4899         (__libc_ifunc_impl_list): Remove strspn implementation.
4900         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
4901         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
4902         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
4903         * sysdeps/powerpc/powerpc64/strspn.S: New file.
4905 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
4907         [BZ #17581]
4908         * malloc/hooks.c
4909         (mem2mem_check): Add a terminator to the chain of checking blocks.
4910         (malloc_check_get_size): Use it here.
4911         (mem2chunk_check): Ditto.
4913 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
4915         * sysdeps/powerpc/powerpc64/strtok.S: New file.
4916         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
4918 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
4920         * bits/ioctl-types.h: Indent preprocessor directives correctly.
4922         * nptl/nptl-init.c: Include libc-internal.h.
4923         (__pthread_initialize_minimal_internal): Use ROUND_UP.
4925         * elf/ldconfig.c (search_dir): Expand comment.
4927 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
4929         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
4930         variable.
4931         (linknamespace-symlist-stdlibs-tests): Likewise.
4932         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
4933         instead of $(objpfx)symlist-stdlibs.
4934         (linknamespace-libs-isoc): New variable.
4935         (linknamespace-libs): Use $(linknamespace-libs-isoc).
4936         (linknamespace-libs-ISO): New variable.
4937         (linknamespace-libs-ISO99): Likewise.
4938         (linknamespace-libs-ISO11): Likewise.
4939         (linknamespace-libs-XPG3): Likewise.
4940         (linknamespace-libs-XPG4): Likewise.
4941         (linknamespace-libs-POSIX): Likewise.
4942         (linknamespace-libs-UNIX98): Likewise.
4943         (linknamespace-libs-XOPEN2K): Likewise.
4944         (linknamespace-libs-POSIX2008): Likewise.
4945         (linknamespace-libs-XOPEN2K8): Likewise.
4946         ($(objpfx)symlist-stdlibs): Replace by
4947         $(linknamespace-symlist-stdlibs-tests).  Use
4948         $(linknamespace-libs-$*) as set of libraries.
4949         ($(linknamespace-header-tests)): Update dependencies.  Use
4950         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
4951         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
4952         * conform/linknamespace.pl: Remove comment about considering
4953         definitions of symbols from irrelevant libraries.
4955 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4957         [BZ #13862]
4958         * elf/dl-tls.c: Include <atomic.h>.
4959         (oom): Remove #ifdef SHARED/#endif.
4960         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
4961         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
4962         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
4963         big enough.
4964         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
4965         * nptl/Makefile (tests): Add tst-stack4.
4966         (modules-names): Add tst-stack4mod.
4967         ($(objpfx)tst-stack4): New.
4968         (tst-stack4mod.sos): Likewise.
4969         ($(objpfx)tst-stack4.out): Likewise.
4970         ($(tst-stack4mod.sos)): Likewise.
4971         (clean): Likewise.
4972         * nptl/tst-stack4.c: New file.
4973         * nptl/tst-stack4mod.c: Likewise.
4975 2014-11-27  J. Brown  <jb999@gmx.de>
4977         * sysdeps/x86/bits/string.h: Add recent CPUs.
4979 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
4981         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
4982         sigblock.
4984         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
4985         feof.
4987         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
4988         variable.
4990 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
4992         * nscd/connections.c: Include libc-internal.h because of macro
4993         usage ignore_value.
4995 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4997         * string/bits/string3.h (__warn_memset_zero_len): Don't
4998         declare for gcc newer than 5.0.
4999         (memset): Don't test for zero-length __LEN for gcc newer than
5000         5.0.
5002 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
5004         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
5005         size_t for %zu format.
5007         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
5008         difference, not %ju.
5010 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
5012         * include/libc-internal.h (ignore_value): New macro.
5013         * nscd/connections.c (restart): Wrap calls to setuid and setgid
5014         with ignore_value.
5016         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
5017         definition.
5019         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
5020         pthread_cleanup_push to void *.
5022         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
5023         Undefine.
5025         [BZ #16619]
5026         [BZ #16740]
5027         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
5028         instead of 1L << 52.
5030         * libio/bug-rewind.c (do_test): Check fwscanf return values.
5031         * libio/bug-rewind2.c (do_test): Likewise.
5033         * debug/test-stpcpy_chk-ifunc.c: Remove file.
5034         * debug/test-strcpy_chk-ifunc.c: Likewise.
5035         * wcsmbs/test-wcschr-ifunc.c: Likewise.
5036         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
5037         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
5038         * wcsmbs/test-wcslen-ifunc.c: Likewise.
5039         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
5040         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
5041         * Rules [$(multi-arch) = no] (tests): Do not filter out
5042         $(tests-ifunc).
5043         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
5044         * debug/Makefile (tests-ifunc): Remove variable.
5045         (tests): Do not add $(tests-ifunc).
5046         * wcsmbs/Makefile (tests-ifunc): Remove variable.
5047         (tests): Do not add $(tests-ifunc).
5048         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
5049         [TEST_IFUNC]: Remove conditionals.
5050         * string/test-string.h (TEST_IFUNC): Remove macro.
5051         [TEST_IFUNC]: Remove conditionals.
5053         * string/test-strchr.c [!WIDE] (L): New macro.
5054         [WIDE] (L): Likewise.
5055         (check1): Use CHAR instead of char.  Use L on string and character
5056         constants.
5058 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
5060         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
5061         tests.
5062         * sysdeps/powerpc/bits/atomic.h
5063         (__arch_atomic_exchange_and_add_32_acq): Add definition.
5064         (__arch_atomic_exchange_and_add_32_rel): Likewise.
5065         (atomic_exchange_and_add_acq): Likewise.
5066         (atomic_exchange_and_add_rel): Likewise.
5067         * sysdeps/powerpc/powerpc32/bits/atomic.h
5068         (__arch_atomic_exchange_and_add_64_acq): Add definition.
5069         (__arch_atomic_exchange_and_add_64_rel): Likewise.
5070         * sysdeps/powerpc/powerpc64/bits/atomic.h
5071         (__arch_atomic_exchange_and_add_64_acq): Add definition.
5072         (__arch_atomic_exchange_and_add_64_rel): Likewise.
5074 2014-11-26  Torvald Riegel  <triegel@redhat.com>
5076         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
5077         Change synchronization of __sched_fifo_min_prio and
5078         __sched_fifo_max_prio.
5079         * nptl/pthread_mutexattr_getprioceiling.c
5080         (pthread_mutexattr_getprioceiling): Likewise.
5081         * nptl/pthread_mutexattr_setprioceiling.c
5082         (pthread_mutexattr_setprioceiling): Likewise.
5083         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
5084         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
5085         Likewise.
5087 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
5089         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
5090         void.
5092 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
5094         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
5095         third argument const.
5097 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5099         fnmatch: work around GCC compiler warning bug with uninit var
5100         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
5101         This works around a bug with x86-64 GCC 4.9.2 and earlier
5102         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
5103         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
5104         used uninitialized in this function [-Wmaybe-uninitialized]".
5106 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
5108         * posix/bug-regex31.c (main): Return RES not 0.
5110 2014-11-25  Anton Blanchard <anton@samba.org>
5112         * sysdeps/powerpc/bits/atomic.h
5113         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
5115 2014-11-24  Sterling Augustine  <saugustine@google.com>
5117         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
5119 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
5121         [BZ #17608]
5122         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
5124 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
5126         [BZ #17633]
5127         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
5128         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
5129         variable.
5130         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
5131         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
5133 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
5135         * string/strncpy.c (strncpy): Improve performance by using memset.
5137 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
5139         * string/strcpy.c (strcpy):
5140         Improve performance by using strlen and memcpy.
5142 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
5144         * string/strcoll_l.c (get_next_seq): __always_inline.
5145         * string/strcoll_l.c (do_compare): __always_inline.
5147 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
5149         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
5150         defined.
5151         * include/mqueue.h: Likewise.
5152         * include/stdlib.h: Likewise.
5154         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
5155         (get_null_defines): Adjust.
5156         * sunrpc/Makefile: Adjust comment.
5157         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
5158         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
5159         (CFLAGS-interp.c): Likewise.
5160         (CFLAGS-ldconfig.c): Likewise.
5161         (CPPFLAGS-.os): Likewise.
5162         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
5163         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
5164         * extra-modules.mk (extra-modules.mk): Likewise.
5165         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
5166         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
5167         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
5168         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
5169         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
5170         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
5171         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
5172         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
5173         * iconvdata/Makefile (CPPFLAGS): Likewise.
5174         (cpp-srcs-left): Add libof for all iconvdata routines.
5175         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
5176         * include/assert.h: Likewise.
5177         * include/ctype.h: Likewise.
5178         * include/errno.h: Likewise.
5179         * include/libc-symbols.h: Likewise.
5180         * include/math.h: Likewise.
5181         * include/netdb.h: Likewise.
5182         * include/resolv.h: Likewise.
5183         * include/stdio.h: Likewise.
5184         * include/stdlib.h: Likewise.
5185         * include/string.h: Likewise.
5186         * include/sys/stat.h: Likewise.
5187         * include/wctype.h: Likewise.
5188         * intl/l10nflist.c: Likewise.
5189         * libidn/idn-stub.c: Likewise.
5190         * libio/libioP.h: Likewise.
5191         * nptl/libc_multiple_threads.c: Likewise.
5192         * nptl/pthreadP.h: Likewise.
5193         * posix/regex_internal.h: Likewise.
5194         * resolv/res_hconf.c: Likewise.
5195         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
5196         * sysdeps/arm/memmove.S: Likewise.
5197         * sysdeps/arm/sysdep.h: Likewise.
5198         * sysdeps/generic/_itoa.h: Likewise.
5199         * sysdeps/generic/symbol-hacks.h: Likewise.
5200         * sysdeps/gnu/errlist.awk: Likewise.
5201         * sysdeps/gnu/errlist.c: Likewise.
5202         * sysdeps/i386/i586/memcpy.S: Likewise.
5203         * sysdeps/i386/i586/memset.S: Likewise.
5204         * sysdeps/i386/i686/memcpy.S: Likewise.
5205         * sysdeps/i386/i686/memmove.S: Likewise.
5206         * sysdeps/i386/i686/mempcpy.S: Likewise.
5207         * sysdeps/i386/i686/memset.S: Likewise.
5208         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
5209         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
5210         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
5211         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
5212         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
5213         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
5214         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
5215         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
5216         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
5217         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
5218         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
5219         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
5220         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
5221         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
5222         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
5223         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
5224         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
5225         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
5226         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
5227         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
5228         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
5229         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
5230         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
5231         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
5232         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
5233         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
5234         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
5235         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
5236         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
5237         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
5238         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
5239         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
5240         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
5241         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
5242         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
5243         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
5244         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
5245         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
5246         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
5247         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
5248         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
5249         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
5250         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
5251         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
5252         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
5253         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
5254         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
5255         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
5256         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
5257         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
5258         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
5259         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
5260         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
5261         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
5262         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
5263         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
5264         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
5265         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
5266         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
5267         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
5268         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
5269         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
5270         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
5271         * sysdeps/nptl/bits/libc-lock.h: Likewise.
5272         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5273         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
5274         * sysdeps/posix/closedir.c: Likewise.
5275         * sysdeps/posix/opendir.c: Likewise.
5276         * sysdeps/posix/readdir.c: Likewise.
5277         * sysdeps/posix/rewinddir.c: Likewise.
5278         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
5279         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
5280         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
5281         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
5282         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
5283         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
5284         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
5285         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
5286         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
5287         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
5288         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
5289         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
5290         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
5291         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
5292         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
5293         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
5294         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
5295         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
5296         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
5297         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
5298         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
5299         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
5300         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
5301         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
5302         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
5303         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
5304         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
5305         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
5306         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
5307         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
5308         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
5309         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
5310         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
5311         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
5312         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
5313         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
5314         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
5315         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
5316         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
5317         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
5318         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
5319         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
5320         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
5321         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
5322         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
5323         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
5324         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
5325         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
5326         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
5327         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
5328         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
5329         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
5330         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
5331         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
5332         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
5333         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
5334         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
5335         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
5336         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
5337         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
5338         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
5339         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
5340         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
5341         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
5342         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
5343         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
5344         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
5345         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
5346         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
5347         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
5348         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
5349         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
5350         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
5351         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
5352         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
5353         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
5354         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
5355         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
5356         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
5357         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
5358         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
5359         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
5360         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
5361         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
5362         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
5363         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
5364         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
5365         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
5366         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
5367         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
5368         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
5369         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
5370         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
5371         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
5372         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
5373         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
5374         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
5375         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
5376         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
5377         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
5378         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
5379         * sysdeps/unix/alpha/sysdep.S: Likewise.
5380         * sysdeps/unix/alpha/sysdep.h: Likewise.
5381         * sysdeps/unix/make-syscalls.sh: Likewise.
5382         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5383         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5384         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5385         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
5386         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5387         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
5388         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
5389         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5390         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5391         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
5392         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5393         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5394         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5395         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5396         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5397         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
5398         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5399         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5400         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5401         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5402         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
5403         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5404         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5405         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5406         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5407         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5408         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5409         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5411         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
5412         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5413         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5414         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
5415         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5416         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
5417         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5418         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
5419         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5420         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
5421         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
5422         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5423         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5424         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5425         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
5426         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5427         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5428         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5429         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
5430         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5431         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5432         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5433         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5434         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5435         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5436         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
5437         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5438         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5439         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5440         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
5441         * sysdeps/x86_64/memcpy.S: Likewise.
5442         * sysdeps/x86_64/memmove.c: Likewise.
5443         * sysdeps/x86_64/memset.S: Likewise.
5444         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
5445         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
5446         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
5447         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
5448         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
5449         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
5450         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
5451         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
5452         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
5453         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
5454         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
5455         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
5456         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
5457         * sysdeps/x86_64/multiarch/memset.S: Likewise.
5458         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5459         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
5460         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
5461         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
5462         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
5463         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
5464         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
5465         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
5466         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
5467         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
5468         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
5469         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
5470         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
5471         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
5472         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
5473         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
5474         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
5475         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
5476         * sysdeps/x86_64/strcmp.S: Likewise.
5478         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
5480         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
5481         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
5482         * elf/rtld-Rules: Likewise.
5483         * elf/setup-vdso.h: Likewise.
5484         * include/assert.h: Likewise.
5485         * include/bits/stdlib-float.h: Likewise.
5486         * include/errno.h: Likewise.
5487         * include/sys/stat.h: Likewise.
5488         * include/unistd.h: Likewise.
5489         * sysdeps/aarch64/setjmp.S: Likewise.
5490         * sysdeps/alpha/setjmp.S: Likewise.
5491         * sysdeps/arm/__longjmp.S: Likewise.
5492         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
5493         * sysdeps/arm/setjmp.S: Likewise.
5494         * sysdeps/arm/sysdep.h: Likewise.
5495         * sysdeps/generic/_itoa.h: Likewise.
5496         * sysdeps/generic/dl-sysdep.h: Likewise.
5497         * sysdeps/generic/ldsodefs.h: Likewise.
5498         * sysdeps/i386/dl-tls.h: Likewise.
5499         * sysdeps/i386/setjmp.S: Likewise.
5500         * sysdeps/m68k/setjmp.c: Likewise.
5501         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
5502         * sysdeps/mach/hurd/opendir.c: Likewise.
5503         * sysdeps/posix/getcwd.c: Likewise.
5504         * sysdeps/posix/opendir.c: Likewise.
5505         * sysdeps/posix/profil.c: Likewise.
5506         * sysdeps/powerpc/dl-procinfo.h: Likewise.
5507         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
5508         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
5509         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
5510         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
5511         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
5512         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
5513         * sysdeps/s390/dl-tls.h: Likewise.
5514         * sysdeps/s390/s390-32/setjmp.S: Likewise.
5515         * sysdeps/s390/s390-64/setjmp.S: Likewise.
5516         * sysdeps/sh/sh3/setjmp.S: Likewise.
5517         * sysdeps/sh/sh4/setjmp.S: Likewise.
5518         * sysdeps/unix/alpha/sysdep.h: Likewise.
5519         * sysdeps/unix/arm/sysdep.S: Likewise.
5520         * sysdeps/unix/i386/sysdep.S: Likewise.
5521         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5522         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
5523         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5524         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5525         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5526         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5527         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
5528         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5529         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5530         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5531         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
5532         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5533         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5534         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
5535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
5536         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5537         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5538         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5539         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5540         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5541         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5542         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5543         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5544         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5545         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5546         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5547         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5548         * sysdeps/unix/x86_64/sysdep.S: Likewise.
5549         * sysdeps/x86_64/setjmp.S: Likewise.
5551         * include/math.h: Use IS_IN instead of IS_IN_libm.
5552         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
5553         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
5554         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
5555         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
5556         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
5557         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
5558         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
5559         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
5560         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
5561         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
5562         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
5563         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
5564         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
5565         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
5566         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
5567         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
5568         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
5569         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
5570         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
5571         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
5572         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
5573         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
5574         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
5575         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
5576         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
5577         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
5578         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
5579         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
5580         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
5581         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
5582         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
5583         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
5584         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
5585         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
5586         Likewise.
5587         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
5588         Likewise.
5589         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
5590         Likewise.
5591         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
5592         Likewise.
5593         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
5594         Likewise.
5595         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
5596         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
5597         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
5598         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
5599         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
5600         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
5601         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
5602         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
5603         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
5604         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
5605         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
5606         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
5607         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
5608         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
5609         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
5610         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
5611         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
5612         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
5613         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
5614         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
5615         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
5616         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
5617         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
5618         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
5619         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
5620         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
5621         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
5623         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
5624         * nptl/pthreadP.h: Likewise.
5625         * nptl_db/structs.def: Likewise.
5626         * sysdeps/arm/sysdep.h: Likewise.
5627         * sysdeps/nptl/bits/libc-lock.h: Likewise.
5628         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5629         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
5630         * sysdeps/unix/alpha/sysdep.h: Likewise.
5631         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5632         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5633         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5634         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5635         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5636         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5637         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5638         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5639         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5640         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5641         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5642         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5643         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5644         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5645         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5646         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5647         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5648         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5649         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5650         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5651         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5652         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5653         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5654         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5655         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
5656         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5658         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
5659         * nptl/pthreadP.h: Likewise.
5660         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5661         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5662         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5663         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5664         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5665         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5666         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5667         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5668         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5669         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5670         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5671         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5672         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
5673         Likewise.
5674         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
5675         Likewise.
5676         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5677         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5678         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5679         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5680         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5681         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5682         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5683         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5685         * dlfcn/dladdr.c: Use IS_IN.
5686         * dlfcn/dladdr1.c: Likewise.
5687         * dlfcn/dlclose.c: Likewise.
5688         * dlfcn/dlerror.c: Likewise.
5689         * dlfcn/dlinfo.c: Likewise.
5690         * dlfcn/dlmopen.c: Likewise.
5691         * dlfcn/dlopen.c: Likewise.
5692         * dlfcn/dlsym.c: Likewise.
5693         * dlfcn/dlvsym.c: Likewise.
5695         * include/ifaddrs.h: Use IS_IN.
5696         * inet/check_pf.c: Likewise.
5697         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
5698         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
5700         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
5701         IS_IN_ldconfig.
5702         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
5703         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
5705         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
5706         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
5707         IS_IN (libc).
5709         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
5711         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
5712         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
5713         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
5714         * include/libc-symbols.h (IS_IN_LIB): New macro.
5715         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
5716         * include/netdb.h: Likewise.
5717         * include/stap-probe.h: Remove all uses of IN_LIB.
5719         * Makeconfig (module-cppflags-real): Define MODULE_NAME
5720         instead of IN_MODULE.
5721         * include/libc-symbols.h (IN_MODULE): Define using
5722         MODULE_NAME.
5723         (PASTE_NAME, PASTE_NAME1): New macros.
5724         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
5725         of IN_LIB.
5726         (STAP_PROBE_ASM): Likewise.
5728 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5730         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
5731         __mach_init in dlopened libc.
5733 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
5735         * sysdeps/arm/preconfigure.ac: Delete EABI check.
5736         * sysdeps/arm/preconfigure: Regenerate.
5738 2014-11-21  Roland McGrath  <roland@hack.frob.com>
5740         * nptl/pthread_create.c (__pthread_create_2_1): Set
5741         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
5742         when copying values from IATTR into PD.
5744 2014-11-21  Will Newton  <will.newton@linaro.org>
5745             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
5747         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
5748         Refactor inline-asm.  Also add comment.
5750         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
5751         ElfW macro instead of hardcoded Elf64 types.
5752         (la_aarch64_gnu_pltenter): Likewise.
5753         * sysdeps/aarch64/dl-machine.h
5754         (elf_machine_runtime_setup): Use ElfW(Addr).
5756         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
5757         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
5758         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
5759         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
5760         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
5761         (R_AARCH64_TLS_DTPMOD64): Rename to ..
5762         (R_AARCH64_TLS_DTPMOD): This.
5763         (R_AARCH64_TLS_DTPREL64): Rename to ...
5764         (R_AARCH64_TLS_DTPREL): This.
5765         (R_AARCH64_TLS_TPREL64): Rename to ...
5766         (R_AARCH64_TLS_TPREL): This.
5767         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
5768         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
5769         R_AARCH64_TLS_TPREL64.
5770         (elf_machine_rela): Likewise.
5772 2014-11-21  Torvald Riegel  <triegel@redhat.com>
5774         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
5775         by setting it to 0.  64b atomics are not supported currently.
5777 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5779         [BZ #16469]
5780         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
5781         search domain names.
5783 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5785         [BZ #16469]
5786         * NEWS: Update.
5787         * resolv/res_query.c (__libc_res_nquerydomain): Retain
5788         trailing dot.
5789         * posix/tst-getaddrinfo5.c: New.
5790         * posix/Makefile (tests): Add it.
5792 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5794         [BZ #14498]
5795         * NEWS: Fixed.
5796         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
5797         after parsing line but before break_if_match.
5798         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
5799         if there is a protocol mismatch.
5801 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
5803         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
5804         because the potential race is on the user-supplied stream.
5806 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5808         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
5809         string literal if not passed a buffer.
5810         * manual/job.texi (ctermid): Update reasoning, note deviation
5811         from posix, suggest mtasurace when not passed a buffer, for
5812         future non-preliminary safety notes.
5814 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5816         * manual/users.texi (cuserid): Fix MT-Safety note for the case
5817         of not passing it a buffer.
5818         Reported by Peng Haitao.
5820 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5822         * manual/Makefile ($(objpfx)stamp-summary): Require
5823         check-safety.sh to pass.
5824         * manual/check-safety.sh: Wish for verification that every
5825         @deftypefn and @deftypefun is followed by a @safety remark.
5827 2014-11-20  Roland McGrath  <roland@hack.frob.com>
5829         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
5831         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
5832         PTHREAD_CANCEL_ASYNCHRONOUS.
5833         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
5834         send SIGCANCEL.
5836         * nptl/default-sched.h: New file.
5837         * sysdeps/unix/sysv/linux/default-sched.h: New file.
5838         * nptl/pthread_create.c: Include it.
5839         (__pthread_create_2_1): Use collect_default_sched instead of making
5840         Linux syscalls here directly.
5842 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5844         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
5845         __pthread_once): Use C11 atomics.
5847 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5849         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
5851 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5853         * include/atomic.h (__atomic_link_error, __atomic_check_size,
5854         atomic_thread_fence_acquire, atomic_thread_fence_release,
5855         atomic_thread_fence_seq_cst, atomic_load_relaxed,
5856         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
5857         atomic_compare_exchange_weak_relaxed,
5858         atomic_compare_exchange_weak_acquire,
5859         atomic_compare_exchange_weak_release,
5860         atomic_exchange_acquire, atomic_exchange_release,
5861         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
5862         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
5863         atomic_fetch_and_acquire,
5864         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
5866 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5868         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
5869         USE_ATOMIC_COMPILER_BUILTINS): Define.
5870         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
5871         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5872         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
5873         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5874         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
5875         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5876         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
5877         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5878         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
5879         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5880         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
5881         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5882         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
5883         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5884         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
5885         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5886         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
5887         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5888         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
5889         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5890         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
5891         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5892         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
5893         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5894         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
5895         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5896         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
5897         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5898         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
5899         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5900         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
5901         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5902         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
5903         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5904         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
5905         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5906         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
5907         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5908         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
5909         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5911 2014-11-19  Roland McGrath  <roland@hack.frob.com>
5913         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
5914         the sched_priority value here.  It was already checked when the user
5915         called pthread_attr_setschedparam.
5917         * nptl/tst-bad-schedattr.c: New file.
5918         * nptl/Makefile (tests): Add it.
5920 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
5921             Florian Weimer  <fweimer@redhat.com>
5922             Joseph Myers  <joseph@codesourcery.com>
5923             Adam Conrad  <adconrad@0c3.net>
5924             Andreas Schwab  <schwab@suse.de>
5925             Brooks  <bmoses@google.com>
5927         [BZ #17625]
5928         * wordexp-test.c (__dso_handle): Add prototype.
5929         (__register_atfork): Likewise.
5930         (__app_register_atfork): New function.
5931         (registered_forks): New global.
5932         (register_fork): New function.
5933         (test_case): Add 3 new tests for WRDE_CMDSUB.
5934         (main): Call __app_register_atfork.
5935         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
5936         fork count is non-zero fail the test.
5937         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
5938         is set.
5939         (parse_dollars): Remove check for WRDE_NOCMD.
5940         (parse_dquote): Likewise.
5942 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
5944         * Makeconfig (built-modules): List non-library modules to be
5945         built.
5946         (module-cppflags): Include libc-modules.h for
5947         everything except shlib-versions.v.i.
5948         (CPPFLAGS): Use it.
5949         (before-compile): Add libc-modules.h.
5950         ($(common-objpfx)libc-modules.h,
5951         $(common-objpfx)libc-modules.stmp): New targets.
5952         (common-generated): Add libc-modules.h and libc-modules.stmp.
5953         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
5954         * include/libc-symbols.h: Don't include libc-modules.h.
5955         * include/libc-modules.h: Remove file.
5956         * scripts/gen-libc-modules.awk: New script to generate
5957         libc-modules.h.
5958         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
5959         Depend on libc-modules.stmp.
5961         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
5963         * Makeconfig (in-module): Get value of libof set for the
5964         translation unit.
5965         (CPPFLAGS): Use $(in-module).
5966         * Makerules: Don't suffix routine names for nonlib.
5967         * include/libc-modules.h: New file.
5968         * include/libc-symbols.h: Include libc-modules.h
5969         (IS_IN): New macro to replace IS_IN_* macros.
5970         * elf/Makefile: Set libof-* for each routine.
5971         * elf/rtld-Rules: Likewise.
5972         * extra-modules.mk: Likewise.
5973         * iconv/Makefile: Likewise.
5974         * iconvdata/Makefile: Likewise.
5975         * locale/Makefile: Likewise.
5976         * malloc/Makefile: Likewise.
5977         * nss/Makefile: Likewise.
5978         * sysdeps/gnu/Makefile: Likewise.
5979         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
5980         * sysdeps/unix/sysv/linux/Makefile: Likewise.
5981         * sysdeps/s390/s390-64/Makefile: Likewise.
5982         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
5983         CPPFLAGS for nscd instead of nonlib.
5985 2014-11-18  Roland McGrath  <roland@hack.frob.com>
5987         * nptl/createthread.c: New file.
5989         * nptl/createthread.c: Moved ...
5990         * sysdeps/unix/sysv/linux/createthread.c: ... here.
5992         * nptl/createthread.c: Add proper top-line comment.
5993         (do_clone): Folded into ...
5994         (create_thread): ... here.  Take new arguments STOPPED_START and
5995         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
5996         increment __nptl_threads, do event-reporting logic, do
5997         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
5998         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
5999         resource cleanup if sched_setaffinity or sched_setscheduler fails,
6000         just send SIGCANCEL.
6001         * nptl/pthread_create.c: Forward-declare create_thread before
6002         including createthread.c.
6003         (start_thread): Use new macro START_THREAD_DEFN to replace defining
6004         declaration, and new macro START_THREAD_SELF to replace argument.
6005         Remove return statement.
6006         (report_thread_creation): New function.
6007         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
6008         synchronization logic, and __nptl_nthreads increment here, around
6009         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
6010         PD->parent_cancelhandling here, before create_thread.  When
6011         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
6012         __deallocate_stack, and ENOMEM translation here.
6014 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
6016         [BZ #17616]
6017         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
6018         (mptwo): Rename to __mptwo.
6019         (__inv): Use __mptwo instead of mptwo.
6020         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
6021         (mptwo): Rename to __mptwo.
6022         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
6023         of mpone and __mptwo instead of mptwo.
6024         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
6025         instead of mpone.
6026         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
6027         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
6028         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
6029         of mpone and __mptwo instead of mptwo.
6030         (__mpranred): Use __mpone instead of mpone.
6031         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
6032         variable.
6033         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
6034         (test-xfail-ISO99/math.h/linknamespace): Likewise.
6035         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
6036         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
6037         (test-xfail-ISO11/math.h/linknamespace): Likewise.
6038         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
6039         (test-xfail-XPG3/math.h/linknamespace): Likewise.
6040         (test-xfail-XPG4/math.h/linknamespace): Likewise.
6041         (test-xfail-POSIX/math.h/linknamespace): Likewise.
6042         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
6043         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
6044         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
6045         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
6046         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
6047         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
6048         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
6049         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
6050         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
6051         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
6053 2014-11-18  Tom de Vries  <tom@codesoucery.com>
6055         * manual/signal.texi (Primitives Interrupted by Signals): In section,
6056         replace BSD Handler xref with BSD Signal Handling.
6058 2014-11-17  Richard Henderson  <rth@redhat.com>
6060         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
6061         (_FP_PACK_RAW_2): Remove.
6062         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
6063         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
6064         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
6065         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
6066         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
6067         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
6068         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
6069         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
6070         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
6071         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
6072         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
6073         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
6074         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
6075         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
6076         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
6077         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
6079 2014-11-14  Roland McGrath  <roland@hack.frob.com>
6081         * signal/signal.h [__USE_MISC]
6082         (struct sigvec): Remove type.
6083         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
6084         (sigvec): Remove declaration.
6085         * sysdeps/posix/sigvec.c: Moved ...
6086         * signal/sigvec.c: ... here, replacing old file.
6087         (struct sigvec): New type, copied from old signal.h definition.
6088         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
6089         (__sigvec): Convert definition to prototype.
6090         (sigvec): Replace weak_alias with compat_symbol.
6091         * signal/Versions (libc: GLIBC_2.21): New version set.
6092         * include/signal.h: Remove __sigvec declaration.
6093         * sysdeps/unix/bsd/sigvec.c: Remove file.
6094         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
6095         * manual/signal.texi (BSD Handler): Remove subsection.
6096         Move siginterrupt up to ...
6097         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
6098         (Blocking in BSD): Fold subsection into its parent.
6099         * NEWS: Mention sigvec removal.
6101 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
6103         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
6104         (DLA_FMS): Make definition conditional only on [__FMA4__].
6105         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
6106         definition.
6108         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
6109         Make definition conditional only on [PROF].
6110         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
6111         definition.
6112         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
6113         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
6115         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
6116         !__GNUC__].
6117         * include/signal.h (__sigpause): Move declaration above call to
6118         libc_hidden_proto.
6119         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
6120         variable.
6121         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
6122         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
6124 2014-11-14  David S. Miller  <davem@davemloft.net>
6126         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
6127         Define before including <string/memcpy.c> and <string/mempcpy.c>.
6129 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
6131         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
6132         * configure: Regenerated.
6133         * manual/install.texi (Tools for Compilation): Document a
6134         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
6135         compiler verified to work.
6136         * INSTALL: Regenerated.
6138         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
6139         redeclare with asm name.
6140         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
6141         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
6142         including <string.h>.
6143         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6144         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
6145         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6146         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
6147         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6148         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
6149         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6151 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
6153         * stdlib/strtol.c (__strtol): Use prototype definition.
6155         [BZ #17594]
6156         * stdlib/strtol.c (SYM__): New macro.
6157         (SYM__1): Likewise.
6158         (__strtol): Likewise.
6159         (strtol): Rename to __strtol and define as weak alias of
6160         __strtol.  Use libc_hidden_weak.
6162 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6164         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
6165         Use numbered labels in inline assembly.
6167 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6169         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
6170         Add setjmp LIBC_PROBE.
6171         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
6172         Likewise.
6173         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
6174         Add longjmp, longjmp_target LIBC_PROBE.
6175         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
6176         Likewise.
6178 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6180         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
6181         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
6182         to get rid of unused variable warning.
6184 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6186         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
6187         Check for unwind_backtrace ==  NULL only in SHARED case.
6188         (__backchain_backtrace): Compile only in SHARED case.
6189         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
6190         Likewise.
6191         (__backchain_backtrace): Declare as static.
6193 2014-11-12  Roland McGrath  <roland@hack.frob.com>
6195         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
6196         (__libc_multiple_threads_ptr): Variable moved ...
6197         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
6199 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
6201         * conform/GlibcConform.pm: New file.
6202         * conform/conformtest.pl: Use GlibcConform module.
6203         * conform/linknamespace.pl: New file.
6204         * conform/list-header-symbols.pl: Likewise.
6205         * conform/Makefile (linknamespace-symlists-base): New variable.
6206         (linknamespace-symlists-tests): Likewise.
6207         (linknamespace-header-base): Likewise.
6208         (linknamespace-header-tests): Likewise.
6209         (tests-special): Add new tests.
6210         ($(linknamespace-symlists-tests)): New rule.
6211         (linknamespace-libs): New variable.
6212         ($(objpfx)symlist-stdlibs): New rule.
6213         ($(linknamespace-header-tests)): Likewise.
6214         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
6215         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
6216         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
6217         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
6218         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
6219         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
6220         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
6221         (test-xfail-ISO/math.h/linknamespace): Likewise.
6222         (test-xfail-ISO/signal.h/linknamespace): Likewise.
6223         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
6224         (test-xfail-ISO/time.h/linknamespace): Likewise.
6225         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
6226         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
6227         (test-xfail-ISO99/math.h/linknamespace): Likewise.
6228         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
6229         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
6230         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
6231         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
6232         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
6233         (test-xfail-ISO11/math.h/linknamespace): Likewise.
6234         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
6235         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
6236         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
6237         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
6238         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
6239         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
6240         (test-xfail-XPG3/math.h/linknamespace): Likewise.
6241         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
6242         (test-xfail-XPG3/search.h/linknamespace): Likewise.
6243         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
6244         (test-xfail-XPG3/time.h/linknamespace): Likewise.
6245         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
6246         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
6247         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
6248         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
6249         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
6250         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
6251         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
6252         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
6253         (test-xfail-XPG4/math.h/linknamespace): Likewise.
6254         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
6255         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
6256         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
6257         (test-xfail-XPG4/search.h/linknamespace): Likewise.
6258         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
6259         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
6260         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
6261         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
6262         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
6263         (test-xfail-XPG4/time.h/linknamespace): Likewise.
6264         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
6265         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
6266         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
6267         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
6268         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
6269         (test-xfail-POSIX/math.h/linknamespace): Likewise.
6270         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
6271         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
6272         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
6273         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
6274         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
6275         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
6276         (test-xfail-POSIX/time.h/linknamespace): Likewise.
6277         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
6278         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
6279         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
6280         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
6281         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
6282         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
6283         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
6284         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
6285         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
6286         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
6287         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
6288         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
6289         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
6290         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
6291         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
6292         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
6293         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
6294         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
6295         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
6296         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
6297         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
6298         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
6299         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
6300         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
6301         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
6302         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
6303         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
6304         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
6305         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
6306         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
6307         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
6308         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
6309         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
6310         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
6311         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
6312         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
6313         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
6314         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
6315         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
6316         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
6317         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
6318         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
6319         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
6320         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
6321         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
6322         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
6323         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
6324         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
6325         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
6326         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
6327         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
6328         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
6329         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
6330         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
6331         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
6332         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
6333         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
6334         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
6335         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
6336         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
6337         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
6338         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
6339         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
6340         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
6341         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
6342         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
6343         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
6344         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
6345         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
6346         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
6347         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
6348         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
6349         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
6350         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
6351         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
6352         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
6353         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
6354         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
6355         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
6356         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
6357         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
6358         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
6359         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
6360         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
6361         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
6362         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
6363         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
6364         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
6365         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
6366         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
6367         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
6368         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
6369         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
6370         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
6371         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
6372         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
6373         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
6374         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
6376         [BZ #17589]
6377         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
6378         of fgets_unlocked.
6380         [BZ #17585]
6381         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
6382         (memmem): Rename to __memmem and define as weak alias of
6383         __memmem.  Use libc_hidden_weak.
6384         (__memmem): Use libc_hidden_def.
6385         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
6386         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
6387         memmem.
6389         [BZ #17582]
6390         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
6391         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
6392         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
6393         and define as weak alias of __fgets_unlocked.  Use
6394         libc_hidden_weak.
6395         (__fgets_unlocked): Use libc_hidden_def.
6396         * include/stdio.h (__fgets_unlocked): Declare.  Use
6397         libc_hidden_proto.
6398         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
6399         __fgets_unlocked instead of fgets_unlocked.
6400         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
6401         (GET_NPROCS_CONF_PARSER): Likewise.
6402         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
6403         (GET_NPROCS_CONF_PARSER): Likewise.
6405         [BZ #17574]
6406         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
6407         weak alias of __wmemset.  Use libc_hidden_weak.
6408         (__wmemset): Use libc_hidden_def.
6409         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
6410         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
6411         of wmemset.
6413         [BZ #17573]
6414         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
6415         with asm name __mempcpy.
6416         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
6418         [BZ #17572]
6419         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
6420         and define as weak alias of __rawmemchr.
6421         (__rawmemchr): Do not define as strong alias of rawmemchr.
6423         [BZ #17571]
6424         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
6425         alias of __qsort_r.
6426         (qsort): Call __qsort_r instead of qsort_r.
6427         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
6428         (__qsort_r): Declare.  Call libc_hidden_proto.
6429         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
6430         instead of qsort_r.
6431         * nscd/gai.c (__qsort_r): Define to qsort_r.
6432         * posix/tst-rfc3484.c (__qsort_r): Likewise.
6433         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
6434         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
6436         [BZ #17570]
6437         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
6438         define as weak alias of __malloc_info.
6440         [BZ #17584]
6441         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
6442         as weak alias of __rewinddir.  Don't use libc_hidden_def.
6443         (__rewinddir): Use libc_hidden_def.
6444         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
6445         as weak alias of __rewinddir.  Don't use libc_hidden_def.
6446         (__rewinddir): Use libc_hidden_def.
6447         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
6448         weak alias of __rewinddir.  Don't use libc_hidden_def.
6449         (__rewinddir): Use libc_hidden_def.
6450         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
6451         (__rewinddir): Use libc_hidden_proto.
6452         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
6453         rewinddir.
6454         (__getcwd): Use __rewinddir instead of rewinddir.
6456         [BZ #17583]
6457         * libio/fileno.c (fileno): Rename to __fileno and define as weak
6458         alias of __fileno.  Use libc_hidden_weak.
6459         (__fileno): Use libc_hidden_def.
6460         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
6461         * libio/ftello.c (ftello): Rename to __ftello and define as weak
6462         alias of __ftello.
6463         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
6464         __ftello.
6465         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
6466         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
6467         libc_hidden_def.
6468         (fread_unlocked): Don't use libc_hidden_ver.
6469         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
6470         and define as weak alias of __fread_unlocked.  Don't use
6471         libc_hidden_def.
6472         (__fread_unlocked): Use libc_hidden_def.
6473         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
6474         (ftello): Don't use libc_hidden_proto.
6475         (__ftello): Declare.  Use libc_hidden_proto.
6476         (fread_unlocked): Don't use libc_hidden_proto.
6477         (__fread_unlocked): Declare.  Use libc_hidden_proto.
6478         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
6479         and __ftello instead of fileno, fread_unlocked and ftello.
6481 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6483         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
6484         GOT12.
6485         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
6486         Likewise.
6487         (_dl_start_user): Likewise.
6488         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
6490 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
6491             Siddhesh Poyarekar  <siddhesh@redhat.com>
6493         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
6494         Move argv and envp down instead of moving argc up.
6495         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
6497 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
6499         [BZ #17506]
6500         * test-skeleton.c (main): Return successful if one of
6501         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
6502         * string/tst-strcoll-overflow.c: Define expected status.
6504 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
6506         [BZ #17475]
6507         * locale/iso-639.def: Define Bhili and Tulu language codes.
6509 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
6511         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
6513 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
6515         [BZ #17555]
6516         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
6518 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
6520         * configure.ac: Updated check of minimal required version to
6521         2.22.
6522         * manual/install.texi (Tools for Compilation): Updated version
6523         number.
6524         * configure: Regenerated.
6525         * INSTALL: Likewise.
6527 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
6529         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
6530         __tls_get_addr.
6532 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
6534         * include/sys/wait.h (__libc_waitpid): Remove declaration.
6535         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
6536         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6537         libc_hidden_weak.
6538         (waitpid): Define as alias of __waitpid.
6539         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
6540         __waitpid.
6541         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6542         libc_hidden_weak.
6543         (waitpid): Define as alias of __waitpid.
6544         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
6545         __libc_waitpid alias.
6546         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
6547         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
6548         Likewise.
6549         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
6550         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
6551         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
6552         alias.
6553         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
6554         __waitpid.
6555         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6556         libc_hidden_weak.
6557         (waitpid): Define as alias of __waitpid.
6559 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
6561         * manual/llio.texi: Add comment that write safety has been
6562         fixed in Linux.
6564         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
6565         (localplt-build-dso): Add elf/ld.so.
6566         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
6567         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
6568         and free for ld.so.
6569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
6570         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
6571         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
6572         Likewise.
6573         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
6574         Likewise.
6575         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
6576         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
6577         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
6578         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
6579         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
6580         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
6581         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
6582         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
6583         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
6584         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
6585         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
6587 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
6589         [BZ #14132]
6590         * include/libc-symbols.h (INTUSE): Remove macro.
6591         (INTDEF): Likewise.
6592         (INTVARDEF): Likewise.
6593         (_INTVARDEF): Likewise.
6594         (INTDEF2): Likewise.
6595         (INTVARDEF2): Likewise.
6596         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
6597         rtld_hidden_def instead of INTVARDEF.
6598         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
6599         (_dl_starting_up_internal): Remove declaration.
6600         (_dl_starting_up): Use rtld_hidden_proto.
6601         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
6602         declaration.
6603         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
6604         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
6605         _dl_starting_up.
6606         * elf/dl-writev.h (_dl_writev): Likewise.
6607         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
6608         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
6609         _dl_starting_up_internal.
6611 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6613         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
6614         test-skeleton.c.
6616 2014-11-05  Will Newton  <will.newton@linaro.org>
6618         * benchtests/Makefile: (bench-malloc): Add malloc thread
6619         scalability benchmark.
6620         * benchtests/bench-malloc-threads.c: New file.
6622 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
6624         * sysdeps/aarch64/strchrnul.S: New file.
6626 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6628         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
6629         definition.
6630         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
6631         Likwise.
6632         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
6633         Likewise.
6634         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
6635         Likewise.
6636         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
6637         Likewise.
6638         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
6639         Likewise.
6641 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
6643         * catgets/test-gencat.c: Use test-skeleton.c.
6644         * catgets/tst-catgets.c: Likewise.
6645         * csu/tst-empty.c: Likewise.
6646         * elf/tst-audit2.c: Likewise.
6647         * elf/tst-global1.c: Likewise.
6648         * elf/tst-pathopt.c: Likewise.
6649         * elf/tst-piemod1.c: Likewise.
6650         * elf/tst-tls10.c: Likewise.
6651         * elf/tst-tls11.c: Likewise.
6652         * elf/tst-tls12.c: Likewise.
6653         * gnulib/tst-gcc.c: Likewise.
6654         * iconvdata/tst-e2big.c: Likewise.
6655         * iconvdata/tst-loading.c: Likewise.
6656         * iconv/tst-iconv1.c: Likewise.
6657         * iconv/tst-iconv2.c: Likewise.
6658         * inet/test-inet6_opt.c: Likewise.
6659         * inet/tst-gethnm.c: Likewise.
6660         * inet/tst-network.c: Likewise.
6661         * inet/tst-ntoa.c: Likewise.
6662         * intl/tst-codeset.c: Likewise.
6663         * intl/tst-gettext2.c: Likewise.
6664         * intl/tst-gettext3.c: Likewise.
6665         * intl/tst-ngettext.c: Likewise.
6666         * intl/tst-translit.c: Likewise.
6667         * io/test-stat.c: Likewise.
6668         * libio/test-fmemopen.c: Likewise.
6669         * libio/tst-freopen.c: Likewise.
6670         * libio/tst-sscanf.c: Likewise.
6671         * libio/tst-ungetwc1.c: Likewise.
6672         * libio/tst-ungetwc2.c: Likewise.
6673         * libio/tst-widetext.c: Likewise.
6674         * localedata/tst-ctype.c: Likewise.
6675         * localedata/tst-digits.c: Likewise.
6676         * localedata/tst-leaks.c: Likewise.
6677         * localedata/tst-mbswcs1.c: Likewise.
6678         * localedata/tst-mbswcs2.c: Likewise.
6679         * localedata/tst-mbswcs3.c: Likewise.
6680         * localedata/tst-mbswcs4.c: Likewise.
6681         * localedata/tst-mbswcs5.c: Likewise.
6682         * localedata/tst-setlocale.c: Likewise.
6683         * localedata/tst-trans.c: Likewise.
6684         * localedata/tst-wctype.c: Likewise.
6685         * localedata/tst-xlocale1.c: Likewise.
6686         * login/tst-grantpt.c: Likewise.
6687         * malloc/tst-calloc.c: Likewise.
6688         * malloc/tst-malloc.c: Likewise.
6689         * malloc/tst-mallocstate.c: Likewise.
6690         * malloc/tst-mcheck.c: Likewise.
6691         * malloc/tst-mtrace.c: Likewise.
6692         * malloc/tst-obstack.c: Likewise.
6693         * math/atest-exp2.c: Likewise.
6694         * math/atest-exp.c: Likewise.
6695         * math/atest-sincos.c: Likewise.
6696         * math/test-matherr.c: Likewise.
6697         * math/test-misc.c: Likewise.
6698         * math/test-powl.c: Likewise.
6699         * math/tst-definitions.c: Likewise.
6700         * misc/tst-dirname.c: Likewise.
6701         * misc/tst-efgcvt.c: Likewise.
6702         * misc/tst-fdset.c: Likewise.
6703         * misc/tst-hsearch.c: Likewise.
6704         * misc/tst-mntent2.c: Likewise.
6705         * nptl/tst-sem7.c: Likewise.
6706         * nptl/tst-sem8.c: Likewise.
6707         * nptl/tst-sem9.c: Likewise.
6708         * nss/test-netdb.c: Likewise.
6709         * posix/tst-fnmatch.c: Likewise.
6710         * posix/tst-getlogin.c: Likewise.
6711         * posix/tst-gnuglob.c: Likewise.
6712         * posix/tst-mmap.c: Likewise.
6713         * pwd/tst-getpw.c: Likewise.
6714         * resolv/tst-inet_ntop.c: Likewise.
6715         * rt/tst-timer.c: Likewise.
6716         * stdio-common/test-fseek.c: Likewise.
6717         * stdio-common/test-popen.c: Likewise.
6718         * stdio-common/test-vfprintf.c: Likewise.
6719         * stdio-common/tst-cookie.c: Likewise.
6720         * stdio-common/tst-fileno.c: Likewise.
6721         * stdio-common/tst-gets.c: Likewise.
6722         * stdio-common/tst-obprintf.c: Likewise.
6723         * stdio-common/tst-perror.c: Likewise.
6724         * stdio-common/tst-sprintf2.c: Likewise.
6725         * stdio-common/tst-sprintf3.c: Likewise.
6726         * stdio-common/tst-sprintf.c: Likewise.
6727         * stdio-common/tst-swprintf.c: Likewise.
6728         * stdio-common/tst-tmpnam.c: Likewise.
6729         * stdio-common/tst-unbputc.c: Likewise.
6730         * stdio-common/tst-wc-printf.c: Likewise.
6731         * stdlib/tst-environ.c: Likewise.
6732         * stdlib/tst-fmtmsg.c: Likewise.
6733         * stdlib/tst-limits.c: Likewise.
6734         * stdlib/tst-rand48-2.c: Likewise.
6735         * stdlib/tst-rand48.c: Likewise.
6736         * stdlib/tst-random2.c: Likewise.
6737         * stdlib/tst-random.c: Likewise.
6738         * stdlib/tst-strtol.c: Likewise.
6739         * stdlib/tst-strtoll.c: Likewise.
6740         * stdlib/tst-tls-atexit.c: Likewise.
6741         * stdlib/tst-xpg-basename.c: Likewise.
6742         * string/test-ffs.c: Likewise.
6743         * string/tst-bswap.c: Likewise.
6744         * string/tst-inlcall.c: Likewise.
6745         * string/tst-strtok.c: Likewise.
6746         * string/tst-strxfrm.c: Likewise.
6747         * sysdeps/x86_64/tst-audit10.c: Likewise.
6748         * sysdeps/x86_64/tst-audit3.c: Likewise.
6749         * sysdeps/x86_64/tst-audit4.c: Likewise.
6750         * sysdeps/x86_64/tst-audit5.c: Likewise.
6751         * time/tst-ftime_l.c: Likewise.
6752         * time/tst-getdate.c: Likewise.
6753         * time/tst-mktime3.c: Likewise.
6754         * time/tst-mktime.c: Likewise.
6755         * time/tst-posixtz.c: Likewise.
6756         * time/tst-strptime2.c: Likewise.
6757         * time/tst-strptime3.c: Likewise.
6758         * wcsmbs/tst-btowc.c: Likewise.
6759         * wcsmbs/tst-mbrtowc.c: Likewise.
6760         * wcsmbs/tst-mbsrtowcs.c: Likewise.
6761         * wcsmbs/tst-wchar-h.c: Likewise.
6762         * wcsmbs/tst-wcpncpy.c: Likewise.
6763         * wcsmbs/tst-wcrtomb.c: Likewise.
6764         * wcsmbs/tst-wcsnlen.c: Likewise.
6765         * wcsmbs/tst-wcstof.c: Likewise.
6767 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
6769         [BZ #14132]
6770         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
6771         INTDEF.
6772         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
6773         declaration.
6774         (_dl_mcount): Use rtld_hidden_proto.
6775         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
6776         _dl_mcount.
6777         * elf/rtld.c (_rtld_global_ro): Likewise.
6779         [BZ #14132]
6780         * elf/dl-init.c (_dl_init): Don't use INTDEF.
6781         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
6782         of _dl_init_internal.
6783         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
6784         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
6785         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
6786         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
6787         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
6788         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
6789         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
6790         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
6791         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
6792         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
6793         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
6794         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
6795         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
6796         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
6797         * sysdeps/tile/dl-start.S (_start): Likewise.
6798         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
6799         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
6801         [BZ #14132]
6802         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
6803         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
6804         (rtld_progname): Make macro definition unconditional.
6805         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
6806         INTDEF.
6807         (dlmopen_doit): Do not use INTUSE with _dl_argv.
6808         (dl_main): Likewise.
6809         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
6810         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
6811         instead of _dl_argv_internal.
6812         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
6813         __GI__dl_argv instead of INTUSE(_dl_argv).
6814         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
6815         __GI__dl_argv instead of _dl_argv_internal.
6817         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
6818         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
6819         macro.
6820         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
6821         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
6822         New macro.
6823         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
6824         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
6825         macro.
6826         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
6827         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
6829 2014-11-04  Andreas Schwab  <schwab@suse.de>
6831         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
6833 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6835         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
6836         mtvsrd instruction in binary form.
6838 2014-11-03  Andreas Schwab  <schwab@suse.de>
6840         [BZ #17522]
6841         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
6842         for less than MB_LEN_MAX use a local buffer of that size.
6843         * libio/tst-fputws.c: New file.
6844         * libio/Makefile (tests): Add tst-fputws.
6846 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
6848         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
6849         the size of the fpu_fr.fpu_dregs[] array.
6851 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
6853         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
6854         (__nanosleep): Do not define as alias.
6855         (nanosleep): Define as alias of __nanosleep.
6856         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
6857         __libc_nanosleep name.
6859 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
6861         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
6862         install.texi in comment.
6864 2014-10-31  Torvald Riegel  <triegel@redhat.com>
6866         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
6867         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
6868         ... add here and use lwsync or sync ...
6869         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
6870         ... and add here using lwsync.
6872 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
6874         * elf/dl-machine-reject-phdr.h: New file.
6875         * elf/dl-load.c: #include that.
6876         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
6877         if that returned true.
6879 2014-10-31  Roland McGrath  <roland@hack.frob.com>
6881         [BZ #17496]
6882         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
6883         gen-as-const-headers chunk.  Add a big scare comment after the last
6884         safe place to touch before-compile.
6886 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
6888         * manual/install.texi (Tools for Compilation): Update autoconf
6889         version requirements.
6890         * INSTALL: Regenerated.
6892         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
6893         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
6894         (__libc_pselect): Likewise.
6896         [BZ #14138]
6897         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
6898         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6899         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6900         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6902 2014-10-31  Torvald Riegel  <triegel@redhat.com>
6904         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
6905         correct barrier instruction.
6906         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
6907         Likewise.
6908         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
6909         Likewise.
6911 2014-10-30  Roland McGrath  <roland@hack.frob.com>
6913         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
6914         after defining inlines.  Instead, just use parens to defeat macro
6915         expansion of __isctype in its declaration.
6917 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
6919         * include/sys/uio.h (__libc_readv): Remove declaration.
6920         (__libc_writev): Likewise.
6921         * misc/readv.c (__libc_readv): Rename to __readv.
6922         (__readv): Do not define as alias.
6923         (readv): Define as alias of __readv.
6924         * misc/writev.c (__libc_writev): Rename to __writev.
6925         (__writev): Do not define as alias.
6926         (writev): Define as alias of __writev.
6927         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
6928         (__readv): Do not define as alias.
6929         (readv): Define unconditionally as alias of __readv.
6930         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
6931         (__writev): Do not define as alias.
6932         (writev): Define unconditionally as alias of __writev.
6933         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
6934         name.
6935         (writev): Do not define __libc_writev name.
6937 2014-10-30  Roland McGrath  <roland@hack.frob.com>
6939         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
6940         (convert_charseq): New function, broken out of ...
6941         (use_from_charmap): ... here.  Call it.
6942         (use_to_charmap): Use convert_charseq and free instead of duplicating
6943         its code with a variable-length stack struct.
6945 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
6947         * include/fcntl.h (__libc_creat): Remove declaration.
6948         * io/creat.c (__libc_creat): Rename to creat.
6949         (creat): Do not define as alias.
6950         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
6951         of creat instead of __libc_creat.
6952         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
6953         to creat.
6954         (creat): Do not define as alias.
6955         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
6956         __libc_creat.
6957         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
6958         __libc_creat name.
6959         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
6960         Likewise.
6962 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
6964         * manual/llio.texi: Add comments discussing why write() may be
6965         considered MT-unsafe on Linux.
6967 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
6969         * dl-load.c (local_strdup): Remove.
6970         (expand_dynamic_string_token): Use __strdup.
6971         (decompose_rpath): Likewise.
6972         (_dl_map_object): Likewise.
6974 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
6976         [BZ #14132]
6977         * sysdeps/generic/unwind-dw2-fde.c
6978         (__register_frame_info_bases_internal): Do not declare.
6979         (__register_frame_info_table_bases_internal): Likewise.
6980         (__deregister_frame_info_bases_internal): Likewise.
6981         (__register_frame_info_bases): Declare and use hidden_proto before
6982         definition.  Use hidden_def instead of INTDEF.
6983         (__register_frame_info_table_bases): Likewise.
6984         (__deregister_frame_info_bases): Likewise.
6985         (__register_frame_info): Do not use INTUSE.
6986         (__register_frame): Likewise.
6987         (__register_frame_info_table): Likewise.
6988         (__register_frame_table): Likewise.
6989         (__deregister_frame_info): Likewise.
6990         (__deregister_frame): Likewise.
6992 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
6994         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6995         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
6996         not undefine.
6997         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
6998         Likewise.
6999         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
7000         Likewise.
7002 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
7004         [BZ #14138]
7005         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
7006         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
7007         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
7008         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
7009         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
7010         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
7011         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
7012         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
7013         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
7014         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
7015         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
7016         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
7017         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
7018         syscall.
7019         (setfsuid): Likewise.
7020         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
7021         (setfsuid): Likewise.
7022         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
7023         (setfsuid): Likewise.
7024         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
7025         Likewise.
7026         (setfsuid): Likewise.
7027         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
7028         (setfsuid): Likewise.
7029         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
7030         Likewise.
7031         (setfsuid): Likewise.
7033 2014-10-27  Andreas Schwab  <schwab@suse.de>
7035         [BZ #17501]
7036         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
7037         check for Slow_SSE4_2 feature bit.
7038         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
7039         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
7040         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
7041         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
7043 2014-10-24  Roland McGrath  <roland@hack.frob.com>
7045         * configure.ac: Validate compiler version with a empirical test of
7046         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
7047         $CC -v output.
7048         * configure: Regenerated.
7050         * inet/htons.c (htons): Prototypify.
7051         * inet/htonl.c (htonl): Likewise.
7053 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7055         * string/strncat.c (strncat): Improve performance by using strlen.
7057 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7059         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
7061 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7063         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
7064         Call libc_fetestexcept_aarch64.
7066 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7068         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
7069         Call libc_feholdexcept_aarch64.
7071 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7073         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
7074         Call get_rounding_mode.
7076 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7078         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
7079         Simplify logic.
7081 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7083         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
7084         Simplify logic.
7086 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
7088         [BZ #14138]
7089         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
7090         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
7091         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
7092         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
7093         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
7094         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
7095         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
7096         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
7097         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
7098         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
7099         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
7100         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
7101         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
7102         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
7103         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
7104         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
7105         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
7106         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
7107         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
7108         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
7109         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
7110         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
7111         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
7112         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
7113         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
7114         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
7115         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
7116         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
7117         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
7118         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
7119         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
7120         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
7121         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
7122         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
7123         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
7124         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
7125         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
7126         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
7127         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
7128         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
7129         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
7130         syscall.
7131         (geteuid): Likewise.
7132         (getgid): Likewise.
7133         (getuid): Likewise.
7134         (getresgid): Likewise.
7135         (getresuid): Likewise.
7136         (getgroups): Likewise.
7137         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
7138         (geteuid): Likewise.
7139         (getgid): Likewise.
7140         (getuid): Likewise.
7141         (getresgid): Likewise.
7142         (getresuid): Likewise.
7143         (getgroups): Likewise.
7144         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
7145         (geteuid): Likewise.
7146         (getgid): Likewise.
7147         (getuid): Likewise.
7148         (getresgid): Likewise.
7149         (getresuid): Likewise.
7150         (getgroups): Likewise.
7151         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
7152         Likewise.
7153         (geteuid): Likewise.
7154         (getgid): Likewise.
7155         (getuid): Likewise.
7156         (getresgid): Likewise.
7157         (getresuid): Likewise.
7158         (getgroups): Likewise.
7159         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
7160         (geteuid): Likewise.
7161         (getgid): Likewise.
7162         (getuid): Likewise.
7163         (getresgid): Likewise.
7164         (getresuid): Likewise.
7165         (getgroups): Likewise.
7166         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
7167         Likewise.
7168         (geteuid): Likewise.
7169         (getgid): Likewise.
7170         (getuid): Likewise.
7171         (getgroups): Likewise.
7173         [BZ #14138]
7174         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
7175         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
7176         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
7177         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
7178         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
7179         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
7180         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
7181         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
7182         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
7183         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
7184         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
7185         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
7186         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
7187         __chown.
7188         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
7189         (lchown): Likewise.
7190         (fchown): Likewise.
7191         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
7192         Likewise.
7193         (lchown): Likewise.
7194         (fchown): Likewise.
7195         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
7196         (lchown): Likewise.
7197         (fchown): Likewise.
7198         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
7199         Likewise.
7200         (lchown): Likewise.
7201         (fchown): Likewise.
7203 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7205         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
7206         Simplify logic.
7208 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7210         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
7211         Cleanup logic.
7213 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7215         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
7216         Remove unused include.
7218 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7220         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
7221         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
7222         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
7223         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
7225 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
7226             Helge Deller <deller@gmx.de>
7228         [BZ #17508]
7229         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
7230         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
7231         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
7233 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
7235         [BZ #14132]
7236         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
7237         Remove macro definition.
7238         (__ashrdi3_v_glibc20): Likewise.
7239         (__lshrdi3_v_glibc20): Likewise.
7240         (__cmpdi2_v_glibc20): Likewise.
7241         (__ucmpdi2_v_glibc20): Likewise.
7242         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
7243         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
7244         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
7245         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
7246         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
7247         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
7249 2014-10-22  Roland McGrath  <roland@hack.frob.com>
7251         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
7252         old GNU extension [0] syntax.
7253         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
7254         alloca rather than an array member with variable length.
7255         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
7256         * nscd/nscd.c (invalidate_db): New function, broken out of ...
7257         (parse_opt): ... here.  Likewise use alloca there.
7258         Validate the -i argument before checking for rootness.
7259         (send_shutdown): New function, broken out of ...
7260         (parse_opt): ... here.
7262 2014-10-22  Roland McGrath  <roland@hack.frob.com>
7264         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
7265         macro to get at the _rt_local_ro field.
7266         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
7267         ([PIC] case) or _dl_hwcap ([!PIC] case).
7268         * sysdeps/arm/setjmp.S: Likewise.
7270         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
7271         * sysdeps/arm/configure.ac: New check to define it.
7272         * sysdeps/arm/configure: Regenerated.
7273         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
7274         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
7275         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
7276         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
7277         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
7278         Use move/movt pair instead of a load.
7279         (LDST_GLOBAL): Macro removed.
7280         (LDR_GLOBAL): New macro replaces it.
7281         (LDR_HIDDEN): New macro.
7282         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
7283         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
7285         * setjmp/tst-setjmp-static.c: New file.
7286         * setjmp/Makefile (tests): Add it.
7287         (tests-static): New variable.
7289 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
7291         [BZ #17485]
7292         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
7294 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
7296         [BZ #14132]
7297         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
7299 2014-10-21  Roland McGrath  <roland@hack.frob.com>
7301         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
7303 2014-10-20  Roland McGrath  <roland@hack.frob.com>
7305         * io/fts.c (dirent_not_directory): New function.
7306         (fts_build): Call it.
7308 2014-10-20  Roland McGrath  <roland@hack.frob.com>
7310         * nptl/version.c (__nptl_main): Use normal __write rather than
7311         INTERNAL_SYSCALL.
7312         (banner): Update copyright years.
7314         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
7315         gettimeofday.
7316         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7317         * nptl/pthread_cond_timedwait.c: Likewise.
7318         * nptl/pthread_mutex_timedlock.c: Likewise.
7319         * nptl/sem_timedwait.c: Likewise.
7321         * sysdeps/nptl/bits/libc-lock.h
7322         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
7323         (__libc_lock_init_recursive): Return void, not 0.
7324         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
7325         (__libc_rwlock_init): Likewise.
7326         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
7328 2014-10-20  Torvald Riegel  <triegel@redhat.com>
7330         [BZ #15215]
7331         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
7332         (__pthread_once_slow): ... here.
7333         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
7334         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
7336 2014-10-20  Torvald Riegel  <triegel@redhat.com>
7338         [BZ #15215]
7339         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
7340         __PTHREAD_ONCE_FORK_GEN_INCR): New.
7341         * sysdeps/nptl/fork.c (__libc_fork): Use them.
7342         * nptl/pthread_once.c (__pthread_once): Likewise.
7343         Update comments.
7345 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
7347         [BZ #14138]
7348         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
7349         name.
7350         (writev): Use __libc_writev as strong name.
7351         * sysdeps/unix/sysv/linux/readv.c: Remove file.
7352         * sysdeps/unix/sysv/linux/writev.c: Likewise.
7354 2014-10-17  Roland McGrath  <roland@hack.frob.com>
7356         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
7358         * sysdeps/i386/nptl/tls.h
7359         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
7360         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
7361         New macros.
7362         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
7363         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
7364         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
7365         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
7366         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
7367         Call CHECK_THREAD_SYSINFO instead of doing an assert.
7369         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
7370         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
7371         on [__NR_futex].
7372         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
7373         broken out of ...
7374         (__pthread_mutex_init): ... here.  Call it.
7375         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
7376         Conditionalize PI cases on [__NR_futex].
7377         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
7378         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
7379         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
7381         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
7382         conditional on [SIGSETXID].
7383         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
7384         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
7385         is defined.  Likewise for SIGSETXID.
7386         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
7387         Conditionalize definitions on [SIGSETXID].
7388         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
7389         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
7390         unblocking on [SIGCANCEL].
7392         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
7393         [__NR_set_robust_list].
7395 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
7397         * string/strcoll_l.c (get_next_seq): Fix up formatting.
7398         (do_compare): Likewise.
7400 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
7402         [BZ #15884]
7403         * string/strcoll_l.c: Don't include stdio.h.
7404         (coll_seq): Remove members idxarr and rulearr.
7405         (get_next_seq_cached): Remove function.
7406         (get_next_seq): Likewise.
7407         (get_next_seq_nocache): Rename to get_next_seq.
7408         (do_compare): Remove function.
7409         (do_compare_nocache): Rename to do_compare.
7410         (STRCOLL): Remove weight and rules cache.
7412 2014-10-16  Roland McGrath  <roland@hack.frob.com>
7414         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
7415         * sysdeps/arm/sfp-machine.h: ... to here.
7416         * sysdeps/arm/Implies: Remove arm/soft-fp.
7418 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
7420         * conform/data/sys/utsname.h-data (*_t): Allow.
7421         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
7422         [POSIX] (WEXITED): Do not expect constant.
7423         [POSIX] (WSTOPPED): Likewise.
7424         [POSIX] (WNOHANG): Likewise.
7425         [POSIX] (WNOWAIT): Likewise.
7426         [POSIX] (siginfo_t): Do not expect type or elements.
7427         [POSIX] (pid_t): Do not expect type.
7428         [POSIX] (signal.h): Do not allow header.
7429         [POSIX] (sys/resource.h): Likewise.
7430         [POSIX] (si_*): Do not allow pattern.
7431         [POSIX] (W*): Likewise.
7432         [POSIX] (P_*): Likewise.
7433         [POSIX] (BUS_*): Likewise.
7434         [POSIX] (CLD_*): Likewise.
7435         [POSIX] (FPE_*): Likewise.
7436         [POSIX] (ILL_*): Likewise.
7437         [POSIX] (POLL_*): Likewise.
7438         [POSIX] (SEGV_*): Likewise.
7439         [POSIX] (SI_*): Likewise.
7440         [POSIX] (TRAP_*): Likewise.
7441         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
7442         variable.
7444 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
7446         [BZ #12926]
7447         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
7448         infinite loop when __recvmsg returns 0.
7450 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
7452         * CANCEL-FCT-WAIVE: Remove file.
7453         * CANCEL-FILE-WAIVE: Likewise.
7455         [BZ #14132]
7456         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
7457         instead of INTVARDEF.
7458         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7459         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
7460         rtld_hidden_data_def instead of INTVARDEF.
7461         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7462         * elf/dl-deps.c (expand_dst): Likewise.
7463         * elf/dl-load.c (_dl_dst_count): Likewise.
7464         (_dl_dst_substitute): Likewise.
7465         (decompose_rpath): Likewise.
7466         (_dl_init_paths): Likewise.
7467         (open_path): Likewise.
7468         (_dl_map_object): Likewise.
7469         * elf/rtld.c (dl_main): Likewise.
7470         (process_dl_audit): Likewise.
7471         (process_envvars): Likewise.
7472         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
7473         Remove declaration.
7474         (__libc_enable_secure): Use rtld_hidden_proto.
7476 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7478         * elf/dl-load.c
7479         (add_path): New function broken out of _dl_rtld_di_serinfo.
7480         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
7482 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
7484         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
7485         parentheses around macro arguments.
7486         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
7487         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
7488         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
7489         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
7490         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
7491         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7492         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7493         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
7494         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
7495         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
7496         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
7497         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
7498         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
7499         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
7500         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
7501         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
7502         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
7503         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
7504         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
7505         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
7506         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
7507         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
7508         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
7509         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7510         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7511         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
7512         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
7513         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
7514         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
7515         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
7516         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
7517         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
7518         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
7519         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
7520         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
7521         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
7522         Likewise.
7523         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
7524         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7525         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7526         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
7527         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
7528         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
7529         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
7530         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
7531         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
7532         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
7533         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
7534         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
7535         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
7536         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
7537         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
7538         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7539         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7540         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
7541         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
7542         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
7543         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
7544         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
7545         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
7546         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
7547         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
7548         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
7549         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
7550         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
7551         (_FP_FRAC_SRS_1): Likewise.
7552         (_FP_FRAC_CLZ_1): Likewise.
7553         (_FP_MUL_MEAT_1_imm): Likewise.
7554         (_FP_MUL_MEAT_1_wide): Likewise.
7555         (_FP_MUL_MEAT_1_hard): Likewise.
7556         (_FP_SQRT_MEAT_1): Likewise.
7557         (_FP_FRAC_ASSEMBLE_1): Likewise.
7558         (_FP_FRAC_DISASSEMBLE_1): Likewise.
7559         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
7560         (__FP_CLZ_2): Likewise.
7561         (_FP_MUL_MEAT_2_wide): Likewise.
7562         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
7563         (_FP_MUL_MEAT_2_gmp): Likewise.
7564         (_FP_MUL_MEAT_2_120_240_double): Likewise.
7565         (_FP_SQRT_MEAT_2): Likewise.
7566         (_FP_FRAC_ASSEMBLE_2): Likewise.
7567         (_FP_FRAC_DISASSEMBLE_2): Likewise.
7568         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
7569         (_FP_FRAC_CLZ_4): Likewise.
7570         (_FP_MUL_MEAT_4_wide): Likewise.
7571         (_FP_MUL_MEAT_4_gmp): Likewise.
7572         (_FP_SQRT_MEAT_4): Likewise.
7573         (_FP_FRAC_ASSEMBLE_4): Likewise.
7574         (_FP_FRAC_DISASSEMBLE_4): Likewise.
7575         * soft-fp/op-common.h (_FP_CMP): Likewise.
7576         (_FP_CMP_EQ): Likewise.
7577         (_FP_CMP_UNORD): Likewise.
7578         (_FP_TO_INT): Likewise.
7579         (_FP_FROM_INT): Likewise.
7580         [!__FP_CLZ] (__FP_CLZ): Likewise.
7581         (_FP_DIV_HELP_imm): Likewise.
7582         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
7583         Likewise.
7584         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
7585         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
7586         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
7587         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
7588         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
7589         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7590         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7591         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
7592         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
7593         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
7594         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
7595         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
7596         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
7597         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
7598         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
7599         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
7600         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
7601         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
7602         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
7603         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
7604         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
7605         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
7606         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
7607         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7608         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7609         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
7610         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
7611         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
7612         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
7613         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
7614         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
7615         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
7616         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
7617         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
7618         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
7619         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
7620         (FP_UNPACK_RAW_SP): Likewise.
7621         (FP_PACK_RAW_S): Likewise.
7622         (FP_PACK_RAW_SP): Likewise.
7623         (FP_UNPACK_S): Likewise.
7624         (FP_UNPACK_SP): Likewise.
7625         (FP_UNPACK_SEMIRAW_S): Likewise.
7626         (FP_UNPACK_SEMIRAW_SP): Likewise.
7627         (FP_PACK_S): Likewise.
7628         (FP_PACK_SP): Likewise.
7629         (FP_PACK_SEMIRAW_S): Likewise.
7630         (FP_PACK_SEMIRAW_SP): Likewise.
7631         (_FP_SQRT_MEAT_S): Likewise.
7632         (FP_CMP_S): Likewise.
7633         (FP_CMP_EQ_S): Likewise.
7634         (FP_CMP_UNORD_S): Likewise.
7635         (FP_TO_INT_S): Likewise.
7636         (FP_FROM_INT_S): Likewise.
7638         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
7640         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
7641         (FP_EX_INVALID_IMZ): Likewise.
7642         (FP_EX_INVALID_IMZ_FMA): Likewise.
7643         (FP_EX_INVALID_ISI): Likewise.
7644         (FP_EX_INVALID_ZDZ): Likewise.
7645         (FP_EX_INVALID_IDI): Likewise.
7646         (FP_EX_INVALID_SQRT): Likewise.
7647         (FP_EX_INVALID_CVI): Likewise.
7648         (FP_EX_INVALID_VC): Likewise.
7649         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
7650         "invalid" exceptions.
7651         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
7652         (_FP_ADD_INTERNAL): Likewise.
7653         (_FP_MUL): Likewise.
7654         (_FP_FMA): Likewise.
7655         (_FP_DIV): Likewise.
7656         (_FP_CMP_CHECK_NAN): Likewise.
7657         (_FP_SQRT): Likewise.
7658         (_FP_TO_INT): Likewise.
7659         (FP_EXTEND): Likewise.
7661 2014-10-09  Allan McRae  <allan@archlinux.org>
7663         * po/fr.po: Update French translation from translation project.
7665 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
7667         [BZ #14132]
7668         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
7669         of INTDEF.
7670         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
7671         (__cxa_atexit): Use libc_hidden_proto.
7672         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
7674         [BZ #14132]
7675         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
7676         declaration.
7677         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
7678         [!_ISOMAC] (__iswspace_l_internal): Likewise.
7679         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
7680         [!_ISOMAC] (__iswctype_internal): Likewise.
7681         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
7682         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
7683         alias.
7684         (fcntl): Remove __fcntl_internal alias.
7685         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
7686         __connect_internal alias.
7687         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
7688         Likewise.
7690         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
7691         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
7692         FP_DENORM_ZERO.
7693         (_FP_CHECK_FLUSH_ZERO): New macro.
7694         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
7695         (_FP_CMP): Likewise.
7696         (_FP_CMP_EQ): Likewise.
7697         (_FP_TO_INT): Do not set inexact for subnormal arguments if
7698         FP_DENORM_ZERO.
7699         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
7700         (FP_TRUNC): Likewise.
7702         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
7703         treated as invalid conversion, not as normal exponent.
7705         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
7706         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
7707         (_FP_CMP_EQ): Likewise.
7708         (_FP_CMP_UNORD): Likewise.
7709         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
7710         (FP_CMP_EQ_D): Likewise.
7711         (FP_CMP_UNORD_D): Likewise.
7712         * soft-fp/extended.h (FP_CMP_E): Likewise.
7713         (FP_CMP_EQ_E): Likewise.
7714         (FP_CMP_UNORD_E): Likewise.
7715         * soft-fp/quad.h (FP_CMP_Q): Likewise.
7716         (FP_CMP_EQ_Q): Likewise.
7717         (FP_CMP_UNORD_Q): Likewise.
7718         * soft-fp/single.h (FP_CMP_S): Likewise.
7719         (FP_CMP_EQ_S): Likewise.
7720         (FP_CMP_UNORD_S): Likewise.
7721         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
7722         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
7723         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
7724         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
7725         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
7726         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
7727         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
7728         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
7729         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
7730         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
7731         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
7732         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
7733         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
7734         to FP_CMP_Q.
7735         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
7736         FP_CMP_Q.
7737         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
7738         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
7739         FP_CMP_EQ_Q.
7740         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
7741         FP_CMP_Q.
7742         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
7743         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
7744         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
7745         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
7746         FP_CMP_EQ_Q.
7747         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
7748         FP_CMP_Q.
7749         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
7750         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
7751         FP_CMP_EQ_Q.
7752         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
7753         FP_CMP_Q.
7754         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
7755         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
7756         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
7757         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
7758         FP_CMP_EQ_Q.
7760         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
7761         a subnormal result, set the underflow exception if trapping on
7762         underflow is enabled.
7763         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
7764         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
7765         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
7766         redefine to 0.
7767         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
7768         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
7769         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
7770         * soft-fp/extendxftf2.c (__extendxftf2): Use
7771         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
7773         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
7774         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
7775         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7776         FP_HANDLE_EXCEPTIONS.
7777         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
7778         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7779         FP_HANDLE_EXCEPTIONS.
7780         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
7781         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7782         FP_HANDLE_EXCEPTIONS.
7783         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
7784         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7785         FP_HANDLE_EXCEPTIONS.
7787 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
7789         [BZ #14132]
7790         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
7791         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
7792         use INTUSE.
7793         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
7794         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
7795         Remove alias.
7796         (__adjtimex): Define using libc_hidden_ver.
7797         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
7798         Remove declaration.
7799         (ntp_gettime): Call __adjtimex directly.
7800         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
7801         Remove declaration.
7802         (ntp_gettimex): Call __adjtimex directly.
7803         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
7804         __adjtimex_internal alias.
7806 2014-10-08  Roland McGrath  <roland@hack.frob.com>
7808         [BZ #17460]
7809         * nscd/nscd.c (more_help): Rewrite list of tables collection
7810         using xstrdup and asprintf.
7812         * nscd/nscd_conf.c: Remove local xstrdup declaration.
7814 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7815             Roland McGrath  <roland@hack.frob.com>
7817         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
7818         (do_lookup_unique): ... local function 'enter' here; update callers.
7820 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
7822         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
7823         compat_symbol calls on [SHARED].
7824         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
7825         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
7826         Remove.
7827         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7828         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
7829         (oldsetrlimit): Remove.
7830         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7831         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
7832         (lchown): New syscall entry.
7833         (oldsetrlimit): Remove.
7834         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7835         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
7836         (oldsetrlimit): Remove.
7837         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7839         [BZ #14138]
7840         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
7841         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
7842         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
7843         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
7844         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
7845         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
7846         (fchown): Likewise.
7847         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
7848         (fchown): Likewise.
7849         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
7850         Likewise.
7852 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7854         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
7855         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
7856         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
7857         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
7858         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
7859         Likewise.
7860         (__old_sem_post): Likewise.
7862 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
7864         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
7865         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
7866         HAVE_CLOCK_GETTIME_VSYSCALL macros.
7867         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
7868         Use INLINE_VSYSCALL macro.
7869         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
7870         __vdso_clock_gettime.
7871         * sysdeps/unix/sysv/linux/tile/init-first.c
7872         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
7873         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
7874         __vdso_clock_gettime.
7876         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
7877         to set up frame more cleanly.
7879         * sysdeps/tile/memcmp.c: New file.
7881         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
7883         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
7884         * sysdeps/tile/tilegx/strcasestr.c: New file.
7885         * sysdeps/tile/tilegx/strnlen.c: New file.
7886         * sysdeps/tile/tilegx/strstr.c: New file.
7888         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
7890 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
7892         * nptl/tst-setuid3.c: Write errors to stdout.
7894 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7896         * elf/dl-deps.c
7897         (preload): New functions broken out of _dl_map_object_deps.
7898         (_dl_map_object_deps):  Remove a nested function. Update call sites.
7900 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
7902         [BZ #14138]
7903         * sysdeps/unix/sysv/linux/execve.c: Remove file.
7904         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
7906 2014-10-01  Steve Ellcey  <sellcey@mips.com>
7908         * sysdeps/mips/strcmp.S: New.
7910 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
7912         [BZ #14138]
7913         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
7914         (linkat): Likewise.
7915         (mkdirat): Likewise.
7916         (readlinkat): Likewise.
7917         (renameat): Likewise.
7918         (symlinkat): Likewise.
7919         (unlinkat): Likewise.
7920         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
7921         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
7922         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
7923         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
7924         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
7925         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
7926         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
7928 2014-09-30  Will Newton  <will.newton@linaro.org>
7930         * math/math.h: Define long double math functions if
7931         _LIBC_TEST is defined.
7932         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
7934         * localedata/Makefile: Move assignment to tests-special
7935         into an ifdef testing run-built-tests.
7936         * timezone/Makefile: Likewise.
7938 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
7940         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
7941         with $(BASH) not $(SHELL).
7943 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
7944             Matthew LeGendre  <legendre1@llnl.gov>
7946         [BZ #17411]
7947         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
7948         l_reloc_result.
7950 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7952         * stdio-common/printf_fp.c
7953         (hack_digit): New function, broken out of ...
7954         (__printf_fp): ... local function here.  Update call sites.
7955         hack_digit now takes an additional parameter that is a pointer
7956         to a struct of the referenced locals.  Those locals moved inside
7957         the struct and references updated.
7959 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
7961         * aclocal.m4: Require autoconf 2.69.
7962         * configure: Regenerated.
7963         * sysdeps/aarch64/configure: Likewise.
7964         * sysdeps/alpha/configure: Likewise.
7965         * sysdeps/arm/armv7/configure: Likewise.
7966         * sysdeps/arm/configure: Likewise.
7967         * sysdeps/ia64/configure: Likewise.
7968         * sysdeps/mach/configure: Likewise.
7969         * sysdeps/mips/configure: Likewise.
7970         * sysdeps/s390/configure: Likewise.
7971         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
7972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
7974         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
7975         file.
7976         * sysdeps/ia64/configure.ac: Likewise.
7978 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
7980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
7981         specify symbol version for ld.so.  Do not include entry for
7982         libpthread.
7983         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7984         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
7985         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7987         [BZ #14171]
7988         * Makeconfig [$(build-shared) = yes]
7989         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
7990         makefiles.
7991         [$(build-shared) = yes && $(soversions.mk-done) = t]
7992         ($(common-objpfx)gnu/lib-names.h): Remove rule.
7993         [$(build-shared) = yes && $(soversions.mk-done) = t]
7994         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
7995         to Makerules.
7996         [$(build-shared) = yes && $(soversions.mk-done) = t]
7997         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
7998         here.
7999         [$(build-shared) = yes && $(soversions.mk-done) = t]
8000         (common-generated): Don't append gnu/lib-names.h and
8001         gnu/lib-names.stmp here.
8002         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
8003         (lib-names-h-abi): New variable.
8004         [$(build-shared) = yes && $(soversions.mk-done) = t]
8005         (lib-names-stmp-abi): Likewise.
8006         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8007         abi-variants] (before-compile): Append
8008         $(common-objpfx)$(lib-names-h-abi).
8009         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8010         abi-variants] (common-generated): Append gnu/lib-names.h.
8011         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8012         abi-variants] (install-others-nosubdir): Depend on
8013         $(inst_includedir)/$(lib-names-h-abi).
8014         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8015         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
8016         [$(build-shared) = yes && $(soversions.mk-done) = t]
8017         ($(common-objpfx)$(lib-names-h-abi)): New rule.
8018         [$(build-shared) = yes && $(soversions.mk-done) = t]
8019         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
8020         [$(build-shared) = yes && $(soversions.mk-done) = t]
8021         (common-generated): Append $(lib-names-h-abi) and
8022         $(lib-names-stmp-abi).
8023         * scripts/lib-names.awk: Do not handle multi being set.
8024         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
8025         Remove variable.
8026         (abi-lp64_be-ld-soname): Likewise.
8027         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
8028         Likewise.
8029         (abi-hard-ld-soname): Likewise.
8030         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
8031         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
8032         Remove variable.
8033         (abi-o32_hard-ld-soname): Likewise.
8034         (abi-o32_soft_2008-ld-soname): Likewise.
8035         (abi-o32_hard_2008-ld-soname): Likewise.
8036         (abi-n32_soft-ld-soname): Likewise.
8037         (abi-n32_hard-ld-soname): Likewise.
8038         (abi-n32_soft_2008-ld-soname): Likewise.
8039         (abi-n32_hard_2008-ld-soname): Likewise.
8040         (abi-n64_soft-ld-soname): Likewise.
8041         (abi-n64_hard-ld-soname): Likewise.
8042         (abi-n64_soft_2008-ld-soname): Likewise.
8043         (abi-n64_hard_2008-ld-soname): Likewise.
8044         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
8045         Likewise.
8046         (abi-64-v2-ld-soname): Likewise.
8047         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
8048         ld.so entries.
8049         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
8050         variable.
8051         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
8052         entry.
8053         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
8054         variable.
8055         (abi-64-ld-soname): Likewise.
8056         (abi-x32-ld-soname): Likewise.
8057         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
8058         entry.
8059         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8061 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
8063         [BZ #14138]
8064         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
8065         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
8066         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
8067         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
8068         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
8069         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
8070         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
8071         syscall entry for GLIBC_2.2 symbol version.
8072         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
8073         Likewise.
8074         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
8075         (setrlimit): Likewise.
8076         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
8077         Likewise.
8079 2014-09-23  Will Newton  <will.newton@linaro.org>
8081         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
8082         _LINUX_ARM_SYSDEP_H include guard too.
8083         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
8084         define.
8086 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
8088         * sysdeps/unix/sysv/linux/eventfd.c:
8089         Make first argument unsigned.
8090         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
8091         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
8093 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
8095         * socket/recvmmsg.c (recvmmsg): Drop const argument.
8096         * socket/sys/socket.h: Likewise
8097         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
8099 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
8101         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
8103 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
8105         * time/tst-ftime.c: New test.
8106         * time/Makefile (tests): Add tst-ftime.
8108 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
8110         * soft-fp/extended.h: Fix comment formatting.
8111         * soft-fp/op-1.h: Likewise.
8112         * soft-fp/op-2.h: Likewise.
8113         * soft-fp/op-4.h: Likewise.
8114         * soft-fp/op-8.h: Likewise.
8115         * soft-fp/op-common.h: Likewise.
8116         * soft-fp/soft-fp.h: Likewise.
8118         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
8120 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
8122         [BZ #6652]
8123         * Makeconfig (soversions-default-setname): Remove variable.
8124         ($(common-objpfx)soversions.i): Don't pass default_setname to
8125         soversions.awk.
8126         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
8127         oldest_abi to abi-versions.awk.
8128         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
8129         * config.make.in (oldest-abi): Remove variable.
8130         * configure.ac (--enable-oldest-abi): Remove configure option.
8131         * configure: Regenerated.
8132         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
8133         text.
8134         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
8135         * scripts/soversions.awk: Do not handle default_setname variable.
8136         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
8137         variable.
8138         * sysdeps/mach/hurd/configure: Regenerated.
8139         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
8140         variable.
8141         * sysdeps/unix/sysv/linux/configure: Regenerated.
8143 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
8145         * elf/Makefile (CFLAGS-interp.c): Remove.
8146         ($(elf-objpfx)runtime-linker.h): Generate header with linker
8147         path string.
8148         * elf/interp.c: Include generated runtime-linker.h
8150         * Makerules (lib%.so): Don't include $(+interp) in
8151         prerequisites.
8152         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
8153         * dlfcn/eval.c: Remove file.
8155         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
8156         macros.
8158         [BZ #17266]
8159         * misc/sys/cdefs.h: Define __extern_always_inline for clang
8160         4.2 and newer.
8162         [BZ #17370]
8163         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
8165 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
8166             Jakub Jelinek  <jakub@redhat.com>
8168         [BZ #17266]
8169         * libio/stdio.h: Check definition of __fortify_function
8170         instead of __extern_always_inline to include bits/stdio2.h.
8171         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
8172         check if __extern_always_inline is defined.
8173         [__USE_MISC || __USE_XOPEN]: Likewise.
8174         [__USE_ISOC99] Likewise.
8175         * misc/sys/cdefs.h (__fortify_function): Define only if
8176         __extern_always_inline is defined.
8177         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
8178         __extern_always_inline and __extern_inline only for g++-4.3
8179         and newer or a compatible gcc.
8181 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
8183         [BZ #17371]
8184         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8185         last change to handle zero prefix length.
8187 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
8189         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
8190         _SC_REGEX_VERSION.
8192         * posix/getconf.c (vars): Add _POSIX_IPV6 and
8193         _POSIX_RAW_SOCKETS.
8195 2014-09-13  Allan McRae  <allan@archlinux.org>
8197         * po/ru.po: Update Russian translation from translation project.
8199 2014-09-12  Roland McGrath  <roland@hack.frob.com>
8201         * locale/programs/locale.c (show_locale_vars): Inline local function
8202         into its sole call site.  Clean up some style nits.
8203         (print_item): New function, broken out of ...
8204         (show_info): ... local function here.  Clean up style nits.
8206         * locale/programs/ld-ctype.c (set_one_default): New function, broken
8207         out of ...
8208         (set_class_defaults): ... local function set_default here.
8209         Define set_default as a macro locally to pass constant parameters.
8210         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
8211         rather than a shared local.
8213         * stdlib/rpmatch.c (try): New function, broken out of ...
8214         (rpmatch): ... local function here.  Also, prototypify definition.
8216 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
8218         * scripts/soversions.awk: Do not handle configuration names.
8219         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
8220         vendor and os variables to soversions.awk.
8221         * configure.ac: Do not modify gnu-* host_os.
8222         * configure: Regenerated
8223         * shlib-versions: Remove first column with configuration names.
8224         * nptl/shlib-versions: Likewise.
8225         * nptl_db/shlib-versions: Likewise.
8226         * sysdeps/hppa/shlib-versions: Likewise.
8227         * sysdeps/m68k/shlib-versions: Likewise.
8228         * sysdeps/mach/hurd/shlib-versions: Likewise.
8229         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
8230         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
8231         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
8232         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
8233         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
8234         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
8235         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
8236         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
8237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
8238         Likewise.
8239         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8240         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
8241         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
8242         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
8243         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
8244         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
8245         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
8246         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8248         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
8249         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
8250         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
8251         Regenerated.
8252         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
8253         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
8254         Condition symbol version definitions on [HAVE_ELFV2_ABI].
8256         * shlib-versions: Remove OS-specific entries.  Moved to files in
8257         sysdeps.
8258         * sysdeps/mach/hurd/shlib-versions: New file.
8259         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
8261         * nptl/shlib-versions: Remove architecture-specific entries.
8262         Moved to files in sysdeps.
8263         * shlib-versions: Likewise.
8264         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
8265         file.
8266         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8267         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
8268         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
8269         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
8271         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
8272         (UDP_NO_CHECK6_RX): Likewise.
8274 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8276         * sysdeps/posix/sysconf.c (__sysconf): Spell
8277         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
8279 2014-08-12  Florian Weimer  <fweimer@redhat.com>
8281         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
8282         loading.
8283         * iconv/Versions (__gconv_transliterate): Export for use from
8284         gconv modules.
8285         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
8286         (struct __gconv_trans_data, __gconv_trans_fct,
8287         __gconv_trans_context_fct, __gconv_trans_query_fct,
8288         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
8289         definitions.
8290         (struct __gconv_step_data): Remove __trans member.
8291         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
8292         longer hidden.  Remove unused trans_data argument.
8293         * iconv/gconv_int.h (struct trans_struct): Remove definition.
8294         (__gconv_translit_find): Remove declaration.
8295         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
8296         prototype.
8297         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
8298         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
8299         trans_data argument.  Add hidden definition.
8300         (__gconv_translit_find): Remove.
8301         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
8302         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
8303         * iconv/skeleton.c: Remove transliteration initialization.
8304         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
8305         __gconv_step_data initialization.
8306         * libio/iofwide.c (__libio_translit_): Remove.
8307         (_IO_fwide): Adjust struct __gconv_step_data initialization.
8308         * wcsmbs/btowc.c (__btowc): Likewise.
8309         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
8310         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
8311         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
8312         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
8313         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
8314         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
8315         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
8316         * wcsmbs/wctob.c (wctob): Likewise.
8318 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8320         [BZ #16194]
8321         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
8322         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
8323         register usage.
8324         * sysdeps/x86/Makefile: Adjust.
8326 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8327             Roland McGrath  <roland@hack.frob.com>
8329         * locale/weight.h: Add include guard.
8330         (findidx): Make static rather than auto; take new parameters
8331         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
8332         * locale/weightwc.h: Likewise.
8333         * posix/fnmatch_loop.c
8334         (FCT): Change type of EXTRA from int32_t to wint_t.
8335         Don't include either header inside the function.
8336         Call FINDIDX rather than findidx, and pass new arguments.
8337         #undef FINDIDX at the end of the file.
8338         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
8339         FINDIDX before including fnmatch_loop.c for the non-wide version.
8340         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
8341         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
8342         for the wide version.
8343         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
8344         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
8345         Pass new arguments to findidx.
8346         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
8347         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
8348         Don't #include it inside the function.  Pass new arguments to findidx.
8349         * posix/regex_internal.h
8350         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
8351         (re_string_elem_size_at): Don't #include it inside the function.
8352         Pass new arguments to findidx.
8353         * string/strcoll_l.c: #include WEIGHT_H at top level.
8354         (get_next_seq): Don't #include it inside the function.
8355         Pass new arguments to findidx.
8356         (get_next_seq_nocache): Likewise.
8357         * string/strxfrm_l.c: #include WEIGHT_H at top level.
8358         (STRXFRM): Don't #include it inside the function.
8359         Pass new arguments to findidx.
8361 2014-09-11  Florian Weimer  <fweimer@redhat.com>
8363         [BZ #17344]
8364         * malloc/malloc.c (unlink): Turn asserts into a call to
8365         malloc_printerr.
8367 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
8369         [BZ #17370]
8370         * libio/wfileops (do_ftell_wide): Free OUT.
8372 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
8374         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
8376 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8378         [BZ #17363]
8379         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
8380         group if the current group is empty.
8382 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8384         * benchtests/bench-memset.c (test_main): Add more test from size
8385         from 32 to 512 bytes.
8386         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8387         Add POWER8 memset object.
8388         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8389         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
8390         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
8391         implementation.
8392         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
8393         Likewise.
8394         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
8395         multiarch POWER8 memset optimization.
8396         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
8397         POWER8 memset optimization.
8399         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8400         Remove bzero multiarch objects.
8401         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
8402         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
8403         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
8404         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
8405         Remove define.
8406         [__bzero]: Redefine to specific name.
8407         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
8408         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
8409         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
8410         define.
8411         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
8412         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
8414 2014-09-10  Florian Weimer  <fweimer@redhat.com>
8416         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
8417         warnings into errors.
8419         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
8420         __cxa_thread_atexit_impl prototype.
8422 2014-09-09  Steve Ellcey  <sellcey@mips.com>
8424         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
8425         Fix capitalization of error message.
8427 2014-09-09  Steve Ellcey  <sellcey@mips.com>
8429         * sysdeps/mips/preconfigure: Modify ABI tests.
8431 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
8433         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
8435 2014-09-07  Roland McGrath  <roland@hack.frob.com>
8436             Carlos O'Donell  <carlos@systemhalted.org>
8438         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
8439         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
8440         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
8441         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
8442         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
8443         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
8444         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
8445         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
8446         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
8447         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
8448         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
8449         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
8450         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
8451         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
8452         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
8453         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
8454         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
8455         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
8456         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
8457         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
8458         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
8459         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
8460         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
8461         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
8462         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
8463         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
8464         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
8465         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
8466         Deconditionalize the code that was previously under [RESET_PID].
8467         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
8468         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
8469         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
8470         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
8471         include sysdep.h.
8473 2014-09-08  Allan McRae  <allan@archlinux.org>
8475         * version.h (RELEASE): Set to "development".
8476         (VERSION): Set to "2.20.90"
8478 2014-09-07  Allan McRae  <allan@archlinux.org
8480         * version.h (RELEASE): Set to "stable".
8481         (VERSION): Set to "2.20"
8482         * include/features.h (__GLIBC_MINOR__): Set to 20.
8484         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
8485         Liebler.
8487         * po/ko.po: Update Korean translation from translation project.
8489 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
8491         [BZ #17354]
8492         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
8493         macro for handling signed relocations.
8495 2014-09-03  Florian Weimer  <fweimer@redhat.com>
8497         [BZ #17325]
8498         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
8499         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
8500         assert.
8501         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
8502         * iconvdata/ibm935.c (BODY): Likewise.
8503         * iconvdata/ibm937.c (BODY): Likewise.
8504         * iconvdata/ibm939.c (BODY): Likewise.
8505         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
8506         assert.
8507         * iconvdata/Makefile (iconv-test.out): Pass module list to test
8508         script.
8509         * iconvdata/run-iconv-test.sh: New test loop for checking for
8510         decoder crashers.
8512 2014-09-02  Khem Raj  <raj.khem@gmail.com>
8514         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
8515         libm_hidden_ver.
8517 2014-09-01  Allan McRae  <allan@archlinux.org>
8519         * po/eo.po: Update Esperanto translation from translation project.
8521         * po/ca.po: Update Catalan translation from translation project.
8523 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8525         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
8526         __proc_dostop call.
8528 2014-08-27  Mark Wielaard  <mjw@redhat.com>
8530         [BZ #17319]
8531         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
8532         to call set_thread_area instead of hand written asm.
8533         (__NR_set_thread_area): Removed define.
8534         (TLS_FLAG_WRITABLE): Likewise.
8535         (__ASSUME_SET_THREAD_AREA): Remove check.
8536         (TLS_EBX_ARG): Remove define.
8537         (TLS_LOAD_EBX): Likewise.
8539 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8541         Simplify atomicity of socket creation in bind.
8543         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
8544         looking up the name after linking the file.
8546 2014-08-27  Allan McRae  <allan@archlinux.org>
8548         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8550 2014-08-26  Florian Weimer  <fweimer@redhat.com>
8552         [BZ #17187]
8553         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
8554         trans_compare, open_translit, __gconv_translit_find):
8555         Remove module loading code.
8557 2014-08-26  Allan McRae  <allan@archlinux.org>
8559         * po/vi.po: Update Vietnamese translation from translation project.
8561         * po/uk.po: Update Ukrainian translation from translation project.
8563         * po/fr.po: Update French translation from translation project.
8565         * po/ru.po: Update Russian translation from translation project.
8567         * po/pl.po: Update Polish translation from translation project.
8569         * po/cs.po: Update Czech translation from translation project.
8571         * po/de.po: Update German translation from translation project.
8573         * po/bg.po: Update Bulgarian translation from translation project.
8575         * po/sv.po: Update Sweedish translation from translation project.
8577         * po/nl.po: Update Dutch translation from translation project.
8579         * po/es.po: Update Spanish translation from translation project.
8581 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
8583         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
8585         * catgets/Makefile (CPPFLAGS-gencat): Remove.
8586         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
8587         (CPPFLAGS-iconvconfig): Likewise.
8588         * timezone/Makefile (CPPFLAGS-zic): Likewise.
8590         * include/libc-symbols.h: Remove unnecessary check for
8591         NOT_IN_libc.
8592         * nptl/pthreadP.h: Likewise.
8593         * sysdeps/aarch64/setjmp.S: Likewise.
8594         * sysdeps/alpha/setjmp.S: Likewise.
8595         * sysdeps/arm/sysdep.h: Likewise.
8596         * sysdeps/i386/setjmp.S: Likewise.
8597         * sysdeps/m68k/setjmp.c: Likewise.
8598         * sysdeps/posix/getcwd.c: Likewise.
8599         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
8600         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
8601         * sysdeps/s390/s390-32/setjmp.S: Likewise.
8602         * sysdeps/s390/s390-64/setjmp.S: Likewise.
8603         * sysdeps/sh/sh3/setjmp.S: Likewise.
8604         * sysdeps/sh/sh4/setjmp.S: Likewise.
8605         * sysdeps/unix/alpha/sysdep.h: Likewise.
8606         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
8607         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
8608         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
8609         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
8610         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
8611         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
8612         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
8613         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
8614         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
8615         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
8616         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
8617         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
8618         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
8619         * sysdeps/x86_64/setjmp.S: Likewise.
8621 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
8623         [BZ #17263]
8624         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
8625         <stdint.h>.
8626         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
8627         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
8629 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
8631         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
8633         [BZ #17262]
8634         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
8635         and __x86_64__ when disabling x87 inline functions.
8637 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
8639         [BZ #17259]
8640         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
8641         asm statement with __cpuid_count.
8643 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
8645         * configure.ac: Change __ehdr_start code to dereference the struct.
8646         Run readelf on the output to look for relocations.
8647         * configure: Regenerated.
8649 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
8651         [BZ #17261]
8652         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
8653         value to 0.
8654         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
8656 2014-08-12  Roland McGrath  <roland@hack.frob.com>
8658         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
8660 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
8662         [BZ #16892]
8663         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
8664         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
8666 2014-08-12  Sean Anderson  <seanga2@gmail.com>
8668         * malloc/malloc.c: Fix typo in comment.
8670 2014-08-09  Allan McRae  <allan@archlinux.org>
8672         * Regenerate libc.po.
8674 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
8676         * intl/tst-gettext2.sh: Check every lang file for creation.
8678 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
8680         * sysdeps/aarch64/fpu/math_private.h
8681         (libc_feholdsetround_noex_aarch64_ctx): New function.
8683 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
8685         * sysdeps/arm/armv6/strcpy.S (strcpy):
8686         Fix performance issue in misaligned cases.
8688 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8690         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
8691         Move definition from termios.h.
8692         (struct termio): Likewise.
8693         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8694         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
8695         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
8696         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
8697         Likewise.
8698         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
8699         Move definition to ioctl-types.h
8700         (struct termio): Likewise.
8701         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8702         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
8703         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
8704         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
8705         Likewise.
8707 2014-08-05  Richard Henderson  <rth@redhat.com>
8709         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
8710         exceptions.
8711         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
8712         Add fraiseexcpt.
8713         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
8714         Use __feraiseexcept.
8715         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
8716         Protect libm symbols with IS_IN_libm.
8718         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
8720 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
8722         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
8724 2014-08-04  Will Newton  <will.newton@linaro.org>
8726         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
8727         file.
8729 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
8731         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
8732         variants for each function.
8734 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8736         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
8737         appended ...
8738         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
8739         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
8740         appended ...
8741         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
8742         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
8743         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
8744         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
8745         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
8746         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
8747         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
8748         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
8749         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
8750         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
8751         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
8752         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
8753         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
8754         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
8755         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
8756         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
8757         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
8758         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
8759         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
8760         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
8761         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
8762         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
8763         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
8764         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
8765         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
8766         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
8767         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
8768         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
8769         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
8770         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
8771         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
8772         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
8773         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
8774         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
8775         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
8776         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
8777         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
8778         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
8779         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
8780         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
8781         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
8782         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
8783         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
8784         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
8785         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
8786         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
8787         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
8788         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
8789         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
8790         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
8791         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
8792         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
8793         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
8794         Update #include.
8795         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
8796         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
8798 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8800         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
8801         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
8802         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
8803         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
8804         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
8805         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
8807 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8809         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
8810         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
8811         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8812         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
8814 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8816         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
8817         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
8818         (__libc_vfork): Define function under this name.
8819         (__vfork): Define as an alias.
8820         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
8821         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
8823 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8825         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
8826         that was previously under [RESET_PID].
8827         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
8829 2014-08-04  Andreas Schwab  <schwab@suse.de>
8831         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
8833 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
8835         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
8836         (main): Likewise.
8838 2014-08-01  Roland McGrath  <roland@hack.frob.com>
8840         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
8842 2014-08-01  Richard Henderon  <rth@redhat.com>
8844         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
8845         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
8846         typo in exact zero test.
8847         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
8848         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
8849         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
8851 2014-08-01  Roland McGrath  <roland@hack.frob.com>
8853         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
8854         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
8855         * sysdeps/arm/sysdep.h: ... here.
8856         [!__ASSEMBLER__]: Include <stdint.h>.
8858 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
8860         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
8861         (HAVE_WCTYPE_H): Likewise.
8862         (HAVE_ISWCTYPE): Likewise.
8863         (ENABLE_NLS): Likewise.
8864         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
8865         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
8867         * posix/regex_internal.c: Check if DEBUG is defined and is
8868         set.
8870         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
8871         (HAVE_MBSRTOWCS): Likewise.
8872         * posix/fnmatch.c: Include string.h unconditionally.
8874 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
8876         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
8877         reversal.
8879 2014-07-31  Roland McGrath  <roland@hack.frob.com>
8881         * sysdeps/generic/safe-fatal.h: New file.
8882         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
8883         * nptl/forward.c: Include it.
8884         (__pthread_unwind): Use __safe_fatal as default action, rather
8885         than a bogus use of INTERNAL_SYSCALL that could never work.
8887         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
8888         * configure.ac (libc_cv_builtin_trap): New test.
8889         * configure: Regenerated.
8890         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
8891         (ABORT_INSTRUCTION): Define using __builtin_trap.
8893         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
8894         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
8895         * sysdeps/nptl/nptl-signals.h: New file.
8896         * nptl/pthreadP.h: Include <nptl-signals.h>.
8898 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
8900         * sysdeps/s390/s390-64/utf16-utf32-z9.c
8901         (ONE_DIRECTION): Define.
8902         * sysdeps/s390/s390-64/utf8-utf16-z9.c
8903         (ONE_DIRECTION): Define.
8904         * sysdeps/s390/s390-64/utf8-utf32-z9.c
8905         (ONE_DIRECTION): Define.
8907 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
8909         * sysdeps/s390/Makefile: Delete file.
8910         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
8911         * sysdeps/s390/__longjmp.c: Delete file.
8912         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
8913         Remove fields __flags and __reserved.
8914         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
8915         and add versioning.
8916         * sysdeps/s390/rtld-__longjmp.c: Delete file.
8917         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
8918         * sysdeps/s390/rtld-setjmp.S: Likewise.
8919         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
8920         * sysdeps/s390/s390-32/__longjmp.c: ... here.
8921         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
8922         * sysdeps/s390/s390-32/setjmp.S: ... here.
8923         Add versioning.
8924         (__sigsetjmp): Remove setting __flags field.
8925         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
8926         * sysdeps/s390/s390-64/__longjmp.c: ... here.
8927         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
8928         * sysdeps/s390/s390-64/setjmp.S: ... here.
8929         Add versioning.
8930         (__sigsetjmp): Remove setting __flags field.
8931         * sysdeps/s390/setjmp.S: Delete file.
8932         * sysdeps/s390/sigjmp.c: Likewise.
8933         * sysdeps/s390/v1-longjmp.c: Likewise.
8934         * sysdeps/s390/v1-setjmp.h: Likewise.
8935         * sysdeps/s390/v1-sigjmp.c: Likewise.
8936         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
8937         Remove v1-longjmp_chk.
8938         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
8939         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
8940         Include debug/longjmp_chk.c and add versioning.
8941         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
8942         Include nptl/pt-longjmp.c and add versioning.
8943         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
8944         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
8945         Include __longjmp.c.
8946         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
8947         Move to ...
8948         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
8949         (__getcontext): Remove setting __flags field.
8950         Add versioning.
8951         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
8952         Don't restore upper high grps.
8953         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
8954         Likewise.
8955         (__swapcontext): Remove setting uc_flags field.
8956         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
8957         Delete file.
8958         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
8959         Include __longjmp.c.
8960         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
8961         Move to ...
8962         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
8963         (__getcontext): Remove setting __flags field.
8964         Add versioning.
8965         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
8966         (__swapcontext): Remove setting uc_flags field.
8967         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
8968         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
8969         Remove fields uc_high_gprs and __reserved.
8970         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
8971         New file with reverted content.
8972         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
8973         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
8974         Regenerated.
8975         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
8976         Regenerated.
8978 2014-07-31  Andreas Schwab  <schwab@suse.de>
8980         * config.h.in (HAVE_IFUNC): Define to 0.
8981         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
8982         definedness.
8984 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
8986         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
8987         memmove-avx-unaligned, memcpy-avx-unaligned and
8988         mempcpy-avx-unaligned.
8989         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8990         Add tests for AVX memcpy functions.
8991         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
8992         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
8993         memcpy_chk.
8994         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
8995         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
8996         memmove_chk.
8997         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
8998         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
8999         mempcpy_chk.
9000         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
9001         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
9002         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
9004 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9006         [BZ #17213]
9007         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
9008         powerpc64le.
9010 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
9012         [BZ #16839]
9013         * manual/llio.texi: Add section about open file description locks.
9014         * manual/examples/ofdlocks.c: Example of open file description
9015         lock usage.
9016         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
9017         F_OFD_SETLK, and F_OFD_SETLKW.
9019 2014-07-23  Allan McRae  <allan@archlinux.org>
9021         * po/es.po: Update Spanish translation from translation project.
9023 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
9025         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
9027 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
9029         [BZ #17078]
9030         * sysdeps/arm/dl-machine.h (elf_machine_rela)
9031         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
9032         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
9034 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
9036         [BZ #17088]
9037         * math/fesetenv.c (__fesetenv)
9038         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
9039         * math/feupdateenv.c (__feupdateenv)
9040         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
9042         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
9043         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
9044         (__ASSUME_SOCKETCALL): Do not define.
9046         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
9047         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
9048         (__ASSUME_SOCKETCALL): Do not define.
9049         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
9050         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
9051         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9052         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
9053         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9054         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
9055         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9056         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9058         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
9059         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
9060         (__ASSUME_SOCKETCALL): Do not define.
9061         (__ASSUME_IPC64): Define unconditionally.
9062         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
9063         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9064         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
9065         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9066         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
9067         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9068         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
9069         Likewise.
9071         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
9072         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
9073         (__ASSUME_SOCKETCALL): Do not define.
9074         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
9075         (__ASSUME_FUTEX_LOCK_PI): Likewise.
9076         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9077         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
9078         (__ASSUME_REQUEUE_PI): Define unconditionally.
9079         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
9080         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
9081         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9082         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
9083         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9084         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9086         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
9087         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
9088         (__ASSUME_SOCKETCALL): Do not define.
9089         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
9090         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9091         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9092         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
9093         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9094         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9096         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
9097         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
9098         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9099         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
9100         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9101         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
9102         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9103         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
9104         (__ASSUME_GETCPU_SYSCALL): Likewise.
9106         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
9107         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
9108         cases for individual architectures.
9109         * sysdeps/gnu/configure: Regenerated.
9110         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
9111         LIBC_SLIBDIR_RTLDDIR.
9112         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
9113         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
9114         LIBC_SLIBDIR_RTLDDIR.
9115         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
9116         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
9117         LIBC_SLIBDIR_RTLDDIR.
9118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
9119         Regenerated.
9120         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
9121         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
9122         file.
9123         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
9124         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
9125         file.
9126         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
9127         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
9128         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
9129         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
9131         * sysdeps/aarch64/shlib-versions: Move to ...
9132         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
9133         * sysdeps/alpha/shlib-versions: Move to ...
9134         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
9135         * sysdeps/arm/shlib-versions: Move to ...
9136         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
9137         * sysdeps/hppa/shlib-versions: Move all contents except for
9138         libgcc_s entry to ...
9139         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
9140         entry from ...
9141         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
9142         * sysdeps/ia64/shlib-versions: Move to ...
9143         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
9144         entry from ...
9145         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
9146         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
9147         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
9148         * sysdeps/microblaze/shlib-versions: Move to ...
9149         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
9150         * sysdeps/mips/shlib-versions: Move to ...
9151         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
9152         entry from ...
9153         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
9154         * sysdeps/tile/shlib-versions: Move to ...
9155         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
9156         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
9157         from ...
9158         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
9159         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
9160         entry from ...
9161         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
9163 2014-07-17  Will Newton  <will.newton@linaro.org>
9165         * sysdeps/arm/bits/atomic.h
9166         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
9167         (__arch_compare_and_exchange_bool_16_int): Likewise.
9168         (__arch_compare_and_exchange_bool_64_int): Likewise.
9170         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
9171         into an #else block.
9173 2014-07-16  Roland McGrath  <roland@hack.frob.com>
9175         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
9176         just Linux configurations.  Test empirically that the compiler sets
9177         __ARM_EABI__, rather than using the tuple to decide.
9178         * sysdeps/arm/preconfigure: Regenerated.
9179         * sysdeps/unix/sysv/linux/arm/configure: File removed.
9180         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
9181         contents appended ...
9182         * sysdeps/arm/configure.ac: ... here.
9183         * sysdeps/arm/configure: Regenerated.
9185 2014-07-15  Roland McGrath  <roland@hack.frob.com>
9187         * nptl/pthread_kill.c: New file.
9188         * nptl/pthread_sigmask.c: New file.
9189         * nptl/pthread_sigqueue.c: New file.
9191         * sysdeps/nptl/lowlevellock.h: New file.
9192         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
9193         * sysdeps/nptl/lowlevellock-futex.h: New file.
9195         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
9196         Remove dead declarations.
9198 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
9200         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
9201         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
9202         config-cflags-avx2.
9203         * sysdeps/x86_64/configure.ac: Likewise.
9204         * sysdeps/i386/configure: Regenerated.
9205         * sysdeps/x86_64/configure: Likewise.
9206         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
9207         memset-avx2 only if config-cflags-avx2 is yes.
9208         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9209         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
9210         defined.
9211         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
9212         only if HAVE_AVX2_SUPPORT is defined.
9213         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
9215 2014-07-14  Alan Modra  <amodra@gmail.com>
9217         [BZ #17153]
9218         * elf/elf.h (DT_PPC64_NUM): Correct value.
9219         * NEWS: Add to fixed bug list.
9221 2014-07-13  Jim Meyering  <meyering@fb.com>
9223         [BZ 17150]
9224         regex: don't deref NULL upon heap allocation failure
9225         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
9226         failure in one more place.
9227         To trigger the segfault, configure grep -with-included-regex,
9228         build it, and run these commands:
9229         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
9231 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
9233         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
9235 2014-07-11  Richard Henderson  <rth@redhat.com>
9237         * sysdeps/aarch64/libm-test-ulps: Update.
9239 2014-07-10  Florian Weimer  <fweimer@redhat.com>
9241         [BZ #17135]
9242         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
9243         * nptl/allocatestack.c (__nptl_setxid_error): New function.
9244         (__nptl_setxid): Initialize error member.  Call
9245         __nptl_setxid_error.
9246         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
9247         * nptl/descr.h (struct xid_command): Add error member.
9248         * nptl/tst-setuid3.c: New file.
9249         * nptl/Makefile (tests): Add it.
9251 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9253         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
9254         New define.
9255         (__lll_trylock): Use __lll_base_trylock.
9256         (__lll_cond_trylock): Likewise.
9258 2014-07-10  Roland McGrath  <roland@hack.frob.com>
9260         * nptl/pthread_create.c (start_thread): Use atomic_or and
9261         lll_futex_wake directly rather than lll_robust_dead.
9262         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9263         (lll_robust_dead): Macro removed.
9264         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
9265         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9266         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9267         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9268         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9269         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9270         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9271         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9272         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9273         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9274         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9275         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9276         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9277         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9278         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9280         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
9281         Use atomic_compare_and_exchange_val_acq directly rather than
9282         lll_robust_trylock.
9283         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9284         (__lll_robust_trylock, lll_robust_trylock): Removed.
9285         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9286         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9287         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9288         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9289         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9290         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9291         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9292         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9293         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9294         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9295         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9296         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9297         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9298         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9300 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9302         * manual/locale.texi (Locale Names): New section documenting
9303         locale name syntax.  Adjust menu and node chaining accordingly.
9304         (Choosing Locale): Reference Locale Names, Locale Categories.
9305         Mention setting LC_ALL=C.  Reflect that name syntax is now
9306         documented.
9307         (Locale Categories): New section title.  Reference Locale Names.
9308         LC_ALL is an environment variable, but not a category.
9309         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
9310         description, now in Locale Name.  Reference that section.  Locale
9311         name syntax is now documented.
9313 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9315         [BZ #17137]
9316         * locale/findlocale.c (name_present, valid_locale_name): New
9317         functions.
9318         (_nl_find_locale): Use the loc_name variable to store name
9319         candidates.  Call name_present and valid_locale_name to check and
9320         validate locale names.  Return an error if the locale is invalid.
9322 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9324         * locale/setlocale.c (setlocale): Use strdup for allocating
9325         composite name copy.
9327 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
9329         Sync up with gnulib.
9330         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
9331         [!_LIBC && ENABLE_NLS]: Include gettext.h.
9332         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
9333         and _GL_ARG_NONNULL.
9334         [USE_UNLOCKED_IO]: Include unlocked-io.h.
9335         [!_LIBC]: Include code for Windows and Cygwin.
9336         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
9337         Include prototype for int strerror_r.
9338         [!_LIBC] (is_open): New function.
9339         (flush_stdout): New function.
9340         (print_errno_message): Use it.
9341         (error): Likewise.
9342         (error_at_line): Likewise.
9343         (error_tail) Add function attribute macros.  Use
9344         __builtin_expect.
9346         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
9348         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
9350         * io/ftw.c: Include sys/param.h unconditionally.
9352         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
9354         [BZ #17125]
9355         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
9356         libc_freeres_ptr.
9357         (freecache): New function to free CACHE on exit.
9359         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
9360         initialization.
9362 2014-07-09  David S. Miller  <davem@davemloft.net>
9364         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9366         * sysdeps/sparc/nptl/internaltypes.h: Delete.
9367         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
9368         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
9369         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
9370         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
9371         * sysdeps/sparc/nptl/sem_init.c: Likewise.
9372         * sysdeps/sparc/nptl/sem_post.c: Likewise.
9373         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
9374         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
9375         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
9376         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
9377         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
9378         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
9380 2014-07-09  Andreas Schwab  <schwab@suse.de>
9382         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
9383         output.
9384         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
9385         (do_test): Likewise.
9387         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
9389 2014-07-09  Will Newton  <will.newton@linaro.org>
9391         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
9392         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
9393         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
9394         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
9395         * sysdeps/hppa/start.S (_start): Likewise.
9397 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
9399         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
9401         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
9402         defined.
9404 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
9406         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
9407         after checking that it is non-NULL.
9409         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
9411 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9413         * sysdeps/powerpc/memmove.c: Remove file.
9414         * sysdeps/powerpc/powerpc32/power4/memcopy.h
9415         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
9416         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
9417         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
9418         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
9419         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
9420         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
9421         string memmove instead of removed powerpc one.
9423         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
9424         [weak_alias]: Fix compiler warning due trailing data.
9425         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
9426         [weak_alias]: Likewise.
9427         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
9428         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
9430         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
9431         (__libc_ifunc_impl_list): Add memmove functions.
9433 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
9435         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
9436         Remove code.
9437         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
9438         Likewise
9439         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
9440         Likewise
9441         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
9442         Likewise
9443         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
9444         Likewise
9445         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
9446         Likewise
9447         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
9448         Likewise
9449         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
9450         Likewise
9451         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
9452         Likewise
9453         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
9454         Likewise
9455         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
9456         Likewise
9457         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
9458         Likewise
9459         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
9460         Likewise
9461         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
9462         Likewise
9463         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
9464         Likewise
9465         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
9466         Likewise
9467         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
9468         Likewise
9470 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9472         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
9473         to avoid alignment traps in non-cacheable memory.
9474         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
9476         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
9477         multiarch objects.
9478         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
9479         file: multiarch power7 memmove.
9480         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
9481         multiarch default memmove.
9482         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
9483         multiarch memove for powerpc32/power4.
9485         * string/bcopy.c: Use full path to include memmove.c.
9486         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
9487         multiarch objects.
9488         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
9489         bcopy for powerpc64.
9490         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
9491         bcopy for powerpc64.
9492         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
9493         and memmove implementations.
9494         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
9495         optimized multiarch memmove for POWER7/powerpc64.
9496         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
9497         default multiarch memmove for powerpc64.
9498         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
9499         multiarch for powerpc64.
9500         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
9501         for POWER7/powerpc64.
9502         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
9503         memmove for POWER7/powerpc64.
9505         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
9506         glibc default one.
9508         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
9509         __ELF_NATIVE_CLASS equal to 64.
9511 2014-07-07  Roland McGrath  <roland@hack.frob.com>
9513         * sysdeps/nptl/lowlevellock.h: File removed.
9515         * NEWS: NPTL is no longer an add-on!
9516         * nptl/internaltypes.h: Moved ...
9517         * sysdeps/nptl/internaltypes.h: ... here.
9518         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
9519         * sysdeps/nptl/fork.c: Likewise.
9520         * sysdeps/nptl/gai_misc.h: Likewise.
9521         * sysdeps/nptl/librt-cancellation.c: Likewise.
9522         * sysdeps/nptl/jmp-unwind.c: Likewise.
9523         * sysdeps/nptl/setxid.h: Likewise.
9524         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
9525         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
9526         * sysdeps/unix/sysv/linux/arm/Implies: New file.
9527         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
9528         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
9529         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
9530         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
9531         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
9532         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
9533         * sysdeps/unix/sysv/linux/mips/Implies: New file.
9534         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
9535         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
9536         * sysdeps/unix/sysv/linux/sh/Implies: New file.
9537         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
9538         * sysdeps/unix/sysv/linux/tile/Implies: New file.
9539         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
9540         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
9541         * nptl/Makeconfig: Moved ...
9542         * sysdeps/nptl/Makeconfig: ... here.
9543         * nptl/configure: File removed.
9544         * nptl/ANNOUNCE: File removed.
9545         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
9546         * sysdeps/unix/sysv/linux/configure: Regenerated.
9548         * nptl/Makefile (routines): Add libc_pthread_init,
9549         libc_multiple_threads, register-atfork and unregister-atfork.
9550         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
9551         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
9552         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
9553         pthread-pi-defines.sym, structsem.sym.
9554         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
9555         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
9556         [$(subdir) = nptl] (tests): Add tst-setgetname.
9557         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
9558         * sysdeps/unix/sysv/linux/sigaction.c: Just include
9559         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
9560         [!LIBC_SIGACTION]: Remove aliases.
9561         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
9562         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
9563         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9564         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
9565         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
9566         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
9567         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
9568         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
9569         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9570         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
9571         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
9572         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
9573         __libc_allocate_rtsig_private.
9574         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
9575         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
9576         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
9577         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
9578         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
9579         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
9580         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
9581         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
9582         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
9583         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
9584         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
9585         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
9586         * nptl/internaltypes.h: ... here.
9587         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
9588         * sysdeps/nptl/jmp-unwind.c: ... here.
9589         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
9590         * nptl/libc-lowlevellock.c: ... here.
9591         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
9592         * nptl/libc_multiple_threads.c: ... here.
9593         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
9594         * nptl/libc_pthread_init.c: ... here.
9595         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
9596         * nptl/lowlevelbarrier.sym: ... here.
9597         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
9598         * nptl/lowlevelcond.sym: ... here.
9599         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
9600         * nptl/lowlevellock.c: ... here.
9601         * nptl/lowlevellock.h: Moved ...
9602         * sysdeps/nptl/lowlevellock.h: ... here.
9603         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
9604         * nptl/lowlevelrobustlock.c: ... here.
9605         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
9606         * nptl/lowlevelrobustlock.sym: ... here.
9607         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
9608         * nptl/lowlevelrwlock.sym: ... here.
9609         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
9610         * nptl/pt-fork.c: ... here.
9611         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
9612         * nptl/pthread-pi-defines.sym: ... here.
9613         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
9614         * nptl/pthread_attr_getaffinity.c: ... here.
9615         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
9616         * nptl/pthread_attr_setaffinity.c: ... here.
9617         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
9618         * nptl/pthread_mutex_cond_lock.c: ... here.
9619         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
9620         Update #include.
9621         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
9622         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
9623         * nptl/pthread_once.c: ... here, replacing old file.
9624         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
9625         * nptl/pthread_yield.c: ... here.
9626         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
9627         * nptl/register-atfork.c: ... here.
9628         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
9629         * nptl/sem_post.c: ... here.
9630         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
9631         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
9632         * nptl/sem_timedwait.c: ... here.
9633         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
9634         * nptl/sem_trywait.c: ... here.
9635         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
9636         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
9637         * nptl/sem_wait.c: ... here.
9638         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
9639         * nptl/structsem.sym: ... here.
9640         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
9641         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
9642         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
9643         * nptl/unregister-atfork.c: ... here.
9644         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
9645         * nptl/unwindbuf.sym: ... here.
9646         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
9647         * sysdeps/nptl/fork.c: ... here.
9648         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
9649         * sysdeps/nptl/fork.h: ... here.
9650         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
9651         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
9652         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
9653         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
9654         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
9655         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
9656         * sysdeps/unix/sysv/linux/getpid.c: ... here.
9657         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
9658         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
9659         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
9660         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
9661         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
9662         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
9663         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
9664         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
9665         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
9666         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
9667         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
9668         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
9669         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
9670         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
9671         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
9672         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
9673         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
9674         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
9675         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
9676         * sysdeps/unix/sysv/linux/raise.c: ... here.
9677         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
9678         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
9679         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
9680         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
9681         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
9682         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
9683         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
9684         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
9685         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
9686         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
9687         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
9688         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
9689         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
9690         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
9691         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
9693 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
9695         * sysdeps/generic/memcopy.h: Add comment for
9696         MEMCPY_OK_FOR_FWD_MEMMOVE.
9698 2014-07-04  Will Newton  <will.newton@linaro.org>
9700         * string/memchr.c: Merge from gnulib.
9701         [_LIBC]: Remove conditionals.
9702         (__ptr_t): Remove define.
9703         (LONG_MAX_32_BITS): Likewise.
9704         (LONG_MAX): Likewise.
9705         (MEMCHR): Use ANSI prototype and optimize algorithm.
9707         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
9709 2014-07-03  Roland McGrath  <roland@hack.frob.com>
9711         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
9712         (lll_futex_timed_wait_bitset): Fix syscall argument count.
9714         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
9715         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
9716         in a bare environment with no <stdlib.h> installed.
9717         * sysdeps/nptl/configure: Regenerated.
9719         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
9721         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
9722         AC_EGREP_CPP for kernel header checks, so they only succeed if
9723         including <linux/version.h> actually works right.
9724         * sysdeps/unix/sysv/linux/configure: Regenerated.
9726         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
9727         value so it's not diagnosed as unused.
9729         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
9730         thing) with "ifeq ($(subdir),rt)".
9732 2014-07-03  Richard Henderson  <rth@redhat.com>
9734         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
9735         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
9736         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
9738         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
9739         (math_force_eval): New.
9741         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
9742         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
9744         * sysdeps/alpha/fpu/s_round.c: Remove file.
9745         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
9747         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
9748         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
9749         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
9750         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
9751         (_dl_start, print_statistics): Likewise.
9752         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
9753         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
9755         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9756         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9757         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9758         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9759         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9760         (HP_SMALL_TIMING_AVAIL): Define.
9761         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9762         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
9763         (HP_SMALL_TIMING_AVAIL): Define.
9764         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9765         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9767         * sysdeps/aarch64/hp-timing.h: New file.
9769         * sysdeps/generic/hp-timing.h: Remove dead comment.
9770         * sysdeps/generic/hp-timing-common.h: New file.
9771         * sysdeps/alpha/hp-timing.h: Include it.
9772         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
9773         * sysdeps/i386/i686/hp-timing.h: Likewise.
9774         * sysdeps/ia64/hp-timing.h: Likewise.
9775         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
9776         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
9777         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
9778         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
9779         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
9780         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
9781         (hp_timing_t): New.
9783         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
9784         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
9785         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
9786         * elf/rtld.c (_dl_start_final): Likewise.
9787         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
9788         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9789         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9790         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9791         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9792         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9793         (HP_TIMING_DIFF_INIT): Remove.
9794         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9795         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
9796         (HP_TIMING_DIFF_INIT): Remove.
9797         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9798         * sysdeps/i386/i686/hp-timing.c: Remove file.
9799         * sysdeps/x86_64/hp-timing.c: Remove file.
9800         * sysdeps/ia64/hp-timing.c: Remove file.
9801         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
9802         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
9803         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
9804         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
9806         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
9807         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
9808         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
9809         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9810         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9811         (HP_TIMING_ACCUM): Remove.
9812         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9813         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
9814         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9816         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
9817         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
9818         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
9819         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
9820         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
9821         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
9822         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
9823         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
9825         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
9827 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
9829         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
9831 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9833         Sync up with gettext.
9834         * intl/loadmsgcat.c: Define O_BINARY if not defined.
9835         [_MSC_VER]: Include malloc.h
9836         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
9837         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
9838         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
9839         TEMP_FAILURE_RETRY.  Cast return of alloca.
9840         [!_LIBC] Call gl_rwlock_init.
9841         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
9843 2014-07-02  Roland McGrath  <roland@hack.frob.com>
9845         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
9846         before checking its value.
9848 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9850         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
9852         * debug/memcpy_chk.c: Don't include pagecopy.h.
9853         * debug/mempcpy_chk.c: Likewise.
9854         * string/memcpy.c: Likewise.
9855         * string/memmove.c: Likewise.
9856         * sysdeps/powerpc/memmove.c: Likewise.
9857         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
9858         definition of PAGE_COPY_FWD_MAYBE here...
9859         * sysdeps/generic/pagecopy.h: ... from here.
9860         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
9862 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9863             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9865         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
9866         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
9867         optimizations.
9868         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9869         (__libc_ifunc_impl_list): Likewise.
9870         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
9871         multiarch strcat for PPC64.
9872         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
9873         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
9875 2014-07-02  Roland McGrath  <roland@hack.frob.com>
9877         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
9879 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9881         * intl/loadmsgcat.c: Remove declaration of
9882         get_sysdep_segment_value.
9883         (get_sysdep_segment_value): Use ISO C style.
9884         (_nl_load_domain): Use ISO C style.  Get rid of redundant
9885         semicolon.  Fix typo and formatting in comment.
9886         (_nl_unload_domain): Use ISO C style.
9888         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
9890 2014-07-02  Will Newton  <will.newton@linaro.org>
9892         * malloc/obstack.c: Merge from gnulib master.
9893         [HAVE_CONFIG_H]: Remove conditional code.
9894         [!_LIBC]: Include config.h.
9895         [!ELIDE_CODE]: Don't include inttypes.h, include
9896         stdint.h unconditionally.
9897         (print_and_abort): Mark as _Noreturn.
9898         (_obstack_allocated_p): Mark as __attribute_pure__.
9899         (obstack_free): Rename to __obstack_free.
9900         [!__attribute__]: Remove conditional code.
9901         * malloc/obstack.h: Merge from gnulib master.
9902         [__cplusplus]: Move conditional down.
9903         [!__attribute_pure__]: Define __attribute_pure__ here
9904         if it is not already defined.
9905         (_obstack_memory_used): Mark as __attribute_pure__.
9906         [!__obstack_free]: Define as obstack_free.
9907         [__GNUC__]: Remove check for ancient NeXT gcc.
9909 2014-07-02  Will Newton  <will.newton@linaro.org>
9910             Paul Eggert  <eggert@cs.ucla.edu>
9912         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
9914 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9916         * resolv/gethnamaddr.c: Add comment warning that the file is
9917         not maintained.
9919 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
9921         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
9922         entries.
9924         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
9925         entry for aio_cancel and aio_cancel64.
9926         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
9927         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
9928         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
9929         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
9930         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
9931         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
9932         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
9933         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
9934         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
9935         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
9936         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
9937         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
9938         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
9940 2014-07-01  Roland McGrath  <roland@hack.frob.com>
9942         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
9943         * nptl/pthread_mutex_lock.c: Likewise.
9944         * nptl/pthread_mutex_timedlock.c: Likewise.
9945         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
9947 2014-07-01  Richard henderson  <rth@redhat.com>
9949         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
9950         (__isnan, __isnanl): Remove.
9951         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
9953         * sysdeps/alpha/fpu/libm-test-ulps: Update.
9955 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
9957         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9959 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
9961         * resolv/nss_dns/dns-host.c (getanswer_r)
9962         [MULTI_PTRS_ARE_ALIASES]: Remove code.
9964 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
9966         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9967         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
9968         undefine.
9969         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
9970         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
9972 2014-07-01  Roland McGrath <roland@hack.frob.com>
9974         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
9975         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
9977         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
9978         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
9980         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
9981         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
9982         ... here.
9983         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
9984         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
9986         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
9987         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
9988         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
9989         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
9991         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
9992         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
9993         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
9994         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
9995         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
9996         Moved ...
9997         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
9998         ... here.
9999         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
10000         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
10001         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
10002         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
10003         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
10004         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
10005         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
10006         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
10007         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
10008         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
10009         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
10010         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
10011         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
10012         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
10013         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
10014         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
10015         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
10016         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
10017         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
10018         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
10019         ... here.
10020         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
10021         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
10022         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
10023         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
10024         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
10025         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
10026         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
10027         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
10029 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
10031         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
10032         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
10033         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
10034         Add sysdep.
10036 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10038         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10040 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
10042         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
10043         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
10045         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
10047         * sysdeps/arm/libm-test-ulps: Regenerated.
10049 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
10050             Roland McGrath <roland@hack.frob.com>
10052         * test-skeleton.c (signal_handler): Kill the whole process group
10053         before killing the child individually.
10054         (main): Report any failure on `setpgid'.
10056 2014-06-30  Roland McGrath  <roland@hack.frob.com>
10058         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
10059         from _TLS_H to _ARM_NPTL_TLS_H.
10060         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
10061         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
10063 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
10065         [BZ #16539]
10066         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
10067         (__expm1l): Return argument unchanged when small but not
10068         subnormal.
10070         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
10071         include macro name.
10072         (_FP_UNPACK_RAW_1_P): Likewise.
10073         (_FP_PACK_RAW_1): Likewise.
10074         (_FP_PACK_RAW_1_P): Likewise.
10075         (_FP_MUL_MEAT_1_wide): Likewise.
10076         (_FP_MUL_MEAT_DW_1_hard): Likewise.
10077         (_FP_MUL_MEAT_1_hard): Likewise.
10078         (_FP_DIV_MEAT_1_imm): Likewise.
10079         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
10080         (_FP_DIV_MEAT_1_udiv): Likewise.
10081         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
10082         (_FP_UNPACK_RAW_2): Likewise.
10083         (_FP_UNPACK_RAW_2_P): Likewise.
10084         (_FP_PACK_RAW_2): Likewise.
10085         (_FP_PACK_RAW_2_P): Likewise.
10086         (_FP_MUL_MEAT_DW_2_wide): Likewise.
10087         (_FP_MUL_MEAT_2_wide): Likewise.
10088         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
10089         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
10090         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
10091         (_FP_MUL_MEAT_2_gmp): Likewise.
10092         (_FP_DIV_MEAT_2_udiv): Likewise.
10093         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
10094         (_FP_FRAC_SRL_4): Likewise.
10095         (_FP_FRAC_SRST_4): Likewise.
10096         (_FP_FRAC_SRS_4): Likewise.
10097         (_FP_UNPACK_RAW_4): Likewise.
10098         (_FP_UNPACK_RAW_4_P): Likewise.
10099         (_FP_PACK_RAW_4): Likewise.
10100         (_FP_PACK_RAW_4_P): Likewise.
10101         (_FP_MUL_MEAT_DW_4_wide): Likewise.
10102         (_FP_MUL_MEAT_4_wide): Likewise.
10103         (_FP_MUL_MEAT_4_gmp): Likewise.
10104         (umul_ppppmnnn): Likewise.
10105         (_FP_DIV_MEAT_4_udiv): Likewise.
10106         (__FP_FRAC_ADD_4): Likewise.
10107         (__FP_FRAC_SUB_3): Likewise.
10108         (__FP_FRAC_SUB_4): Likewise.
10109         (__FP_FRAC_DEC_3): Likewise.
10110         (__FP_FRAC_DEC_4): Likewise.
10111         (__FP_FRAC_ADDI_4): Likewise.
10112         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
10113         (_FP_FRAC_SRL_8): Likewise.
10114         (_FP_FRAC_SRS_8): Likewise.
10116         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
10117         include macro name.
10118         (FP_UNPACK_RAW_EP): Likewise.
10119         (FP_PACK_RAW_E): Likewise.
10120         (FP_PACK_RAW_EP): Likewise.
10121         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
10122         (_FP_ISSIGNAN): Likewise.
10123         (_FP_ADD_INTERNAL): Likewise.
10124         (_FP_FMA): Likewise.
10125         (_FP_CMP): Likewise.
10126         (_FP_SQRT): Likewise.
10127         (_FP_TO_INT): Likewise.
10128         (_FP_FROM_INT): Likewise.
10129         (FP_EXTEND): Likewise.
10130         (_FP_DIV_MEAT_N_loop): Likewise.
10132 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
10134         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
10135         throughout.
10137 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
10139         [BZ #17097]
10140         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
10141         result with correct sign in case of exponents that produce
10142         overflow except for X very close to 1.
10144 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
10146         mktime: merge #if/#ifdef usage from glibc
10147         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
10148         as that works with both Glibc's and Gnulib's style.
10149         See thread starting at Siddhesh Poyarekar's bug report at:
10150         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
10152 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
10154         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
10155         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
10156         * sysdeps/tile/tilegx/memmove.c: Remove file.
10158 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
10160         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
10161         abi-name definition.
10162         * scripts/soversions.awk: Do not handle or generate ABI lines.
10163         * shlib-versions: Remove ABI entries.
10164         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
10165         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
10167 2014-06-27  Roland McGrath  <roland@hack.frob.com>
10169         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
10170         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
10171         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
10172         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
10173         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
10174         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
10175         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
10176         Moved ...
10177         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
10178         ... here.
10179         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
10180         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
10181         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
10182         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
10183         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
10184         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
10185         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
10186         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
10187         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
10188         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
10189         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
10190         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
10191         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
10192         Moved ...
10193         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
10194         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
10195         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
10196         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
10197         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
10198         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
10199         Moved ...
10200         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
10201         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
10202         Moved ...
10203         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
10204         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
10205         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
10206         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
10207         Moved ...
10208         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
10209         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
10210         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
10211         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
10212         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
10213         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
10214         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
10215         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
10216         Moved ...
10217         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
10218         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
10219         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
10220         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
10221         Moved ...
10222         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
10223         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
10224         Moved ...
10225         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
10226         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
10227         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
10228         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
10229         Moved ...
10230         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
10231         ... here.
10232         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
10233         Identical file removed.
10234         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
10235         Moved ...
10236         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
10237         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
10238         Identical file removed.
10239         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
10240         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
10241         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
10242         Moved ...
10243         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
10244         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
10245         Identical file removed.
10246         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
10247         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
10248         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
10249         Identical file removed.
10250         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
10251         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
10252         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
10253         Identical file removed.
10254         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
10255         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
10256         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
10257         Identical file removed.
10258         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
10259         Moved ...
10260         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
10261         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
10262         Identical file removed.
10263         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
10264         Moved ...
10265         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
10266         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
10267         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
10268         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
10269         Identical file removed.
10270         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
10271         Moved ...
10272         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
10273         ... here.
10274         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
10275         Identical file removed.
10276         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
10277         Moved ...
10278         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
10279         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
10280         Identical file removed.
10281         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
10282         Moved ...
10283         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
10284         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
10285         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
10286         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
10287         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
10288         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
10289         Moved ...
10290         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
10291         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
10292         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
10294         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
10295         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
10296         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
10297         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
10298         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
10300 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
10302         [BZ #17092]
10303         * nscd/nscd.c (monitor_child): Return exit status of child
10304         instead of return value from wait syscall.
10306 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
10308         * configure.ac (libc_commonpagesize): Remove variable.
10309         (libc_relro_required): Likewise.
10310         (libc_cv_z_relro): Remove configure test.
10311         * configure: Regenerated.
10312         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
10313         variable.
10314         (libc_relro_required): Likewise.
10315         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
10316         (libc_relro_required): Likewise.
10317         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
10318         (libc_relro_required): Likewise.
10319         * sysdeps/arm/preconfigure: Regenerated.
10320         * sysdeps/ia64/preconfigure: Remove file.
10321         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
10322         variable.
10323         (libc_relro_required): Likewise.
10325         [BZ #16561]
10326         [BZ #16562]
10327         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
10328         (__ieee754_yn): Set FE_TONEAREST mode internally and then
10329         recompute overflowing results in original rounding mode.
10330         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
10331         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
10332         recompute overflowing results in original rounding mode.
10333         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
10334         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10335         recompute overflowing results in original rounding mode.
10336         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
10337         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10338         recompute overflowing results in original rounding mode.
10339         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
10340         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10341         recompute overflowing results in original rounding mode.
10342         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
10343         (libc_feholdsetround_ctx): New macro.
10344         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
10345         * sysdeps/i386/fpu/libm-test-ulps: Update.
10346         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
10348 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10350         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
10351         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
10352         corresponding .cpsetup call.
10354 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10356         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
10357         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
10358         * sysdeps/arm/Makefile [$(subdir) = csu]
10359         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
10360         (static-only-routines): Add aeabi_read_tp here.
10361         (shared-only-routines): Add libc-aeabi_read_tp here.
10362         (CFLAGS-libc-start.c): Add -fexceptions here.
10363         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
10364         (sysdep_routines, static-only-routines, shared-only-routines):
10365         Don't add to these here.
10366         (CFLAGS-libc-start.c): Likewise.
10368         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
10369         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10370         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
10371         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10372         * sysdeps/arm/Makefile [$(subdir) = rt]
10373         (librt-sysdep_routines, librt-shared-only-routines):
10374         Append rt-aeabi_unwind_cpp_pr1 here.
10375         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
10376         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
10377         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
10378         (libpthread-sysdep_routines, libpthread-shared-only-routines):
10379         Append nptl-aeabi_unwind_cpp_pr1 here.
10380         (tests): Filter out tst-cleanupx4 here.
10381         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
10382         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
10383         Don't do those here.
10385 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10387         * scripts/list-sources.sh: Do not handle ports specially.
10389 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10391         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
10392         * sysdeps/arm/feupdateenv.c: Likewise.
10394         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
10396 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10398         * manual/texinfo.tex: Update to version 2014-05-05.10 with
10399         trailing whitespace removed.
10400         * scripts/config.guess: Update to version 2014-03-23.
10401         * scripts/config.sub: Update to version 2014-05-01
10402         * scripts/install-sh: Update to version 2013-12-25.23.
10403         * scripts/move-if-change: Update from gnulib.
10405 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10407         * debug/memmove_chk.c: Remove pagecopy.h include.
10409 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
10411         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
10412         identical to gnulib mktime.
10414 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10416         * configure.ac: Do not test for machine being rs6000.  Do not test
10417         for powerpc*-*soft.
10418         * configure: Regenerated.
10420         [BZ #11505]
10421         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
10422         test.
10423         * configure: Regenerated.
10424         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
10425         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
10426         Remove configure test.
10427         * sysdeps/arm/configure: Regenerated.
10428         * sysdeps/nptl/configure.ac: Do not check
10429         libc_cv_asm_cfi_directives.
10430         * sysdeps/nptl/configure: Regenerated.
10431         * sysdeps/x86_64/nptl/configure.ac: Remove file.
10432         * sysdeps/x86_64/nptl/configure: Remove generated file.
10433         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
10434         unconditional.
10435         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
10437 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10439         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
10440         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
10441         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
10442         it is defined.
10444         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
10445         instead of whether it is defined.
10446         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
10447         * sysdeps/hppa/dl-machine.h: Likewise.
10448         * sysdeps/ia64/dl-machine.h: Likewise.
10449         * sysdeps/m68k/dl-machine.h: Likewise.
10450         * sysdeps/microblaze/dl-machine.h: Likewise.
10451         * sysdeps/mips/dl-machine.: Likewise.
10452         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
10453         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
10454         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
10455         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
10456         * sysdeps/sh/dl-machine.h: Likewise.
10457         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
10458         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
10459         * sysdeps/tile/dl-machine.h: Likewise.
10460         * sysdeps/x86_64/dl-machine.h: Likewise.
10462         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
10463         code.
10464         (verify_persistent_db): Likewise.
10466 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10468         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
10469         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
10470         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
10471         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
10472         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
10473         Moved ...
10474         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
10475         ... here.
10476         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
10477         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
10478         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
10479         Identical file removed.
10480         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
10481         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
10482         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
10483         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
10484         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
10485         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
10486         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
10487         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
10488         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
10489         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
10490         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
10491         Moved ...
10492         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
10493         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
10494         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
10495         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
10496         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
10497         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
10498         Moved ...
10499         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
10500         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
10501         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
10502         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
10503         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
10504         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
10505         Identical file removed.
10506         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
10507         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
10508         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
10509         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
10510         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
10511         Moved ...
10512         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
10513         ... here.
10514         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
10515         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
10516         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
10517         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
10518         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
10519         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
10520         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
10521         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
10522         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
10523         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
10524         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
10525         Moved ...
10526         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
10527         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
10528         Moved ...
10529         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
10530         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
10531         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
10532         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
10533         Moved ...
10534         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
10535         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
10536         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
10538         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
10539         folded into ...
10540         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
10541         * sysdeps/unix/sysv/linux/s390/Versions
10542         (libpthread: GLIBC_2.19): New version set.
10543         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
10544         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
10545         (librt: GLIBC_2.3.3): New version set.
10546         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
10547         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
10548         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
10549         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
10550         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
10551         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
10552         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
10553         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
10554         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
10555         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
10556         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
10557         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
10558         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
10559         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
10560         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
10561         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
10562         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
10563         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
10564         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
10565         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
10566         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
10567         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
10568         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
10569         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
10570         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
10571         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
10572         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
10573         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
10574         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
10575         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
10576         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
10577         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
10578         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
10579         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
10580         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
10581         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
10582         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
10583         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
10584         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
10585         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
10586         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
10587         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
10588         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
10589         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
10590         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
10592         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
10593         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
10594         (__libc_vfork): Define the function under this name.
10595         [!NOT_IN_libc] (__vfork): Make this an alias.
10596         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10597         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
10598         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
10599         (__libc_vfork): Define the function under this name.
10600         [!NOT_IN_libc] (__vfork): Make this an alias.
10601         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10602         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
10603         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
10604         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
10605         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
10606         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
10608         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
10609         code that was previously under [RESET_PID].
10610         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
10611         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
10612         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
10614         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
10615         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
10616         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
10617         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
10618         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
10619         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
10620         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
10621         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
10622         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
10623         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
10624         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
10625         Moved ...
10626         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
10627         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
10628         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
10629         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
10630         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
10631         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
10632         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
10633         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
10634         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
10635         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
10636         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
10637         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
10638         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
10639         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
10640         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
10641         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
10642         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
10643         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
10644         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
10645         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
10646         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
10647         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
10648         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
10649         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
10650         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
10651         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
10652         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
10653         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
10654         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
10656 2014-06-25  Roland McGrath  <roland@hack.frob.com>
10658         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
10659         that was previously under [RESET_PID].
10660         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
10662 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10664         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
10665         not undefine and redefine.
10666         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
10667         [O_CLOEXEC]: Make code unconditional.
10668         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
10669         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
10670         <kernel-features.h>.
10671         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
10672         conditional variable definition.
10673         (shm_open) [O_CLOEXEC]: Make code unconditional.
10674         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
10675         code.
10677         * configure.ac (USE_REGPARMS): Don't define here.
10678         * configure: Regenerated.
10679         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
10680         * sysdeps/i386/configure: Regenerated.
10682         * nptl/createthread.c: Don't include kernel-features.h.
10683         * nptl/pthread_cancel.c: Likewise.
10684         * nptl/pthread_condattr_setclock.c: Likewise.
10685         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
10686         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
10687         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
10688         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
10689         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
10690         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
10691         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
10692         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
10693         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
10694         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
10695         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
10696         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
10697         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
10698         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
10699         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
10700         * nscd/gai.c: Likewise.
10701         * nss/nss_db/db-open.c: Likewise.
10702         * sysdeps/generic/ldsodefs.h: Likewise.
10703         * sysdeps/sh/nptl/tls.h: Likewise.
10704         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
10705         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
10706         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
10707         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
10708         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
10709         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
10710         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
10711         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
10712         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
10713         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
10714         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
10715         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
10716         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
10717         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
10718         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
10719         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
10720         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
10721         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
10722         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
10723         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
10724         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
10725         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
10726         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
10727         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
10728         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
10729         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
10730         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
10731         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
10732         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
10733         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
10734         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
10735         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
10736         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
10737         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
10738         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
10739         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
10740         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
10741         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
10742         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
10743         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
10744         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
10745         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
10746         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
10747         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
10748         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
10749         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
10750         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
10751         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
10752         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
10753         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
10754         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
10755         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
10756         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
10757         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
10758         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
10759         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
10760         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
10761         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
10762         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
10763         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
10764         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
10765         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
10766         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
10767         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
10768         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
10769         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
10770         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
10771         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
10772         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
10773         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
10774         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
10775         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
10776         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
10777         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
10778         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
10779         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
10780         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
10781         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
10782         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
10783         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
10784         * sysdeps/unix/sysv/linux/pread.c: Likewise.
10785         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
10786         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
10787         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
10788         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
10789         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
10790         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
10791         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
10792         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
10793         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
10794         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
10795         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
10796         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
10797         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
10798         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
10799         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
10800         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
10801         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
10802         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
10803         * sysdeps/unix/sysv/linux/system.c: Likewise.
10804         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
10805         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
10806         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
10807         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
10808         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
10809         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
10810         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
10812         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
10813         * configure: Regenerated.
10814         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
10816         * configure.ac (base_machine): Do not set specially for particular
10817         machines here.
10818         * configure: Regenerated.
10819         * sysdeps/powerpc/preconfigure: Move machine and base_machine
10820         settings from configure.ac.
10821         * sysdeps/i386/preconfigure: New file.
10822         * sysdeps/s390/preconfigure: Likewise.
10823         * sysdeps/sh/preconfigure: Likewise.
10824         * sysdeps/sparc/preconfigure: Likewise.
10826 2014-06-25  Roland McGrath  <roland@hack.frob.com>
10828         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
10829         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
10830         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
10831         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
10832         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
10833         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
10834         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
10835         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
10836         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
10837         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
10838         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
10839         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
10840         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
10841         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
10842         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
10843         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
10844         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
10845         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
10846         * sysdeps/sparc/sparc64/Makefile: ... appended here.
10848         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
10849         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
10850         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
10851         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
10852         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
10853         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
10854         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
10855         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
10856         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
10857         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
10858         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
10859         * sysdeps/sparc/sparc32/sem_post.c: ... here.
10860         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
10861         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
10862         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
10863         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
10864         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
10865         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
10866         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
10867         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
10868         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
10869         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
10870         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
10871         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
10872         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
10873         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
10874         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
10875         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
10876         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
10877         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
10878         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
10879         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
10880         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
10881         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
10882         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
10883         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
10884         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
10885         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
10887         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
10888         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
10889         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
10890         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
10891         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
10892         Moved ...
10893         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
10894         ... here.
10895         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
10896         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
10897         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
10898         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
10899         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
10900         Moved ...
10901         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
10902         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
10903         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
10904         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
10905         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
10906         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
10907         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
10908         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
10909         Moved ...
10910         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
10911         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
10912         Moved ...
10913         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
10914         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
10915         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
10916         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
10917         Moved ...
10918         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
10919         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
10920         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
10921         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
10922         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
10923         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
10924         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
10925         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
10926         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
10927         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
10928         Moved ...
10929         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
10930         ... here.
10931         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
10932         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
10933         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
10934         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
10935         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
10936         Moved ...
10937         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
10938         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
10939         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
10940         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
10941         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
10942         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
10943         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
10944         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
10945         Moved ...
10946         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
10947         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
10948         Moved ...
10949         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
10950         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
10951         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
10952         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
10953         Moved ...
10954         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
10955         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
10956         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
10957         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
10958         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
10960 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10962         * timezone/checktab.awk: Update from tzcode 2014e.
10963         * timezone/private.h: Likewise.
10964         * timezone/tzfile.h: Likewise.
10965         * timezone/zdump.c: Likewise.
10966         * timezone/zic.c: Likewise.
10968         * sysdeps/unix/sysv/linux/kernel-features.h
10969         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
10970         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
10971         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
10972         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
10973         Remove conditional code.
10975 2014-06-25  Will Newton  <will.newton@linaro.org>
10977         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
10978         (_dl_arm_cap_flags): Add HWCAP2 values.
10979         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
10980         (_DL_HWCAP_COUNT): Increase to 37.
10981         (_DL_HWCAP_LAST): New define.
10982         (_DL_HWCAP2_LAST): New define.
10983         (_dl_procinfo): Add support for printing
10984         AT_HWCAP2 entries.
10985         (_dl_string_hwcap): Use _dl_hwcap_string.
10987 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10989         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10991 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10993         * README: Do not mention ports directory.
10995         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
10996         Remove macro.
10997         * sysdeps/unix/sysv/linux/futimes.c: Do not include
10998         <kernel-features.h>.
10999         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
11000         conditional variable definition.
11001         (__futimes): Update comment.
11002         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
11003         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
11005         [BZ #16560]
11006         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
11007         arguments close to 0.
11008         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
11009         Likewise.
11010         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
11011         Likewise.
11012         * math/auto-libm-test-in: Add more tests of exp10.
11013         * math/auto-libm-test-out: Regenerated.
11014         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11016         * sysdeps/unix/sysv/linux/kernel-features.h
11017         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
11018         * sysdeps/unix/sysv/linux/readv.c: Do not include
11019         <kernel-features.h>.
11020         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
11021         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
11022         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
11023         unconditional.
11024         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
11025         conditional code.
11026         * sysdeps/unix/sysv/linux/writev.c: Do not include
11027         <kernel-features.h>.
11028         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
11029         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
11030         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
11031         unconditional.
11032         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
11033         conditional code.
11035 2014-06-25  Will Newton  <will.newton@linaro.org>
11037         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
11038         comment changes throughout the file.  Remove checks
11039         for HAVE_*_H definitions that are not required.
11040         (__gen_tempname): Call abort if an unknown kind value is
11041         passed.
11043 2014-06-25  Andreas Schwab  <schwab@suse.de>
11045         [BZ #17086]
11046         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
11047         scalbln, scalblnf, scalblnl in libc.
11049 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
11051         [BZ #17086]
11052         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
11053         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
11054         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
11056 2014-06-24  Roland McGrath  <roland@hack.frob.com>
11058         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
11059         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
11060         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
11061         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
11062         Update #include.
11063         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
11064         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
11065         Update #include.
11066         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
11067         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
11068         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
11069         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
11070         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
11071         * sysdeps/x86/bits/pthreadtypes.h: ... here.
11072         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
11073         * sysdeps/x86/bits/semaphore.h: ... here.
11074         * sysdeps/x86/nptl/elide.h: Moved ...
11075         * sysdeps/x86/elide.h: ... here.
11076         * sysdeps/x86_64/nptl/Implies: File removed.
11077         * sysdeps/i386/nptl/Implies: File removed.
11079 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
11081         [BZ #16539]
11082         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
11083         return the argument for normal arguments with exponent below -64.
11084         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
11085         Likewise.
11086         * math/auto-libm-test-in: Add another test of expm1.
11087         * math/auto-libm-test-out: Regenerated.
11089         [BZ #16287]
11090         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
11091         calling __erfcl for arguments at least 16.
11092         * math/auto-libm-test-in: Add more tests of erf.
11093         * math/auto-libm-test-out: Regenerated.
11095         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
11096         individual architectures.
11097         * sysdeps/unix/sysv/linux/configure: Regenerated.
11098         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
11099         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
11100         * sysdeps/unix/sysv/linux/powerpc/configure.ac
11101         (ldd_rewrite_script): Define variable.
11102         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
11103         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
11104         file.
11105         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
11106         generated file.
11107         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
11108         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
11109         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
11110         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
11111         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
11112         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
11113         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
11114         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
11116 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11118         [BZ #17084]
11119         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
11120         Rename member __data.d to __data.__elision_data.
11122 2014-06-24  Wilco  <wdijkstr@arm.com>
11124         * NEWS: Add 16918 to fixed bug list.
11126 2014-06-24  Wilco  <wdijkstr@arm.com>
11128         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
11130 2014-06-24  Wilco  <wdijkstr@arm.com>
11132         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
11133         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
11134         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
11135         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
11136         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
11137         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
11138         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
11139         Use _FPU_MASK_RM.
11141 2014-06-24  Wilco  <wdijkstr@arm.com>
11143         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
11145 2014-06-24  Wilco  <wdijkstr@arm.com>
11147         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
11148         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
11149         * sysdeps/arm/fesetround.c (fesetround): Remove space.
11150         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
11152 2014-06-24  Wilco  <wdijkstr@arm.com>
11154         [BZ #16918]
11155         * sysdeps/arm/feupdateenv.c (feupdateenv):
11156         Rewrite to reduce FPSCR accesses and fix return value.
11158 2014-06-24  Wilco  <wdijkstr@arm.com>
11160         * sysdeps/arm/fclrexcpt.c (feclearexcept):
11161         Optimize to avoid unnecessary FPSCR writes.
11162         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
11163         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
11164         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
11165         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
11167 2014-06-24  Wilco  <wdijkstr@arm.com>
11169         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
11170         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
11171         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
11172         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
11173         Call libc_fetestexcept_vfp.
11174         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
11175         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
11176         __SOFTFP__ ifdef so that they can be built for softfp.
11178 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11180         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
11181         argument type signed char.
11183         * Makerules (check-abi): Dump diff of symlist if the test
11184         fails.
11186 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11188         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
11189         using abort.
11191         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
11192         Remove unused variable ST.
11194 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
11196         [BZ #16354]
11197         [BZ #17061]
11198         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
11199         small arguments before calling __expm1.
11200         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
11201         small arguments before calling __expm1f.
11202         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
11203         small arguments before calling __expm1l.
11204         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
11205         Likewise.
11206         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
11207         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
11208         spurious underflow for some cosh tests.
11209         * math/auto-libm-test-out: Regenerated.
11210         * sysdeps/i386/fpu/libm-test-ulps: Update.
11212         [BZ #17050]
11213         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
11214         (__ieee754_y1): Set errno if return value overflows.
11215         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
11216         (__ieee754_y1f): Set errno if return value overflows.
11217         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
11218         (__ieee754_y1l): Set errno if return value overflows.
11219         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
11220         (__ieee754_y1l): Set errno if return value overflows.
11221         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
11222         * math/auto-libm-test-out: Regenerated.
11224         * math/gen-auto-libm-tests.c: Document use of
11225         ignore-zero-inf-sign.
11226         (input_flag_type): Add value flag_ignore_zero_inf_sign.
11227         (input_flags): Add ignore-zero-inf-sign.
11228         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
11229         * math/gen-libm-test.pl (generate_testfile): Handle
11230         ignore-zero-inf-sign.
11231         * math/auto-libm-test-in: Mark some cpow tests with
11232         ignore-zero-inf-sign and some with xfail-rounding.
11233         * math/auto-libm-test-out: Regenerated.
11234         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
11235         * sysdeps/i386/fpu/libm-test-ulps: Update.
11236         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11238         [BZ #16315]
11239         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
11240         overflowing or underflowing operations take place with sign of
11241         result.
11242         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
11243         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
11244         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
11245         (__ieee754_pow): Recompute overflowing and underflowing results in
11246         original rounding mode.
11247         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
11248         (__powl_helper): Allow negative argument X and scale negated value
11249         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
11250         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
11251         overflowing or underflowing operations take place with sign of
11252         result.
11253         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
11254         Include <math.h>.
11255         * math/auto-libm-test-in: Add more tests of pow.
11256         * math/auto-libm-test-out: Regenerated.
11257         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
11258         (pow_tonearest_test_data): Remove.
11259         (pow_test_tonearest): Likewise.
11260         (pow_towardzero_test_data): Likewise.
11261         (pow_test_towardzero): Likewise.
11262         (pow_downward_test_data): Likewise.
11263         (pow_test_downward): Likewise.
11264         (pow_upward_test_data): Likewise.
11265         (pow_test_upward): Likewise.
11266         (main): Don't call removed functions.
11267         * sysdeps/i386/fpu/libm-test-ulps: Update.
11268         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11270 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11272         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
11273         Moved ...
11274         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
11275         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
11276         Moved ...
11277         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
11278         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
11279         Moved ...
11280         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
11281         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
11282         Moved ...
11283         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
11284         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
11285         File removed.
11286         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
11287         File removed.
11288         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
11289         File removed.
11290         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
11291         File removed.
11292         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
11293         File removed.
11294         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
11295         File removed.
11296         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
11297         File removed.
11298         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
11299         File removed.
11300         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
11301         File removed.
11302         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
11303         File removed.
11304         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
11305         File removed.
11306         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
11307         File removed.
11308         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
11309         Moved ...
11310         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
11311         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
11312         Moved ...
11313         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
11314         ... here.
11315         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
11316         Moved ...
11317         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
11318         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
11319         Moved ...
11320         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
11321         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
11322         Moved ...
11323         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
11324         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
11325         Moved ...
11326         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
11327         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
11328         Moved ...
11329         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
11330         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
11331         Moved ...
11332         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
11333         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
11334         Moved ...
11335         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
11336         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
11337         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
11338         ... here.
11339         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
11340         Moved ...
11341         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
11342         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
11343         Moved ...
11344         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
11345         ... here.
11346         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
11347         Moved ...
11348         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
11349         ... here.
11350         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
11351         Moved ...
11352         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
11353         ... here.
11354         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
11355         Moved ...
11356         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
11357         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
11358         Moved ...
11359         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
11360         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
11361         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
11362         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
11363         Moved ...
11364         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
11365         ... here.
11366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
11367         Moved ...
11368         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
11369         ... here.
11370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
11371         Moved ...
11372         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
11373         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
11374         Moved ...
11375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
11376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
11377         Moved ...
11378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
11379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
11380         Moved ...
11381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
11382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
11383         Moved ...
11384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
11385         ... here.
11386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
11387         Moved ...
11388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
11389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
11390         Moved ...
11391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
11392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
11393         Moved ...
11394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
11395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
11396         Moved ...
11397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
11398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
11399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
11400         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
11401         Moved ...
11402         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
11403         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
11404         Moved ...
11405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
11406         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
11407         Moved ...
11408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
11409         ... here.
11410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
11411         Moved ...
11412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
11413         ... here.
11414         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
11415         Moved ...
11416         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
11417         ... here.
11418         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
11419         Moved ...
11420         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
11421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
11422         Moved ...
11423         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
11424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
11425         Moved ...
11426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
11427         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
11428         Moved ...
11429         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
11430         ... here.
11431         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
11432         Moved ...
11433         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
11434         ... here.
11435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
11436         Moved ...
11437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
11438         ... here.
11439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
11440         Moved ...
11441         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
11442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
11443         Moved ...
11444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
11446 2014-06-23  Will Newton  <will.newton@linaro.org>
11447             Wilco  <wdijkstr@arm.com>
11449         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
11450         implementation.  Include get-rounding-mode.h.
11451         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
11452         [!libc_feholdsetround_noex_ctx]: Define
11453         libc_feholdsetround_noex_ctx.
11454         [!libc_feholdsetround_noexf_ctx]: Define
11455         libc_feholdsetround_noexf_ctx.
11456         [!libc_feholdsetround_noexl_ctx]: Define
11457         libc_feholdsetround_noexl_ctx.
11458         (libc_feholdsetround_ctx): New function.
11459         (libc_feresetround_ctx): New function.
11460         (libc_feholdsetround_noex_ctx): New function.
11461         (libc_feresetround_noex_ctx): New function.
11463 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11465         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
11466         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
11467         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
11468         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
11469         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
11470         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
11472         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
11473         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
11474         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
11475         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
11476         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
11477         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
11478         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
11479         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
11480         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
11481         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
11482         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
11483         Moved ...
11484         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
11485         ... here.
11486         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
11487         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
11488         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
11489         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
11490         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
11491         Moved ...
11492         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
11493         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
11494         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
11495         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
11496         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
11497         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
11498         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
11499         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
11500         Moved ...
11501         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
11502         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
11503         Moved ...
11504         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
11505         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
11506         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
11507         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
11508         Moved ...
11509         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
11510         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
11511         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
11512         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
11513         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
11514         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
11515         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
11516         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
11517         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
11518         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
11519         Moved ...
11520         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
11521         ... here.
11522         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
11523         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
11524         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
11525         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
11526         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
11527         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
11528         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
11529         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
11530         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
11531         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
11532         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
11533         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
11534         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
11535         Moved ...
11536         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
11537         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
11538         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
11539         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
11540         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
11541         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
11542         Moved ...
11543         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
11544         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
11545         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
11546         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
11547         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
11549         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
11550         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
11551         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
11552         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
11553         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
11554         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
11555         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
11556         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
11557         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
11558         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
11559         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
11560         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
11561         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
11562         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
11563         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
11564         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
11565         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
11566         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
11567         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
11568         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
11569         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
11570         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
11571         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
11572         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
11573         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
11574         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
11575         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
11576         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
11578 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
11580         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
11581         (FALLOC_FL_COLLAPSE_RANGE): New macro.
11582         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
11583         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
11584         (IPV6_PMTUDISC_INTERFACE): Likewise.
11585         (IPV6_PMTUDISC_OMIT): Likewise.
11587 2014-06-23  Andreas Schwab  <schwab@suse.de>
11589         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
11590         Remove unused errout label.
11592 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11594         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
11595         macro: hardware supports Vector Crypto instructions.
11597 2014-06-23  Will Newton  <will.newton@linaro.org>
11599         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
11600         rather than __builtin_expect.
11602         * elf/dl-lookup.c (undefined_msg): Remove variable.
11603         (_dl_lookup_symbol_x): Replace undefined_msg with string
11604         literal.
11606         * elf/dl-lookup.c (do_lookup_unique): New function.
11607         (do_lookup_x): Move STB_GNU_UNIQUE handling code
11608         to a separate function.
11610 2014-06-23  Andreas Schwab  <schwab@suse.de>
11612         [BZ #17079]
11613         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
11614         before reading the next line.
11616 2014-06-23  Will Newton  <will.newton@linaro.org>
11618         * test-skeleton.c (signal_handler): Use printf and %m
11619         rather than perror.  Use printf rather than fprintf to
11620         stderr.  Use puts rather than fputs to stderr.
11621         (main): Likewise.
11623 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
11625         * nscd/nscd.c (thread_info_t): Remove typedef.
11626         (thread_info): Remove variable.
11628 2014-06-21  Allan McRae  <allan@archlinux.org>
11630         * NEWS: Mention CVE-2014-4043.
11632 2014-06-20  Roland McGrath  <roland@hack.frob.com>
11634         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
11635         * nptl/smp.h: ... here.
11637         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
11639         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
11640         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
11641         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
11642         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
11644         * nptl/allocatestack.c: Include <stack-aliasing.h>.
11645         * nptl/stack-aliasing.h: New file.
11646         * sysdeps/i386/i686/stack-aliasing.h: New file.
11647         * sysdeps/i386/i686/nptl/Makefile: File removed.
11648         * sysdeps/x86_64/stack-aliasing.h: New file.
11649         * sysdeps/x86_64/nptl/Makefile
11650         (CFLAGS-pthread_create.c): Variable removed.
11652         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
11653         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
11654         old file.
11655         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
11656         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
11657         old file.
11659 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
11661         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11662         (__ASSUME_SIGFRAME_V2): Remove macro.
11663         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
11664         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
11665         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
11666         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
11667         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
11668         Declare as function.  Remove conditional macro definitions.
11669         (__default_rt_sa_restorer): Likewise.
11670         (__default_sa_restorer_v1): Remove declaration.
11671         (__default_sa_restorer_v2): Likewise.
11672         (__default_rt_sa_restorer_v1): Likewise.
11673         (__default_rt_sa_restorer_v2): Likewise.
11674         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
11675         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
11676         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
11678 2014-06-20  Roland McGrath  <roland@hack.frob.com>
11680         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
11681         (libpthread-routines): Add sysdep.
11682         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
11683         * sysdeps/unix/sysv/linux/sparc/Versions
11684         (libpthread: GLIBC_2.3.3): New version set.
11685         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
11686         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
11687         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
11688         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
11689         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
11690         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
11691         Moved ...
11692         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
11693         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
11694         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
11695         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
11696         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
11697         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
11698         * sysdeps/sparc/nptl/sem_init.c: ... here.
11699         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
11700         * sysdeps/sparc/nptl/sem_post.c: ... here.
11701         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
11702         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
11703         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
11704         * sysdeps/sparc/nptl/sem_wait.c: ... here.
11705         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
11706         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
11707         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
11708         (libpthread-routines): Add cpu_relax.
11709         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
11710         File removed.
11711         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
11712         (librt: GLIBC_2.3.3): New version set.
11713         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
11714         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
11715         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
11716         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
11717         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
11718         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
11719         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
11720         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
11721         Moved ...
11722         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
11723         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
11724         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
11725         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
11726         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
11727         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
11728         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
11729         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
11730         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
11731         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
11732         Moved ...
11733         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
11734         Update #include.
11735         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
11736         Moved ...
11737         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
11738         Update #include.
11739         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
11740         Moved ...
11741         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
11742         Update #include.
11743         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
11744         Moved ...
11745         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
11746         Update #include.
11747         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
11748         Moved ...
11749         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
11750         Update #include.
11751         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
11752         Moved ...
11753         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
11754         Update #include.
11755         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
11756         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
11757         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
11758         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
11759         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
11760         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
11761         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
11762         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
11763         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
11764         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
11765         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
11766         Moved ...
11767         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
11768         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
11769         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
11770         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
11771         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
11773 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11775         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
11776         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
11777         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
11778         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
11779         * nscd/nscd.c: Likewise.
11780         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
11781         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
11782         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
11783         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
11785         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
11786         <kernel-features.h>.
11787         (init_mq_netlink): Remove conditional have_sock_cloexec
11788         definitions.  Remove code conditional on have_sock_cloexec < 0.
11789         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
11790         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
11791         * sysdeps/unix/sysv/linux/opensock.c: Do not include
11792         <kernel-features.h>.
11793         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
11794         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
11796 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
11798         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
11799         Add tests for memset_chk and memset.
11801         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
11802         with AVX2_Usable.
11804 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
11806         [BZ #16046]
11807         * elf/tst-dl-iter-static.c: New file.
11808         * elf/Makefile (tests-static): Add tst-dl-iter-static.
11810         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
11811         error.
11813 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11815         * sysdeps/unix/sysv/linux/kernel-features.h
11816         (__ASSUME_F_GETOWN_EX): Remove macro.
11817         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
11818         <kernel-features.h>.
11819         (miss_F_GETOWN_EX): Remove variable or macro.
11820         (do_fcntl): Do not check miss_F_GETOWN_EX.
11821         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
11823         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
11824         Remove macro.
11825         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
11826         [!__ASSUME_AT_RANDOM]: Remove conditional code.
11827         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
11829         * sysdeps/unix/sysv/linux/kernel-features.h
11830         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
11831         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
11832         [ADJ_OFFSET_SS_READ]: Make code unconditional.
11833         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
11835 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
11837         [BZ #17075]
11838         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
11839         Fix calculation of the symbol's value.
11840         * sysdeps/arm/tst-armtlsdescloc.c: New file.
11841         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
11842         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
11843         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
11844         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
11845         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
11846         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
11847         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
11848         (modules-names): Add `tst-armtlsdescmod',
11849         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
11850         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
11851         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
11852         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
11853         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
11854         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
11855         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
11856         ($(objpfx)tst-armtlsdescloc): New dependency.
11857         ($(objpfx)tst-armtlsdescextnow): Likewise.
11858         ($(objpfx)tst-armtlsdescextlazy): Likewise.
11859         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
11860         TLS scheme support.
11861         * sysdeps/arm/configure: Regenerate.
11863 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11865         * include/fcntl.h (__atfct_seterrno): Remove prototype.
11866         (__atfct_seterrno_2): Likewise.
11867         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
11868         <kernel-features.h>.
11869         (__ASSUME_ATFCTS): Do not undefine and redefine.
11870         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
11871         (__have_atfcts): Remove conditional definition.
11872         (__fxstatat([__NR_fstatat64]: Make code unconditional.
11873         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
11874         unreachable if [__ASSUME_ATFCTS].
11875         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
11876         not undefine and redefine.
11877         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
11878         <kernel-features.h>.
11879         (faccessat) [__NR_faccessat]: Make code unconditional.
11880         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
11881         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
11882         <kernel-features.h>.
11883         (fchmodat) [__NR_fchmodat]: Make code unconditional.
11884         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
11885         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
11886         <kernel-features.h>.
11887         (fchownat) [__NR_fchownat]: Make code unconditional.
11888         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
11889         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
11890         <kernel-features.h>.
11891         (futimesat) [__NR_futimesat]: Make code unconditional.
11892         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
11893         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
11894         <kernel-features.h>.
11895         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
11896         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11897         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
11898         <kernel-features.h>.
11899         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
11900         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
11901         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
11902         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
11903         <kernel-features.h>.
11904         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
11905         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11906         * sysdeps/unix/sysv/linux/linkat.c: Do not include
11907         <kernel-features.h>.
11908         (linkat) [__NR_linkat]: Make code unconditional.
11909         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11910         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
11911         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
11912         <kernel-features.h>.
11913         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
11914         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
11915         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
11916         <kernel-features.h>.
11917         (mkdirat) [__NR_mkdirat]: Make code unconditional.
11918         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
11919         * sysdeps/unix/sysv/linux/openat.c: Do not include
11920         <kernel-features.h>.
11921         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
11922         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
11923         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
11924         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
11925         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
11926         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
11927         <kernel-features.h>.
11928         (readlinkat) [__NR_readlinkat]: Make code unconditional.
11929         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
11930         result of INLINE_SYSCALL directly, not via int variable.
11931         * sysdeps/unix/sysv/linux/renameat.c: Do not include
11932         <kernel-features.h>.
11933         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
11934         (renameat) [__NR_renameat]: Make code unconditional.
11935         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
11936         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
11937         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
11938         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
11939         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
11940         (__ASSUME_ATFCTS): Do not undefine and redefine.
11941         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
11942         <kernel-features.h>.
11943         (symlinkat) [__NR_symlinkat]: Make code unconditional.
11944         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11945         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
11946         <kernel-features.h>.
11947         (unlinkat) [__NR_unlinkat]: Make code unconditional.
11948         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11949         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
11950         (__ASSUME_ATFCTS): Do not undefine and redefine.
11951         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
11952         <kernel-features.h>.
11953         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
11954         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11955         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
11956         <kernel-features.h>.
11957         (__xmknodat) [__NR_mknodat]: Make code unconditional.
11958         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
11960 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
11962         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
11964 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
11966         [BZ #17069]
11967         * posix/regcomp.c (parse_reg_exp): Deallocate partially
11968         constructed tree before returning error.
11969         * posix/bug-regexp36.c: Expand test case.
11971 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
11973         [BZ #6803]
11974         * math/libm-test.inc (scalbln_test_date):
11975         Add errno expectations.
11976         * math/w_scalblnf.c: New File.
11977         Add wrapper which checks for setting errno to ERANGE.
11978         Add weak_alias for corresponding scalbln function.
11979         * math/w_scalbln.c: Likewise.
11980         * math/w_scalblnl.c: Likewise.
11981         * math/Makefile (libm-calls): Add w_scalbln.
11982         * sysdeps/ieee754/flt-32/s_scalblnf.c:
11983         Remove weak_alias for corresponding scalbln function.
11984         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
11985         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
11986         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
11987         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
11988         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
11989         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
11990         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
11991         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
11992         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
11993         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
11994         Remove long_double_symbol for scalblnl function in libm, libc.
11995         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
11996         Add wrapper which checks for setting errno to ERANGE.
11997         Add long_double_symbol for scalblnl function in libm, libc.
11998         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
11999         Remove long_double_symbol for scalblnl in libm.
12000         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
12001         Add wrapper which checks for setting errno to ERANGE.
12002         Add long_double_symbol for scalblnl function in libm.
12003         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
12004         Do not use wrapper because of own implementation.
12006 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
12008         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
12009         3 bytes for __pad1 for x32.
12010         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
12012 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
12013             H.J. Lu  <hongjiu.lu@intel.com>
12015         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
12016         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
12017         * sysdeps/x86_64/multiarch/memset.S: Likewise.
12018         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
12019         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
12021 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
12023         [BZ #17069]
12024         * posix/regcomp.c (parse_expression): Deallocate partially
12025         constructed tree before returning error.
12026         * posix/Makefile.c (tests): Add bug-regex36.
12027         (generated): Add bug-regex36.mtrace.
12028         (tests-special): Add $(objpfx)bug-regex36-mem.out
12029         (bug-regex36-ENV): New variable.
12030         ($(objpfx)bug-regex36-mem.out): New rule.
12031         * posix/bug-regex36.c: New file.
12033 2014-06-19  Will Newton  <will.newton@linaro.org>
12035         * malloc/malloc.c (systrim): If extra is zero then return
12036         early.
12038 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
12040         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
12042 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
12044         * sysdeps/aarch64/strchr.S: New file.
12046 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
12048         [BZ #17022]
12049         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
12050         from arguments -2 or below.
12051         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12052         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
12054 2014-06-18  Andreas Schwab  <schwab@suse.de>
12056         [BZ #17062]
12057         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
12058         of a bracket expr not to run off the end of the string.
12059         * posix/Makefile (tests): Add tst-fnmatch3.
12060         * posix/tst-fnmatch3.c: New file.
12062 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
12064         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
12065         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12066         [$(cross-compiling) = no]: Likewise.
12067         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12068         [$(cross-compiling) = no]: Likewise.
12070 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
12072         [BZ #17031]
12073         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
12074         double, adjusted for any remainder from the high double.
12075         * math/libm-test.inc (nearbyint): Add tests.
12076         (rint): Likewise.
12078 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12080         * nptl/sysdeps/powerpc/Makefile: Moved ...
12081         * sysdeps/powerpc/nptl/Makefile: ... here.
12082         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
12083         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
12084         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
12085         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
12086         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
12087         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
12088         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
12089         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
12090         * nptl/sysdeps/powerpc/tls.h: Moved ...
12091         * sysdeps/powerpc/nptl/tls.h: ... here.
12093 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
12095         [BZ #16681]
12096         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
12097         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
12098         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
12099         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
12100         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
12101         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
12102         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
12103         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
12104         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
12106 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
12108         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
12110 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
12112         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
12113         defined operator.
12115         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
12116         $TIMEOUTFACTOR.
12118 2014-06-16  Florian Weimer  <fweimer@redhat.com>
12120         [BZ #17058]
12121         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
12122         non-executed part of the test.
12124 2014-06-16  Andreas Schwab  <schwab@suse.de>
12126         * string/bits/string2.h (strdup, strndup): Update feature guard.
12128 2014-06-14  David S. Miller  <davem@davemloft.net>
12130         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12132 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
12134         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
12135         that was previously under [RESET_PID].
12136         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
12138         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
12139         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
12140         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
12141         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12142         (__libc_vfork): New strong alias.
12143         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
12145 2014-06-14 Andi Kleen  <ak@linux.intel.com>
12147         * sysdeps/generic/elide.h: New file.
12149 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
12151         * Makefile (installed-headers): Adjust path of pthread.h header.
12153 2014-06-13  Roland McGrath  <roland@hack.frob.com>
12155         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
12156         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
12157         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
12158         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
12160         * nptl/sysdeps/s390/Makefile: Moved ...
12161         * sysdeps/s390/nptl/Makefile: ... here.
12162         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
12163         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
12164         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
12165         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
12166         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
12167         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
12168         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
12169         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
12170         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
12171         * sysdeps/s390/nptl/pthreaddef.h: ... here.
12172         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
12173         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
12174         * nptl/sysdeps/s390/tls.h: Moved ...
12175         * sysdeps/s390/nptl/tls.h: ... here.
12177         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
12178         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
12180 2014-06-13  David S. Miller  <davem@davemloft.net>
12182         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
12183         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
12184         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
12185         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
12186         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
12187         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
12188         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
12189         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
12190         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
12191         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
12192         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
12193         Remove RESET_PID cpp guards.
12194         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
12195         Remove RESET_PID cpp guards.
12196         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
12198 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
12200         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
12201         __sp to uintptr_t.
12203 2014-06-13  Andi Kleen  <ak@linux.intel.com>
12205         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
12206         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
12207         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
12208         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
12209         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
12210         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
12211         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
12212         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
12213         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
12214         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
12215         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
12216         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
12217         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
12218         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
12219         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
12220         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
12221         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
12222         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
12223         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
12224         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
12226         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
12227         (pthread_rwlock_rdlock): Add elision.
12228         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
12229         (pthread_rwlock_wrlock): Add elision.
12230         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
12231         (pthread_rwlock_trywrlock): Add elision.
12232         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
12233         (pthread_rwlock_tryrdlock): Add elision.
12234         * nptl/pthread_rwlock_unlock.c: Include elide.h.
12235         (pthread_rwlock_tryrdlock): Add elision unlock.
12236         * nptl/sysdeps/pthread/pthread.h:
12237         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
12238         (PTHREAD_RWLOCK_INITIALIZER,
12239         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
12240         Handle new elision field.
12241         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
12242         * sysdeps/arm/nptl/bits/pthreadtypes.h
12243         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12244         * sysdeps/sh/nptl/bits/pthreadtypes.h
12245         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12246         * sysdeps/tile/nptl/bits/pthreadtypes.h
12247         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12248         * sysdeps/a/nptl/bits/pthreadtypes.h
12249         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12250         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
12251         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12252         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
12253         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12254         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
12255         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12256         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
12257         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12258         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
12259         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12260         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
12261         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12262         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
12263         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12264         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
12265         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12266         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
12267         (elision_init): Set try_xbegin to zero when no RTM.
12268         * sysdeps/x86/nptl/bits/pthreadtypes.h
12269         (pthread_rwlock_t): Change __pad1 to __rwelision.
12270         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12272 2014-06-13  Andi Kleen  <ak@linux.intel.com>
12274         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
12275         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
12276         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
12277         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
12279 2014-06-13  Meador Inge  <meadori@codesourcery.com>
12281         [BZ #16996]
12282         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
12283         that the cached result has been set before returning it.
12285 2014-06-12  Roland McGrath  <roland@hack.frob.com>
12287         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
12288         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
12289         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
12290         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
12291         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
12292         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
12294         * nptl/sysdeps/sparc/Makefile: Moved ...
12295         * sysdeps/sparc/nptl/Makefile: ... here.
12296         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
12297         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
12298         * nptl/sysdeps/sparc/tls.h: Moved ...
12299         * sysdeps/sparc/nptl/tls.h: ... here.
12300         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
12301         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
12302         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
12303         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
12304         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
12305         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
12306         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
12307         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
12308         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
12309         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
12310         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
12311         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
12312         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
12313         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
12314         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
12315         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
12316         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
12317         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
12318         Update #include.
12319         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
12320         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
12321         Update #include.
12322         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
12323         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
12324         Update #include.
12325         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
12326         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
12327         Update #include.
12329         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12331         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
12332         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
12334         * sysdeps/pthread/posix-timer.h: Include <list.h>.
12335         (struct list_links): Type removed.
12336         (struct thread_node, struct timer_node): Replace struct list_links
12337         with struct list_head.
12338         (list_unlink_ip): Likewise.
12339         * sysdeps/pthread/timer_routines.c
12340         (timer_free_list, thread_free_list, thread_active_list): Likewise.
12341         (list_append, list_insbefore): Likewise.
12342         (list_init): Function removed.
12343         (thread_init, init_module): Use INIT_LIST_HEAD instead.
12344         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
12345         * sysdeps/pthread/Makefile: ... here, new file.
12347         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
12348         * sysdeps/nptl/Implies: ... here.
12349         * sysdeps/unix/sysv/linux/Implies: Add nptl.
12350         * nptl/sysdeps/pthread/list.h: Moved ...
12351         * include/list.h: ... here.
12352         * nptl/sysdeps/pthread/createthread.c: Moved ...
12353         * nptl/createthread.c: ... here.
12354         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
12355         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
12356         * nptl/pt-longjmp.c: ... here.
12357         * nptl/sysdeps/pthread/Makefile: Moved ...
12358         * sysdeps/nptl/Makefile: ... here.
12359         * nptl/sysdeps/pthread/Subdirs: Moved ...
12360         * sysdeps/nptl/Subdirs: ... here.
12361         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
12362         * sysdeps/nptl/aio_misc.h: ... here.
12363         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
12364         * sysdeps/nptl/bits/libc-lock.h: ... here.
12365         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
12366         * sysdeps/nptl/bits/libc-lockP.h: ... here.
12367         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
12368         * sysdeps/nptl/bits/stdio-lock.h: ... here.
12369         * nptl/sysdeps/pthread/configure: Moved ...
12370         * sysdeps/nptl/configure: ... here.
12371         * nptl/sysdeps/pthread/configure.ac: Moved ...
12372         * sysdeps/nptl/configure.ac: ... here.
12373         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
12374         * sysdeps/nptl/gai_misc.h: ... here.
12375         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
12376         * sysdeps/nptl/librt-cancellation.c: ... here.
12377         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
12378         * sysdeps/nptl/malloc-machine.h: ... here.
12379         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
12380         * sysdeps/nptl/pthread-functions.h: ... here.
12381         * nptl/sysdeps/pthread/pthread.h: Moved ...
12382         * sysdeps/nptl/pthread.h: ... here.
12383         * nptl/sysdeps/pthread/setxid.h: Moved ...
12384         * sysdeps/nptl/setxid.h: ... here.
12385         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
12386         * sysdeps/nptl/sigfillset.c: ... here.
12387         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
12388         * sysdeps/nptl/tcb-offsets.h: ... here.
12389         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
12390         * sysdeps/nptl/tst-mqueue8x.c: ... here.
12391         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
12392         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
12393         * nptl/sysdeps/pthread/allocalim.h: Moved ...
12394         * sysdeps/pthread/allocalim.h: ... here.
12395         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
12396         * sysdeps/pthread/bits/sigthread.h: ... here.
12397         * nptl/sysdeps/pthread/flockfile.c: Moved ...
12398         * sysdeps/pthread/flockfile.c: ... here.
12399         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
12400         * sysdeps/pthread/ftrylockfile.c: ... here.
12401         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
12402         * sysdeps/pthread/funlockfile.c: ... here.
12403         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
12404         * sysdeps/pthread/posix-timer.h: ... here.
12405         * nptl/sysdeps/pthread/timer_create.c: Moved ...
12406         * sysdeps/pthread/timer_create.c: ... here.
12407         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
12408         * sysdeps/pthread/timer_delete.c: ... here.
12409         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
12410         * sysdeps/pthread/timer_getoverr.c: ... here.
12411         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
12412         * sysdeps/pthread/timer_gettime.c: ... here.
12413         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
12414         * sysdeps/pthread/timer_routines.c: ... here.
12415         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
12416         * sysdeps/pthread/timer_settime.c: ... here.
12417         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
12418         * sysdeps/pthread/tst-timer.c: ... here.
12419         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
12420         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
12422         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
12423         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
12425         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
12426         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
12427         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
12428         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
12429         Update #include target.
12430         * nptl/sysdeps/i386/i686/Makefile: Moved ...
12431         * sysdeps/i386/i686/nptl/Makefile: ... here.
12432         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
12433         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
12434         Update #include target.
12435         * nptl/sysdeps/i386/i686/tls.h: Moved ...
12436         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
12437         * nptl/sysdeps/i386/Makefile: Moved ...
12438         * sysdeps/i386/nptl/Makefile: ... here.
12439         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
12440         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
12441         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
12442         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
12443         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
12444         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
12445         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
12446         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
12447         * sysdeps/i386/nptl/pthreaddef.h: ... here.
12448         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
12449         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
12450         * nptl/sysdeps/i386/tls.h: Moved ...
12451         * sysdeps/i386/nptl/tls.h: ... here.
12453         * sysdeps/sh/Makefile [$(subdir) = csu]
12454         (gen-as-const-headers): Add tcb-offsets.sym.
12455         * nptl/sysdeps/sh/Makefile: File removed.
12456         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
12457         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
12458         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
12459         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
12460         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
12461         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
12462         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
12463         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
12464         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
12465         * sysdeps/sh/nptl/pthreaddef.h: ... here.
12466         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
12467         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
12468         * nptl/sysdeps/sh/tls.h: Moved ...
12469         * sysdeps/sh/nptl/tls.h: ... here.
12470         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
12471         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
12472         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
12473         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
12474         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
12475         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
12476         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
12477         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
12478         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
12479         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
12480         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
12481         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
12482         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
12483         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
12484         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
12485         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
12486         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
12487         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
12488         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
12489         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
12490         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
12491         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
12492         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
12493         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
12494         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
12495         Moved ...
12496         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
12497         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
12498         Moved ...
12499         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
12500         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
12501         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
12502         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
12503         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
12504         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
12505         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
12506         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
12507         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
12508         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
12509         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
12510         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
12511         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
12512         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
12513         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
12514         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
12515         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
12516         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
12517         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
12519 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
12521         * posix/spawn_faction_addopen.c: Include string.h.
12523 2014-06-11  Roland McGrath  <roland@hack.frob.com>
12525         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
12526         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
12527         * nptl/sysdeps/x86_64/Makefile: Moved ...
12528         * sysdeps/x86_64/nptl/Makefile: ... here.
12529         * nptl/sysdeps/x86_64/configure: Moved ...
12530         * sysdeps/x86_64/nptl/configure: ... here.
12531         * nptl/sysdeps/x86_64/configure.ac: Moved ...
12532         * sysdeps/x86_64/nptl/configure.ac: ... here.
12533         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
12534         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
12535         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
12536         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
12537         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
12538         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
12539         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
12540         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
12541         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
12542         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
12543         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
12544         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
12545         * nptl/sysdeps/x86_64/tls.h: Moved ...
12546         * sysdeps/x86_64/nptl/tls.h: ... here.
12547         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
12548         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
12549         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
12550         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
12552         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
12554 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12556         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12558 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
12560         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
12561         type.
12562         [POSIX] (off_t): Likewise.
12563         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
12564         [POSIX] (S_ISBLK): Require macro.
12565         [POSIX] (S_ISCHR): Likewise.
12566         [POSIX] (S_ISDIR): Likewise.
12567         [POSIX] (S_ISFIFO): Likewise.
12568         [POSIX] (S_ISREG): Likewise.
12569         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
12570         optional-macro.
12571         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
12572         type.
12573         [POSIX] (time_t): Likewise.
12574         [POSIX] (timer_t): Likewise.
12576 2014-06-11  Florian Weimer  <fweimer@redhat.com>
12578         [BZ #17048]
12579         * posix/spawn_int.h (struct __spawn_action): Make the path string
12580         non-const to support deallocation.
12581         * posix/spawn_faction_addopen.c
12582         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
12583         * posix/spawn_faction_destroy.c
12584         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
12585         path in all spawn_do_open actions.
12586         * posix/tst-spawn.c (do_test): Exercise the copy operation in
12587         posix_spawn_file_actions_addopen.
12589 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
12591         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
12592         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
12593         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
12594         conditional code always true.
12595         (__libc_vfork): New alias.
12597 2014-06-11  Roland McGrath  <roland@hack.frob.com>
12599         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12600         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
12602         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
12604         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12605         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
12607         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12608         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
12610         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12611         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
12613 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12615         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
12616         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
12617         multiarch strcmp for PPC64.
12618         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
12619         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
12620         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
12621         multiarch optimizations.
12622         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12623         (__libc_ifunc_impl_list): Likewise.
12625 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
12627         * benchtests/scripts/validate_benchout.py: New script.
12628         * benchtests/Makefile (bench-func): Call it.
12629         * benchtests/scripts/benchout.schema.json: New file.
12631 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
12633         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
12634         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
12635         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
12636         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
12637         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
12638         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
12639         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
12640         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
12641         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
12642         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
12643         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
12644         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
12645         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
12646         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
12647         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
12648         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
12649         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
12650         Moved ...
12651         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
12652         ... here.
12653         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
12654         Moved ...
12655         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
12656         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
12657         Moved ...
12658         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
12659         ... here.
12660         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
12661         Moved ...
12662         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
12663         ... here.
12664         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
12665         Moved ...
12666         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
12667         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
12668         Moved ...
12669         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
12670         ... here.
12671         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
12672         Moved ...
12673         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
12674         ... here.
12675         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
12676         Moved ...
12677         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
12678         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
12679         Moved ...
12680         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
12681         ... here.
12682         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
12683         Moved ...
12684         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
12685         ... here.
12686         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
12687         Moved ...
12688         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
12689         ... here.
12690         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
12691         Moved ...
12692         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
12693         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
12694         Moved ...
12695         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
12696         ... here.
12697         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
12698         Moved ...
12699         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
12700         ... here.
12701         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
12702         Moved ...
12703         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
12704         ... here.
12705         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
12706         Moved ...
12707         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
12708         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
12709         Moved ...
12710         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
12711         ... here.
12712         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
12713         Moved ...
12714         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
12715         ... here.
12716         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
12717         Moved ...
12718         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
12719         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
12720         Moved ...
12721         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
12722         ... here.
12723         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
12724         Moved ...
12725         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
12726         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
12727         Moved ...
12728         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
12729         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
12730         Moved ...
12731         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
12732         ... here.
12733         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
12734         Moved ...
12735         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
12736         ... here.
12737         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
12738         Moved ...
12739         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
12740         ... here.
12741         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
12742         Moved ...
12743         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
12744         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
12745         Moved ...
12746         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
12747         ... here.
12748         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
12749         Moved ...
12750         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
12751         ... here.
12752         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
12753         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
12754         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
12755         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
12756         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
12757         Moved ...
12758         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
12759         ... here.
12760         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
12761         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
12762         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
12763         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
12764         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
12765         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
12766         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
12767         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
12768         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
12769         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
12770         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
12771         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
12772         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
12773         Moved ...
12774         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
12775         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
12776         Moved ...
12777         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
12778         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
12779         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
12780         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
12781         Moved ...
12782         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
12783         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
12784         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
12785         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
12786         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
12787         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
12788         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
12790 2014-06-10  Wilco  <wdijkstr@arm.com>
12792         * math/test-fenv-return.c: New file.
12793         * math/Makefile: Add new test test-fenv-return.
12795 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
12797         [BZ #17042]
12798         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
12799         when x - 1 is zero.
12800         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
12801         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
12802         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
12803         0.0L for an argument of 1.0L.
12804         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
12805         Likewise.
12806         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
12807         value when x - 1 is zero.
12808         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
12809         * sysdeps/i386/fpu/libm-test-ulps: Update.
12810         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12812 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
12814         [BZ #15119]
12815         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
12817 2014-06-09  Roland McGrath  <roland@hack.frob.com>
12819         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
12820         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
12822 2014-06-09  Roland McGrath  <roland@hack.frob.com>
12824         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12825         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
12827         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12828         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
12830         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12831         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
12833         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12834         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
12836         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
12837         if not already defined.
12838         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
12839         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
12840         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
12841         (TLS_INIT_TP): Use it.
12842         (TLS_DEFINE_INIT_TP): New macro.
12843         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
12845 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
12847         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
12848         constant.
12849         [POSIX] (IXANY): Likewise.
12850         [POSIX] (OLCUC): Likewise.
12851         [POSIX || POSIX2008] (CBAUD): Do not allow.
12852         [POSIX || POSIX2008] (DEFECHO): Likewise.
12853         [POSIX || POSIX2008] (ECHOCTL): Likewise.
12854         [POSIX || POSIX2008] (ECHOKE): Likewise.
12855         [POSIX || POSIX2008] (ECHOPRT): Likewise.
12856         [POSIX || POSIX2008] (EXTA): Likewise.
12857         [POSIX || POSIX2008] (EXTB): Likewise.
12858         [POSIX || POSIX2008] (FLUSHO): Likewise.
12859         [POSIX || POSIX2008] (LOBLK): Likewise.
12860         [POSIX || POSIX2008] (PENDIN): Likewise.
12861         [POSIX || POSIX2008] (SWTCH): Likewise.
12862         [POSIX || POSIX2008] (VDISCARD): Likewise.
12863         [POSIX || POSIX2008] (VDSUSP): Likewise.
12864         [POSIX || POSIX2008] (VLNEXT): Likewise.
12865         [POSIX || POSIX2008] (VREPRINT): Likewise.
12866         [POSIX || POSIX2008] (VSTATUS): Likewise.
12867         [POSIX || POSIX2008] (VWERASE): Likewise.
12868         (B*): Change to B[0123456789]*.
12869         * conform/data/time.h-data [POSIX || UNIX98]
12870         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
12871         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
12872         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
12873         [POSIX] (tm_*): Do not allow.
12875 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
12877         * Makefile (install): Don't set LANGUAGE.
12878         * Makefile.in (install): Likewise.
12879         * assert/Makefile (test-assert-ENV): Remove variable.
12880         (test-assert-perr-ENV): Likewise.
12881         * elf/Makefile (neededtest4-ENV): Likewise.
12882         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12883         [$(cross-compiling) = no]: Don't set LANGUAGE.
12884         * io/ftwtest-sh (LANG): Remove variable.
12885         * libio/Makefile (tst-widetext-ENV): Likewise.
12886         * manual/install.texi (Running make install): Don't refer to
12887         environment settings for make install.
12888         * INSTALL: Regenerated.
12889         * nptl/tst-tls6.sh: Don't set LANG.
12890         * posix/globtest.sh (LANG): Remove variable.
12891         * string/Makefile (tester-ENV): Likewise.
12892         (inl-tester-ENV): Likewise.
12893         (noinl-tester-ENV): Likewise.
12894         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12895         [$(cross-compiling) = no]: Don't set LANGUAGE.
12896         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
12897         without explicit environment settings.
12899 2014-06-06  Roland McGrath  <roland@hack.frob.com>
12901         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
12902         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
12903         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
12904         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
12906 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
12908         * crypt/crypt-private.h [DOS]: Add some includes taken from the
12909         other files in the crypt directory.
12910         * crypt/crypt.c: Remove duplicate includes.
12911         * crypt/crypt-entry.c: Likewise.
12912         * crypt/crypt_util.c: Likewise.
12914 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
12916         * Makeconfig (run-program-env): New variable.
12917         (run-program-prefix-before-env): Likewise.
12918         (run-program-prefix-after-env): Likewise.
12919         (run-program-prefix): Define in terms of new variables.
12920         (built-program-cmd-before-env): New variable.
12921         (built-program-cmd-after-env): Likewise.
12922         (built-program-cmd): Define in terms of new variables.
12923         (test-program-prefix-before-env): New variable.
12924         (test-program-prefix-after-env): Likewise.
12925         (test-program-prefix): Define in terms of new variables.
12926         (test-program-cmd-before-env): New variable.
12927         (test-program-cmd-after-env): Likewise.
12928         (test-program-cmd): Define in terms of new variables.
12929         * Rules (make-test-out): Use $(run-program-env).
12930         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
12931         (help): Do not mention environment variables.  Mention
12932         --timeoutfactor option.
12933         (timeoutfactor): New variable.
12934         (blacklist_exports): Remove function.
12935         (exports): Remove variable.
12936         (command): Do not include ${exports}.
12937         * manual/install.texi (Configuring and compiling): Do not mention
12938         test wrappers preserving environment variables.  Mention that last
12939         assignment to a variable must take precedence.
12940         * INSTALL: Regenerated.
12941         * benchtests/Makefile (run-bench): Use $(run-program-env).
12942         * catgets/Makefile ($(objpfx)test1.cat): Use
12943         $(built-program-cmd-before-env), $(run-program-env) and
12944         $(built-program-cmd-after-env).
12945         ($(objpfx)test2.cat): Do not specify environment variables
12946         explicitly.
12947         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
12948         $(run-program-env) and $(built-program-cmd-after-env).
12949         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
12950         $(run-program-env) and $(test-program-cmd-after-env).
12951         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
12952         explicitly.
12953         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
12954         run_program_env and test_program_cmd_after_env arguments.
12955         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
12956         * elf/tst-pathopt.sh: Use run_program_env argument.
12957         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
12958         $(test-wrapper-env) and $(run-program-env).
12959         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
12960         run_program_env arguments.
12961         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
12962         * intl/Makefile ($(objpfx)tst-gettext.out): Use
12963         $(test-program-prefix-before-env), $(run-program-env) and
12964         $(test-program-prefix-after-env).
12965         ($(objpfx)tst-gettext2.out): Likewise.
12966         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
12967         run_program_env and test_program_prefix_after_env arguments.
12968         * intl/tst-gettext2.sh: Likewise.
12969         * intl/tst-gettext4.sh: Do not set environment variables
12970         explicitly.
12971         * intl/tst-gettext6.sh: Likewise.
12972         * intl/tst-translit.sh: Likewise.
12973         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
12974         $(test-program-prefix-before-env), $(run-program-env) and
12975         $(test-program-prefix-after-env).
12976         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
12977         run_program_env and test_program_prefix_after_env arguments.
12978         * math/Makefile (run-regen-ulps): Use $(run-program-env).
12979         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
12980         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
12981         explicitly with each use of ${test_wrapper_env}.
12982         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
12983         $(test-program-prefix-before-env), $(run-program-env) and
12984         $(test-program-prefix-after-env).
12985         * posix/tst-getconf.sh: Do not set environment variables
12986         explicitly.
12987         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
12988         run_program_env and test_program_prefix_after_env arguments.
12989         * stdio-common/tst-printf.sh: Do not set environment variables
12990         explicitly.
12991         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
12992         $(test-program-prefix-before-env), $(run-program-env) and
12993         $(test-program-prefix-after-env).
12994         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
12995         run_program_env and test_program_prefix_after_env arguments.
12996         Split $test calls into $test_pre and $test.
12997         * timezone/Makefile (build-testdata): Use
12998         $(built-program-cmd-before-env), $(run-program-env) and
12999         $(built-program-cmd-after-env).
13001 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13003         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
13004         strlen for non SHARED builds.
13006 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
13008         * nptl/allocatestack.c (check_list): Inlined function...
13009         (__reclaim_stacks): ... here.
13011 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
13013         [BZ #15698]
13014         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
13015         memory overrun.
13017 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
13019         * Rules (make-test-out): Include
13020         LOCPATH=$(common-objpfx)localedata in default environment.
13021         * debug/Makefile (tst-chk1-ENV): Remove variable.
13022         (tst-chk2-ENV): Likewise.
13023         (tst-chk3-ENV): Likewise.
13024         (tst-chk4-ENV): Likewise.
13025         (tst-chk5-ENV): Likewise.
13026         (tst-chk6-ENV): Likewise.
13027         (tst-lfschk1-ENV): Likewise.
13028         (tst-lfschk2-ENV): Likewise.
13029         (tst-lfschk3-ENV): Likewise.
13030         (tst-lfschk4-ENV): Likewise.
13031         (tst-lfschk5-ENV): Likewise.
13032         (tst-lfschk6-ENV): Likewise.
13033         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
13034         (tst-iconv7-ENV): Likewise.
13035         * intl/Makefile (LOCPATH-ENV): Likewise.
13036         (tst-codeset-ENV): Likewise.
13037         (tst-gettext3-ENV): Likewise.
13038         (tst-gettext5-ENV): Likewise.
13039         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
13040         (tst-fopenloc-ENV): Likewise.
13041         (tst-fgetws-ENV): Remove variable.
13042         (tst-ungetwc1-ENV): Likewise.
13043         (tst-ungetwc2-ENV): Likewise.
13044         (bug-ungetwc2-ENV): Likewise.
13045         (tst-swscanf-ENV): Likewise.
13046         (bug-ftell-ENV): Likewise.
13047         (tst-fgetwc-ENV): Likewise.
13048         (tst-fseek-ENV): Likewise.
13049         (tst-ftell-partial-wide-ENV): Likewise.
13050         (tst-ftell-active-handler-ENV): Likewise.
13051         (tst-ftell-append-ENV): Likewise.
13052         * posix/Makefile (tst-fnmatch-ENV): Likewise.
13053         (tst-regexloc-ENV): Likewise.
13054         (bug-regex1-ENV): Likewise.
13055         (tst-regex-ENV): Likewise.
13056         (tst-regex2-ENV): Likewise.
13057         (bug-regex5-ENV): Likewise.
13058         (bug-regex6-ENV): Likewise.
13059         (bug-regex17-ENV): Likewise.
13060         (bug-regex18-ENV): Likewise.
13061         (bug-regex19-ENV): Likewise.
13062         (bug-regex20-ENV): Likewise.
13063         (bug-regex22-ENV): Likewise.
13064         (bug-regex23-ENV): Likewise.
13065         (bug-regex25-ENV): Likewise.
13066         (bug-regex26-ENV): Likewise.
13067         (bug-regex30-ENV): Likewise.
13068         (bug-regex32-ENV): Likewise.
13069         (bug-regex33-ENV): Likewise.
13070         (bug-regex34-ENV): Likewise.
13071         (bug-regex35-ENV): Likewise.
13072         (tst-rxspencer-ENV): Likewise.
13073         (tst-rxspencer-no-utf8-ENV): Likewise.
13074         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
13075         (tst-sscanf-ENV): Likewise.
13076         (tst-swprintf-ENV): Likewise.
13077         (tst-swscanf-ENV): Likewise.
13078         (test-vfprintf-ENV): Likewise.
13079         (scanf13-ENV): Likewise.
13080         (bug14-ENV): Likewise.
13081         (tst-grouping-ENV): Likewise.
13082         * stdlib/Makefile (tst-strtod-ENV): Likewise.
13083         (tst-strtod3-ENV): Likewise.
13084         (tst-strtod4-ENV): Likewise.
13085         (tst-strtod5-ENV): Likewise.
13086         (testmb2-ENV): Likewise./
13087         * string/Makefile (tst-strxfrm-ENV): Likewise.
13088         (tst-strxfrm2-ENV): Likewise.
13089         (bug-strcoll1-ENV): Likewise.
13090         (test-strcasecmp-ENV): Likewise.
13091         (test-strncasecmp-ENV): Likewise.
13092         * time/Makefile (tst-strptime-ENV): Likewise.
13093         (tst-ftime_l-ENV): Likewise.
13094         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
13095         (tst-mbrtowc-ENV): Likewise.
13096         (tst-wcrtomb-ENV): Likewise.
13097         (tst-mbrtowc2-ENV): Likewise.
13098         (tst-c16c32-1-ENV): Likewise.
13099         (tst-mbsnrtowcs-ENV): Likewise.
13101 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
13103         * manual/resource.texi (How to get information about the memory
13104         subsystem?): Fix typo.
13105         Reported by Peon de la Parra Ivan <peon@keba.com>
13107 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
13109         [BZ #16882]
13110         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
13111         (pthread_spin_lock): Branch out of spin loop to proper location.
13112         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
13113         (pthread_spin_lock): Likewise.
13115         * nptl/tst-spin4.c: New test.
13116         * nptl/Makefile (tests): Add tst-spin4.
13118 2014-06-03  Andreas Schwab  <schwab@suse.de>
13120         [BZ #15946]
13121         * resolv/res_send.c (send_dg): Reload file descriptor after
13122         calling reopen.
13124 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
13126         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13128 2014-06-03  Richard Henderson  <rth@redhat.com>
13130         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
13131         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
13132         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
13133         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
13134         in the SAVE_PID block.
13135         (__libc_vfork): New alias.
13136         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
13138         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
13139         child in registers, not on the stack.  Remove RESET_PID conditionals.
13140         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
13142 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13144         * sysdeps/aarch64/libm-test-ulps: Regenerate.
13146 2014-06-03  Wilco  <wdijkstr@arm.com>
13148         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
13149         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
13150         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
13151         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
13152         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
13153         Likewise.
13155 2014-06-03  Wilco  <wdijkstr@arm.com>
13157         * sysdeps/aarch64/fpu/math_private.h
13158         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
13159         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
13160         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
13161         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
13162         Fix declarations.
13164 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
13166         * crypt/crypt-private.h: Include ufc-crypt.h.
13167         (__b64_from_24bit): Declare extern.
13168         * crypt/crypt_util.c(__b64_from_24bit): New function.
13169         (b64t): New static const variable.
13170         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
13171         (b64t): Remove variable.
13172         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
13173         * crypt/sha256-crypt.c: Include crypt-private.h.
13174         (b64t): Remove variable.
13175         (__sha256_crypt_r): Remove b64_from_24bit and replace
13176         with __b64_from_24bit.
13177         * crypt/sha512-crypt.c: Likewise.
13179 2014-06-02  Roland McGrath  <roland@hack.frob.com>
13181         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
13182         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
13183         Label the code __libc_vfork rather than __vfork.
13184         [!NOT_IN_libc] (vfork): Define as weak alias.
13185         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
13186         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
13187         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
13189 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13191         * malloc/malloc.c (malloc_info): Fix format specifier for
13192         n_mmaps.
13194 2014-06-02  Wilco  <wdijkstr@arm.com>
13196         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
13197         FPCR write.
13199 2014-06-02  Wilco  <wdijkstr@arm.com>
13201         [BZ #17009]
13202         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
13203         Rewrite to reduce FPCR/FPSR accesses.
13205 2014-06-01  David S. Miller  <davem@davemloft.net>
13207         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13209 2014-05-31  David S. Miller  <davem@davemloft.net>
13211         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
13212         to occur in round to nearest mode when |x| >= 2.0
13214 2014-05-30  Richard Henderson  <rth@twiddle.net>
13216         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
13217         (PSEUDO_RET_NOERRNO): Remove.
13218         (ret): Don't redefine.
13219         (ret_NOERRNO): Define in terms of ret.
13220         (ret_ERRVAL): Likewise.
13222         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
13223         use of PSEUDO_RET; perform the error check directly.
13225 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
13227         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
13228         with __int128_t.
13230 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13232         * malloc/malloc (malloc_info): Fix formatting.
13234 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13235             Roland McGrath  <roland@hack.frob.com>
13237         * malloc/malloc (malloc_info): Also print mmapped statistics.
13239 2014-05-30  Roland McGrath  <roland@hack.frob.com>
13241         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
13242         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
13244 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
13246         * malloc/malloc.c (malloc_info): Inline mi_arena.
13248 2014-05-29  Richard Henderson  <rth@twiddle.net>
13250         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
13251         Remove comma before expanding ASM_ARGS_##nr.
13252         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
13253         Make _x0 a strict output; make _x8 a strict input; adjust expansion
13254         of ASM_ARGS_##nr.
13255         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
13256         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
13257         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
13258         (ASM_ARGS_1): Add leading comma.
13260         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
13261         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
13262         to __errno_location.
13263         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
13264         Remove the expected plt for __errno_location.
13266         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13267         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
13268         call to __read_tp.
13270         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13271         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
13272         it and break it down.
13273         (DOCARGS_0, DOCARGS_1): Do nothing.
13274         (DOCARGS_2): Update to store into the new stack frame.
13275         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
13276         (UNDOCARGS_1): Update to restore from the new stack frame.
13277         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
13278         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
13280         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13281         (SINGLE_THREAD_P): New parameter for result regno.
13282         (PSEUDO): Update to match; use cbz instead of beq.
13284         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13285         Use ENTRY to define the _nocancel entry point.  Share the syscall
13286         and syscall error check paths with the cancel path.
13287         (PSEUDO_END): New.
13289         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
13290         whitespace; tabs before and after asm mnemonics.
13292 2014-05-29  Eric Wong  <normalperson@yhbt.net>
13294         [BZ #15132]
13295         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
13296         Call fstat64 or stat64 internally, depending on arguments passed.
13297         Replace stat buffer argument with file descriptor argument.
13298         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
13299         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
13300         Pass fd to __internal_statvfs instead of calling fstat64.
13301         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
13302         Pass fd to __internal_statvfs64 instead of calling fstat64.
13303         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
13304         Pass -1 to __internal_statvfs instead of calling stat64.
13305         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
13306         Pass -1 to __internal_statvfs64 instead of calling stat64.
13308 2014-05-28  Roland McGrath  <roland@hack.frob.com>
13310         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
13311         that was previously under [RESET_PID].
13312         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
13314         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
13315         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
13317 2014-05-27  Roland McGrath  <roland@hack.frob.com>
13319         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
13321         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
13322         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
13324 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
13326         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
13328 2014-05-27  Andreas Schwab  <schwab@suse.de>
13330         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
13331         TLS_INIT_TP macro.
13332         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
13333         * elf/rtld.c (init_tls, dl_main): Likewise.
13334         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
13335         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
13336         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
13337         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
13338         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
13339         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
13340         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
13341         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
13342         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
13343         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
13344         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
13345         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
13346         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
13347         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
13348         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
13349         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
13350         * sysdeps/generic/tls.h: Update description.
13352 2014-05-27  Will Newton  <will.newton@linaro.org>
13354         [BZ #16990]
13355         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
13356         and restore r2 rather than just restoring.
13358 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13360         [BZ #16724]
13361         * libio/tst-ftell-append.c: New test case.
13362         * libio/Makefile (tests): Add test case.
13363         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
13364         append mode.
13365         * libio/wfileops.c (do_ftell_wide): Likewise.
13367 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13369         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13371         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
13372         ...
13373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
13374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
13375         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
13376         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
13377         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
13378         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
13379         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
13380         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
13381         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
13382         Moved ...
13383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
13384         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
13385         Moved ...
13386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
13387         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
13388         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
13389         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
13390         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
13391         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
13392         ...
13393         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
13394         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
13395         Moved ...
13396         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
13397         here.
13398         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
13399         ...
13400         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
13401         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
13402         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
13404         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
13405         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
13406         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
13407         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
13409         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
13410         merge into ...
13411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
13412         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
13413         ...
13414         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
13415         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
13416         ...
13417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
13418         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
13419         Moved ...
13420         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
13421         here.
13422         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
13423         Moved ...
13424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
13425         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
13426         Moved ...
13427         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
13429         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
13430         conditional [RESET_PID].
13431         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
13432         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
13433         removed.
13434         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
13435         removed.
13437         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
13438         <tcb-offsets.h>.
13439         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13440         (__libc_vfork): New strong alias.
13441         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
13442         removed.
13443         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
13444         Removed.
13446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
13447         <tcb-offsets.h>.
13448         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
13449         (__libc_vfork): New strong alias.
13450         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
13451         removed.
13452         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
13453         removed.
13455 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
13457         * malloc/malloc.c (mi_arena): New function.
13458         (malloc_info): Remove nested function mi_arena. Call non-nosted
13459         function mi_arena.
13461 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13463         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
13464         by insrwi.
13465         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
13466         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
13467         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
13468         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
13469         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
13470         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
13471         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
13473 2014-05-26  Andreas Schwab  <schwab@suse.de>
13475         [BZ #16984]
13476         * locale/programs/repertoire.c (repertoire_read): Add slash
13477         between I18NPATH element and file name.
13478         * locale/programs/locfile.c (locfile_read): Likewise.
13480 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13482         * nptl/pthread_mutexattr_settype.c
13483         (__pthread_mutexattr_settype):
13484         Disable lock elision for PTHREAD_MUTEX_NORMAL.
13486 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13488         * nptl/tst-mutex5 (do_test):
13489         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
13491 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13493         * benchtests/README: Document 'init' directive.
13494         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
13495         BENCH_INIT.
13496         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
13497         (parse_file): Recognize 'init' directive.
13499 2014-05-26  Kyle McMartin  <kyle@redhat.com>
13501         [BZ #16796]
13502         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
13503         alignment of struct pthread.
13505 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13507         [BZ #16878]
13508         * nscd/netgroupcache.c (addgetnetgrentX): Look for
13509         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13510         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
13511         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13513 2014-05-25  Richard Henderson  <rth@twiddle.net>
13515         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13516         (SINGLE_THREAD_P_PIC): Remove.
13517         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
13518         (SINGLE_THREAD_P_PIC): Remove.
13520         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
13521         branch to syscall error ...
13522         (PSEUDO): ... here.
13523         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
13524         from __local_syscall_error to .Lsyscall_error.
13525         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
13526         (SYSCALL_ERROR): Update label name.
13528         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13529         Do not use DOARGS/UNDOARGS.
13530         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
13531         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
13532         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
13533         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
13534         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
13536         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
13537         block comment.
13539         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
13540         define if !NOT_IN_libc.
13541         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
13542         define with non-default symbol versions.
13544 2014-05-23  Richard Henderson  <rth@twiddle.net>
13546         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
13547         (vfork, __vfork): Define via compat_symbol.
13549         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
13550         [!HAVE_IFUNC] (vfork_compat): Remove.
13551         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
13553 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
13555         [BZ #16978]
13556         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
13557         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
13558         variable.
13560 2014-05-23  Richard Henderson  <rth@twiddle.net>
13562         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
13563         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
13564         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
13565         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
13567         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
13568         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
13569         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
13570         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
13571         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
13572         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
13573         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
13574         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
13575         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
13576         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
13577         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
13578         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
13579         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
13580         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
13581         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
13582         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
13583         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
13584         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
13585         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
13586         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
13587         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
13588         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
13589         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
13590         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
13591         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
13592         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
13593         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
13594         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
13595         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
13596         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
13597         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
13598         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
13599         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
13600         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
13601         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
13602         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
13603         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
13604         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
13605         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
13606         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
13607         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
13608         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
13609         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
13610         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
13611         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
13612         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
13613         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
13614         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
13615         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
13616         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
13617         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
13618         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
13619         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
13620         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
13621         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
13622         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
13624         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
13625         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
13626         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
13627         before exiting on error.
13628         (__libc_vfork): New strong alias.
13629         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
13630         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
13632         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
13633         that was previously under [RESET_PID].
13634         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
13636         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
13638 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
13640         [BZ #16977]
13641         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
13642         value when x - 1 is zero.
13643         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
13644         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
13645         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
13646         0.0L for an argument of 1.0L.
13647         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
13648         Likewise.
13649         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
13650         value when x - 1 is zero.
13651         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
13652         * sysdeps/i386/fpu/libm-test-ulps: Update.
13653         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13655 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
13657         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
13658         alphasort and versionsort.
13660 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13662         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
13663         macro.
13664         [copysignf]: Likewise.
13666 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
13668         * crypt/md5-crypt.c: Fix formatting.
13670 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
13672         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
13673         (b64_from_24bit): New function.
13675 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13677         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
13678         libc_hidden_builtin_def to ifunc.
13679         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
13680         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
13682 2014-05-21  Roland McGrath  <roland@hack.frob.com>
13684         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
13685         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
13687 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
13689         * nscd/Depend (linuxthreads): Remove.
13690         (nptl): Add.
13691         * resolv/Depend (linuxthreads): Remove.
13692         * rt/Depend (linuxthreads): Remove.
13694         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
13695         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
13696         $(common-objpfx)elf/.
13697         (link-libc-before-gnulib): Likewise.
13698         (elfobjdir): Remove variable.
13699         * Makefile (install): Use $(elf-objpfx) instead of
13700         $(common-objpfx)elf/.
13701         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
13702         $(elfobjdir)/.
13703         (link-libc-deps): Likewise.
13704         ($(common-objpfx)libc.so): Likewise.
13705         ($(common-objpfx)linkobj/libc.so): Likewise.
13706         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
13707         instead of $(common-objpfx)elf/.
13708         (symbolic-link-list): Likewise.
13709         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
13710         [$(cross-compiling) = no]: Likewise.
13711         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
13712         $(elfobjdir)/.
13713         (static-gnulib-arch): Likewise.
13714         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
13715         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
13716         $(common-objpfx)elf/.
13718 2014-05-21  Richard Henderson  <rth@redhat.com>
13720         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13721         (SINGLE_THREAD_P): Use the correct width load.  Fold
13722         into the ldr offset.
13724         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
13725         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
13727 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
13729         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
13730         (libgcc_s_resume): Use __attribute_used__.
13731         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
13732         Likewise.
13734 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13736         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
13737         optimization when used with float constants.
13739         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13741 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
13743         [BZ #16915]
13744         * locale/nl_langinfo_l.c: Make direct reference to every
13745         _nl_current_CATEGORY symbol.
13746         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
13747         (tests-static): Add tst-langinfo-static.
13748         (tests-special): Add tst-langinfo-static.out.
13749         ($(objpfx)tst-langinfo.out): Redirect output.
13750         ($(objpfx)tst-langinfo-static.out): New.
13751         * localedata/tst-langinfo.sh: Send output to stdout.
13752         * localedata/tst-langinfo-static.c: New file.
13754         [BZ #16965]
13755         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
13756         when the shift amount is modulo the limb size.
13758 2014-05-20  Richard Henderson  <rth@redhat.com>
13760         [BZ #16967]
13761         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
13762         Change type of sa_flags from unsigned int to int.
13764         [BZ #16966]
13765         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
13767         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
13769 2014-05-20  Will Newton  <will.newton@linaro.org>
13771         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13772         Test the return value of the system call in the nocancel case.
13774 2014-05-20  Will Newton  <will.newton@linaro.org>
13775             Yvan Roux  <yvan.roux@linaro.org>
13777         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
13778         #include of asm/ptrace.h.
13779         (PTRACE_GET_THREAD_AREA): Remove #undef.
13780         (PTRACE_GETHBPREGS): Likewise.
13781         (PTRACE_SETHBPREGS): Likewise.
13782         (struct user_regs_struct): New structure.
13783         (struct user_fpsimd_struct): New structure.
13784         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
13785         #include of asm/ptrace.h and second #include of sys/user.h.
13786         (PTRACE_GET_THREAD_AREA): Remove #undef.
13787         (PTRACE_GETHBPREGS): Likewise.
13788         (PTRACE_SETHBPREGS): Likewise.
13789         (ELF_NGREG): Use new struct user_regs_struct.
13790         (elf_fpregset_t): Use new struct user_fpsimd_struct.
13792 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13794         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
13795         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
13797 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
13799         [BZ #16958]
13800         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
13801         membar to avoid block loads/stores to overlap previous stores.
13803 2014-05-17  Richard Henderson  <rth@redhat.com>
13805         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
13806         Create the __##syscall_name##_nocancel entry point.
13807         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
13808         Remove; let the sysdep-cancel.h code create it.
13810 2014-05-17  David S. Miller  <davem@davemloft.net>
13812         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
13813         Protect with __USE_GNU.
13814         (TIOCSET_TEMPT): Likewise.
13815         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
13816         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
13817         these are already provided in bits/ioctl-types.h
13819 2014-05-16  Roland McGrath  <roland@hack.frob.com>
13821         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
13822         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
13824         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
13825         Use wait4 regardless of [__NR_waitpid].
13827 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
13829         PR libgcc/60166
13830         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13831         (_FP_NANSIGN_Q): Set the quiet bit.
13833 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
13835         * benchtests/Makefile
13836         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
13837         not $(common-objpfx)math/libm.so.
13838         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
13839         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
13840         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
13841         $(common-objpfx)dlfcn/libdl.so.
13842         ($(objpfx)tst-audit8): Depend on $(libm), not
13843         $(common-objpfx)math/libm.so.
13844         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
13845         not $(common-objpfx)dlfcn/libdl.so.
13846         * math/Makefile
13847         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
13848         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
13849         [$(build-shared) = yes].
13850         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
13851         $(common-objpfx)nptl/libpthread.so.
13852         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
13853         $(common-objpfx)math/libm.so$(libm.so-version) or
13854         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
13855         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
13856         $(common-objpfx)dlfcn/libdl.so.
13857         * setjmp/Makefile (link-libm): Remove variable.
13858         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
13859         * stdio-common/Makefile (link-libm): Remove variable.
13860         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
13861         * stdlib/Makefile (link-libm): Remove variable.
13862         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
13863         ($(objpfx)tst-strtod-round): Likewise.
13864         ($(objpfx)tst-tininess): Likewise.
13865         ($(objpfx)tst-strtod-underflow): Likewise.
13866         ($(objpfx)tst-strtod6): Likewise.
13867         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
13868         $(libdl), not $(common-objpfx)nptl/libpthread.so and
13869         $(common-objpfx)dlfcn/libdl.so.
13871 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13873         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
13874         BSD terminal modes definitions.
13876 2014-05-16  Roland McGrath  <roland@hack.frob.com>
13878         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
13879         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
13881         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
13882         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
13883         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
13884         Don't do #include_next.
13885         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
13886         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
13887         Don't do #include_next.
13888         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
13889         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
13890         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
13891         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
13893 2014-05-16  Allan McRae  <allan@archlinux.org>
13895         * po/sv.po: Update Swedish translation from translation project.
13897         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
13898         in sed expression.
13900 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
13902         [BZ #16917]
13903         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
13904         errno if the TIOCGPTN ioctl fails with an error different than
13905         EINVAL.
13906         * login/tst-ptsname.c: New file.
13907         * login/Makefile (tests): Add tst-ptsname.
13909         [BZ #16943]
13910         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
13911         and prlimit64.
13913 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
13915         [BZ #16849]
13916         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
13917         herrno to return EAI_AGAIN.
13919 2014-05-14  Roland McGrath  <roland@hack.frob.com>
13921         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
13922         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
13923         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
13924         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
13925         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
13926         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
13927         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
13928         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
13929         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
13930         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
13931         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
13932         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
13933         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
13934         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
13935         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
13936         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
13937         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
13938         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
13939         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
13940         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
13941         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
13942         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
13943         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
13944         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
13945         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
13946         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
13947         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
13948         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
13949         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
13950         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
13951         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
13952         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
13953         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
13954         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
13955         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
13956         Moved ...
13957         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
13958         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
13959         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
13960         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
13961         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
13962         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
13963         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
13964         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
13965         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
13966         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
13967         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
13968         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
13969         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
13970         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
13971         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
13972         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
13973         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
13974         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
13975         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
13976         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
13977         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
13978         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
13979         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
13980         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
13981         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
13982         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
13983         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
13984         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
13985         Moved ...
13986         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
13987         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
13988         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
13989         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
13990         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
13991         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
13992         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
13993         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
13994         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
13995         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
13996         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
13997         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
13998         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
13999         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
14000         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
14001         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
14002         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
14003         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
14004         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
14005         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
14006         Moved ...
14007         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
14008         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
14009         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
14011         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
14012         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
14013         (libpthread-sysdep_routines): Add elision-related stuff here instead.
14014         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
14015         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
14016         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
14017         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
14018         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
14019         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
14020         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
14021         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
14022         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
14023         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
14024         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
14025         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
14026         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
14027         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
14028         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
14029         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
14030         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
14031         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
14032         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
14033         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
14034         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
14035         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
14036         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
14037         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
14038         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
14039         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
14040         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
14041         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
14043         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
14044         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
14046         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
14047         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
14048         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
14049         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
14050         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
14051         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
14052         Moved ...
14053         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
14054         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
14055         Moved ...
14056         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
14057         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
14058         Moved ...
14059         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
14060         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
14061         Moved ...
14062         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
14063         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
14064         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
14065         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
14066         Moved ...
14067         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
14068         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
14069         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
14070         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
14071         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
14072         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
14073         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
14074         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
14075         Moved ...
14076         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
14077         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
14078         Moved ...
14079         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
14080         ... here.
14081         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
14082         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
14083         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
14084         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
14085         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
14086         Moved ...
14087         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
14088         ... here.
14089         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
14090         Moved ...
14091         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
14092         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
14093         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
14094         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
14095         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
14096         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
14097         Moved ...
14098         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
14099         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
14100         Moved ...
14101         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
14102         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
14103         Moved ...
14104         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
14105         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
14106         Moved ...
14107         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
14108         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
14109         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
14110         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
14111         Moved ...
14112         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
14113         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
14114         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
14115         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
14116         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
14117         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
14118         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
14119         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
14120         Moved ...
14121         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
14122         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
14123         Moved ...
14124         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
14125         ... here.
14126         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
14127         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
14128         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
14129         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
14130         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
14131         Moved ...
14132         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
14133         ... here.
14134         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
14135         Moved ...
14136         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
14137         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
14138         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
14139         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
14140         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
14141         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
14142         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
14143         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
14144         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
14145         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
14146         Moved ...
14147         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
14148         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
14149         Moved ...
14150         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
14151         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
14152         Moved ...
14153         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
14154         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
14155         Moved ...
14156         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
14157         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
14158         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
14159         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
14160         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
14161         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
14162         Moved ...
14163         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
14164         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
14165         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
14166         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
14167         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
14168         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
14169         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
14170         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
14171         Moved ...
14172         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
14173         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
14174         Moved ...
14175         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
14176         ... here.
14177         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
14178         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
14179         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
14180         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
14181         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
14182         Moved ...
14183         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
14184         ... here.
14185         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
14186         Moved ...
14187         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
14188         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
14189         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
14190         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
14191         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
14192         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
14193         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
14194         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
14195         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
14196         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
14197         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
14199         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
14200         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
14202         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
14203         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
14205         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
14206         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
14207         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
14208         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
14209         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
14210         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
14211         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
14212         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
14213         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
14214         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
14215         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
14216         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
14217         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
14218         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
14219         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
14220         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
14221         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
14222         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
14223         Moved ...
14224         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
14225         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
14226         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
14227         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
14228         Moved ...
14229         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
14230         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
14231         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
14232         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
14233         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
14234         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
14235         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
14236         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
14237         Moved ...
14238         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
14239         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
14240         Moved ...
14241         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
14242         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
14243         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
14244         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
14245         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
14246         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
14247         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
14248         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
14249         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
14250         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
14251         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
14252         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
14253         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
14254         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
14255         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
14256         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
14257         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
14259         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
14260         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
14261         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
14262         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
14263         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
14265         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
14266         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
14267         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
14268         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
14269         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
14270         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
14271         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
14272         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
14273         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
14274         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
14276         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
14277         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
14279         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
14280         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
14281         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
14282         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
14283         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
14284         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
14285         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
14286         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
14287         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
14288         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
14289         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
14290         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
14291         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
14292         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
14293         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
14294         Update #include.
14295         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
14296         Likewise.
14297         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
14298         Likewise.
14299         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
14300         Likewise.
14301         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
14302         Likewise.
14303         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
14304         Likewise.
14305         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
14306         Likewise.
14307         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
14308         Likewise.
14309         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
14310         Likewise.
14311         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
14312         Likewise.
14313         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
14314         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
14315         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
14316         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
14317         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
14318         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
14319         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
14320         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
14321         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
14322         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
14323         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
14324         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
14325         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
14326         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
14327         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
14329         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
14330         that was previously under [RESET_PID].
14331         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
14332         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
14333         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
14335         * sysdeps/i386/nptl/Implies: New file.
14336         * sysdeps/x86_64/nptl/Implies: New file.
14337         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
14338         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
14339         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
14340         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
14342         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
14343         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14344         (__libc_vfork): New strong alias.
14345         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
14346         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
14348         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
14349         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14350         (__libc_vfork): New strong alias.
14351         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
14352         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
14354         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
14355         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14356         (__libc_vfork): New strong alias.
14357         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
14358         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
14359         * nptl/pt-vfork.c: New file.
14360         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
14361         (libpthread: GLIBC_2.20): New version set (empty).
14363 2014-05-14  Will Newton  <will.newton@linaro.org>
14365         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
14366         rather than #if.
14368 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
14370         [BZ #16564]
14371         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
14372         arguments with exponent 65 or above.
14373         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
14374         arguments 0x1p113L or above.
14375         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
14376         to arguments 0x1p107L or above.
14377         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
14378         positive arguments with exponent 65 or above.
14379         * math/auto-libm-test-in: Add more tests of log1p.
14380         * math/auto-libm-test-out: Regenerated.
14382         [BZ #16928]
14383         * math/s_cacos.c (__cacos): Ensure zero real part of result from
14384         non-finite arguments is +0.
14385         * math/s_cacosf.c (__cacosf): Likewise.
14386         * math/s_cacosl.c (__cacosl): Likewise.
14387         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
14388         * sysdeps/i386/fpu/libm-test-ulps: Update.
14389         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14391         [BZ #16927]
14392         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
14393         value.
14394         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
14395         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
14396         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
14397         for explicit high bit of mantissa when testing for argument equal
14398         to 1.
14399         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
14400         * sysdeps/i386/fpu/libm-test-ulps: Update.
14401         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14403         [BZ #16516]
14404         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
14405         (__erf): Scale by 16 instead of 8 in potentially underflowing
14406         case.  Ensure exception if result actually underflows.
14407         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
14408         (__erff): Scale by 16 instead of 8 in potentially underflowing
14409         case.  Ensure exception if result actually underflows.
14410         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
14411         (efx8): Remove variable.
14412         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14413         case.  Ensure exception if result actually underflows.
14414         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
14415         (efx8): Remove variable.
14416         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14417         case.  Ensure exception if result actually underflows.
14418         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
14419         (efx8): Remove variable.
14420         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14421         case.  Ensure exception if result actually underflows.
14422         * math/auto-libm-test-in: Add more tests of erf.
14423         * math/auto-libm-test-out: Regenerated.
14425 2014-05-14  Andreas Schwab  <schwab@suse.de>
14427         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
14428         Remove code conditionalized on USE___THREAD.
14430         * config.h.in (HAVE_PT_CHOWN): Define as 0.
14431         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
14432         not definedness.
14434 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
14436         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
14437         Define unconditionally.
14438         (__ASSUME_O_CLOEXEC): Likewise.
14439         (__ASSUME_SOCK_CLOEXEC): Likewise.
14440         (__ASSUME_IN_NONBLOCK): Likewise.
14441         (__ASSUME_PIPE2): Likewise.
14442         (__ASSUME_EVENTFD2): Likewise.
14443         (__ASSUME_SIGNALFD4): Likewise.
14444         (__ASSUME_DUP3): Likewise.
14445         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14446         (__ASSUME_DUP3): Do not define.
14447         (__ASSUME_EVENTFD2): Likewise.
14448         (__ASSUME_IN_NONBLOCK): Likewise.
14449         (__ASSUME_O_CLOEXEC): Likewise.
14450         (__ASSUME_PIPE2): Likewise.
14451         (__ASSUME_SIGNALFD4): Likewise.
14452         (__ASSUME_SOCK_CLOEXEC): Likewise.
14453         (__ASSUME_UTIMES): Undefine.
14454         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14455         (__ASSUME_UTIMES): Do not define.
14456         (__ASSUME_O_CLOEXEC): Likewise.
14457         (__ASSUME_SOCK_CLOEXEC): Likewise.
14458         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
14459         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
14460         0x020621].
14461         (__ASSUME_PIPE2): Likewise.
14462         (__ASSUME_EVENTFD2): Likewise.
14463         (__ASSUME_SIGNALFD4): Likewise.
14464         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
14465         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
14466         Do not define.
14467         (__ASSUME_EVENTFD2): Likewise.
14468         (__ASSUME_SIGNALFD4): Likewise.
14469         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
14470         (__ASSUME_32BITUIDS): Likewise.
14471         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
14472         (__ASSUME_IPC64): Likewise.
14473         (__ASSUME_ST_INO_64_BIT): Likewise.
14474         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
14475         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
14476         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14477         (__ASSUME_UTIMES): Do not define.
14478         (__ASSUME_PSELECT): Likewise.
14479         (__ASSUME_PPOLL): Likewise.
14480         (__ASSUME_O_CLOEXEC): Likewise.
14481         (__ASSUME_SOCK_CLOEXEC): Likewise.
14482         (__ASSUME_IN_NONBLOCK): Likewise.
14483         (__ASSUME_PIPE2): Likewise.
14484         (__ASSUME_EVENTFD2): Likewise.
14485         (__ASSUME_SIGNALFD4): Likewise.
14486         (__ASSUME_DUP3): Likewise.
14487         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14488         (__ASSUME_UTIMES): Likewise.
14489         (__ASSUME_O_CLOEXEC): Likewise.
14490         (__ASSUME_SOCK_CLOEXEC): Likewise.
14491         (__ASSUME_IN_NONBLOCK): Likewise.
14492         (__ASSUME_PIPE2): Likewise.
14493         (__ASSUME_EVENTFD2): Likewise.
14494         (__ASSUME_SIGNALFD4): Likewise.
14495         (__ASSUME_DUP3): Likewise.
14496         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14497         (__ASSUME_UTIMES): Likewise.
14498         (__ASSUME_O_CLOEXEC): Likewise.
14499         (__ASSUME_SOCK_CLOEXEC): Likewise.
14500         (__ASSUME_IN_NONBLOCK): Likewise.
14501         (__ASSUME_PIPE2): Likewise.
14502         (__ASSUME_EVENTFD2): Likewise.
14503         (__ASSUME_SIGNALFD4): Likewise.
14504         (__ASSUME_DUP3): Likewise.
14505         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
14506         Likewise.
14507         (__ASSUME_UTIMES): Likewise.
14508         (__ASSUME_EVENTFD2): Likewise.
14509         (__ASSUME_SIGNALFD4): Likewise.
14510         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14511         (__ASSUME_O_CLOEXEC): Likewise.
14512         (__ASSUME_SOCK_CLOEXEC): Likewise.
14513         (__ASSUME_IN_NONBLOCK): Likewise.
14514         (__ASSUME_PIPE2): Likewise.
14515         (__ASSUME_EVENTFD2): Likewise.
14516         (__ASSUME_SIGNALFD4): Likewise.
14517         (__ASSUME_DUP3): Likewise.
14518         (__ASSUME_UTIMES): Undefine.
14520         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
14521         feclearexcept.  Remove symbol versioning code.
14522         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
14523         symbol versioning code.
14524         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
14525         symbol versioning code.
14526         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
14527         feupdateenv.  Remove symbol versioning code.
14528         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
14529         fegetexceptflag.  Remove symbol versioning code.
14530         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
14531         fesetexceptflag.  Remove symbol versioning code.
14532         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
14533         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
14534         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
14535         (__posix_fadvise64_l32): Remove prototype.
14536         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
14537         code.
14539 2014-05-13  Roland McGrath  <roland@hack.frob.com>
14541         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
14542         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
14543         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
14544         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
14546 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
14548         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
14549         current working directory
14551 2014-05-13  Roland McGrath  <roland@hack.frob.com>
14553         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
14554         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
14555         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
14556         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
14557         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
14558         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
14559         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
14560         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
14561         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
14562         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
14563         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
14564         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
14565         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
14566         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
14567         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
14568         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
14569         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
14570         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
14571         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
14572         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
14573         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
14574         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
14575         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
14576         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
14577         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
14578         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
14579         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
14580         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
14581         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
14582         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
14583         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
14584         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
14585         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
14586         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
14587         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
14588         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
14589         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
14590         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
14591         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
14592         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
14593         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
14594         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
14596         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
14597         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
14599         * sysdeps/unix/sysv/linux/arm/Makefile
14600         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
14601         Add rt-aeabi_unwind_cpp_pr1.
14602         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
14603         Add nptl-aeabi_unwind_cpp_pr1.
14604         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
14605         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
14606         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
14607         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
14608         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
14609         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
14611         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
14612         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
14613         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
14614         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
14616         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
14617         Deconditionalize the code that was previously under [RESET_PID].
14618         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
14620         * sysdeps/generic/exit-thread.h: New file.
14621         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
14622         * include/unistd.h (__exit_thread): Remove declaration.
14623         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
14624         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
14625         * csu/libc-start.c: Include <exit-thread.h>.
14626         (LIBC_START_MAIN): Pass no argument to __exit_thread.
14627         * nptl/pthread_create.c: Include <exit-thread.h>.
14628         (start_thread): Call __exit_thread in place of __exit_thread_inline.
14629         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
14630         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
14631         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
14632         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
14633         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
14634         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
14635         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
14636         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
14637         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
14638         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
14639         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
14640         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
14641         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
14642         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
14643         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
14644         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
14646 2014-05-13  Andreas Schwab  <schwab@suse.de>
14648         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
14650 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
14652         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
14653         (__ASSUME_UTIMES): Do not condition on kernel version.
14654         (__ASSUME_PSELECT): Define unconditionally.
14655         (__ASSUME_PPOLL): Likewise.
14656         (__ASSUME_ATFCTS): Likewise.
14657         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
14658         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
14659         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
14660         (__ASSUME_UTIMENSAT): Define unconditionally.
14661         (__ASSUME_PRIVATE_FUTEX): Likewise.
14662         (__ASSUME_FALLOCATE): Likewise.
14663         (__ASSUME_O_CLOEXEC): Likewise.
14664         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
14665         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
14666         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
14667         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
14668         (__ASSUME_IN_NONBLOCK): Likewise.
14669         (__ASSUME_PIPE2): Likewise.
14670         (__ASSUME_EVENTFD2): Likewise.
14671         (__ASSUME_SIGNALFD4): Likewise.
14672         (__ASSUME_DUP3): Likewise.
14673         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14674         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
14675         (__ASSUME_AT_RANDOM): Likewise.
14676         (__ASSUME_PREADV): Likewise.
14677         (__ASSUME_PWRITEV): Likewise.
14678         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
14679         (__ASSUME_F_GETOWN_EX): Define unconditionally.
14680         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
14681         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
14682         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
14683         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14684         (__ASSUME_O_CLOEXEC): Define unconditionally.
14685         (__ASSUME_PSELECT): Do not undefine conditionally.
14686         (__ASSUME_PPOLL): Likewise.
14687         (__ASSUME_ATFCTS): Likewise.
14688         (__ASSUME_SET_ROBUST_LIST): Likewise.
14689         (__ASSUME_UTIMENSAT): Likewise.
14690         (__ASSUME_FDATASYNC): Define unconditionally.
14691         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14692         (__ASSUME_SIGFRAME_V2): Likewise.
14693         )__ASSUME_EVENTFD2): Likewise.
14694         (__ASSUME_SIGNALFD4): Likewise.
14695         (__ASSUME_PSELECT): Do not undefine conditionally.
14696         (__ASSUME_PPOLL): Likewise.
14697         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14698         (__ASSUME_PSELECT): Define unconditionally.
14699         (__ASSUME_PPOLL): Likewise.
14700         (__ASSUME_O_CLOEXEC): Likewise.
14701         (__ASSUME_SOCK_CLOEXEC): Likewise.
14702         (__ASSUME_IN_NONBLOCK): Likewise.
14703         (__ASSUME_PIPE2): Likewise.
14704         (__ASSUME_EVENTFD2): Likewise.
14705         (__ASSUME_SIGNALFD4): Likewise.
14706         (__ASSUME_DUP3): Likewise.
14707         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14708         (__ASSUME_O_CLOEXEC): Likewise.
14709         (__ASSUME_SOCK_CLOEXEC): Likewise.
14710         (__ASSUME_IN_NONBLOCK): Likewise.
14711         (__ASSUME_PIPE2): Likewise.
14712         (__ASSUME_EVENTFD2): Likewise.
14713         (__ASSUME_SIGNALFD4): Likewise.
14714         (__ASSUME_DUP3): Likewise.
14715         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14716         (__ASSUME_EVENTFD2): Likewise.
14717         (__ASSUME_SIGNALFD4): Likewise.
14718         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14720 2014-05-12  Andreas Schwab  <schwab@suse.de>
14722         [BZ #16932]
14723         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
14724         (_nss_nis_gethostbyname4_r): Return error if item length is larger
14725         than maximum RPC packet size.
14726         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
14727         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
14728         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
14729         (_nss_nis_getservbyport_r): Likewise.
14731 2014-05-12  Will Newton  <will.newton@linaro.org>
14733         * malloc/Makefile (tests): Add tst-mallopt.
14734         * malloc/tst-mallopt.c: New file.
14736 2014-05-09  Roland McGrath  <roland@hack.frob.com>
14738         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
14739         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
14741 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14743         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
14744         (tst-tlsmod6.so): Likewise.
14746 2014-05-09  Roland McGrath  <roland@hack.frob.com>
14748         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
14750 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
14752         [BZ #16064]
14753         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
14754         and <dl-procinfo.h>.
14755         (__fegetenv): Save SSE state in envp->__eip if supported.
14756         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
14757         envp->__eip if supported.
14758         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
14759         and <dl-procinfo.h>.
14760         (__fesetenv): Always set __eip, __cs_selector, __opcode,
14761         __data_offset and __data_selector in environment to 0.  Set SSE
14762         state if supported.
14763         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
14764         test-fenv-sse.
14765         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
14766         -mfpmath=sse.
14767         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
14769 2014-05-09  Will Newton  <will.newton@linaro.org>
14771         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
14772         and libc_relro_required for ARM.
14773         * sysdeps/arm/preconfigure: Regenerate.
14775 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14776             Stefan Liebler  <stli@linux.vnet.ibm.com>
14778         * config.make.in (enable-lock-elision): New Makefile variable.
14779         * configure.ac: Likewise.
14780         * configure: Regenerate.
14781         * sysdeps/s390/configure.ac:
14782         Add check for gcc transactions support.
14783         * sysdeps/s390/configure: Regenerate.
14784         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
14785         Build elision files if enabled.
14786         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
14787         Add lock elision support for s390.
14788         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
14789         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
14790         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
14791         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
14792         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
14793         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
14794         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
14795         Likewise.
14796         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
14797         Likewise.
14798         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
14799         Likewise.
14800         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
14801         Likewise.
14802         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
14803         (__lll_timedlock_elision, __lll_lock_elision)
14804         (__lll_unlock_elision, __lll_trylock_elision)
14805         (lll_timedlock_elision, lll_lock_elision)
14806         (lll_unlock_elision, lll_trylock_elision): Add.
14807         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14808         (pthread_mutex_t): Add lock elision support for s390.
14810 2014-05-14  Wilco  <wdijkstr@arm.com>
14812         * sysdeps/arm/fclrexcpt.c: Cleanup.
14813         * sysdeps/arm/fedisblxcpt.c: Cleanup.
14814         * sysdeps/arm/feenablxcpt.c: Cleanup.
14815         * sysdeps/arm/fegetenv.c: Cleanup.
14816         * sysdeps/arm/fegetexcept.c: Cleanup.
14817         * sysdeps/arm/fegetround.c: Cleanup.
14818         * sysdeps/arm/feholdexcpt.c: Cleanup.
14819         * sysdeps/arm/fesetenv.c: Cleanup.
14820         * sysdeps/arm/fesetround.c: Cleanup.
14821         * sysdeps/arm/feupdateenv.c: Cleanup.
14822         * sysdeps/arm/fgetexcptflg.c: Cleanup.
14823         * sysdeps/arm/fraiseexcpt.c: Cleanup.
14824         * sysdeps/arm/fsetexcptflg.c: Cleanup.
14825         * sysdeps/arm/ftestexcept.c: Cleanup.
14826         * sysdeps/arm/get-rounding-mode.h: Cleanup.
14827         * sysdeps/arm/setfpucw.c: Cleanup.
14829 2014-05-09  Will Newton  <will.newton@linaro.org>
14831         * sysdeps/arm/armv7/strcmp.S: New file.
14832         * NEWS: Mention addition of ARMv7 optimized strcmp.
14834 2014-05-08  Roland McGrath  <roland@hack.frob.com>
14836         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
14837         look for %.ac rather than %.in.
14839         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
14840         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
14841         * sysdeps/mach/hurd/configure: Regenerated.
14842         * sysdeps/unix/sysv/linux/configure: Regenerated.
14844         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
14846 2014-05-07  Steve Ellcey  <sellcey@mips.com>
14848         [BZ# 16922]
14849         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
14850         (LONG_SUB): Ditto.
14851         (PTR_SUB): Ditto.
14853 2014-05-07  Andreas Schwab  <schwab@suse.de>
14855         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
14856         when skipping over non-matching result from nscd.
14858 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
14860         [BZ #16876]
14861         * nptl/sockperf.c (client): Check socket return value.
14863         [BZ #16877]
14864         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
14865         nscd security class.
14867 2014-05-06  Roland McGrath  <roland@hack.frob.com>
14869         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
14870         * sysdeps/arm/unwind.h: ... here.
14872 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
14874         [BZ# 16916]
14875         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
14876         Define.
14878 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14880         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
14881         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
14882         multiarch strncpy for PPC64.
14883         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
14884         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
14885         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
14886         multiarch optimizations.
14887         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14888         (__libc_ifunc_impl_list): Likewise.
14889         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
14890         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
14891         multiarch stpncpy for PPC64.
14892         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
14893         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
14895 2014-05-06  Andreas Schwab  <schwab@suse.de>
14897         [BZ #16912]
14898         * gmon/mcount.c (_MCOUNT_DECL): Use
14899         atomic_compare_and_exchange_bool_acq instead of
14900         catomic_compare_and_exchange_bool_acq.
14902 2014-05-05  Roland McGrath  <roland@hack.frob.com>
14904         * elf/Makefile (others, install-bin): Remove pldd.
14905         (pldd-modules): Variable removed.
14906         ($(objpfx)pldd): Target removed.
14907         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
14908         (others, install-bin): Append pldd here.
14909         ($(objpfx)pldd): New target.
14911         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
14912         to 0, so the first #if test emitted later doesn't see it undefined.
14913         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
14914         * sysdeps/gnu/errlist.c: Regenerated.
14916 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14918         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
14919         [libc_hidden_builtin_def]: Define to empty value.
14920         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
14921         [libc_hidden_builtin_def]: Likewise.
14922         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
14923         [libc_hidden_builtin_def]: Likewise.
14924         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
14925         [libc_hidden_builtin_def]: Likewise.
14926         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
14927         __redirect_memcpy and define ifunc as default hidden symbol.
14928         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
14929         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
14931 2014-05-04  Adam Conrad  <adconrad@0c3.net>
14933         * locale/iso-4217.def: Reintroduce XDR currency.
14935 2014-05-04  Allan McRae  <allan@archlinux.org>
14937         * po/eo.po: Update Esperanto translation from translation project.
14939 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
14941         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
14942         and FEATURE_INDEX_MAX to 1.
14943         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
14945 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14947         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
14948         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
14949         * iconvdata/big5.c (ONE_DIRECTION): Define.
14950         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
14951         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
14952         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
14953         * iconvdata/cp932.c (ONE_DIRECTION): Define.
14954         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
14955         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
14956         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
14957         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
14958         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
14959         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
14960         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
14961         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
14962         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
14963         * iconvdata/gbk.c (ONE_DIRECTION): Define.
14964         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
14965         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
14966         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
14967         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
14968         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
14969         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
14970         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
14971         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
14972         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
14973         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
14974         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
14975         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
14976         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
14977         * iconvdata/iso646.c (ONE_DIRECTION): Define.
14978         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
14979         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
14980         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
14981         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
14982         * iconvdata/johab.c (ONE_DIRECTION): Define.
14983         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
14984         * iconvdata/sjis.c (ONE_DIRECTION): Define.
14985         * iconvdata/t.61.c (ONE_DIRECTION): Define.
14986         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
14987         * iconvdata/tscii.c (ONE_DIRECTION): Define.
14988         * iconvdata/uhc.c (ONE_DIRECTION): Define.
14989         * iconvdata/unicode.c (ONE_DIRECTION): Define.
14990         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
14991         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
14992         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
14994 2014-05-01  Roland McGrath  <roland@hack.frob.com>
14996         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
14997         (_IO_JUMPS_OFFSET): Define to 0.
14999         * nptl/sysdeps/pthread/bits/libc-lock.h
15000         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
15001         (__libc_lock_define_initialized_recursive): Always define using
15002         initializer.  Modern compilers treat uninitialized (implicit zero) and
15003         explicit zero initializers the same (i.e. put the datum in bss).
15005 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
15007         * nscd/nscd-client.h: Include <string.h>.
15009 2014-05-01  David S. Miller  <davem@davemloft.net>
15011         [BZ #16885]
15012         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
15013         multiple zero bytes exist at the end of a string.
15014         Reported by Aurelien Jarno <aurelien@aurel32.net>
15016         * string/test-strcmp.c (check): Add explicit test for situations where
15017         there are multiple zero bytes after the first.
15019 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
15021         [BZ #16890]
15022         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
15023         when compiling wprintf.
15024         * stdio-common/tstdiomisc.c (t3): New function.
15025         (main): Call it.
15027 2014-05-01  Steve Ellcey  <sellcey@mips.com>
15029         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
15030         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
15031         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
15032         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
15034 2014-05-01  Steve Ellcey  <sellcey@mips.com>
15036         * stdlib/longlong.h: Updated from GCC.
15038 2014-05-01  Will Newton  <will.newton@linaro.org>
15039             Bernard Ogden  <bernie.ogden@linaro.org>
15041         * NEWS: Update fixed bug list.
15043         [BZ #15119]
15044         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
15046 2014-04-30  David S. Miller  <davem@davemloft.net>
15048         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
15049         (libc_feholdexcept_setround_sparc_ctx): New function.
15050         (libc_fesetenv_sparc_ctx): Likewise.
15051         (libc_feupdateenv_sparc_ctx): Likewise.
15052         (libc_feholdsetround_sparc_ctx): Likewise.
15053         (libc_feholdexcept_setround_ctx): Define.
15054         (libc_feholdexcept_setroundf_ctx): Likewise.
15055         (libc_feholdexcept_setroundl_ctx): Likewise.
15056         (libc_fesetenv_ctx): Likewise.
15057         (libc_fesetenvf_ctx): Likewise.
15058         (libc_fesetenvl_ctx): Likewise.
15059         (libc_feupdateenv_ctx): Likewise.
15060         (libc_feupdateenvf_ctx): Likewise.
15061         (libc_feupdateenvl_ctx): Likewise.
15062         (libc_feresetround_ctx): Likewise.
15063         (libc_feresetroundf_ctx): Likewise.
15064         (libc_feresetroundl_ctx): Likewise.
15065         (libc_feholdsetround_ctx): Likewise.
15066         (libc_feholdsetroundf_ctx): Likewise.
15067         (libc_feholdsetroundl_ctx): Likewise.
15069         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
15070         with __USE_GNU instead of XOPEN cpp guards.
15072         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
15073         0.
15075         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
15076         with XOPEN cpp guards.
15078 2014-04-30  Julian Brown  <julian@codesourcery.com>
15080         [BZ #16888]
15081         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
15082         handling.
15084 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
15086         [BZ #9894]
15087         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
15088         Change to 2.6.32.
15089         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
15090         * sysdeps/unix/sysv/linux/configure: Regenerated.
15091         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
15092         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
15093         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
15094         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
15095         * README: Update reference to required Linux kernel version.
15096         * manual/install.texi (Linux): Update reference to required Linux
15097         kernel headers version.
15098         * INSTALL: Regenerated.
15100         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
15101         header inclusion.
15102         [POSIX] (limits.h): Likewise.
15103         [POSIX] (math.h): Likewise.
15104         [POSIX] (sys/wait.h): Likewise.
15105         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
15106         function.
15107         [POSIX] (stddef.h): Do not allow header inclusion.
15109 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15111         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
15113 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
15115         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
15116         Return immediately after lll_futex_wake.
15118 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15120         [BZ #16791]
15121         * nscd/nscd-client.h (datahead_init_common): Initialize entire
15122         structure.
15123         (datahead_init_pos): Call datahead_init_common early.
15124         (datahead_init_neg): Likewise.
15126         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
15127         datahead_init_neg): New functions.
15128         * nscd/aicache.c (addhstaiX): Use them.
15129         * nscd/grpcache.c (cache_addgr): Likewise.
15130         * nscd/hstcache.c (cache_addhst): Likewise.
15131         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15132         * nscd/netgroupcache.c (do_notfound): Likewise.
15133         (addgetnetgrentX): Likewise.
15134         (addinnetgrX): Likewise.
15135         * nscd/pwdcache.c (cache_addpw): Likewise.
15136         * nscd/servicescache.c (cache_addserv): Likewise.
15138 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15139             Atsushi Onoe  <atsushi@onoe.org>
15141         [BZ #14308]
15142         [BZ #12994]
15143         [BZ #13651]
15144         * resolv/res_query.c (__libc_res_nsearch): Return if at least
15145         one response is valid.
15146         * resolv/res_send.c (send_dg): Check for validity of other
15147         response if the current response is a referral.
15149 2014-04-29  Steve Ellcey  <sellcey@mips.com>
15151         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
15153 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
15155         [BZ #16823]
15156         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
15157         Always divide by positive zero when computing -Inf result.
15158         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15159         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
15161 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15163         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
15164         FPSCR if value do not change.
15165         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
15166         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
15167         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
15168         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
15169         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
15170         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
15171         function.
15173 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
15175         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
15176         * sysdeps/unix/sysv/linux/hppa: Move directory from
15177         ports/systeps/unix/sysv/linux/hppa.
15178         * README: Update listing for hppa-*-linux-gnu.
15180 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
15182         [BZ #16754]
15183         * manual/stdio.texi (Hook functions): Fix types of stream hook
15184         functions.
15185         [BZ #16854]
15186         * socket/sys/socket.h: Fix typo in comment.
15188 2014-04-28  Wilco  <wdijkstr@arm.com>
15190         * sysdeps/arm/fenv_private.h: New file.
15191         * sysdeps/arm/math_private.h: New file.
15192         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
15194 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
15196         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
15197         with __int128_t.
15198         (La_x86_64_retval): Likewise.
15200 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
15202         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
15203         fpsr if value didn't change.
15204         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
15205         to fpcr if value didn't change.
15206         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
15207         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
15208         fpsr or fpcr if value didn't change.
15209         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
15210         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
15211         fpcr if value didn't change.
15212         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
15213         to fpsr if value didn't change.
15215 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
15217         * nptl/tst-sem3.c: Use test-skeleton.c
15218         (main): Rename to do_test.  Use return instead of
15219         exit.
15220         * nptl/tst-sem4.c: Use test-skeleton.c
15221         (main): Rename to do_test.
15223 2014-04-22  David S. Miller  <davem@davemloft.net>
15225         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
15226         (struct sigaction): New struct member __glibc_reserved0, change
15227         type of sa_flags to int.
15229 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
15231         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
15232         (COUNT_LEADING_ZEROS_0): Define for AArch64.
15234 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
15236         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
15237         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
15239 2014-04-22  Will Newton  <will.newton@linaro.org>
15240             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
15242         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
15243         (__longjmp): Add longjmp and longjmp_target SystemTap
15244         probes.
15245         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
15246         (__sigsetjmp): Add setjmp SystemTap probe.
15248 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
15250         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
15251         match manual order.
15253 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15255         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
15257         * sysdeps/powerpc/fpu/fenv_private.h
15258         (libc_feholdexcept_setroundl_ctx): Define to
15259         libc_feholdexcept_setround_ppc_ctx.
15260         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
15261         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
15262         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
15263         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
15265 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
15267         * sysdeps/aarch64/math-tests.h: New file.
15269 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
15271         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
15272         New.
15273         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15274         Check and set bit_AVX2_Usable.
15275         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
15276         macro.
15277         (bit_AVX2): Likewise.
15278         (index_AVX2_Usable): Likewise.
15279         (CPUID_AVX2): Likewise.
15280         (HAS_AVX2): Likewise.
15282 2014-04-17  Will Newton  <will.newton@linaro.org>
15284         * manual/setjmp.texi (System V contexts): Add note that
15285         calling setcontext on a context created by a call to a
15286         signal handler is undefined.  Update text to note that
15287         setcontext from a signal handler is possible but not
15288         recommended.
15290         [BZ #16629]
15291         * stdlib/tst-setcontext.c: Include signal.h.
15292         (main): Check that the signal stack before and
15293         after swapcontext is the same.
15295         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
15296         Re-implement to restore registers in user code and avoid
15297         rt_sigreturn system call.
15299 2014-04-17  Wilco  <wdijkstr@arm.com>
15301         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
15302         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
15303         * math/test-fenv.c: Skip exception trap tests on targets which only
15304         support non-stop mode.
15306 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
15307             Wilco Dijkstra  <wilco.dijkstra@arm.com>
15309         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
15310         (libc_feholdsetround_aarch64_ctx)
15311         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
15312         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
15313         (libc_feresetround_ctx, libc_feresetroundf_ctx)
15314         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
15315         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
15316         (libc_feresetround_noexl_ctx): Define.
15318 2014-04-16  Richard Henderson  <rth@redhat.com>
15320         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
15322         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
15323         unwind tables.
15325         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
15326         const from the non-libc, non-ldso copy.
15328         * sysdeps/alpha/libm-test-ulps: Regenerate.
15330 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
15331             Wilco Dijkstra  <wilco.dijkstra@arm.com>
15333         * sysdeps/aarch64/fpu/math_private.h: New file.
15335 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15337         * sysdeps/aarch64/libm-test-ulps: Regenerate.
15339 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
15341         [BZ #16275]
15342         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
15343         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
15344         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
15345         Intel MPX bound registers before _dl_profile_fixup.
15346         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
15347         registers after _dl_profile_fixup.  Save and restore bound
15348         registers bnd0/bnd1 when calling _dl_call_pltexit.
15349         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
15350         (LR_BND_OFFSET): Likewise.
15351         (LRV_BND0_OFFSET): Likewise.
15352         (LRV_BND1_OFFSET): Likewise.
15354 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15356         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
15357         to...
15358         * sysdeps/mach/hurd/i386/tls.h: ... here.
15359         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
15360         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
15361         fields.
15363 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15365         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
15367 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
15369         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15371 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
15373         [BZ #14770]
15374         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
15375         * sysdeps/s390/configure: Regenerate.
15377         [BZ #16824]
15378         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
15379         Set round-to-nearest internally to reduce error accumulation.
15381 2014-04-16  Alan Modra  <amodra@gmail.com>
15383         [BZ #16740]
15384         [BZ #16619]
15385         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
15386         * math/libm-test.inc (frexp_test_data): Add tests.
15387         * NEWS: Update fixed bug list.
15389 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
15391         * benchtests/Makefile: Depend on libraries in build directory.
15392         (bench-math): Separate out math tests.
15393         (bench-pthread): Separate out pthread tests.
15394         (bench): Include math and pthread tests.
15396 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
15398         [BZ #16831]
15399         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
15400         _dl_debug_initialize.
15402         * configure.ac: Remove SELinux header check.
15403         * configure: Regenerate.
15404         * nscd/selinux.c (perms): Array of const char* to permission names.
15405         (nscd_request_avc_has_perm): Call security_deny_unknown to find
15406         default policy. Call string_to_security_class and string_to_av_perm to
15407         translate strings. Enforce default policy and call avs_has_perm with
15408         results of translated strings.
15410 2014-04-13  David S. Miller  <davem@davemloft.net>
15412         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15414 2014-04-12  Allan McRae  <allan@archlinux.org>
15416         [BZ #16838]
15417         * manual/string.texi (Collation Functions): Fix qsort argument
15418         order in example.
15419         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
15421 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
15423         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
15424         Make the test a no-op if there are no exceptions defined.
15426 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
15428         * elf/Makefile (tests): make tst-dlopen-aout conditional on
15429         enable-hardcoded-path-in-tests
15431 2014-04-11  Will Newton  <will.newton@linaro.org>
15433         * benchtests/Makefile (extra-objs): Add json-lib.o.
15434         (bench-func): Tidy up JSON output.
15435         * benchtests/bench-skeleton.c: Include json-lib.h.
15436         (main): Use JSON library functions to do output of
15437         benchmark results.
15438         * benchtests/bench-timing-type.c (main): Output the
15439         timing type simply, leaving formatting to the user.
15440         * benchtests/json-lib.c: New file.
15441         * benchtests/json-lib.h: Likewise.
15443 2014-04-11  Torvald Riegel  <triegel@redhat.com>
15445         [BZ #15215]
15446         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
15447         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
15448         memory barriers.  Add comments.
15449         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
15450         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
15451         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
15452         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
15453         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
15454         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
15456 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15458         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
15459         * sysdeps/s390/s390-64/configure.ac: ... this ...
15460         * sysdeps/s390/configure.ac: ... to here.
15461         * sysdeps/s390/s390-32/configure: Delete file.
15462         * sysdeps/s390/s390-64/configure: Delete file.
15463         * sysdeps/s390/configure: Regenerate.
15465 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
15467         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
15469 2014-04-11  Will Newton  <will.newton@linaro.org>
15471         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
15472         to zero if it is not defined elsewhere.  (mtrim): Test
15473         the value of MALLOC_DEBUG with #if rather than #ifdef.
15475 2014-04-10 Torvald Riegel  <triegel@redhat.com>
15477         * benchtests/pthread_once-inputs: New file.
15478         * benchtests/pthread_once-source.c: New file.
15479         * benchtests/README: Update documentation.
15481 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
15482             H.J. Lu  <hongjiu.lu@intel.com>
15484         [BZ #16275]
15485         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
15486         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
15487         * sysdeps/x86_64/configure: Regenerated.
15488         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
15489         macro.
15490         (REGISTER_SAVE_RAX): Likewise.
15491         (REGISTER_SAVE_RCX): Likewise.
15492         (REGISTER_SAVE_RDX): Likewise.
15493         (REGISTER_SAVE_RSI): Likewise.
15494         (REGISTER_SAVE_RDI): Likewise.
15495         (REGISTER_SAVE_R8): Likewise.
15496         (REGISTER_SAVE_R9): Likewise.
15497         (REGISTER_SAVE_BND0): Likewise.
15498         (REGISTER_SAVE_BND1): Likewise.
15499         (REGISTER_SAVE_BND2): Likewise.
15500         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
15501         bound registers when calling _dl_fixup.
15503 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15505         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
15506         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
15507         of its definition.
15508         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
15509         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
15510         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
15511         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
15512         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
15513         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
15514         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
15516 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
15518         [BZ #15514]
15519         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
15520         pathconf(_PC_NAME_MAX).
15522 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15524         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
15525         Remove macro usage.
15526         (__PTHREAD_SPINS): Move definition to ...
15527         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
15528         (__PTHREAD_SPINS): ... here.
15529         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15530         (__PTHREAD_SPIN): Likewise.
15531         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
15532         (__PTHREAD_SPIN): Likewise.
15533         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
15534         (__PTHREAD_SPIN): Likewise.
15535         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
15536         (__PTHREAD_SPIN): Likewise.
15537         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
15538         (__PTHREAD_SPIN): Likewise.
15539         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
15540         (__PTHREAD_SPIN): Likewise.
15541         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
15542         (__PTHREAD_SPIN): Likewise.
15543         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
15544         (__PTHREAD_SPIN): Likewise.
15545         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
15546         (__PTHREAD_SPIN): Likewise.
15547         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
15548         (__PTHREAD_SPIN): Likewise.
15549         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
15550         (__PTHREAD_SPIN): Likewise.
15551         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
15552         (__PTHREAD_SPIN): Likewise.
15554         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
15555         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
15556         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
15557         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
15558         imply folder.
15559         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
15560         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
15561         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
15562         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
15563         correct imply path.
15564         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
15565         strlen symbol for non multi-arch builds.
15566         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
15567         missing hidden_def and weak_alias.
15569 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
15571         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
15573 2014-04-07  Will Newton  <will.newton@linaro.org>
15575         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
15576         and contents.  [!_LIBC] Remove #ifndef and contents.
15577         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
15578         * string/memccpy.c (__memccpy): Use ANSI prototype.
15579         * string/memfrob.c (memfrob): Likewise.
15580         * string/strcoll.c (STRCOLL): Likewise.
15581         * string/strlen.c (strlen): Likewise.
15582         * string/strtok.c (STRTOK): Likewise.
15583         * string/strcat.c: Remove unused #include of memcopy.h.
15584         (strcat): Use ANSI prototype.
15585         * string/strchr.c: Remove unused #include of memcopy.h.
15586         (strchr): Use ANSI prototype.
15587         * string/strcmp.c: Remove unused #include of memcopy.h.
15588         (strcmp): Use ANSI prototype.
15589         * string/strcpy.c: Remove unused #include of memcopy.h.
15590         (strcpy): Use ANSI prototype.
15592 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15594         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
15595         * config.make.in (config-extra-cppflags): Set it from
15596         libc_extra_cppflags.
15597         * configure.ac (libc_extra_cflags): Make it accumulate over
15598         configure fragments.
15599         (libc_extra_cppflags): New flag.
15600         * configure. Regenerate.
15601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
15602         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
15603         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
15604         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
15606         [BZ #16815]
15607         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
15608         result for FE_DOWNWARD rounding mode.
15609         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
15610         Likewise.
15611         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15613 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
15615         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
15616         in function argument name.
15618 2014-04-03  David Svoboda  <svoboda@cert.org>
15620         [BZ #5666]
15621         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
15622         explicitly.
15624 2014-04-03  Roland McGrath  <roland@hack.frob.com>
15626         * elf/dl-unmap-segments.h: New file.
15627         * sysdeps/generic/ldsodefs.h
15628         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
15629         * elf/dl-close.c: Include <dl-unmap-segments.h>.
15630         * elf/dl-fptr.c: Likewise.
15631         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
15632         * sysdeps/aarch64/tlsdesc.c: Likewise.
15633         * sysdeps/arm/tlsdesc.c: Likewise.
15634         * sysdeps/i386/tlsdesc.c: Likewise.
15635         * sysdeps/tile/dl-runtime.c: Likewise.
15636         * sysdeps/x86_64/tlsdesc.c: Likewise.
15637         * elf/dl-load.h: New file.
15638         * elf/dl-load.c: Include it.
15639         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
15640         Macros moved to dl-load.h.
15641         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
15642         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
15643         Use _dl_unmap_segments in place of __munmap.
15644         Break out segment-mapping loop into ...
15645         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
15647 2014-04-03  Will Newton  <will.newton@linaro.org>
15649         * elf/dl-lookup.c (do_lookup_x): Remove comment
15650         referring to nested function and move variable
15651         declarations down to before first use.
15653 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
15655         [BZ #16799]
15656         [BZ #16800]
15657         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
15658         with 0 numerator.
15659         * math/s_catanf.c (__catanf): Likewise.
15660         * math/s_catanh.c (__catanh): Likewise.
15661         * math/s_catanhf.c (__catanhf): Likewise.
15662         * math/s_catanhl.c (__catanhl): Likewise.
15663         * math/s_catanl.c (__catanl): Likewise.
15664         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
15665         by positive zero when computing -Inf result.
15666         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
15667         (catanh_test): Likewise.
15668         * sysdeps/i386/fpu/libm-test-ulps: Update.
15669         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15671         [BZ #16789]
15672         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
15673         instead of using underflowing value in computing result.
15674         * math/s_clog10.c (__clog10): Likewise.
15675         * math/s_clog10f.c (__clog10f): Likewise.
15676         * math/s_clog10l.c (__clog10l): Likewise.
15677         * math/s_clogf.c (__clogf): Likewise.
15678         * math/s_clogl.c (__clogl): Likewise.
15679         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
15680         (clog10_test): Likewise.
15681         * sysdeps/i386/fpu/libm-test-ulps: Update.
15682         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15684 2014-04-02  Alan Modra  <amodra@gmail.com>
15686         [BZ #16739]
15687         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
15688         output when value is near a power of two.  Use int64_t for lx and
15689         remove casts.  Use decimal rather than hex exponent constants.
15690         Don't use long double multiplication when double will suffice.
15691         * math/libm-test.inc (nextafter_test_data): Add tests.
15692         * NEWS: Add 16739 and 16786 to bug list.
15694         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
15696         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
15698 2014-04-01  Will Newton  <will.newton@linaro.org>
15700         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
15701         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
15703 2014-04-01  Florian Weimer  <fweimer@redhat.com>
15705         [BZ #13347]
15706         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
15707         * nptl/tst-setuid2.c: New file.
15708         * nptl/Makefile (xtests): Add tst-setuid2.
15710 2014-04-01  Alan Modra  <amodra@gmail.com>
15712         [BZ #16786]
15713         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
15715 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
15717         [BZ #6803]
15718         [BZ #6804]
15719         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
15720         set errno as appropriate.
15721         * math/w_scalbf.c (__scalbf): Likewise.
15722         * math/w_scalbl.c (__scalbl): Likewise.
15723         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
15724         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
15725         * math/libm-test.inc (scalb_test_data): Add errno expectations.
15726         Add more NaN tests.
15728         [BZ #16349]
15729         * math/w_atan2.c: Include <errno.h>.
15730         (__atan2): Set errno for result underflowing to zero.
15731         * math/w_atan2f.c: Include <errno.h>.
15732         (__atan2f): Set errno for result underflowing to zero.
15733         * math/w_atan2l.c: Include <errno.h>.
15734         (__atan2l): Set errno for result underflowing to zero.
15735         * math/auto-libm-test-in: Don't allow missing errno for some atan2
15736         tests.
15737         * math/auto-libm-test-out: Regenerated.
15739 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15741         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
15742         Encode instruction correctly in little endian.
15743         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
15744         Likewise.
15745         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
15746         Likewise.
15747         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
15748         Likewise.
15749         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
15750         Likewise.
15752 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
15754         [BZ #9894]
15755         * sysdeps/unix/sysv/linux/kernel-features.h
15756         [__sparc__ && !__arch64__ && !__sparc_v9__]
15757         (__ASSUME_SET_ROBUST_LIST): Do not define.
15758         [__sparc__ && !__arch64__ && !__sparc_v9__]
15759         (__ASSUME_FUTEX_LOCK_PI): Likewise.
15760         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
15761         Likewise.
15762         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15763         (__ASSUME_FUTEX_LOCK_PI): Undefine.
15764         (__ASSUME_REQUEUE_PI): Likewise.
15765         (__ASSUME_SET_ROBUST_LIST): Likewise.
15766         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
15767         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
15768         Undefine.
15769         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15770         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
15771         Likewise.
15772         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
15773         Likewise.
15774         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
15775         Likewise.
15776         * sysdeps/unix/sysv/linux/mips/kernel-features.h
15777         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
15778         Undefine.
15779         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
15780         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
15781         Likewise.
15783         [BZ #16648]
15784         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15785         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
15786         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
15788 2014-03-31  Will Newton  <will.newton@linaro.org>
15790         * benchtests/Makefile (bench): Add ffs and ffsll to list
15791         of tests.
15792         * benchtests/ffs-inputs: New file.
15793         * benchtests/ffsll-inputs: Likewise.
15795 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
15797         [BZ #16770]
15798         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
15799         too large before casting to int.
15800         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
15801         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
15802         * math/libm-test.inc (scalb_test_data): Add more tests.
15804 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
15806         * benchtests/Makefile (DETAILED_OPT): New make option.
15807         (bench-func): Run benchmark program with -d if DETAILED_OPT is
15808         set.
15809         * benchtests/bench-skeleton.c: Include stdbool.h.
15810         (main): Store and print timings per input.
15811         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
15812         member to each argument value.
15813         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
15814         (_print_arg_data): Initialize per-input timing to 0.
15816         * benchtests/Makefile (timing-type): New binary.
15817         (bench-clean): Also remove bench-timing-type.
15818         (bench): New target for timing-type.
15819         (bench-func): Print output in JSON format.
15820         * benchtests/bench-skeleton.c (main): Print output in JSON
15821         format.
15822         * benchtests/bench-timing-type.c: New file.
15823         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
15824         (TIMING_PRINT_STATS): Remove.
15825         * benchtests/scripts/bench.py (_print_arg_data): Store variant
15826         name separately.
15828         * benchtests/bench-modf.c: Remove.
15829         * benchtests/modf-inputs: New inputs file.
15831 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
15833         [BZ #16362]
15834         * math/s_clog10.c (M_PI_LOG10E): New macro.
15835         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
15836         imaginary parts are 0.
15837         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
15838         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
15839         imaginary parts are 0.
15840         * math/s_clog10l.c (M_PI_LOG10El): New macro.
15841         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
15842         imaginary parts are 0.
15843         * math/libm-test.inc (clog10_test_data): Update expected results
15844         for when real and imaginary parts are 0.
15846 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
15848         * elf/dl-load.c: Finish conversion of __builtin_expect into
15849         __glibc_{un}likely.
15851 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
15853         [BZ #16348]
15854         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
15855         1+x for argument with exponent below -67.
15856         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
15857         Likewise.
15858         * math/auto-libm-test-in: Add more tests of exp.
15859         * math/auto-libm-test-out: Regenerated.
15861 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15863         [BZ #16759]
15864         * inet/getnetgrent_r.c (get_nonempty_val): New function.
15865         (nscd_getnetgrent): Use it.
15867         [BZ #16760]
15868         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
15869         of stpcpy.
15871 2014-03-27  Andi Kleen  <ak@linux.intel.com>
15873         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
15874         (lll_robust_lock, lll_cond_lock, lll_timedlock)
15875         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
15876         (lll_robust_unlock): Remove out of line section. Use cfi
15877         intrinsics.
15878         (LLL_STUB_UNWIND_INFO*): Remove.
15879         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
15880         (lll_robust_lock, lll_cond_lock, lll_timedlock)
15881         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
15882         (lll_robust_unlock): Remove out of line section. Use cfi
15883         intrinsics.
15884         (LLL_STUB_UNWIND_INFO*): Remove.
15886 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15888         [BZ #16758]
15889         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
15890         blank values.
15892 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
15894         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
15896 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
15898         [BZ #16198]
15899         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
15900         fnstenv.
15901         * math/test-fenv-preserve.c: New file.
15902         * math/Makefile (tests): Add test-fenv-preserve.
15904 2014-03-26  Will Newton <will.newton@linaro.org>
15906         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
15908 2014-03-25  Roland McGrath  <roland@hack.frob.com>
15910         * scripts/versionlist.awk: Partition the version sets and emit all
15911         GLIBC_* (sorted) before all others (sorted).
15913 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
15915         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
15916         GLIBC_2.2.5 version.
15918 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15920         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
15921         calls.
15923         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
15924         previous change.
15926         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15928 2014-03-25  Andreas Schwab  <schwab@suse.de>
15930         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
15931         label to be used after in6ailist is initialized.
15933 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15935         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
15936         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
15938 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
15940         [BZ #16357]
15941         [BZ #16599]
15942         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
15943         min_plus_half.
15944         (fp_formats): Update initializers.
15945         (init_fp_formats): Initialize new field.
15946         (output_for_one_input_case): Allow underflow for results up to
15947         min_plus_half.
15948         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
15949         * math/auto-libm-test-in: Don't mark some underflows from asin and
15950         atanh as spurious.
15951         * math/auto-libm-test-out: Regenerated.
15952         * sysdeps/i386/fpu/libm-test-ulps: Update.
15953         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15955 2014-03-25  Andreas Schwab  <schwab@suse.de>
15957         * libio/Makefile (tst-ftell-partial-wide-ENV)
15958         (tst-ftell-active-handler-ENV): Define.
15960 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
15962         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
15964 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
15966         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
15968 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
15970         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
15971         * sysdeps/x86_64/fpu/multiarch/e_exp.c
15972         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
15974 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
15976         [BZ #16634]
15977         * elf/dl-load.c (open_verify): Add mode parameter.
15978         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
15979         (open_path): Change from boolean 'secure' to complete flag 'mode'
15980         (_dl_map_object): Adjust.
15981         * elf/Makefile (tests): Add tst-dlopen-aout.
15982         * elf/tst-dlopen-aout.c: New test.
15984 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
15986         [BZ #16714]
15987         * sysdeps/unix/sysv/linux/s390/bits/stat.h
15988         (struct stat): Rename member pad0 to __glibc_reserved0.
15990         [BZ #16712]
15991         * sysdeps/s390/s390-32/bits/wordsize.h
15992         (__WORDSIZE32_SIZE_ULONG): New define.
15993         * sysdeps/s390/s390-64/bits/wordsize.h
15994         (__WORDSIZE32_SIZE_ULONG): Likewise.
15995         * sysdeps/generic/stdint.h (SIZE_MAX):
15996         Define as UL if __WORDSIZE32_SIZE_ULONG.
15998         [BZ #16713]
15999         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
16000         (__glibc_reserved0): New variable.
16001         (sa_flags): Change type to int.
16003         * posix/Makefile (before-compile): Use += before-compile instead
16004         of a :=.
16006         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
16007         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
16009 2014-03-20  Andreas Schwab  <schwab@suse.de>
16011         [BZ #16743]
16012         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
16013         non-matching result from nscd.
16015 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
16017         * scripts/bench.py: Moved to ...
16018         * benchtests/scripts/bench.py: ... here.
16019         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
16021 2014-03-24  Andreas Schwab  <schwab@suse.de>
16023         [BZ #16002]
16024         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
16025         alloca_account and account alloca use for struct in6ailist.
16027 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
16029         [BZ #16284]
16030         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
16031         rounding mode to recompute results that overflow to infinity or
16032         underflow to zero.
16033         * math/auto-libm-test-in: Don't mark tests as expected to fail for
16034         bug 16284.
16035         * math/auto-libm-test-out: Regenerated.
16036         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
16037         (ccosh_test): Likewise.
16038         (csin_test_data): Use plus_oflow.
16039         (csin_test): Use ALL_RM_TEST.
16040         (csinh_test_data): Use plus_oflow.
16041         (csinh_test): Use ALL_RM_TEST.
16042         * sysdeps/i386/fpu/libm-test-ulps: Update.
16043         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16045 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
16047         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
16048         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
16049         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
16051         [BZ #16731]
16052         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
16053         when x - 1 is zero.
16054         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
16055         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
16056         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
16057         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
16058         argument is 1.
16059         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
16060         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
16061         zero.
16062         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
16063         * sysdeps/i386/fpu/libm-test-ulps: Update.
16064         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16066 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
16068         * scripts/bench.pl: Remove file.
16069         * scripts/bench.py: New benchmark script.
16070         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
16071         * benchtests/README: Mention python dependency.
16072         * scripts/pylintrc: New file.
16073         * scripts/pylint: New file.
16075         * bits/mathdef.h: Use #ifdef instead of #if.
16076         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
16077         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16078         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
16079         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16080         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
16081         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16083 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16084             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16086         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
16087         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
16088         and strpbrk-ppc64 objects.
16089         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16090         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
16091         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
16092         multiarch strpbrk for POWER7.
16093         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
16094         multiarch strpbrk for PPC64.
16095         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
16096         ifunc selector.
16097         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
16098         strpbrk for POWER7.
16100 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
16102         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
16103         (atan_test): Likewise.
16104         (atanh_test_data): Use NO_TEST_INLINE for two tests.
16105         (atanh_test): Use ALL_RM_TEST.
16106         (atan2_test_data): Likewise.
16107         (cabs_test): Likewise.
16108         (cacosh_test): Likewise.
16109         (carg_test): Likewise.
16110         (casin_test): Likewise.
16111         (casinh_test): Likewise.
16112         (cbrt_test): Likewise.
16113         (csqrt_test): Likewise.
16114         (erf_test): Likewise.
16115         (erfc_test): Likewise.
16116         (pow10_test): Likewise.
16117         (exp2_test): Likewise.
16118         (hypot_test): Likewise.
16119         (j0_test): Likewise.
16120         (j1_test): Likewise.
16121         (lgamma_test): Likewise.
16122         (gamma_test): Likewise.
16123         (sincos_test): Likewise.
16124         (tanh_test): Likewise.
16125         (y0_test): Likewise.
16126         (y1_test): Likewise.
16127         * sysdeps/i386/fpu/libm-test-ulps: Update.
16128         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16130 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16132         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
16133         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
16134         and strcspn-ppc64 objects.
16135         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16136         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
16137         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
16138         multiarch strcspn for POWER7.
16139         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
16140         multiarch strcspn for PPC64.
16141         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
16142         ifunc selector.
16143         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
16144         strcspn for POWER7.
16146 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
16148         * math/gen-libm-test.pl (generate_testfile): Expect only function
16149         name as argument to AUTO_TESTS_* and pass results for all rounding
16150         modes to parse_args.
16151         (parse_auto_input): Separate inputs of automatic tests from
16152         outputs before storing in %auto_tests.
16153         * math/libm-test.inc (acos_test_data): Update call to
16154         AUTO_TESTS_f_f.
16155         (acos_test): Use ALL_RM_TEST.
16156         (acos_tonearest_test_data): Remove.
16157         (acos_test_tonearest): Likewise.
16158         (acos_towardzero_test_data): Likewise.
16159         (acos_test_towardzero): Likewise.
16160         (acos_downward_test_data): Likewise.
16161         (acos_test_downward): Likewise.
16162         (acos_upward_test_data): Likewise.
16163         (acos_test_upward): Likewise.
16164         (acosh_test_data): Update call to AUTO_TESTS_f_f.
16165         (asin_test_data): Likewise.
16166         (asin_test): Use ALL_RM_TEST.
16167         (asin_tonearest_test_data): Remove.
16168         (asin_test_tonearest): Likewise.
16169         (asin_towardzero_test_data): Likewise.
16170         (asin_test_towardzero): Likewise.
16171         (asin_downward_test_data): Likewise.
16172         (asin_test_downward): Likewise.
16173         (asin_upward_test_data): Likewise.
16174         (asin_test_upward): Likewise.
16175         (asinh_test_data): Update call to AUTO_TESTS_f_f.
16176         (atan_test_data): Likewise.
16177         (atanh_test_data): Likewise.
16178         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
16179         (cabs_test_data): Update call to AUTO_TESTS_c_f.
16180         (carg_test_data): Likewise.
16181         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
16182         (ccos_test_data): Update call to AUTO_TESTS_c_c.
16183         (ccosh_test_data): Likewise.
16184         (cexp_test_data): Likewise.
16185         (clog_test_data): Likewise.
16186         (clog10_test_data): Likewise.
16187         (cos_test_data): Update call to AUTO_TESTS_f_f.
16188         (cos_test): Use ALL_RM_TEST.
16189         (cos_tonearest_test_data): Remove.
16190         (cos_test_tonearest): Likewise.
16191         (cos_towardzero_test_data): Likewise.
16192         (cos_test_towardzero): Likewise.
16193         (cos_downward_test_data): Likewise.
16194         (cos_test_downward): Likewise.
16195         (cos_upward_test_data): Likewise.
16196         (cos_test_upward): Likewise.
16197         (cosh_test_data): Update call to AUTO_TESTS_f_f.
16198         (cosh_test): Use ALL_RM_TEST.
16199         (cosh_tonearest_test_data): Remove.
16200         (cosh_test_tonearest): Likewise.
16201         (cosh_towardzero_test_data): Likewise.
16202         (cosh_test_towardzero): Likewise.
16203         (cosh_downward_test_data): Likewise.
16204         (cosh_test_downward): Likewise.
16205         (cosh_upward_test_data): Likewise.
16206         (cosh_test_upward): Likewise.
16207         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
16208         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
16209         (ctan_test_data): Likewise.
16210         (ctan_test): Use ALL_RM_TEST.
16211         (ctan_tonearest_test_data): Remove.
16212         (ctan_test_tonearest): Likewise.
16213         (ctan_towardzero_test_data): Likewise.
16214         (ctan_test_towardzero): Likewise.
16215         (ctan_downward_test_data): Likewise.
16216         (ctan_test_downward): Likewise.
16217         (ctan_upward_test_data): Likewise.
16218         (ctan_test_upward): Likewise.
16219         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
16220         (ctanh_test): Use ALL_RM_TEST.
16221         (ctanh_tonearest_test_data): Remove.
16222         (ctanh_test_tonearest): Likewise.
16223         (ctanh_towardzero_test_data): Likewise.
16224         (ctanh_test_towardzero): Likewise.
16225         (ctanh_downward_test_data): Likewise.
16226         (ctanh_test_downward): Likewise.
16227         (ctanh_upward_test_data): Likewise.
16228         (ctanh_test_upward): Likewise.
16229         (erf_test_data): Update call to AUTO_TESTS_f_f.
16230         (erfc_test_data): Likewise.
16231         (exp_test_data): Likewise.
16232         (exp_test): Use ALL_RM_TEST.
16233         (exp_tonearest_test_data): Remove.
16234         (exp_test_tonearest): Likewise.
16235         (exp_towardzero_test_data): Likewise.
16236         (exp_test_towardzero): Likewise.
16237         (exp_downward_test_data): Likewise.
16238         (exp_test_downward): Likewise.
16239         (exp_upward_test_data): Likewise.
16240         (exp_test_upward): Likewise.
16241         (exp10_test_data): Update call to AUTO_TESTS_f_f.
16242         (exp10_test): Use ALL_RM_TEST.
16243         (exp10_tonearest_test_data): Remove.
16244         (exp10_test_tonearest): Likewise.
16245         (exp10_towardzero_test_data): Likewise.
16246         (exp10_test_towardzero): Likewise.
16247         (exp10_downward_test_data): Likewise.
16248         (exp10_test_downward): Likewise.
16249         (exp10_upward_test_data): Likewise.
16250         (exp10_test_upward): Likewise.
16251         (exp2_test_data): Update call to AUTO_TESTS_f_f.
16252         (expm1_test_data): Likewise.
16253         (expm1_test): Use ALL_RM_TEST.
16254         (expm1_tonearest_test_data): Remove.
16255         (expm1_test_tonearest): Likewise.
16256         (expm1_towardzero_test_data): Likewise.
16257         (expm1_test_towardzero): Likewise.
16258         (expm1_downward_test_data): Likewise.
16259         (expm1_test_downward): Likewise.
16260         (expm1_upward_test_data): Likewise.
16261         (expm1_test_upward): Likewise.
16262         (fma_test_data): Update call to AUTO_TESTS_fff_f.
16263         (fma_test): Use ALL_RM_TEST.
16264         (fma_towardzero_test_data): Remove.
16265         (fma_test_towardzero): Likewise.
16266         (fma_downward_test_data): Likewise.
16267         (fma_test_downward): Likewise.
16268         (fma_upward_test_data): Likewise.
16269         (fma_test_upward): Likewise.
16270         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
16271         (j0_test_data): Update call to AUTO_TESTS_f_f.
16272         (j1_test_data): Likewise.
16273         (jn_test_data): Update call to AUTO_TESTS_if_f.
16274         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
16275         (log_test_data): Update call to AUTO_TESTS_f_f.
16276         (log10_test_data): Likewise.
16277         (log1p_test_data): Likewise.
16278         (log2_test_data): Likewise.
16279         (pow_test_data): Update call to AUTO_TESTS_ff_f.
16280         (pow_tonearest_test_data): Likewise.
16281         (sin_test_data): Update call to AUTO_TESTS_f_f.
16282         (sin_test): Use ALL_RM_TEST.
16283         (sin_tonearest_test_data): Remove.
16284         (sin_test_tonearest): Likewise.
16285         (sin_towardzero_test_data): Likewise.
16286         (sin_test_towardzero): Likewise.
16287         (sin_downward_test_data): Likewise.
16288         (sin_test_downward): Likewise.
16289         (sin_upward_test_data): Likewise.
16290         (sin_test_upward): Likewise.
16291         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
16292         (sinh_test_data): Update call to AUTO_TESTS_f_f.
16293         (sinh_test): Use ALL_RM_TEST.
16294         (sinh_tonearest_test_data): Remove.
16295         (sinh_test_tonearest): Likewise.
16296         (sinh_towardzero_test_data): Likewise.
16297         (sinh_test_towardzero): Likewise.
16298         (sinh_downward_test_data): Likewise.
16299         (sinh_test_downward): Likewise.
16300         (sinh_upward_test_data): Likewise.
16301         (sinh_test_upward): Likewise.
16302         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
16303         (sqrt_test): Use ALL_RM_TEST.
16304         (sqrt_tonearest_test_data): Remove.
16305         (sqrt_test_tonearest): Likewise.
16306         (sqrt_towardzero_test_data): Likewise.
16307         (sqrt_test_towardzero): Likewise.
16308         (sqrt_downward_test_data): Likewise.
16309         (sqrt_test_downward): Likewise.
16310         (sqrt_upward_test_data): Likewise.
16311         (sqrt_test_upward): Likewise.
16312         (tan_test_data): Update call to AUTO_TESTS_f_f.
16313         (tan_test): Use ALL_RM_TEST.
16314         (tan_tonearest_test_data): Remove.
16315         (tan_test_tonearest): Likewise.
16316         (tan_towardzero_test_data): Likewise.
16317         (tan_test_towardzero): Likewise.
16318         (tan_downward_test_data): Likewise.
16319         (tan_test_downward): Likewise.
16320         (tan_upward_test_data): Likewise.
16321         (tan_test_upward): Likewise.
16322         (tanh_test_data): Update call to AUTO_TESTS_f_f.
16323         (tgamma_test_data): Likewise.
16324         (y0_test_data): Likewise.
16325         (y1_test_data): Likewise.
16326         (yn_test_data): Update call to AUTO_TESTS_if_f.
16327         (main): Do not call removed functions.
16329 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
16331         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
16332         (ldexp_test_data): Remove.
16333         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
16334         scalbn_test_data.
16335         (scalb_test): Use ALL_RM_TEST.
16337 2014-03-19  Andreas Schwab  <schwab@suse.de>
16339         * nscd/nscd.service: Also invalidate netgroup cache on reload.
16341 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
16343         [BZ #16649]
16344         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16345         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
16346         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
16347         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16348         (__ASSUME_PREADV): Undefine.
16349         (__ASSUME_PWRITEV): Likewise.
16351 2014-03-18  Roland McGrath  <roland@hack.frob.com>
16353         * bits/mman-linux.h: Add comment about non-Linux use.
16354         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
16355         bits/mman-linux.h resting place.
16357         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
16358         * bits/mman-linux.h: ... here.
16360 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16362         * conform/conformtest.pl: Add standard definition when calling C
16363         preprocessor on data files.
16364         (checknamespace): Remove unused variable.
16366 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
16368         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
16369         minus_oflow, plus_uflow and minus_uflow in expected results.
16370         * math/libm-test.inc (scalbn_test_data): Add more tests of
16371         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
16372         minus_uflow.
16373         (scalbn_test): Use ALL_RM_TEST.
16374         (scalbln_test_data): Add more tests of negative arguments.  Use
16375         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
16376         (scalbln_test): Use ALL_RM_TEST.
16378 2014-03-18  Roland McGrath  <roland@hack.frob.com>
16380         * scripts/abilist.awk: Ignore symbols marked with .hidden.
16382 2014-03-18  Will Newton  <will.newton@linaro.org>
16384         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
16385         inaccurate comment.
16387 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
16389         * Makerules [!subdir] (check-abi): Exit with error status if a
16390         test failed.
16392 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
16394         * math/libm-test.inc (nearbyint_test_data): Include all tests used
16395         for rint.  Include results for all rounding modes.
16396         (nearbyint_test): Use ALL_RM_TEST.
16397         (rint_test_data): Include all tests used for nearbyint.
16399 2014-03-17  Will Newton  <will.newton@linaro.org>
16401         * nptl/sysdeps/pthread/pthread.h: Revert previous
16402         change.
16404         * sysdeps/generic/ldsodefs.h: Revert previous
16405         change.
16407         * libio/genops.c: Revert previous change.
16408         * libio/libioP.h: Likewise.
16409         * stdio-common/vfprintf.c: Likewise.
16411         * sysdeps/generic/math_private.h: Revert previous
16412         change.
16414         * sysdeps/generic/math_private.h: Check whether
16415         HAVE_RM_CTX is defined with #ifdef rather
16416         than #if.
16418         * argp/argp-fmtstream.h: Check whether
16419         __STRICT_ANSI__ is defined with #ifdef rather
16420         than #if.
16421         * argp/argp.h: Likewise.
16423         * libio/genops.c: Check whether
16424         _IO_JUMPS_OFFSET is defined with #ifdef rather
16425         than #if.
16426         * libio/libioP.h: Likewise.
16427         * stdio-common/vfprintf.c: Likewise.
16429         * sysdeps/generic/ldsodefs.h: Check whether
16430         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
16431         than #if.
16433         * nptl/sysdeps/pthread/pthread.h: Check
16434         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
16435         its value.
16437 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
16439         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
16440         setting O_APPEND.
16441         * libio/tst-ftell-active-handler.c (do_append_test): Add a
16442         test case.
16444         [BZ #16680]
16445         * libio/fileops.c (_IO_file_open): Seek to end of file but
16446         don't cache the offset.
16447         (get_file_offset): Remove function.
16448         (do_ftell): Use cached offset when available.
16449         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
16450         don't cache the offset.
16451         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
16452         case.
16453         (do_one_test): Call it.
16454         (do_ftell_test): Fix up expected old offset for a+ mode.
16455         * libio/wfileops.c (do_ftell_wide): Used cached offset when
16456         available.
16458         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
16459         up test status with function return status.
16460         (do_write_test): Likewise.
16461         (do_append_test): Likewise.
16463         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
16464         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
16465         Remove.
16467 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
16469         * math/gen-libm-test.pl (parse_args): Handle results specified for
16470         each rounding mode separately.
16471         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
16472         tests and results from lrint_tonearest_test_data,
16473         lrint_towardzero_test_data, lrint_downward_test_data and
16474         lrint_upward_test_data.
16475         (lrint_test): Use ALL_RM_TEST.
16476         (lrint_tonearest_test_data): Remove.
16477         (lrint_test_tonearest): Likewise.
16478         (lrint_towardzero_test_data): Likewise.
16479         (lrint_test_towardzero): Likewise.
16480         (lrint_downward_test_data): Likewise.
16481         (lrint_test_downward): Likewise.
16482         (lrint_upward_test_data): Likewise.
16483         (lrint_test_upward): Likewise.
16484         (llrint_test_data): Merge in per-rounding-mode tests and results
16485         from llrint_tonearest_test_data, llrint_towardzero_test_data,
16486         llrint_downward_test_data and llrint_upward_test_data.
16487         (llrint_test): Use ALL_RM_TEST.
16488         (llrint_tonearest_test_data): Remove.
16489         (llrint_test_tonearest): Likewise.
16490         (llrint_towardzero_test_data): Likewise.
16491         (llrint_test_towardzero): Likewise.
16492         (llrint_downward_test_data): Likewise.
16493         (llrint_test_downward): Likewise.
16494         (llrint_upward_test_data): Likewise.
16495         (llrint_test_upward): Likewise.
16496         (rint_test_data): Merge in per-rounding-mode tests and results
16497         from rint_tonearest_test_data, rint_towardzero_test_data,
16498         rint_downward_test_data and rint_upward_test_data.  Add
16499         per-rounding-mode results for tests not in those arrays.
16500         (rint_test): Use ALL_RM_TEST.
16501         (rint_tonearest_test_data): Remove.
16502         (rint_test_tonearest): Likewise.
16503         (rint_towardzero_test_data): Likewise.
16504         (rint_test_towardzero): Likewise.
16505         (rint_downward_test_data): Likewise.
16506         (rint_test_downward): Likewise.
16507         (rint_upward_test_data): Likewise.
16508         (rint_test_upward): Likewise.
16509         (main): Don't call removed functions.
16511 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16513         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
16514         "Compiled on ..." crapola.  It is anti-useful.
16516 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
16518         * scripts/evaluate-test.sh: Handle fourth argument to determine
16519         whether test run should stop on failure.
16520         * Makeconfig (stop-on-test-failure): New variable.
16521         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
16522         $(stop-on-test-failure).
16523         * Makefile (tests): Give a summary of results from testing and
16524         exit with failure status if they include an ERROR or FAIL.
16525         (xtests): Likewise.
16526         * manual/install.texi (Configuring and compiling): Mention
16527         stop-on-test-failure=y.
16528         * INSTALL: Regenerated.
16530 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16532         * scripts/versionlist.awk: New file.
16533         * Makerules [$(build-shared) = yes]
16534         (postclean-generated): Add Versions.def, not Versions.def.v and
16535         Versions.def.v.i.
16536         ($(common-objpfx)Versions.def.v.i): Target removed.
16537         ($(common-objpfx)Versions.def): New target.
16538         ($(common-objpfx)Versions.all): Depend on that rather that
16539         $(common-objpfx)Versions.def.v.
16540         * Versions.def: File removed.
16542         * Makeconfig (+gccwarn): Add -Wundef.
16543         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
16544         a dl-sysdep.h breaking its contract.
16545         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
16546         * include/stackinfo.h: New file.
16547         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
16548         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
16549         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
16550         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
16551         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
16552         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
16553         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16554         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16555         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16556         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16557         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16558         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
16559         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16560         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16561         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16563 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16565         [BZ #16707]
16566         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
16567         implementation.
16568         * math/libm-test.inc (round_test_data): Add more tests.
16570         [BZ #16706]
16571         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
16572         implementation.
16573         * math/libm-test.inc (nearbyint_test_data): Add more tests.
16575         [BZ #16701]
16576         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
16577         implementation.
16578         * math/libm-test.inc (ceil_test_data): Add more tests.
16580         * math/libm-test.inc (trunc_test_data): Add more tests related to
16581         BZ#16414.
16583 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16585         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
16586         with #if rather than #ifdef.
16587         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
16589 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
16591         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
16592         first.  Disable AVX-512 GCC support if assembler doesn't support
16593         it.
16594         * sysdeps/x86_64/configure: Regenerated.
16596 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
16598         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
16599         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
16600         (__old_pthread_attr_setstack): Likewise.
16601         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
16602         [!_STACK_GROWS_DOWN]: Likewise.
16604 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
16606         * config.make.in (have-bash2): Delete.
16607         * configure.ac (libc_cv_have_bash2): Delete.
16608         * configure: Regenerate.
16609         * elf/Makefile (common-ldd-rewrite): Rename to ...
16610         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
16611         (sh-ldd-rewrite): Delete.
16612         (bash-ldd-rewrite): Delete.
16613         (have-bash2): Delete checks.
16614         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
16615         ldd-rewrite.
16617         * config.make.in (have-ksh): Delete.
16618         (KSH): Delete.
16619         * configure.ac (libc_cv_have_ksh): Delete.
16620         * configure: Regenerate.
16622         * elf/Makefile: Delete $(have-ksh) check.
16623         ($(objpfx)sotruss): Change KSH to BASH.
16624         * elf/sotruss.ksh: Rename to ...
16625         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
16626         function style to match POSIX.  Drop ksh vim mode setting.
16628         * manual/time.texi (Specifying the Time Zone with TZ): Change
16629         Tuesday to Thursday.
16631         * debug/tst-longjmp_chk2.c: Update header comment.
16632         (stackoverflow_handler): Add comment.  Call assert on pass value.
16634 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
16636         [BZ #16194]
16637         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
16638         (HAVE_AVX512_ASM_SUPPORT): Likewise.
16639         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
16640         (La_x86_64_vector): Add zmm.
16641         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
16642         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
16643         ($(objpfx)tst-audit10): New target.
16644         ($(objpfx)tst-audit10.out): Likewise.
16645         (tst-audit10-ENV): New.
16646         (AVX512-CFLAGS): Likewise.
16647         (CFLAGS-tst-audit10.c): Likewise.
16648         (CFLAGS-tst-auditmod10a.c): Likewise.
16649         (CFLAGS-tst-auditmod10b.c): Likewise.
16650         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
16651         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
16652         * sysdeps/x86_64/configure: Regenerated.
16653         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
16654         AVX-512 zmm register support.
16655         (_dl_x86_64_save_sse): Likewise.
16656         (_dl_x86_64_restore_sse): Likewise.
16657         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
16658         size vector registers.
16659         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
16660         (ZMM_SIZE): Likewise.
16661         * sysdeps/x86_64/tst-audit10.c: New file.
16662         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
16663         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
16665 2014-03-13  Roland McGrath  <roland@hack.frob.com>
16667         * configure.ac (HAVE_EHDR_START): New check.
16668         * configure: Regenerated.
16669         * config.h.in (HAVE_EHDR_START): New #undef.
16670         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
16671         assuming the lowest-addressed segment maps the start of the file.
16673 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
16675         * INSTALL: Regenerated.
16677 2014-03-13  Will Newton  <will.newton@linaro.org>
16679         * manual/setjmp.texi (System V contexts): Improve
16680         clarity and grammar of documentation.
16682 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
16684         [BZ #16381]
16685         * elf/Makefile (tests): Add tst-pie2.
16686         (tests-pie): Add tst-pie2.
16687         * elf/tst-pie2.c: New file.
16688         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
16689         for ET_EXEC.
16690         * elf/rtld.c (map_doit): Load executable as lt_executable.
16691         (dl_main): Likewise.
16693 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
16695         [BZ #16642]
16696         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16697         (__ASSUME_PSELECT): Undefine.
16699 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16701         [BZ #16689]
16702         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
16703         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
16704         static build.
16705         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
16706         selector for static builds.
16708 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
16710         [BZ #16695]
16711         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
16712         key in the buffer.
16714 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16716         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
16717         IFUNC selector for static builds.
16719 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
16721         * sysdeps/mips/math_private.h [__mips_hard_float]
16722         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
16723         libc_feresetround_mips_ctx.
16724         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
16725         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
16726         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
16728         [BZ #16677]
16729         * math/s_nextafter.c (__nextafter): Do not return value from
16730         overflowing computation.
16731         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
16732         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
16733         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
16734         Likewise.
16735         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
16736         Likewise.
16737         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
16738         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
16740 2014-03-11  Roland McGrath  <roland@hack.frob.com>
16742         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
16743         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
16744         Move sfi_sp use from the load-multiple (that no longer sets sp) to
16745         the new mov targetting sp.
16747 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16749         [BZ #16683]
16750         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
16751         Define it for static builds as well.
16752         (NO_BZERO_IMPL): Likewise.
16754 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16756         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
16757         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
16758         multiarch strspn for PPC64.
16759         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
16760         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
16761         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16762         (__libc_ifunc_impl_list): Likewise.
16763         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
16764         multiarch optimizations
16765         * string/strspn.c (strspn): Using macro to redefine symbol name.
16767 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16768             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16770         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
16771         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
16772         multiarch strncat for PPC64.
16773         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
16774         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
16775         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16776         (__libc_ifunc_impl_list): Likewise.
16777         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
16778         multiarch optimizations
16780 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16782         [BZ #16639]
16783         * nscd/nscd.service: Make service type forking.
16785 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16787         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
16788         sign in non default rounding modes.
16789         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
16791 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
16793         * math/libm-test.inc (ALL_RM_TEST): New macro.
16794         (ceil_test): Use ALL_RM_TEST.
16795         (cimag_test): Likewise.
16796         (conj_test): Likewise.
16797         (copysign_test): Likewise.
16798         (cproj_test): Likewise.
16799         (creal_test): Likewise.
16800         (fabs_test): Likewise.
16801         (floor_test): Likewise.
16802         (fmax_test): Likewise.
16803         (fmin_test): Likewise.
16804         (fmod_test): Likewise.
16805         (fpclassify_test): Likewise.
16806         (frexp_test): Likewise.
16807         (ilogb_test): Likewise.
16808         (isfinite_test): Likewise.
16809         (finite_test): Likewise.
16810         (isgreater_test): Likewise.
16811         (isgreaterequal_test): Likewise.
16812         (isinf_test): Likewise.
16813         (isless_test): Likewise.
16814         (islessequal_test): Likewise.
16815         (islessgreater_test): Likewise.
16816         (isnan_test): Likewise.
16817         (isnormal_test): Likewise.
16818         (issignaling_test): Likewise.
16819         (isunordered_test): Likewise.
16820         (logb_test): Likewise.
16821         (logb_downward_test_data): Remove.
16822         (logb_test_downward): Likewise.
16823         (lround_test): Use ALL_RM_TEST.
16824         (llround_test): Likewise.
16825         (modf_test): Likewise.
16826         (nexttoward_test): Likewise.
16827         (remainder_test): Likewise.
16828         (drem_test): Likewise.
16829         (remainder_tonearest_test_data): Likewise.
16830         (remainder_test_tonearest): Likewise.
16831         (drem_test_tonearest): Likewise.
16832         (remainder_towardzero_test_data): Likewise.
16833         (remainder_test_towardzero): Likewise.
16834         (drem_test_towardzero): Likewise.
16835         (remainder_downward_test_data): Likewise.
16836         (remainder_test_downward): Likewise.
16837         (drem_test_downward): Likewise.
16838         (remainder_upward_test_data): Likewise.
16839         (remainder_test_upward): Likewise.
16840         (drem_test_upward): Likewise.
16841         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
16842         (round_test): Use ALL_RM_TEST.
16843         (signbit_test): Likewise.
16844         (trunc_test): Likewise.
16845         (significand_test): Likewise.
16846         (main): Don't call removed functions.
16848 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
16850         [BZ #16674]
16851         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
16852         || __USE_XOPEN2K8].
16853         (ILL_ILLOPN): Likewise.
16854         (ILL_ILLADR): Likewise.
16855         (ILL_ILLTRP): Likewise.
16856         (ILL_PRVOPC): Likewise.
16857         (ILL_PRVREG): Likewise.
16858         (ILL_COPROC): Likewise.
16859         (ILL_BADSTK): Likewise.
16860         (FPE_INTDIV): Likewise.
16861         (FPE_INTOVF): Likewise.
16862         (FPE_FLTDIV): Likewise.
16863         (FPE_FLTOVF): Likewise.
16864         (FPE_FLTUND): Likewise.
16865         (FPE_FLTRES): Likewise.
16866         (FPE_FLTINV): Likewise.
16867         (FPE_FLTSUB): Likewise.
16868         (SEGV_MAPERR): Likewise.
16869         (SEGV_ACCERR): Likewise.
16870         (BUS_ADRALN): Likewise.
16871         (BUS_ADRERR): Likewise.
16872         (BUS_OBJERR): Likewise.
16873         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16874         (TRAP_TRACE): Likewise.
16875         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16876         __USE_XOPEN2K8].
16877         (CLD_KILLED): Likewise.
16878         (CLD_DUMPED): Likewise.
16879         (CLD_TRAPPED): Likewise.
16880         (CLD_STOPPED): Likewise.
16881         (CLD_CONTINUED): Likewise.
16882         (POLL_IN): Likewise.
16883         (POLL_OUT): Likewise.
16884         (POLL_MSG): Likewise.
16885         (POLL_ERR): Likewise.
16886         (POLL_PRI): Likewise.
16887         (POLL_HUP): Likewise.
16888         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
16889         Likewise.
16890         (ILL_ILLOPN): Likewise.
16891         (ILL_ILLADR): Likewise.
16892         (ILL_ILLTRP): Likewise.
16893         (ILL_PRVOPC): Likewise.
16894         (ILL_PRVREG): Likewise.
16895         (ILL_COPROC): Likewise.
16896         (ILL_BADSTK): Likewise.
16897         (FPE_INTDIV): Likewise.
16898         (FPE_INTOVF): Likewise.
16899         (FPE_FLTDIV): Likewise.
16900         (FPE_FLTOVF): Likewise.
16901         (FPE_FLTUND): Likewise.
16902         (FPE_FLTRES): Likewise.
16903         (FPE_FLTINV): Likewise.
16904         (FPE_FLTSUB): Likewise.
16905         (SEGV_MAPERR): Likewise.
16906         (SEGV_ACCERR): Likewise.
16907         (BUS_ADRALN): Likewise.
16908         (BUS_ADRERR): Likewise.
16909         (BUS_OBJERR): Likewise.
16910         (BUS_MCEERR_AR): Likewise.
16911         (BUS_MCEERR_AO): Likewise.
16912         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16913         (TRAP_TRACE): Likewise.
16914         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16915         __USE_XOPEN2K8].
16916         (CLD_KILLED): Likewise.
16917         (CLD_DUMPED): Likewise.
16918         (CLD_TRAPPED): Likewise.
16919         (CLD_STOPPED): Likewise.
16920         (CLD_CONTINUED): Likewise.
16921         (POLL_IN): Likewise.
16922         (POLL_OUT): Likewise.
16923         (POLL_MSG): Likewise.
16924         (POLL_ERR): Likewise.
16925         (POLL_PRI): Likewise.
16926         (POLL_HUP): Likewise.
16927         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
16928         (ILL_ILLOPN): Likewise.
16929         (ILL_ILLADR): Likewise.
16930         (ILL_ILLTRP): Likewise.
16931         (ILL_PRVOPC): Likewise.
16932         (ILL_PRVREG): Likewise.
16933         (ILL_COPROC): Likewise.
16934         (ILL_BADSTK): Likewise.
16935         (FPE_INTDIV): Likewise.
16936         (FPE_INTOVF): Likewise.
16937         (FPE_FLTDIV): Likewise.
16938         (FPE_FLTOVF): Likewise.
16939         (FPE_FLTUND): Likewise.
16940         (FPE_FLTRES): Likewise.
16941         (FPE_FLTINV): Likewise.
16942         (FPE_FLTSUB): Likewise.
16943         (SEGV_MAPERR): Likewise.
16944         (SEGV_ACCERR): Likewise.
16945         (BUS_ADRALN): Likewise.
16946         (BUS_ADRERR): Likewise.
16947         (BUS_OBJERR): Likewise.
16948         (BUS_MCEERR_AR): Likewise.
16949         (BUS_MCEERR_AO): Likewise.
16950         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16951         (TRAP_TRACE): Likewise.
16952         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16953         __USE_XOPEN2K8].
16954         (CLD_KILLED): Likewise.
16955         (CLD_DUMPED): Likewise.
16956         (CLD_TRAPPED): Likewise.
16957         (CLD_STOPPED): Likewise.
16958         (CLD_CONTINUED): Likewise.
16959         (POLL_IN): Likewise.
16960         (POLL_OUT): Likewise.
16961         (POLL_MSG): Likewise.
16962         (POLL_ERR): Likewise.
16963         (POLL_PRI): Likewise.
16964         (POLL_HUP): Likewise.
16965         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
16966         Likewise.
16967         (ILL_ILLOPN): Likewise.
16968         (ILL_ILLADR): Likewise.
16969         (ILL_ILLTRP): Likewise.
16970         (ILL_PRVOPC): Likewise.
16971         (ILL_PRVREG): Likewise.
16972         (ILL_COPROC): Likewise.
16973         (ILL_BADSTK): Likewise.
16974         (ILL_BADIADDR): Likewise.
16975         (ILL_BREAK): Likewise.
16976         (FPE_INTDIV): Likewise.
16977         (FPE_INTOVF): Likewise.
16978         (FPE_FLTDIV): Likewise.
16979         (FPE_FLTOVF): Likewise.
16980         (FPE_FLTUND): Likewise.
16981         (FPE_FLTRES): Likewise.
16982         (FPE_FLTINV): Likewise.
16983         (FPE_FLTSUB): Likewise.
16984         (FPE_DECOVF): Likewise.
16985         (FPE_DECDIV): Likewise.
16986         (FPE_DECERR): Likewise.
16987         (FPE_INVASC): Likewise.
16988         (FPE_INVDEC): Likewise.
16989         (SEGV_MAPERR): Likewise.
16990         (SEGV_ACCERR): Likewise.
16991         (SEGV_PSTKOVF): Likewise.
16992         (BUS_ADRALN): Likewise.
16993         (BUS_ADRERR): Likewise.
16994         (BUS_OBJERR): Likewise.
16995         (BUS_MCEERR_AR): Likewise.
16996         (BUS_MCEERR_AO): Likewise.
16997         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16998         (TRAP_TRACE): Likewise.
16999         (TRAP_BRANCH): Likewise.
17000         (TRAP_HWBKPT): Likewise.
17001         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17002         __USE_XOPEN2K8].
17003         (CLD_KILLED): Likewise.
17004         (CLD_DUMPED): Likewise.
17005         (CLD_TRAPPED): Likewise.
17006         (CLD_STOPPED): Likewise.
17007         (CLD_CONTINUED): Likewise.
17008         (POLL_IN): Likewise.
17009         (POLL_OUT): Likewise.
17010         (POLL_MSG): Likewise.
17011         (POLL_ERR): Likewise.
17012         (POLL_PRI): Likewise.
17013         (POLL_HUP): Likewise.
17014         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
17015         (ILL_ILLOPN): Likewise.
17016         (ILL_ILLADR): Likewise.
17017         (ILL_ILLTRP): Likewise.
17018         (ILL_PRVOPC): Likewise.
17019         (ILL_PRVREG): Likewise.
17020         (ILL_COPROC): Likewise.
17021         (ILL_BADSTK): Likewise.
17022         (FPE_INTDIV): Likewise.
17023         (FPE_INTOVF): Likewise.
17024         (FPE_FLTDIV): Likewise.
17025         (FPE_FLTOVF): Likewise.
17026         (FPE_FLTUND): Likewise.
17027         (FPE_FLTRES): Likewise.
17028         (FPE_FLTINV): Likewise.
17029         (FPE_FLTSUB): Likewise.
17030         (SEGV_MAPERR): Likewise.
17031         (SEGV_ACCERR): Likewise.
17032         (BUS_ADRALN): Likewise.
17033         (BUS_ADRERR): Likewise.
17034         (BUS_OBJERR): Likewise.
17035         (BUS_MCEERR_AR): Likewise.
17036         (BUS_MCEERR_AO): Likewise.
17037         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17038         (TRAP_TRACE): Likewise.
17039         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17040         __USE_XOPEN2K8].
17041         (CLD_KILLED): Likewise.
17042         (CLD_DUMPED): Likewise.
17043         (CLD_TRAPPED): Likewise.
17044         (CLD_STOPPED): Likewise.
17045         (CLD_CONTINUED): Likewise.
17046         (POLL_IN): Likewise.
17047         (POLL_OUT): Likewise.
17048         (POLL_MSG): Likewise.
17049         (POLL_ERR): Likewise.
17050         (POLL_PRI): Likewise.
17051         (POLL_HUP): Likewise.
17052         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
17053         (ILL_ILLOPN): Likewise.
17054         (ILL_ILLADR): Likewise.
17055         (ILL_ILLTRP): Likewise.
17056         (ILL_PRVOPC): Likewise.
17057         (ILL_PRVREG): Likewise.
17058         (ILL_COPROC): Likewise.
17059         (ILL_BADSTK): Likewise.
17060         (FPE_INTDIV): Likewise.
17061         (FPE_INTOVF): Likewise.
17062         (FPE_FLTDIV): Likewise.
17063         (FPE_FLTOVF): Likewise.
17064         (FPE_FLTUND): Likewise.
17065         (FPE_FLTRES): Likewise.
17066         (FPE_FLTINV): Likewise.
17067         (FPE_FLTSUB): Likewise.
17068         (SEGV_MAPERR): Likewise.
17069         (SEGV_ACCERR): Likewise.
17070         (BUS_ADRALN): Likewise.
17071         (BUS_ADRERR): Likewise.
17072         (BUS_OBJERR): Likewise.
17073         (BUS_MCEERR_AR): Likewise.
17074         (BUS_MCEERR_AO): Likewise.
17075         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17076         (TRAP_TRACE): Likewise.
17077         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17078         __USE_XOPEN2K8].
17079         (CLD_KILLED): Likewise.
17080         (CLD_DUMPED): Likewise.
17081         (CLD_TRAPPED): Likewise.
17082         (CLD_STOPPED): Likewise.
17083         (CLD_CONTINUED): Likewise.
17084         (POLL_IN): Likewise.
17085         (POLL_OUT): Likewise.
17086         (POLL_MSG): Likewise.
17087         (POLL_ERR): Likewise.
17088         (POLL_PRI): Likewise.
17089         (POLL_HUP): Likewise.
17090         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
17091         (ILL_ILLOPN): Likewise.
17092         (ILL_ILLADR): Likewise.
17093         (ILL_ILLTRP): Likewise.
17094         (ILL_PRVOPC): Likewise.
17095         (ILL_PRVREG): Likewise.
17096         (ILL_COPROC): Likewise.
17097         (ILL_BADSTK): Likewise.
17098         (FPE_INTDIV): Likewise.
17099         (FPE_INTOVF): Likewise.
17100         (FPE_FLTDIV): Likewise.
17101         (FPE_FLTOVF): Likewise.
17102         (FPE_FLTUND): Likewise.
17103         (FPE_FLTRES): Likewise.
17104         (FPE_FLTINV): Likewise.
17105         (FPE_FLTSUB): Likewise.
17106         (SEGV_MAPERR): Likewise.
17107         (SEGV_ACCERR): Likewise.
17108         (BUS_ADRALN): Likewise.
17109         (BUS_ADRERR): Likewise.
17110         (BUS_OBJERR): Likewise.
17111         (BUS_MCEERR_AR): Likewise.
17112         (BUS_MCEERR_AO): Likewise.
17113         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17114         (TRAP_TRACE): Likewise.
17115         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17116         __USE_XOPEN2K8].
17117         (CLD_KILLED): Likewise.
17118         (CLD_DUMPED): Likewise.
17119         (CLD_TRAPPED): Likewise.
17120         (CLD_STOPPED): Likewise.
17121         (CLD_CONTINUED): Likewise.
17122         (POLL_IN): Likewise.
17123         (POLL_OUT): Likewise.
17124         (POLL_MSG): Likewise.
17125         (POLL_ERR): Likewise.
17126         (POLL_PRI): Likewise.
17127         (POLL_HUP): Likewise.
17128         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
17129         (ILL_ILLOPN): Likewise.
17130         (ILL_ILLADR): Likewise.
17131         (ILL_ILLTRP): Likewise.
17132         (ILL_PRVOPC): Likewise.
17133         (ILL_PRVREG): Likewise.
17134         (ILL_COPROC): Likewise.
17135         (ILL_BADSTK): Likewise.
17136         (ILL_DBLFLT): Likewise.
17137         (ILL_HARDWALL): Likewise.
17138         (FPE_INTDIV): Likewise.
17139         (FPE_INTOVF): Likewise.
17140         (FPE_FLTDIV): Likewise.
17141         (FPE_FLTOVF): Likewise.
17142         (FPE_FLTUND): Likewise.
17143         (FPE_FLTRES): Likewise.
17144         (FPE_FLTINV): Likewise.
17145         (FPE_FLTSUB): Likewise.
17146         (SEGV_MAPERR): Likewise.
17147         (SEGV_ACCERR): Likewise.
17148         (BUS_ADRALN): Likewise.
17149         (BUS_ADRERR): Likewise.
17150         (BUS_OBJERR): Likewise.
17151         (BUS_MCEERR_AR): Likewise.
17152         (BUS_MCEERR_AO): Likewise.
17153         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17154         (TRAP_TRACE): Likewise.
17155         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17156         __USE_XOPEN2K8].
17157         (CLD_KILLED): Likewise.
17158         (CLD_DUMPED): Likewise.
17159         (CLD_TRAPPED): Likewise.
17160         (CLD_STOPPED): Likewise.
17161         (CLD_CONTINUED): Likewise.
17162         (POLL_IN): Likewise.
17163         (POLL_OUT): Likewise.
17164         (POLL_MSG): Likewise.
17165         (POLL_ERR): Likewise.
17166         (POLL_PRI): Likewise.
17167         (POLL_HUP): Likewise.
17168         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
17169         (ILL_ILLOPN): Likewise.
17170         (ILL_ILLADR): Likewise.
17171         (ILL_ILLTRP): Likewise.
17172         (ILL_PRVOPC): Likewise.
17173         (ILL_PRVREG): Likewise.
17174         (ILL_COPROC): Likewise.
17175         (ILL_BADSTK): Likewise.
17176         (FPE_INTDIV): Likewise.
17177         (FPE_INTOVF): Likewise.
17178         (FPE_FLTDIV): Likewise.
17179         (FPE_FLTOVF): Likewise.
17180         (FPE_FLTUND): Likewise.
17181         (FPE_FLTRES): Likewise.
17182         (FPE_FLTINV): Likewise.
17183         (FPE_FLTSUB): Likewise.
17184         (SEGV_MAPERR): Likewise.
17185         (SEGV_ACCERR): Likewise.
17186         (BUS_ADRALN): Likewise.
17187         (BUS_ADRERR): Likewise.
17188         (BUS_OBJERR): Likewise.
17189         (BUS_MCEERR_AR): Likewise.
17190         (BUS_MCEERR_AO): Likewise.
17191         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17192         (TRAP_TRACE): Likewise.
17193         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17194         __USE_XOPEN2K8].
17195         (CLD_KILLED): Likewise.
17196         (CLD_DUMPED): Likewise.
17197         (CLD_TRAPPED): Likewise.
17198         (CLD_STOPPED): Likewise.
17199         (CLD_CONTINUED): Likewise.
17200         (POLL_IN): Likewise.
17201         (POLL_OUT): Likewise.
17202         (POLL_MSG): Likewise.
17203         (POLL_ERR): Likewise.
17204         (POLL_PRI): Likewise.
17205         (POLL_HUP): Likewise.
17206         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
17207         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
17209         [BZ #16670]
17210         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
17211         before #include of <time.h>.
17212         [!__USE_XOPEN2K] (__need_timespec): Likewise.
17213         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
17214         (test-xfail-UNIX98/sched.h/conform): Likewise.
17216 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
17218         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
17219         error absence of trapping exception support.
17220         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
17222 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
17224         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
17225         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
17226         * timezone/Makefile (testdata): Move definition above include of
17227         Rules.
17228         (test-zones): New variable.
17229         (tests-special): Add zone files.
17230         (build-testdata): Use $(evaluate-test).
17232         * elf/Makefile (tests-special): Rename tests to end with .out.
17233         ($(objpfx)noload-mem): Likewise.
17234         ($(objpfx)tst-leaks1-mem): Likewise.
17235         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
17236         * iconv/Makefile (xtests-special): Change test-iconvconfig to
17237         $(objpfx)test-iconvconfig.out.
17238         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
17239         set -e inside subshell and redirect output to file.
17240         * iconvdata/Makefile (generated): Rename tests to end with .out.
17241         Correct type.
17242         (tests-special): Rename tests to end with .out.
17243         ($(objpfx)mtrace-tst-loading): Likewise.
17244         * intl/Makefile (generated): Likewise.
17245         (tests-special): Likewise.
17246         ($(objpfx)mtrace-tst-gettext): Likewise.
17247         * misc/Makefile (generated): Likewise.
17248         (tests-special): Likewise.
17249         ($(objpfx)tst-error1-mem): Likewise.
17250         * nptl/Makefile (tests-special): Likewise.
17251         ($(objpfx)tst-stack3-mem): Likewise.
17252         (generated): Likewise.
17253         * posix/Makefile (generated): Likewise.
17254         (tests-special): Likewise.
17255         (xtests-special): Likewise.
17256         ($(objpfx)tst-fnmatch-mem): Likewise.
17257         ($(objpfx)bug-regex2-mem): Likewise.
17258         ($(objpfx)bug-regex14-mem): Likewise.
17259         ($(objpfx)bug-regex21-mem): Likewise.
17260         ($(objpfx)bug-regex31-mem): Likewise.
17261         ($(objpfx)tst-vfork3-mem): Likewise.
17262         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
17263         ($(objpfx)tst-pcre-mem): Likewise.
17264         ($(objpfx)tst-boost-mem): Likewise.
17265         ($(objpfx)bug-ga2-mem): Likewise.
17266         ($(objpfx)bug-glob2-mem): Likewise.
17267         * resolv/Makefile (generate): Likewise.
17268         (tests-special): Likewise.
17269         (xtests-special): Likewise.
17270         (generated): Likewise.
17271         ($(objpfx)mtrace-tst-leaks): Likewise.
17272         ($(objpfx)mtrace-tst-leaks2): Likewise.
17274         * scripts/merge-test-results.sh: New file.
17275         * Makefile (tests-special-notdir): New variable.
17276         (tests): Run merge-test-results.sh.
17277         (xtests): Likewise.
17278         * Rules (tests-special-notdir): New variable.
17279         (xtests-special-notdir): Likewise.
17280         (tests): Run merge-test-results.sh
17281         (xtests): Likewise.
17283         * Makeconfig (test-xfail-name): New variable.
17284         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
17285         compute variable name for expected failures.
17286         * conform/Makefile (conformtest-headers-data): New variable.
17287         (conformtest-standards): Likewise.
17288         (conformtest-headers-ISO): Likewise.
17289         (conformtest-headers-ISO99): Likewise.
17290         (conformtest-headers-ISO11): Likewise.
17291         (conformtest-headers-POSIX): Likewise.
17292         (conformtest-headers-XPG3): Likewise.
17293         (conformtest-headers-XPG4): Likewise.
17294         (conformtest-headers-UNIX98): Likewise.
17295         (conformtest-headers-XOPEN2K): Likewise.
17296         (conformtest-headers-POSIX2008): Likewise.
17297         (conformtest-headers-XOPEN2K8): Likewise.
17298         (conformtest-header-list-base): Likewise.
17299         (conformtest-header-list-tests): Likewise.
17300         (conformtest-header-base): Likewise.
17301         (conformtest-header-tests): Likewise.
17302         (tests-special): Add $(conformtest-header-list-tests).  If
17303         [$(fast-check) && !$(cross-compiling)], add
17304         $(conformtest-header-tests) instead of
17305         $(objpfx)run-conformtest.out.
17306         (generated): Add $(conformtest-header-list-base).  If
17307         [$(fast-check) && !$(cross-compiling)], add
17308         $(conformtest-header-base).  Remove previous setting.
17309         ($(conformtest-header-list-tests)): New target.
17310         (test-xfail-run-conformtest): Remove variable.
17311         ($(objpfx)run-conformtest.out): Remove target.
17312         (test-xfail-ISO11/complex.h/conform): New variable.
17313         (test-xfail-ISO11/stdalign.h/conform): Likewise.
17314         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
17315         (test-xfail-XPG3/varargs.h/conform): Likewise.
17316         (test-xfail-XPG4/varargs.h/conform): Likewise.
17317         (test-xfail-UNIX98/varargs.h/conform): Likewise.
17318         (test-xfail-XPG4/ndbm.h/conform): Likewise.
17319         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
17320         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
17321         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
17322         (test-xfail-XPG3/fcntl.h/conform): Likewise.
17323         (test-xfail-XPG3/ftw.h/conform): Likewise.
17324         (test-xfail-XPG3/grp.h/conform): Likewise.
17325         (test-xfail-XPG3/langinfo.h/conform): Likewise.
17326         (test-xfail-XPG3/limits.h/conform): Likewise.
17327         (test-xfail-XPG3/pwd.h/conform): Likewise.
17328         (test-xfail-XPG3/search.h/conform): Likewise.
17329         (test-xfail-XPG3/signal.h/conform): Likewise.
17330         (test-xfail-XPG3/stdio.h/conform): Likewise.
17331         (test-xfail-XPG3/stdlib.h/conform): Likewise.
17332         (test-xfail-XPG3/string.h/conform): Likewise.
17333         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
17334         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
17335         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
17336         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
17337         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
17338         (test-xfail-XPG3/sys/types.h/conform): Likewise.
17339         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
17340         (test-xfail-XPG3/termios.h/conform): Likewise.
17341         (test-xfail-XPG3/time.h/conform): Likewise.
17342         (test-xfail-XPG3/unistd.h/conform): Likewise.
17343         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
17344         (test-xfail-XPG4/fcntl.h/conform): Likewise.
17345         (test-xfail-XPG4/langinfo.h/conform): Likewise.
17346         (test-xfail-XPG4/netdb.h/conform): Likewise.
17347         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
17348         (test-xfail-XPG4/signal.h/conform): Likewise.
17349         (test-xfail-XPG4/stdio.h/conform): Likewise.
17350         (test-xfail-XPG4/stdlib.h/conform): Likewise.
17351         (test-xfail-XPG4/stropts.h/conform): Likewise.
17352         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
17353         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
17354         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
17355         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
17356         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
17357         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
17358         (test-xfail-XPG4/sys/time.h/conform): Likewise.
17359         (test-xfail-XPG4/sys/types.h/conform): Likewise.
17360         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
17361         (test-xfail-XPG4/termios.h/conform): Likewise.
17362         (test-xfail-XPG4/ucontext.h/conform): Likewise.
17363         (test-xfail-XPG4/unistd.h/conform): Likewise.
17364         (test-xfail-XPG4/utmpx.h/conform): Likewise.
17365         (test-xfail-POSIX/sched.h/conform): Likewise.
17366         (test-xfail-POSIX/signal.h/conform): Likewise.
17367         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
17368         (test-xfail-POSIX/tar.h/conform): Likewise.
17369         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
17370         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
17371         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
17372         (test-xfail-UNIX98/netdb.h/conform): Likewise.
17373         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
17374         (test-xfail-UNIX98/sched.h/conform): Likewise.
17375         (test-xfail-UNIX98/signal.h/conform): Likewise.
17376         (test-xfail-UNIX98/stdio.h/conform): Likewise.
17377         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
17378         (test-xfail-UNIX98/stropts.h/conform): Likewise.
17379         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
17380         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
17381         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
17382         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
17383         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
17384         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
17385         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
17386         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
17387         (test-xfail-UNIX98/unistd.h/conform): Likewise.
17388         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
17389         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
17390         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
17391         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
17392         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
17393         (test-xfail-XOPEN2K/math.h/conform): Likewise.
17394         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
17395         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
17396         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
17397         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
17398         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
17399         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
17400         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
17401         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
17402         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
17403         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
17404         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
17405         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
17406         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
17407         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
17408         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
17409         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
17410         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
17411         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
17412         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
17413         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
17414         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
17415         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
17416         (test-xfail-POSIX2008/signal.h/conform): Likewise.
17417         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
17418         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
17419         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
17420         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
17421         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
17422         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
17423         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
17424         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
17425         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
17426         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
17427         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
17428         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
17429         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
17430         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
17431         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
17432         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
17433         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
17434         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
17435         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
17436         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
17437         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
17438         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
17439         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
17440         (conformtest-cc-flags): Likewise.
17441         ($(conformtest-header-tests): New target.
17442         * conform/check-header-lists.sh: New file.
17443         * conform/run-conformtest.sh: Remove.
17445         * conform/conformtest.pl: Allow ' and \ in values given for
17446         constants.
17447         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
17448         inclusion.
17449         [POSIX] (sys/types.h): Likewise.
17450         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
17451         inclusion.
17452         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
17453         inclusion.
17454         * conform/data/signal.h-data (SIGIO): Remove expectation.
17455         [XPG3] (SIGBUS): Do not expect.
17456         [POSIX || XPG3] (SIGPOLL): Likewise.
17457         [POSIX || XPG3] (SIGPROF): Likewise.
17458         [POSIX || XPG3] (SIGSYS): Likewise.
17459         [XPG3] (SIGTRAP): Likewise.
17460         [POSIX || XPG3] (SIGURG): Likewise.
17461         [POSIX || XPG3] (SIGVTALRM): Likewise.
17462         [POSIX || XPG3] (SIGXCPU): Likewise.
17463         [POSIX || XPG3] (SIGXFSZ): Likewise.
17464         [POSIX] (SA_SIGINFO): Expect.
17465         [XPG3] (siginfo_t): Do not expect type or contents.
17466         [POSIX] (si_pid): Do not expect element.
17467         [POSIX] (si_uid): Likewise.
17468         [POSIX] (si_addr): Likewise.
17469         [POSIX] (si_status): Likewise.
17470         [POSIX] (si_band): Likewise.
17471         [XPG4] (si_value): Likewise.
17472         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
17473         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
17474         [POSIX || XPG3] (ILL_ILLADR): Likewise.
17475         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
17476         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
17477         [POSIX || XPG3] (ILL_PRVREG): Likewise.
17478         [POSIX || XPG3] (ILL_COPROC): Likewise.
17479         [POSIX || XPG3] (ILL_BADSTK): Likewise.
17480         [POSIX || XPG3] (FPE_INTDIV): Likewise.
17481         [POSIX || XPG3] (FPE_INTOVF): Likewise.
17482         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
17483         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
17484         [POSIX || XPG3] (FPE_FLTUND): Likewise.
17485         [POSIX || XPG3] (FPE_FLTRES): Likewise.
17486         [POSIX || XPG3] (FPE_FLTINV): Likewise.
17487         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
17488         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
17489         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
17490         [POSIX || XPG3] (BUS_ADRALN): Likewise.
17491         [POSIX || XPG3] (BUS_ADRERR): Likewise.
17492         [POSIX || XPG3] (BUS_OBJERR): Likewise.
17493         [POSIX || XPG3] (CLD_EXITED): Likewise.
17494         [POSIX || XPG3] (CLD_KILLED): Likewise.
17495         [POSIX || XPG3] (CLD_DUMPED): Likewise.
17496         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
17497         [POSIX || XPG3] (CLD_STOPPED): Likewise.
17498         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
17499         [POSIX || XPG3] (POLL_IN): Likewise.
17500         [POSIX || XPG3] (POLL_OUT): Likewise.
17501         [POSIX || XPG3] (POLL_MSG): Likewise.
17502         [POSIX || XPG3] (POLL_ERR): Likewise.
17503         [POSIX || XPG3] (POLL_PRI): Likewise.
17504         [POSIX || XPG3] (POLL_HUP): Likewise.
17505         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
17506         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
17507         (SIG*): Do not allow.
17508         [XPG3] (si_*): Likewise.
17509         [XPG3] (SI_*): Likewise.
17510         [XPG3 || XPG4] (sigev_*): Likewise.
17511         [XPG3 || XPG4] (SIGEV_*): Likewise.
17512         [XPG3 || XPG4] (sival_*): Likewise.
17513         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
17514         [POSIX || XPG3] (BUS_*): Likewise.
17515         [POSIX || XPG3] (CLD_*): Likewise.
17516         [POSIX || XPG3] (FPE_*): Likewise.
17517         [POSIX || XPG3] (ILL_*): Likewise.
17518         [POSIX || XPG3] (POLL_*): Likewise.
17519         [POSIX || XPG3] (SEGV_*): Likewise.
17520         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
17521         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
17522         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
17523         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
17524         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
17525         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
17526         Specify type and value.
17527         (TVERSLEN): Likewise.
17528         (REGTYPE): Likewise.
17529         (AREGTYPE): Likewise.
17530         (LNKTYPE): Likewise.
17531         (SYMTYPE): Likewise.
17532         (CHRTYPE): Likewise.
17533         (BLKTYPE): Likewise.
17534         (DIRTYPE): Likewise.
17535         (FIFOTYPE): Likewise.
17536         (CONTTYPE): Likewise.
17537         (TSUID): Likewise.
17538         (TSGID): Likewise.
17539         (TSVTX): Likewise.
17540         (TUREAD): Likewise.
17541         (TUWRITE): Likewise.
17542         (TUEXEC): Likewise.
17543         (TGREAD): Likewise.
17544         (TGWRITE): Likewise.
17545         (TGEXEC): Likewise.
17546         (TOREAD): Likewise.
17547         (TOWRITE): Likewise.
17548         (TOEXEC): Likewise.
17549         [POSIX] (TSVTX): Expect constant.
17551 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
17553         * Makefile (tests): Change dependencies to ....
17554         (tests-special): ... additions to this variable.
17555         (tests): Depend on $(tests-special).
17556         * Makerules (check-abi-list): New variable.
17557         (check-abi): Depend on $(check-abi-list).
17558         [$(subdir) = elf] (tests-special): Add
17559         $(objpfx)check-abi-libc.out.
17560         [$(build-shared) = yes && subdir] (tests-special): Add
17561         $(check-abi-list).
17562         [$(build-shared) = yes && subdir] (tests): Do not depend on
17563         check-abi.
17564         * Rules (tests): Depend on $(tests-special).
17565         (xtests): Depend on $(xtests-special).
17566         * catgets/Makefile (tests): Change dependencies to ....
17567         (tests-special): ... additions to this variable.
17568         * conform/Makefile (tests): Change dependencies to ....
17569         (tests-special): ... additions to this variable.
17570         * elf/Makefile (tests): Change dependencies to ....
17571         (tests-special): ... additions to this variable.
17572         * grp/Makefile (tests): Change dependencies to ....
17573         (tests-special): ... additions to this variable.
17574         * iconv/Makefile (xtests): Change dependencies to ....
17575         (xtests-special): ... additions to this variable.
17576         * iconvdata/Makefile (tests): Change dependencies to ....
17577         (tests-special): ... additions to this variable.
17578         * intl/Makefile (tests): Change dependencies to ....
17579         (tests-special): ... additions to this variable.  Also add
17580         $(objpfx)tst-gettext.out.
17581         * io/Makefile (tests): Change dependencies to ....
17582         (tests-special): ... additions to this variable.
17583         * libio/Makefile (tests): Change dependencies to ....
17584         (tests-special): ... additions to this variable.
17585         * malloc/Makefile (tests): Change dependencies to ....
17586         (tests-special): ... additions to this variable.
17587         * misc/Makefile (tests): Change dependencies to ....
17588         (tests-special): ... additions to this variable.
17589         * nptl/Makefile (tests): Change dependencies to ....
17590         (tests-special): ... additions to this variable.
17591         * nptl_db/Makefile (tests): Change dependencies to ....
17592         (tests-special): ... additions to this variable.
17593         * posix/Makefile (tests): Change dependencies to ....
17594         (tests-special): ... additions to this variable.
17595         (xtests): Change dependencies to ....
17596         (xtests-special): ... additions to this variable.
17597         * resolv/Makefile (tests): Change dependencies to ....
17598         (tests-special): ... additions to this variable.
17599         (xtests): Change dependencies to ....
17600         (xtests-special): ... additions to this variable.
17601         * stdio-common/Makefile (tests): Change dependencies to ....
17602         (tests-special): ... additions to this variable.
17603         (do-tst-unbputc): Remove target.
17604         (do-tst-printf): Likewise.
17605         * stdlib/Makefile (tests): Change dependencies to ....
17606         (tests-special): ... additions to this variable.
17607         * string/Makefile (tests): Change dependencies to ....
17608         (tests-special): ... additions to this variable.
17609         * sysdeps/x86/Makefile (tests): Change dependencies to ....
17610         (tests-special): ... additions to this variable.
17612         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
17613         whole file.
17614         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
17615         whole file.
17616         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
17617         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
17619         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
17620         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
17621         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
17622         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
17623         * conform/data/libgen.h-data [XPG3]: Likewise.
17624         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
17625         * conform/data/ndbm.h-data [XPG3]: Likewise.
17626         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17627         * conform/data/netdb.h-data [XPG3]: Likewise.
17628         * conform/data/netinet/in.h-data [XPG3]: Likewise.
17629         * conform/data/poll.h-data [XPG3]: Likewise.
17630         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17631         * conform/data/strings.h-data [XPG3]: Likewise.
17632         * conform/data/stropts.h-data [XPG3]: Likewise.
17633         * conform/data/sys/mman.h-data [XPG3]: Likewise.
17634         * conform/data/sys/resource.h-data [XPG3]: Likewise.
17635         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
17636         Likewise.
17637         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
17638         * conform/data/sys/time.h-data [XPG3]: Likewise.
17639         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
17640         * conform/data/sys/uio.h-data [XPG3]: Likewise.
17641         * conform/data/sys/un.h-data [XPG3]: Likewise.
17642         * conform/data/syslog.h-data [XPG3]: Likewise.
17643         * conform/data/ucontext.h-data [XPG3]: Likewise.
17644         * conform/data/utmpx.h-data [XPG3]: Likewise.
17645         * conform/data/varargs.h-data [UNIX98]: Enable file.
17647         * manual/Makefile (INSTALL_INFO): Remove variable setting.
17649         * math/libm-test.inc (struct test_f_f_data): Move expected results
17650         into structure for each rounding mode.
17651         (struct test_ff_f_data): Likewise.
17652         (struct test_ff_f_data_nexttoward): Likewise.
17653         (struct test_fi_f_data): Likewise.
17654         (struct test_fl_f_data): Likewise.
17655         (struct test_if_f_data): Likewise.
17656         (struct test_fff_f_data): Likewise.
17657         (struct test_c_f_data): Likewise.
17658         (struct test_f_f1_data): Likewise.
17659         (struct test_fF_f1_data): Likewise.
17660         (struct test_ffI_f1_data): Likewise.
17661         (struct test_c_c_data): Likewise.
17662         (struct test_cc_c_data): Likewise.
17663         (struct test_f_i_data): Likewise.
17664         (struct test_ff_i_data): Likewise.
17665         (struct test_f_l_data): Likewise.
17666         (struct test_f_L_data): Likewise.
17667         (struct test_fFF_11_data): Likewise.
17668         (RM_): New macro.
17669         (RM_FE_DOWNWARD): Likewise.
17670         (RM_FE_TONEAREST): Likewise.
17671         (RM_FE_TOWARDZERO): Likewise.
17672         (RM_FE_UPWARD): Likewise.
17673         (RUN_TEST_LOOP_f_f): Update references to expected results.
17674         (RUN_TEST_LOOP_2_f): Likewise.
17675         (RUN_TEST_LOOP_fff_f): Likewise.
17676         (RUN_TEST_LOOP_c_f): Likewise.
17677         (RUN_TEST_LOOP_f_f1): Likewise.
17678         (RUN_TEST_LOOP_fF_f1): Likewise.
17679         (RUN_TEST_LOOP_fI_f1): Likewise.
17680         (RUN_TEST_LOOP_ffI_f1): Likewise.
17681         (RUN_TEST_LOOP_c_c): Likewise.
17682         (RUN_TEST_LOOP_cc_c): Likewise.
17683         (RUN_TEST_LOOP_f_i): Likewise.
17684         (RUN_TEST_LOOP_f_i_tg): Likewise.
17685         (RUN_TEST_LOOP_ff_i_tg): Likewise.
17686         (RUN_TEST_LOOP_f_b): Likewise.
17687         (RUN_TEST_LOOP_f_b_tg): Likewise.
17688         (RUN_TEST_LOOP_f_l): Likewise.
17689         (RUN_TEST_LOOP_f_L): Likewise.
17690         (RUN_TEST_LOOP_fFF_11): Likewise.
17691         * math/gen-libm-test.pl (parse_args): Output four copies of
17692         expected results for each test.
17694         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17695         (__ASSUME_UTIMES): Remove.
17696         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17697         (__ASSUME_UTIMES): Likewise.
17699         * math/gen-auto-libm-tests.c: Update comment on output format.
17700         (output_for_one_input_case): Generate before-rounding and
17701         after-rounding information as conditions on output flags not
17702         floating-point format.
17703         * math/auto-libm-test-out: Regenerated.
17704         * math/gen-libm-test.pl (cond_value): New function.
17705         (or_cond_value): Use cond_value.
17706         (generate_testfile): Handle conditional exceptions.
17708 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
17710         * math/libm-test.inc (max_valid_error): New variable.
17711         (init_max_error): Take new argument specifying whether function
17712         results are exactly determined.  Set max_valid_error and bound
17713         other variables for errors based on this argument.
17714         (set_max_error): Do not record results above max_valid_error.
17715         (check_float_internal): Only accept errors of up to 0.5ulps if
17716         also at most max_valid_error.
17717         (START): Take new argument EXACT and pass it to init_max_error.
17718         (acos_test): Update call to START.
17719         (acos_test_tonearest): Likewise.
17720         (acos_test_towardzero): Likewise.
17721         (acos_test_downward): Likewise.
17722         (acos_test_upward): Likewise.
17723         (acosh_test): Likewise.
17724         (asin_test): Likewise.
17725         (asin_test_tonearest): Likewise.
17726         (asin_test_towardzero): Likewise.
17727         (asin_test_downward): Likewise.
17728         (asin_test_upward): Likewise.
17729         (asinh_test): Likewise.
17730         (atan_test): Likewise.
17731         (atanh_test): Likewise.
17732         (atan2_test): Likewise.
17733         (cabs_test): Likewise.
17734         (cacos_test): Likewise.
17735         (cacosh_test): Likewise.
17736         (carg_test): Likewise.
17737         (casin_test): Likewise.
17738         (casinh_test): Likewise.
17739         (catan_test): Likewise.
17740         (catanh_test): Likewise.
17741         (cbrt_test): Likewise.
17742         (ccos_test): Likewise.
17743         (ccosh_test): Likewise.
17744         (ceil_test): Likewise.
17745         (cexp_test): Likewise.
17746         (cimag_test): Likewise.
17747         (clog_test): Likewise.
17748         (clog10_test): Likewise.
17749         (conj_test): Likewise.
17750         (copysign_test): Likewise.
17751         (cos_test): Likewise.
17752         (cos_test_tonearest): Likewise.
17753         (cos_test_towardzero): Likewise.
17754         (cos_test_downward): Likewise.
17755         (cos_test_upward): Likewise.
17756         (cosh_test): Likewise.
17757         (cosh_test_tonearest): Likewise.
17758         (cosh_test_towardzero): Likewise.
17759         (cosh_test_downward): Likewise.
17760         (cosh_test_upward): Likewise.
17761         (cpow_test): Likewise.
17762         (cproj_test): Likewise.
17763         (creal_test): Likewise.
17764         (csin_test): Likewise.
17765         (csinh_test): Likewise.
17766         (csqrt_test): Likewise.
17767         (ctan_test): Likewise.
17768         (ctan_test_tonearest): Likewise.
17769         (ctan_test_towardzero): Likewise.
17770         (ctan_test_downward): Likewise.
17771         (ctan_test_upward): Likewise.
17772         (ctanh_test): Likewise.
17773         (ctanh_test_tonearest): Likewise.
17774         (ctanh_test_towardzero): Likewise.
17775         (ctanh_test_downward): Likewise.
17776         (ctanh_test_upward): Likewise.
17777         (erf_test): Likewise.
17778         (erfc_test): Likewise.
17779         (exp_test): Likewise.
17780         (exp_test_tonearest): Likewise.
17781         (exp_test_towardzero): Likewise.
17782         (exp_test_downward): Likewise.
17783         (exp_test_upward): Likewise.
17784         (exp10_test): Likewise.
17785         (exp10_test_tonearest): Likewise.
17786         (exp10_test_towardzero): Likewise.
17787         (exp10_test_downward): Likewise.
17788         (exp10_test_upward): Likewise.
17789         (pow10_test): Likewise.
17790         (exp2_test): Likewise.
17791         (expm1_test): Likewise.
17792         (expm1_test_tonearest): Likewise.
17793         (expm1_test_towardzero): Likewise.
17794         (expm1_test_downward): Likewise.
17795         (expm1_test_upward): Likewise.
17796         (fabs_test): Likewise.
17797         (fdim_test): Likewise.
17798         (floor_test): Likewise.
17799         (fma_test): Likewise.
17800         (fma_test_towardzero): Likewise.
17801         (fma_test_downward): Likewise.
17802         (fma_test_upward): Likewise.
17803         (fmax_test): Likewise.
17804         (fmin_test): Likewise.
17805         (fmod_test): Likewise.
17806         (fpclassify_test): Likewise.
17807         (frexp_test): Likewise.
17808         (hypot_test): Likewise.
17809         (ilogb_test): Likewise.
17810         (isfinite_test): Likewise.
17811         (finite_test): Likewise.
17812         (isgreater_test): Likewise.
17813         (isgreaterequal_test): Likewise.
17814         (isinf_test): Likewise.
17815         (isless_test): Likewise.
17816         (islessequal_test): Likewise.
17817         (islessgreater_test): Likewise.
17818         (isnan_test): Likewise.
17819         (isnormal_test): Likewise.
17820         (issignaling_test): Likewise.
17821         (isunordered_test): Likewise.
17822         (j0_test): Likewise.
17823         (j1_test): Likewise.
17824         (jn_test): Likewise.
17825         (ldexp_test): Likewise.
17826         (lgamma_test): Likewise.
17827         (gamma_test): Likewise.
17828         (lrint_test): Likewise.
17829         (lrint_test_tonearest): Likewise.
17830         (lrint_test_towardzero): Likewise.
17831         (lrint_test_downward): Likewise.
17832         (lrint_test_upward): Likewise.
17833         (llrint_test): Likewise.
17834         (llrint_test_tonearest): Likewise.
17835         (llrint_test_towardzero): Likewise.
17836         (llrint_test_downward): Likewise.
17837         (llrint_test_upward): Likewise.
17838         (log_test): Likewise.
17839         (log10_test): Likewise.
17840         (log1p_test): Likewise.
17841         (log2_test): Likewise.
17842         (logb_test): Likewise.
17843         (logb_test_downward): Likewise.
17844         (lround_test): Likewise.
17845         (llround_test): Likewise.
17846         (modf_test): Likewise.
17847         (nearbyint_test): Likewise.
17848         (nextafter_test): Likewise.
17849         (nexttoward_test): Likewise.
17850         (pow_test): Likewise.
17851         (pow_test_tonearest): Likewise.
17852         (pow_test_towardzero): Likewise.
17853         (pow_test_downward): Likewise.
17854         (pow_test_upward): Likewise.
17855         (remainder_test): Likewise.
17856         (drem_test): Likewise.
17857         (remainder_test_tonearest): Likewise.
17858         (drem_test_tonearest): Likewise.
17859         (remainder_test_towardzero): Likewise.
17860         (drem_test_towardzero): Likewise.
17861         (remainder_test_downward): Likewise.
17862         (drem_test_downward): Likewise.
17863         (remainder_test_upward): Likewise.
17864         (drem_test_upward): Likewise.
17865         (remquo_test): Likewise.
17866         (rint_test): Likewise.
17867         (rint_test_tonearest): Likewise.
17868         (rint_test_towardzero): Likewise.
17869         (rint_test_downward): Likewise.
17870         (rint_test_upward): Likewise.
17871         (round_test): Likewise.
17872         (scalb_test): Likewise.
17873         (scalbn_test): Likewise.
17874         (scalbln_test): Likewise.
17875         (signbit_test): Likewise.
17876         (sin_test): Likewise.
17877         (sin_test_tonearest): Likewise.
17878         (sin_test_towardzero): Likewise.
17879         (sin_test_downward): Likewise.
17880         (sin_test_upward): Likewise.
17881         (sincos_test): Likewise.
17882         (sinh_test): Likewise.
17883         (sinh_test_tonearest): Likewise.
17884         (sinh_test_towardzero): Likewise.
17885         (sinh_test_downward): Likewise.
17886         (sinh_test_upward): Likewise.
17887         (sqrt_test): Likewise.
17888         (sqrt_test_tonearest): Likewise.
17889         (sqrt_test_towardzero): Likewise.
17890         (sqrt_test_downward): Likewise.
17891         (sqrt_test_upward): Likewise.
17892         (tan_test): Likewise.
17893         (tan_test_tonearest): Likewise.
17894         (tan_test_towardzero): Likewise.
17895         (tan_test_downward): Likewise.
17896         (tan_test_upward): Likewise.
17897         (tanh_test): Likewise.
17898         (tgamma_test): Likewise.
17899         (trunc_test): Likewise.
17900         (y0_test): Likewise.
17901         (y1_test): Likewise.
17902         (yn_test): Likewise.
17903         (significand_test): Likewise.
17905         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
17906         individual tests in comment.
17907         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
17908         (prev_max_error): New variable.
17909         (prev_real_max_error): Likewise.
17910         (prev_imag_max_error): Likewise.
17911         (compare_ulp_data): Don't refer to test names in comment.
17912         (find_test_ulps): Remove function.
17913         (find_function_ulps): Likewise.
17914         (find_complex_function_ulps): Likewise.
17915         (init_max_error): Take function name as argument.  Look up ulps
17916         for that function.
17917         (print_ulps): Remove function.
17918         (print_max_error): Use prev_max_error instead of calling
17919         find_function_ulps.
17920         (print_complex_max_error): Use prev_real_max_error and
17921         prev_imag_max_error instead of calling find_complex_function_ulps.
17922         (check_float_internal): Take max_ulp parameter instead of calling
17923         find_test_ulps.  Don't call print_ulps.
17924         (check_float): Update call to check_float_internal.
17925         (check_complex): Update calls to check_float_internal.
17926         (START): Pass argument to init_max_error.
17927         * math/gen-libm-test.pl (%results): Don't include "kind"
17928         information.
17929         (parse_ulps): Don't handle ulps of individual tests.
17930         (print_ulps_file): Likewise.
17931         (output_ulps): Likewise.
17932         * math/README.libm-test: Update.
17933         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
17934         individual tests.
17935         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
17936         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
17937         * sysdeps/arm/libm-test-ulps: Likewise.
17938         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
17939         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
17940         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
17941         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
17942         * sysdeps/microblaze/libm-test-ulps: Likewise.
17943         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
17944         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
17945         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
17946         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
17947         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
17948         * sysdeps/sh/libm-test-ulps: Likewise.
17949         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
17950         * sysdeps/tile/libm-test-ulps: Likewise.
17951         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17953 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
17955         * math/libm-test.inc (print_complex_max_error): Check separately
17956         whether real and imaginary errors are within allowed range and
17957         pass 0 to print_complex_function_ulps instead of value within
17958         allowed range.
17960 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17962         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
17963         formatting.
17964         (get_handles_fopen): Likewise.
17965         (do_write_test): Likewise.
17967         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
17969         * libio/fileops.c (do_ftell): Use cached offset when
17970         available.
17971         * libio/iofwide.c (do_ftell_wide): Likewise.
17972         * libio/iofdopen.c (_IO_new_fdopen): Don't use
17973         _IO_file_attach.
17974         * libio/wfileops.c (_IO_fwide): Don't cache offset.
17976         [BZ #16532]
17977         * libio/libioP.h (get_file_offset): New function.
17978         * libio/fileops.c (get_file_offset): Likewise.
17979         (do_ftell): Likewise.
17980         (_IO_new_file_seekoff): Split out ftell logic.
17981         * libio/wfileops.c (do_ftell_wide): Likewise.
17982         (_IO_wfile_seekoff): Split out ftell logic.
17983         * libio/tst-ftell-active-handler.c: New test case.
17984         * libio/Makefile (tests): Add it.
17986 2014-03-03  Roland McGrath  <roland@hack.frob.com>
17988         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
17989         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
17991 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
17993         [BZ #16639]
17994         * nscd/connections.c (nscd_init): Call do_exit.
17995         (start_threads): Call do_exit and notify_parent.
17996         (begin_drop_privileges): Call do_exit.
17997         (finish_drop_privileges): Likewise.
17998         * nscd/selinux.c (preserve_capabilities): Likewise.
17999         (install_real_capabilities): Likewise.
18000         (nscd_selinux_enabled): Likewise.
18001         (avc_create_thread): Likewise.
18002         (avc_alloc_lock): Likewise.
18003         (nscd_avc_init): Likewise.
18004         * nscd/nscd.c (parent_fd): New static variable.
18005         (main): Create a pipe between parent and child processes.
18006         Skip closing parent_fd.
18007         (monitor_child): New function.
18008         (do_exit): Likewise.
18009         (notify_parent): Likewise.
18010         * nscd/nscd.h (notify_parent): Likewise.
18011         (do_exit): Likewise.
18013 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
18015         * malloc/malloc.c (__libc_calloc): Revert last change.
18017 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18019         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18021 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18023         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
18024         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
18025         implementation.
18026         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
18027         (__libc_ifunc_impl_list): Likewise.
18028         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
18029         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
18030         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
18031         * string/strrchr.c: Define STRRCHR.
18033 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
18035         * benchtest/bench-strtok.c (simple_strtok): Delete.
18036         (strtok_string): Use as benchmark.
18037         * string/strtok (STRTOK): New macro.
18039 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
18041         * manual/threads.texi: Add header and standard comments to all
18042         functions.
18044         * elf/dl-lookup.c (check_match): New function.
18045         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
18046         (do_lookup_x): Remove nested function check_match. Use non-nested
18047         function check_match.
18049 2014-02-28  Roland McGrath  <roland@hack.frob.com>
18051         * csu/Makefile (generated, before-compile): Use += rather than =.
18052         * catgets/Makefile (generated, generated-dirs): Likewise.
18053         * debug/Makefile (generated): Likewise.
18054         * dlfcn/Makefile (generated): Likewise.
18055         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
18056         * iconvdata/Makefile (before-compile, generated): Likewise.
18057         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
18058         * libio/Makefile (generated): Likewise.
18059         * malloc/Makefile (generated): Likewise.
18060         * manual/Makefile (generated, generated-dirs): Likewise.
18061         * misc/Makefile (generated): Likewise.
18062         * posix/Makefile (generated): Likewise.
18063         * resolv/Makefile (generated): Likewise.
18064         * sunrpc/Makefile (generated, generated-dirs): Likewise.
18065         * timezone/Makefile (generated, generated-dirs): Likewise.
18067         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
18069 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18071         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
18072         power8 implementation.
18073         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
18074         file: POWER8 llround ifunc implementation.
18075         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
18076         (__lllround): Add POWER8 implementation.
18077         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
18078         POWER8 llround implementation.
18080         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
18081         power8 implementation.
18082         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
18083         file: POWER8 llrint ifunc implementation.
18084         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
18085         Add POWER8 implementation.
18086         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
18087         POWER8 llrint implementation.
18089         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
18090         power8 implementation.
18091         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
18092         file: POWER8 finite ifunc implementation.
18093         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
18094         Add POWER8 implementation.
18095         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
18096         Likewise.
18097         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
18098         POWER8 finite implementation.
18099         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
18101         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
18102         power8 implementation.
18103         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
18104         file: POWER8 isinf ifunc implementation.
18105         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
18106         POWER8 implementation.
18107         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
18108         Likewise.
18109         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
18110         isinf implementation.
18111         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
18113         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
18114         (INIT_ARCH): Add hwcap2 initialization.
18115         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
18116         power8 implementation.
18117         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
18118         file: POWER8 isnan ifunc implementation.
18119         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
18120         POWER8 implementation.
18121         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
18122         Likewise.
18123         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
18124         isnan implementation.
18125         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
18127 2014-02-27  Joey Ye  <joey.ye@arm.com>
18129         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
18130         (_FP_NANFRAC_Q): Set to zero.
18132 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
18134         [BZ #16623]
18135         * math/auto-libm-test-in: New test inputs.
18136         * math/auto-libm-test-out: Regenerate.
18137         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
18138         and DA.
18139         (__cos): Likewise.
18140         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
18142 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
18144         * scripts/evaluate-test.sh: Take new argument indicating whether
18145         failure is expected.
18146         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
18147         indicating whether failure is expected.
18148         * conform/Makefile (test-xfail-run-conformtest): New variable.
18149         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
18150         level.
18151         * posix/Makefile (test-xfail-annexc): New variable.
18152         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
18154 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
18156         * argp/Makefile: Include Makeconfig immediately after defining
18157         subdir.
18158         * assert/Makefile: Likewise.
18159         * benchtests/Makefile: Likewise.
18160         * catgets/Makefile: Likewise.
18161         * conform/Makefile: Likewise.
18162         * crypt/Makefile: Likewise.
18163         * csu/Makefile: Likewise.
18164         (all): Remove target.
18165         * ctype/Makefile: Include Makeconfig immediately after defining
18166         subdir.
18167         * debug/Makefile: Likewise.
18168         * dirent/Makefile: Likewise.
18169         * dlfcn/Makefile: Likewise.
18170         * gmon/Makefile: Likewise.
18171         * gnulib/Makefile: Likewise.
18172         * grp/Makefile: Likewise.
18173         * gshadow/Makefile: Likewise.
18174         * hesiod/Makefile: Likewise.
18175         * hurd/Makefile: Likewise.
18176         (all): Remove target.
18177         * iconvdata/Makefile: Include Makeconfig immediately after
18178         defining subdir.
18179         * inet/Makefile: Likewise.
18180         * intl/Makefile: Likewise.
18181         * io/Makefile: Likewise.
18182         * libio/Makefile: Likewise.
18183         (all): Remove target.
18184         * locale/Makefile: Include Makeconfig immediately after defining
18185         subdir.
18186         * login/Makefile: Likewise.
18187         * mach/Makefile: Likewise.
18188         (all): Remove target.
18189         * malloc/Makefile: Include Makeconfig immediately after defining
18190         subdir.
18191         (all): Remove target.
18192         * manual/Makefile: Include Makeconfig immediately after defining
18193         subdir.
18194         * math/Makefile: Likewise.
18195         * misc/Makefile: Likewise.
18196         * nis/Makefile: Likewise.
18197         * nss/Makefile: Likewise.
18198         * po/Makefile: Likewise.
18199         (all): Remove target.
18200         * posix/Makefile: Include Makeconfig immediately after defining
18201         subdir.
18202         * pwd/Makefile: Likewise.
18203         * resolv/Makefile: Likewise.
18204         * resource/Makefile: Likewise.
18205         * rt/Makefile: Likewise.
18206         * setjmp/Makefile: Likewise.
18207         * shadow/Makefile: Likewise.
18208         * signal/Makefile: Likewise.
18209         * socket/Makefile: Likewise.
18210         * soft-fp/Makefile: Likewise.
18211         * stdio-common/Makefile: Likewise.
18212         * stdlib/Makefile: Likewise.
18213         * streams/Makefile: Likewise.
18214         * string/Makefile: Likewise.
18215         * sunrpc/Makefile: Likewise.
18216         (all): Remove target.
18217         * sysvipc/Makefile: Include Makeconfig immediately after defining
18218         subdir.
18219         * termios/Makefile: Likewise.
18220         * time/Makefile: Likewise.
18221         * timezone/Makefile: Likewise.
18222         (all): Remove target.
18223         * wcsmbs/Makefile: Include Makeconfig immediately after defining
18224         subdir.
18225         * wctype/Makefile: Likewise.
18227 2014-02-26  Steve Ellcey  <sellcey@mips.com>
18229         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
18230         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
18231         (libc_feholdexcept_setround_mips): Ditto.
18232         (libc_feholdsetround): New.
18233         (libc_feholdsetroundf): New.
18234         (libc_feholdsetroundl): New.
18235         (libc_feupdateenv_test_mips): New.
18236         (libc_feupdateenv_test): New.
18237         (libc_feupdateenv_testf): New.
18238         (libc_feupdateenv_testl): New.
18239         (libc_feresetround): New.
18240         (libc_feresetroundf): New.
18241         (libc_feresetroundl): New.
18242         (libc_fetestexcept_mips): New.
18243         (libc_fetestexcept): New.
18244         (libc_fetestexceptf): New.
18245         (libc_fetestexceptl): New.
18246         (HAVE_RM_CTX): New.
18247         (libc_feholdexcept_setround_mips_ctx): New.
18248         (libc_feholdexcept_setround_ctx): New.
18249         (libc_feholdexcept_setroundf_ctx): New.
18250         (libc_feholdexcept_setroundl_ctx): New.
18251         (libc_fesetenv_mips_ctx): New.
18252         (libc_fesetenv_ctx): New.
18253         (libc_fesetenv_ctxf): New.
18254         (libc_fesetenv_ctxl): New.
18255         (libc_feupdateenv_mips_ctx): New.
18256         (libc_feupdateenv_ctx): New.
18257         (libc_feupdateenvf_ctx): New.
18258         (libc_feupdateenvl_ctx): New.
18259         (libc_feholdsetround_mips_ctx): New.
18260         (libc_feholdsetround_ctx): New.
18261         (libc_feholdsetroundf_ctx): New.
18262         (libc_feholdsetroundl_ctx): New.
18263         (libc_feresetround_mips_ctx): New.
18264         (libc_feresetround_ctx): New.
18265         (libc_feresetroundf_ctx): New.
18266         (libc_feresetroundl_ctx): New.
18268 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
18270         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
18272         * manual/ipc.texi: New file.
18273         * manual/Makefile (chapters): Add ipc.
18274         * manual/job.texi: Add "Inter-Process Communication" to next.
18275         * manual/process.texi: Add "Inter-Process Communication" to prev.
18277 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18279         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18281 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
18283         * malloc/malloc.c (__libc_calloc): Simplify implementation.
18285         * manual/arith.texi: Fix spaces after sentences.
18286         * manual/charset.texi: Likewise.
18287         * manual/errno.texi: Likewise.
18288         * manual/install.texi: Likewise.
18289         * manual/llio.texi: Likewise.
18290         * manual/locale.texi: Likewise.
18291         * manual/maint.texi: Likewise.
18292         * manual/math.texi: Likewise.
18293         * manual/memory.texi: Likewise.
18294         * manual/message.texi: Likewise.
18295         * manual/probes.texi: Likewise.
18296         * manual/resource.texi: Likewise.
18297         * manual/signal.texi: Likewise.
18298         * manual/socket.texi: Likewise.
18299         * manual/stdio.texi: Likewise.
18300         * manual/string.texi: Likewise.
18301         * manual/time.texi: Likewise.
18302         * manual/users.texi: Likewise.
18304 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
18306         [BZ #16632]
18307         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
18308         _DEFAULT_SOURCE is defined.
18310 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
18311             Carlos O'Donell  <carlos@redhat.com>
18313         [BZ #16613]
18314         * elf/dl-tls.c (_dl_count_modids): New function.
18315         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
18316         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
18317         audit library and increment generation counter.
18318         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
18319         * elf/tst-audit9.c: New file.
18320         * elf/tst-auditmod9a.c: New file.
18321         * elf/tst-auditmod9b.c: New file.
18322         * elf/Makefile: Add rules to build and run tst-audit9.
18324 2014-02-25  Florian Weimer  <fweimer@redhat.com>
18326         [BZ #15347]
18327         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
18329 2014-02-25  Will Newton  <will.newton@linaro.org>
18331         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
18332         (__longjmp): Restore sp and lr before restoring callee
18333         saved registers.  Add longjmp and longjmp_target
18334         SystemTap probe point.
18335         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
18336         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
18337         Define to zero to match jmpbuf layout.
18338         * sysdeps/arm/setjmp.S: Include stap-probe.h.
18339         (__sigsetjmp): Save sp and lr before saving callee
18340         saved registers.  Add setjmp SystemTap probe point.
18342 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
18344         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18346 2014-02-24  Andreas Schwab  <schwab@suse.de>
18348         [BZ #15804]
18349         * elf/pldd.c (wait_for_ptrace_stop): New function.
18350         (main): Call it after attaching.
18352 2014-02-22  Roland McGrath  <roland@hack.frob.com>
18354         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
18355         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
18356         Versions files is now verboten.
18357         * hurd/Versions (libc: GLIBC_2.0):
18358         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
18359         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
18360         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
18361         * mach/Versions: Likewise.
18363         * csu/Versions: Remove unused %include.
18364         * resolv/Versions: Likewise.
18366 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
18368         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
18369         ($(objpfx)check-local-headers.out): Likewise.
18370         ($(objpfx)begin-end-check.out): Likewise.
18371         * Makerules (check-abi-%.out): Likewise.
18372         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
18373         ($(objpfx)test2.cat): Likewise.
18374         ($(objpfx)de/libc.cat): Likewise.
18375         ($(objpfx)test-gencat.out): Likewise.
18376         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
18377         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
18378         ($(objpfx)noload-mem): Likewise.
18379         ($(objpfx)tst-pathopt.out): Likewise.
18380         ($(objpfx)tst-rtld-load-self.out): Likewise.
18381         ($(objpfx)tst-array1-cmp.out): Likewise.
18382         ($(objpfx)tst-array1-static-cmp.out): Likewise.
18383         ($(objpfx)tst-array2-cmp.out): Likewise.
18384         ($(objpfx)tst-array3-cmp.out): Likewise.
18385         ($(objpfx)tst-array4-cmp.out): Likewise.
18386         ($(objpfx)tst-array5-cmp.out): Likewise.
18387         ($(objpfx)tst-array5-static-cmp.out): Likewise.
18388         ($(objpfx)check-textrel.out): Likewise.
18389         ($(objpfx)check-execstack.out): Likewise.
18390         ($(objpfx)check-localplt.out): Likewise.
18391         ($(objpfx)order2-cmp.out): Likewise.
18392         ($(objpfx)tst-leaks1-mem): Likewise.
18393         ($(objpfx)tst-leaks1-static-mem): Likewise.
18394         ($(objpfx)tst-initorder-cmp.out): Likewise.
18395         ($(objpfx)tst-initorder2-cmp.out): Likewise.
18396         ($(objpfx)tst-unused-dep.out): Likewise.
18397         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
18398         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
18399         * iconv/Makefile (test-iconvconfig): Likewise.
18400         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
18401         ($(objpfx)iconv-test.out): Likewise.
18402         ($(objpfx)tst-tables.out): Likewise.
18403         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
18404         ($(objpfx)tst-gettext.out): Likewise.
18405         ($(objpfx)tst-translit.out): Likewise.
18406         ($(objpfx)tst-gettext2.out): Likewise.
18407         ($(objpfx)tst-gettext4.out): Likewise.
18408         ($(objpfx)tst-gettext6.out): Likewise.
18409         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
18410         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
18411         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
18412         ($(objpfx)tst-fopenloc-mem.out): Likewise.
18413         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
18414         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
18415         * posix/Makefile ($(objpfx)globtest.out): Likewise.
18416         ($(objpfx)wordexp-tst.out): Likewise.
18417         ($(objpfx)annexc.out): Likewise.
18418         ($(objpfx)tst-fnmatch-mem): Likewise.
18419         ($(objpfx)bug-regex2-mem): Likewise.
18420         ($(objpfx)bug-regex14-mem): Likewise.
18421         ($(objpfx)bug-regex21-mem): Likewise.
18422         ($(objpfx)bug-regex31-mem): Likewise.
18423         ($(objpfx)tst-vfork3-mem): Likewise.
18424         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
18425         ($(objpfx)tst-pcre-mem): Likewise.
18426         ($(objpfx)tst-boost-mem): Likewise.
18427         ($(objpfx)tst-getconf.out): Likewise.
18428         ($(objpfx)bug-ga2-mem): Likewise.
18429         ($(objpfx)bug-glob2-mem): Likewise.
18430         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
18431         ($(objpfx)mtrace-tst-leaks2): Likewise.
18432         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
18433         ($(objpfx)tst-printf.out): Likewise.
18434         ($(objpfx)tst-setvbuf1.out): Likewise.
18435         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
18436         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
18437         ($(objpfx)tst-fmtmsg.out): Likewise.
18438         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
18439         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
18441         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
18442         * bits/sigaction.h [__USE_MISC]: Likewise.
18443         * bits/waitstatus.h: Update #endif comments.
18444         * ctype/ctype.h: Likewise.
18445         * dirent/dirent.h: Likewise.
18446         [__USE_MISC]: Remove redundant conditionals.
18447         * grp/grp.h: Update #endif comments.
18448         [__USE_GNU]: Remove redundant conditionals.
18449         [__USE_MISC]: Likewise.
18450         * inet/netinet/in.h [__USE_GNU]: Likewise.
18451         * io/sys/stat.h [__USE_MISC]: Likewise.
18452         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
18453         * libio/bits/stdio.h: Update #endif comments.
18454         [__USE_MISC]: Remove redundant conditionals.
18455         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
18456         * libio/stdio.h: Update #endif comments.
18457         [__USE_MISC]: Remove redundant conditionals.
18458         * math/bits/math-finite.h [__USE_MISC]: Likewise.
18459         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
18460         * math/math.h: Update #else and #endif comments.
18461         [__USE_MISC]: Remove redundant conditionals.
18462         * misc/sys/uio.h: Update #endif comments.
18463         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
18464         * posix/glob.h [__USE_MISC]: Likewise.
18465         * posix/sys/types.h: Update #endif comments.
18466         [__USE_MISC]: Remove redundant conditionals.
18467         * posix/sys/wait.h: Update #endif comments.
18468         [__USE_MISC]: Remove redundant conditionals.
18469         * posix/unistd.h: Update #endif comments.
18470         [__USE_MISC]: Remove redundant conditionals.
18471         * pwd/pwd.h [__USE_GNU]: Likewise.
18472         [__USE_MISC]: Likewise.
18473         * resolv/netdb.h [__USE_GNU]: Likewise.
18474         * signal/signal.h: Update #endif comments.
18475         [__USE_MISC]: Remove redundant conditionals.
18476         * stdlib/stdlib.h: Update #else and #endif comments.
18477         [__USE_MISC]: Remove redundant conditionals.
18478         [__USE_GNU]: Likewise.
18479         * string/bits/string2.h [__USE_MISC]: Likewise.
18480         * string/string.h: Update #endif comments.
18481         [__USE_MISC]: Remove redundant conditionals.
18482         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
18483         Likewise.
18484         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
18485         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
18486         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
18487         Likewise.
18488         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
18489         Likewise.
18490         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
18491         comments.
18492         [__USE_MISC]: Remove redundant conditionals.
18493         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
18494         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
18495         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
18496         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
18497         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
18498         Likewise.
18499         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
18500         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
18501         Likewise.
18502         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
18503         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
18504         Likewise.
18505         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
18506         Likewise.
18507         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
18508         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
18509         Likewise.
18510         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
18511         Likewise.
18512         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
18513         * sysdeps/x86/bits/string.h: Update #endif comments.
18514         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
18515         conditionals.
18516         * time/sys/time.h: Update #endif comments.
18517         * time/time.h: Likewise.
18518         [__USE_MISC]: Remove redundant conditionals.
18520 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
18522         [BZ #16600]
18523         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
18525 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
18527         * Versions.def (librt): Add GLIBC_2.17.
18529 2014-02-21  Adam Conrad  <adconrad@0c3.net>
18531         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
18532         synonym for _SYS_AUXV_H to allow direct inclusion.
18533         * sysdeps/sparc/bits/hwcap.h: Likewise.
18534         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
18535         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
18536         * sysdeps/sparc/sysdep.h: Likewise.
18538 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
18540         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
18542 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18544         * benchtests/bench-strrchr.c: Print length instead of position.
18546 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
18548         [BZ #16611]
18549         * sysdeps/unix/sysv/linux/kernel-features.h
18550         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
18551         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
18552         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
18553         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
18554         Likewise.
18555         [__i386__ || __powerpc__ || __sh__ || __sparc__]
18556         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18557         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
18558         (__ASSUME_SENDMMSG): Define instead of using previous
18559         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
18560         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18561         (__ASSUME_SENDMMSG_SYSCALL): Define.
18562         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18563         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
18564         Likewise.
18565         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18566         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18567         Likewise.
18568         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18569         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18570         Likewise.
18571         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
18572         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18573         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18574         [__ASSUME_SENDMMSG]: Change conditionals to
18575         [__ASSUME_SENDMMSG_SOCKETCALL].
18576         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18577         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
18578         Define.
18579         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18580         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
18581         Likewise.
18582         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
18583         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18584         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18585         [!__ASSUME_SENDMMSG]: Change conditional to
18586         [!__ASSUME_SENDMMSG_SOCKETCALL].
18587         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18588         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18589         Define.
18591         [BZ #16610]
18592         * sysdeps/unix/sysv/linux/kernel-features.h
18593         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
18594         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
18595         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
18596         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
18597         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
18598         [__i386__ || __sparc__]
18599         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18600         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
18601         (__ASSUME_RECVMMSG): Define instead of using previous
18602         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
18603         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18604         (__ASSUME_RECVMMSG_SYSCALL): Define.
18605         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18606         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18607         Likewise.
18608         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18609         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18610         Likewise.
18611         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18612         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18613         Likewise.
18614         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
18615         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18616         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18617         [__ASSUME_RECVMMSG]: Change condition to
18618         [__ASSUME_RECVMMSG_SOCKETCALL].
18619         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18620         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18621         Define.
18622         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18623         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18624         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18625         Likewise.
18626         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
18627         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18628         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18629         [!__ASSUME_RECVMMSG]: Change condition to
18630         [!__ASSUME_RECVMMSG_SOCKETCALL].
18631         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18632         (__ASSUME_RECVMMSG_SYSCALL): Define.
18634         [BZ #16609]
18635         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
18636         __powerpc__ || __s390__ || __sh__ || __sparc__]
18637         (__ASSUME_SOCKETCALL): Define.
18638         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
18639         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
18640         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
18641         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
18642         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
18643         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
18644         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
18645         (__ASSUME_ACCEPT4): Define instead of using previous
18646         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
18647         __powerpc__ || __sparc__ || __s390__)] condition.
18648         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18649         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18650         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
18651         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
18652         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
18653         [!__ASSUME_ACCEPT4]: Change condition to
18654         [!__ASSUME_ACCEPT4_SOCKETCALL].
18655         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18656         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
18657         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
18658         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18659         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
18660         __ASSUME_ACCEPT4_SYSCALL.
18661         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
18662         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
18663         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18664         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
18665         __ASSUME_ACCEPT4_SYSCALL.
18666         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
18667         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
18668         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
18669         [__ASSUME_ACCEPT4]: Change condition to
18670         [__ASSUME_ACCEPT4_SOCKETCALL].
18671         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
18672         (__ASSUME_SOCKETCALL): Define.
18673         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
18674         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18675         (__ASSUME_SOCKETCALL): Define.
18676         (__ASSUME_ACCEPT4): Remove.
18677         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
18678         Define.
18679         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18680         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
18681         Likewise.
18682         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18683         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18685         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
18686         macro.
18687         (HWCAP_ARM_LPAE): Likewise.
18688         (HWCAP_ARM_EVTSTRM): Likewise.
18689         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
18690         Add vpfd32, lpae and evtstrm.
18691         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
18692         Increase to 22.
18694 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
18696         * math/auto-libm-test-in: Add tests of clog10.
18697         * math/auto-libm-test-out: Regenerated.
18698         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
18699         * sysdeps/i386/fpu/libm-test-ulps: Update.
18700         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18702 2014-02-18  Andreas Schwab  <schwab@suse.de>
18704         [BZ #16574]
18705         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
18706         Store non-zero if the second buffer was newly allocated.
18707         (send_dg): Likewise.
18708         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
18709         to send_vc and send_dg.
18710         (res_nsend): Pass NULL for ansp2_malloced.
18711         * resolv/res_query.c (__libc_res_nquery): Add parameter
18712         answerp2_malloced and pass it down to __libc_res_nsend.
18713         (res_nquery): Pass additional NULL to __libc_res_nquery.
18714         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
18715         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
18716         second answer buffer if answerp2_malloced was set.
18717         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
18718         (__libc_res_nquerydomain): Add parameter
18719         answerp2_malloced and pass it down to __libc_res_nquery.
18720         (res_nquerydomain): Pass additional NULL to
18721         __libc_res_nquerydomain.
18722         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
18723         additional NULL to __libc_res_nsend and __libc_res_nquery.
18724         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
18725         additional NULL to __libc_res_nsearch.
18726         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
18727         parameter of __libc_res_nsearch to check for separately allocated
18728         second buffer.
18729         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
18730         __libc_res_nquery.
18731         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
18732         additional NULL to __libc_res_nquery.
18733         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
18734         __libc_res_nsearch.
18735         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
18736         * include/resolv.h: Update prototypes of __libc_res_nquery,
18737         __libc_res_nsearch, __libc_res_nsend.
18739 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
18741         * math/auto-libm-test-in: Add tests of fma.
18742         * math/auto-libm-test-out: Regenerated.
18743         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
18744         (fma_towardzero_test_data): Likewise.
18745         (fma_downward_test_data): Likewise.
18746         (fma_upward_test_data): Likewise.
18747         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
18748         mpc_mode.
18749         (rounding_modes): Add values for new field.
18750         (func_calc_method): Add value mpfr_fff_f.
18751         (func_calc_desc): Add mpfr_fff_f union field.
18752         (test_function): Add field exact_args.
18753         (FUNC): Add macro argument EXACT_ARGS.
18754         (FUNC_mpfr_f_f): Update call to FUNC.
18755         (FUNC_mpfr_f_f): Likewise.
18756         (FUNC_mpfr_ff_f): Likewise.
18757         (FUNC_mpfr_if_f): Likewise.
18758         (FUNC_mpc_c_f): Likewise.
18759         (FUNC_mpc_c_c): Likewise.
18760         (test_functions): Add fma.  Update calls to FUNC.
18761         (handle_input_arg): Add argument exact_args.
18762         (add_test): Update call to handle_input_arg.
18763         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
18764         (output_for_one_input_case): Update call to calc_generic_results.
18765         Recalculate exact zero results in each rounding mode.
18767         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
18768         non-negative before setting low bit.
18769         * math/auto-libm-test-in: Mark one asin test possibly having
18770         spurious underflow.
18771         * math/auto-libm-test-out: Regenerated.
18772         * sysdeps/i386/fpu/libm-test-ulps: Update.
18773         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18775 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
18777         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
18778         * sysdeps/unix/sysv/linux/microblaze: Move directory from
18779         ports/sysdeps/unix/sysv/linux/microblaze.
18780         * README: Add missing listing for microblaze*-*-linux-gnu.
18782 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
18784         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
18785         duplicate code
18787 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
18789         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
18790         * sysdeps/unix/sysv/linux/ia64: Move directory from
18791         ports/sysdeps/unix/sysv/linux/ia64.
18792         * README: Update listing for ia64-*-linux-gnu.
18794 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
18795             Joseph Myers  <joseph@codesourcery.com>
18797         * Makeconfig (test-name): New variable.
18798         (evaluate-test): Likewise.
18799         * Makerules (do-test-clean): Remove .test-result files.
18800         (common-mostlyclean): Likewise.
18801         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
18802         * scripts/evaluate-test.sh: New file.
18804 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
18806         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
18807         separate $(objpfx)tst-fopenloc-cmp.out and
18808         $(objpfx)tst-fopenloc-mem.out targets.
18809         (tests): Update dependencies.
18810         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
18811         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
18812         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
18813         (tst-rxspencer-no-utf8-ARGS): New variable.
18814         (tst-rxspencer-no-utf8-ENV): Likewise.
18815         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
18816         instead of $(objpfx)tst-rxspencer-mem.
18817         ($(objpfx)tst-rxspencer-mem): Change target to
18818         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
18819         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
18820         * posix/tst-rxspencer-no-utf8.c: New file.
18822         * elf/Makefile ($(objpfx)order.out): Remove rule.
18823         [$(run-built-tests) = yes] (tests): Depend on
18824         $(objpfx)order-cmp.out.
18825         ($(objpfx)order-cmp.out): New rule.
18826         [$(run-built-tests) = yes] (tests): Depend on
18827         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
18828         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
18829         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
18830         $(objpfx)tst-array5-static-cmp.out.
18831         ($(objpfx)tst-array1.out): Remove rule.
18832         ($(objpfx)tst-array1-cmp.out): New rule.
18833         ($(objpfx)tst-array1-static.out): Remove rule.
18834         ($(objpfx)tst-array1-static-cmp.out): New rule.
18835         ($(objpfx)tst-array2.out): Remove rule.
18836         ($(objpfx)tst-array2-cmp.out): New rule.
18837         ($(objpfx)tst-array3.out): Remove rule.
18838         ($(objpfx)tst-array3-cmp.out): New rule.
18839         ($(objpfx)tst-array4.out): Remove rule.
18840         ($(objpfx)tst-array4-cmp.out): New rule.
18841         ($(objpfx)tst-array5.out): Remove rule.
18842         ($(objpfx)tst-array5-cmp.out): New rule.
18843         ($(objpfx)tst-array5-static.out): Remove rule.
18844         ($(objpfx)tst-array5-static-cmp.out): New rule.
18845         [$(run-built-tests) = yes] (tests): Depend on
18846         $(objpfx)order2-cmp.out.
18847         ($(objpfx)order2.out): Remove rule.
18848         ($(objpfx)order2-cmp.out): New rule.
18849         ($(objpfx)tst-initorder.out): Remove rule.
18850         [$(run-built-tests) = yes] (tests): Depend on
18851         $(objpfx)tst-initorder-cmp.out.
18852         ($(objpfx)tst-initorder-cmp.out): New rule.
18853         ($(objpfx)tst-initorder2.out): Remove rule.
18854         [$(run-built-tests) = yes] (tests): Depend on
18855         $(objpfx)tst-initorder2-cmp.out.
18856         ($(objpfx)tst-initorder2-cmp.out): New rule.
18857         [$(run-built-tests) = yes] (tests): Depend on
18858         $(objpfx)tst-unused-dep-cmp.out.
18859         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
18860         ($(objpfx)tst-unused-dep-cmp.out): New rule.
18861         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
18862         on $(objpfx)tst-setvbuf1-cmp.out.
18863         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
18864         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
18865         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
18866         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
18867         ($(objpfx)tst-svc.out): Remove rule.
18868         ($(objpfx)tst-svc-cmp.out): New rule.
18870 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
18872         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
18873         * ctype/ctype.h [__USE_MISC]: Likewise.
18874         * dirent/dirent.h [__USE_MISC]: Likewise.
18875         * grp/grp.h [__USE_MISC]: Likewise.
18876         * io/fcntl.h [__USE_MISC]: Likewise.
18877         * io/sys/stat.h [__USE_MISC]: Likewise.
18878         * libio/stdio.h [__USE_MISC]: Likewise.
18879         * posix/unistd.h [__USE_MISC]: Likewise.
18880         * pwd/pwd.h [__USE_MISC]: Likewise.
18881         * stdlib.h [__USE_MISC]: Likewise.
18882         * string/bits/string2.h [__USE_MISC]: Likewise.
18883         * string/string.h [__USE_MISC]: Likewise.
18884         * time/time.h [__USE_MISC]: Likewise.
18886 2014-02-13  Andreas Schwab  <schwab@suse.de>
18888         [BZ #16574]
18889         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
18890         second answer buffer if it was separately allocated.
18892 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
18894         * sysdeps/mips/math-tests.h: Include <features.h>.
18895         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
18896         (ROUNDING_TESTS_long_double): Do not define.
18897         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
18898         (EXCEPTION_TESTS_long_double): Likewise.
18899         * sysdeps/mips/mips64/libm-test-ulps: Update.
18901         * include/features.h (__USE_BSD): Remove macro definitions.
18902         (__USE_SVID): Likewise.
18903         (_BSD_SOURCE): Likewise.
18904         (_SVID_SOURCE): Likewise.
18905         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
18906         from definition of _DEFAULT_SOURCE.
18907         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
18908         [_DEFAULT_SOURCE].
18909         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
18910         * bits/mman.h [__USE_BSD]: Likewise.
18911         * bits/termios.h [__USE_BSD]: Likewise.
18912         * bits/waitstatus.h [__USE_BSD]: Likewise.
18913         * ctype/ctype.h [__USE_SVID]: Likewise.
18914         * dirent/dirent.h [__USE_BSD]: Likewise.
18915         * grp/grp.h [__USE_SVID]: Likewise.
18916         [__USE_BSD]: Likewise.
18917         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
18918         * io/fcntl.h [__USE_BSD]: Likewise.
18919         * io/ftw.h [__USE_BSD]: Likewise.
18920         * io/sys/stat.h [__USE_BSD]: Likewise.
18921         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
18922         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
18923         * libio/stdio.h [__USE_SVID]: Likewise.
18924         [__USE_BSD]: Likewise.
18925         * math/math.h [__USE_SVID]: Likewise.
18926         [__USE_BSD]: Likewise.
18927         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
18928         * misc/bits/syslog.h [__USE_BSD]: Likewise.
18929         * misc/search.h [__USE_SVID]: Likewise.
18930         * misc/sys/mman.h [__USE_BSD]: Likewise.
18931         * misc/sys/syslog.h [__USE_BSD]: Likewise.
18932         * misc/sys/uio.h [__USE_BSD]: Likewise.
18933         * posix/bits/unistd.h [__USE_BSD]: Likewise.
18934         * posix/glob.h [__USE_BSD]: Likewise.
18935         * posix/regex.h [__USE_BSD]: Likewise.
18936         * posix/sys/types.h [__USE_BSD]: Likewise.
18937         [__USE_SVID]: Likewise.
18938         * posix/sys/utsname.h [__USE_SVID]: Likewise.
18939         * posix/sys/wait.h [__USE_BSD]: Likewise.
18940         [__USE_SVID]: Likewise.
18941         * posix/unistd.h [__USE_BSD]: Likewise.
18942         [__USE_SVID]: Likewise.
18943         * pwd/pwd.h [__USE_SVID]: Likewise.
18944         * resolv/netdb.h [__USE_BSD]: Likewise.
18945         * setjmp/setjmp.h [__USE_BSD]: Likewise.
18946         * signal/signal.h [__USE_BSD]: Likewise.
18947         [__USE_SVID]: Likewise.
18948         * socket/sys/socket.h [__USE_BSD]: Likewise.
18949         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
18950         * stdlib/stdlib.h [__USE_BSD]: Likewise.
18951         [__USE_SVID]: Likewise.
18952         * string/bits/string2.h [__USE_BSD]: Likewise.
18953         [__USE_SVID]: Likewise.
18954         * string/bits/string3.h [__USE_BSD]: Likewise.
18955         * string/endian.h [__USE_BSD]: Likewise.
18956         * string/string.h [__USE_SVID]: Likewise.
18957         [__USE_BSD]: Likewise.
18958         * string/strings.h [__USE_BSD]: Likewise.
18959         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
18960         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
18961         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
18962         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
18963         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
18964         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
18965         Likewise.
18966         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
18967         Likewise.
18968         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
18969         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
18970         Likewise.
18971         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
18972         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
18973         Likewise.
18974         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
18975         Likewise.
18976         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
18977         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
18978         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
18979         Likewise.
18980         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
18981         Likewise.
18982         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
18983         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
18984         * termios/termios.h [__USE_BSD]: Likewise.
18985         * time/sys/time.h [__USE_BSD]: Likewise.
18986         * time/time.h [__USE_BSD]: Likewise.
18987         [__USE_SVID]: Likewise.
18989         * Makefile (subdir_targets): Remove subdir_lint.out.
18991         * stdio-common/Makefile (do-tst-unbputc): Remove target.
18992         (do-tst-printf): Likewise.
18993         (tests): Depend directly on $(objpfx)tst-unbputc.out and
18994         $(objpfx)tst-printf.out.
18996         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
18998         * Makerules (check-abi-%): Change target to
18999         $(objpfx)check-abi-%.out.
19000         (check-abi target): Update dependencies.
19001         (check-abi-pattern variable): Redirect output of diff to $@.
19002         (check-abi variable): Likewise.
19003         * elf/Makefile (check-abi): Update dependencies.
19005         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
19006         unused.
19007         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
19008         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
19009         subnormal range.
19010         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
19011         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
19012         value has largest subnormal exponent.
19013         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
19014         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
19015         * sysdeps/aarch64/soft-fp/sfp-machine.h
19016         (_FP_TININESS_AFTER_ROUNDING): New macro.
19017         * sysdeps/alpha/soft-fp/sfp-machine.h
19018         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19019         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19020         Likewise.
19021         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
19022         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19023         * sysdeps/mips/soft-fp/sfp-machine.h
19024         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19025         * sysdeps/powerpc/soft-fp/sfp-machine.h
19026         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19027         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19028         Likewise.
19029         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
19030         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19031         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
19032         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19033         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19034         Likewise.
19036 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
19038         [BZ #16545]
19039         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
19040         model 1.
19042 2014-02-12  Richard Henderson  <rth@redhat.com>
19044         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
19045         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
19046         * sysdeps/unix/sysv/linux/alpha: Move directory from
19047         ports/sysdeps/unix/sysv/linux/alpha.
19048         * README: Update listing for alpha-*-linux-gnu.
19050 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
19052         * include/features.h: Update comment documenting feature test
19053         macros.
19054         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
19055         _DEFAULT_SOURCE.
19056         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
19057         (_SVID_SOURCE): Likewise.
19058         (_DEFAULT_SOURCE): Update description of default features.
19059         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
19060         with _GNU_SOURCE.
19061         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
19062         (S_ISVTX): Likewise.
19063         * manual/math.texi (Mathematical Constants): Likewise.
19064         * manual/signal.texi (Interrupted Primitives): Likewise.
19065         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
19066         * math/test-matherr.c (_SVID_SOURCE): Do not define.
19067         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
19068         Don't refer to _SVID_SOURCE in warning text.
19070         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19072         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
19073         already defined.
19074         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
19075         * sysdeps/mips/dl-lookup.c: Remove.
19076         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
19078 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
19080         [BZ #16447]
19081         * math/auto-libm-test-in: Add testcase for expl.
19082         * math/auto-libm-test-out: Regenerate.
19083         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
19084         calculation of unsafe.
19085         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
19087 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
19089         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
19090         * sysdeps/unix/sysv/linux/aarch64: Move directory from
19091         ports/sysdeps/unix/sysv/linux/aarch64.
19092         * README: Update listing for aarch64*-*-linux-gnu.
19094 2014-02-11  Will Newton  <will.newton@linaro.org>
19096         * manual/probes.texi (Mathematical Function Probes): Use
19097         "triggered" instead of "hit".
19099         * manual/probes.texi (Internal Probes): Add documentation
19100         of setjmp, longjmp and longjmp_target probes.
19102         * include/stap-probe.h: Add comment about probe argument
19103         format.
19105         * malloc/mtrace.c (attribute_hidden): Remove unused macro
19106         definition.  (tr_where, tr_freehook, tr_mallochook,
19107         tr_reallochook, tr_memalignhook): Use ANSI protoype.
19109 2014-02-11  David S. Miller  <davem@davemloft.net>
19111         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
19112         processing int_tests.
19114 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
19116         * sysdeps/mips: Move directory from ports/sysdeps/mips.
19117         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
19118         * sysdeps/unix/sysv/linux/mips: Move directory from
19119         ports/sysdeps/unix/sysv/linux/mips.
19120         * README: Update listing for mips-*-linux-gnu and
19121         mips64-*-linux-gnu.
19123 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
19125         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
19126         * sysdeps/unix/sysv/linux/m68k: Move directory from
19127         ports/sysdeps/unix/sysv/linux/m68k.
19128         * README: Update listing for m68k-*-linux-gnu.
19130 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
19132         * sysdeps/tile: Move directory from ports/sysdeps/tile.
19133         * sysdeps/unix/sysv/linux/generic: Move directory from
19134         ports/sysdeps/unix/sysv/linux/generic.
19135         * sysdeps/unix/sysv/linux/tile: Move directory from
19136         ports/sysdeps/unix/sysv/linux/tile.
19137         * README: Update listing for tile*-*-linux-gnu.
19139 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
19141         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
19142         __builtin_expect.
19143         * benchtests/bench-memmem.c (simple_memmem): Likewise.
19144         * catgets/open_catalog.c (__open_catalog): Likewise.
19145         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
19146         * debug/confstr_chk.c: Likewise.
19147         * debug/fread_chk.c (__fread_chk): Likewise.
19148         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
19149         * debug/getgroups_chk.c: Likewise.
19150         * debug/mbsnrtowcs_chk.c: Likewise.
19151         * debug/mbsrtowcs_chk.c: Likewise.
19152         * debug/mbstowcs_chk.c: Likewise.
19153         * debug/memcpy_chk.c: Likewise.
19154         * debug/memmove_chk.c: Likewise.
19155         * debug/mempcpy_chk.c: Likewise.
19156         * debug/memset_chk.c: Likewise.
19157         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
19158         * debug/strcat_chk.c (__strcat_chk): Likewise.
19159         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
19160         * debug/strncat_chk.c (__strncat_chk): Likewise.
19161         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
19162         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
19163         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
19164         * debug/wcpncpy_chk.c: Likewise.
19165         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
19166         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
19167         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
19168         * debug/wcsncpy_chk.c: Likewise.
19169         * debug/wcsnrtombs_chk.c: Likewise.
19170         * debug/wcsrtombs_chk.c: Likewise.
19171         * debug/wcstombs_chk.c: Likewise.
19172         * debug/wmemcpy_chk.c: Likewise.
19173         * debug/wmemmove_chk.c: Likewise.
19174         * debug/wmempcpy_chk.c: Likewise.
19175         * debug/wmemset_chk.c: Likewise.
19176         * dirent/scandirat.c (SCANDIRAT): Likewise.
19177         * dlfcn/dladdr1.c (dladdr1): Likewise.
19178         * dlfcn/dladdr.c (dladdr): Likewise.
19179         * dlfcn/dlclose.c (dlclose_doit): Likewise.
19180         * dlfcn/dlerror.c (__dlerror): Likewise.
19181         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
19182         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
19183         * dlfcn/dlopen.c (dlopen_doit): Likewise.
19184         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
19185         * dlfcn/dlsym.c (dlsym_doit): Likewise.
19186         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
19187         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
19188         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
19189         Likewise.
19190         * elf/dl-conflict.c: Likewise.
19191         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
19192         * elf/dl-dst.h: Likewise.
19193         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
19194         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
19195         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
19196         * elf/dl-init.c (call_init, _dl_init): Likewise.
19197         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
19198         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
19199         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
19200         Likewise.
19201         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
19202         Likewise.
19203         * elf/dl-minimal.c (__libc_memalign): Likewise.
19204         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
19205         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
19206         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
19207         * elf/dl-sym.c (do_sym): Likewise.
19208         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
19209         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
19210         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
19211         * elf/dl-writev.h (_dl_writev): Likewise.
19212         * elf/ldconfig.c (search_dir): Likewise.
19213         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
19214         (dl_main): Likewise.
19215         * elf/setup-vdso.h (setup_vdso): Likewise.
19216         * grp/compat-initgroups.c (compat_call): Likewise.
19217         * grp/fgetgrent.c (fgetgrent): Likewise.
19218         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
19219         * grp/putgrent.c (putgrent): Likewise.
19220         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
19221         Likewise.
19222         * hurd/hurdinit.c: Likewise.
19223         * iconvdata/8bit-gap.c (struct): Likewise.
19224         * iconvdata/ansi_x3.110.c : Likewise.
19225         * iconvdata/big5.c : Likewise.
19226         * iconvdata/big5hkscs.c : Likewise.
19227         * iconvdata/cp1255.c: Likewise.
19228         * iconvdata/cp1258.c : Likewise.
19229         * iconvdata/cp932.c : Likewise.
19230         * iconvdata/euc-cn.c: Likewise.
19231         * iconvdata/euc-jisx0213.c : Likewise.
19232         * iconvdata/euc-jp.c: Likewise.
19233         * iconvdata/euc-jp-ms.c : Likewise.
19234         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
19235         * iconvdata/gb18030.c : Likewise.
19236         * iconvdata/gbbig5.c (const): Likewise.
19237         * iconvdata/gbgbk.c: Likewise.
19238         * iconvdata/gbk.c : Likewise.
19239         * iconvdata/ibm1364.c : Likewise.
19240         * iconvdata/ibm930.c : Likewise.
19241         * iconvdata/ibm932.c: Likewise.
19242         * iconvdata/ibm933.c : Likewise.
19243         * iconvdata/ibm935.c : Likewise.
19244         * iconvdata/ibm937.c : Likewise.
19245         * iconvdata/ibm939.c : Likewise.
19246         * iconvdata/ibm943.c: Likewise.
19247         * iconvdata/iso_11548-1.c: Likewise.
19248         * iconvdata/iso-2022-cn.c : Likewise.
19249         * iconvdata/iso-2022-cn-ext.c : Likewise.
19250         * iconvdata/iso-2022-jp-3.c: Likewise.
19251         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
19252         * iconvdata/iso-2022-kr.c : Likewise.
19253         * iconvdata/iso646.c (gconv_end): Likewise.
19254         * iconvdata/iso_6937-2.c : Likewise.
19255         * iconvdata/iso_6937.c : Likewise.
19256         * iconvdata/iso8859-1.c: Likewise.
19257         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
19258         * iconvdata/shift_jisx0213.c : Likewise.
19259         * iconvdata/sjis.c : Likewise.
19260         * iconvdata/t.61.c : Likewise.
19261         * iconvdata/tcvn5712-1.c : Likewise.
19262         * iconvdata/tscii.c: Likewise.
19263         * iconvdata/uhc.c : Likewise.
19264         * iconvdata/unicode.c (gconv_end): Likewise.
19265         * iconvdata/utf-16.c (gconv_end): Likewise.
19266         * iconvdata/utf-32.c (gconv_end): Likewise.
19267         * iconvdata/utf-7.c (base64): Likewise.
19268         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
19269         * iconv/gconv_close.c (__gconv_close): Likewise.
19270         * iconv/gconv_open.c (__gconv_open): Likewise.
19271         * iconv/gconv_simple.c (internal_ucs4_loop_single)
19272         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
19273         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
19274         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
19275         (ucs4le_internal_loop_single): Likewise.
19276         * iconv/iconv.c (iconv): Likewise.
19277         * iconv/iconv_close.c: Likewise.
19278         * iconv/loop.c (SINGLE): Likewise.
19279         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
19280         * include/atomic.h: Likewise.
19281         * inet/inet6_option.c (option_alloc): Likewise.
19282         * intl/bindtextdom.c (set_binding_values): Likewise.
19283         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
19284         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
19285         * intl/localealias.c (read_alias_file): Likewise.
19286         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
19287         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
19288         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
19289         * libio/fmemopen.c (fmemopen): Likewise.
19290         * libio/iofgets.c (_IO_fgets): Likewise.
19291         * libio/iofgets_u.c (fgets_unlocked): Likewise.
19292         * libio/iofgetws.c (fgetws): Likewise.
19293         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
19294         * libio/iogetdelim.c (_IO_getdelim): Likewise.
19295         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
19296         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
19297         * locale/findlocale.c (_nl_find_locale): Likewise.
19298         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
19299         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
19300         Likewise.
19301         * locale/setlocale.c (setlocale): Likewise.
19302         * login/programs/pt_chown.c (main): Likewise.
19303         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
19304         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
19305         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
19306         (mmap, mmap64, mremap, munmap): Likewise.
19307         * math/e_exp2l.c: Likewise.
19308         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
19309         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
19310         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
19311         * math/s_catan.c (__catan): Likewise.
19312         * math/s_catanf.c (__catanf): Likewise.
19313         * math/s_catanh.c (__catanh): Likewise.
19314         * math/s_catanhf.c (__catanhf): Likewise.
19315         * math/s_catanhl.c (__catanhl): Likewise.
19316         * math/s_catanl.c (__catanl): Likewise.
19317         * math/s_ccosh.c (__ccosh): Likewise.
19318         * math/s_ccoshf.c (__ccoshf): Likewise.
19319         * math/s_ccoshl.c (__ccoshl): Likewise.
19320         * math/s_cexp.c (__cexp): Likewise.
19321         * math/s_cexpf.c (__cexpf): Likewise.
19322         * math/s_cexpl.c (__cexpl): Likewise.
19323         * math/s_clog10.c (__clog10): Likewise.
19324         * math/s_clog10f.c (__clog10f): Likewise.
19325         * math/s_clog10l.c (__clog10l): Likewise.
19326         * math/s_clog.c (__clog): Likewise.
19327         * math/s_clogf.c (__clogf): Likewise.
19328         * math/s_clogl.c (__clogl): Likewise.
19329         * math/s_csin.c (__csin): Likewise.
19330         * math/s_csinf.c (__csinf): Likewise.
19331         * math/s_csinh.c (__csinh): Likewise.
19332         * math/s_csinhf.c (__csinhf): Likewise.
19333         * math/s_csinhl.c (__csinhl): Likewise.
19334         * math/s_csinl.c (__csinl): Likewise.
19335         * math/s_csqrt.c (__csqrt): Likewise.
19336         * math/s_csqrtf.c (__csqrtf): Likewise.
19337         * math/s_csqrtl.c (__csqrtl): Likewise.
19338         * math/s_ctan.c (__ctan): Likewise.
19339         * math/s_ctanf.c (__ctanf): Likewise.
19340         * math/s_ctanh.c (__ctanh): Likewise.
19341         * math/s_ctanhf.c (__ctanhf): Likewise.
19342         * math/s_ctanhl.c (__ctanhl): Likewise.
19343         * math/s_ctanl.c (__ctanl): Likewise.
19344         * math/w_pow.c: Likewise.
19345         * math/w_powf.c: Likewise.
19346         * math/w_powl.c: Likewise.
19347         * math/w_scalb.c (sysv_scalb): Likewise.
19348         * math/w_scalbf.c (sysv_scalbf): Likewise.
19349         * math/w_scalbl.c (sysv_scalbl): Likewise.
19350         * misc/error.c (error_tail): Likewise.
19351         * misc/pselect.c (__pselect): Likewise.
19352         * nis/nis_callback.c (__nis_create_callback): Likewise.
19353         * nis/nis_call.c (__nisfind_server): Likewise.
19354         * nis/nis_creategroup.c (nis_creategroup): Likewise.
19355         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
19356         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
19357         * nis/nis_getservlist.c (nis_getservlist): Likewise.
19358         * nis/nis_lookup.c (nis_lookup): Likewise.
19359         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
19360         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
19361         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
19362         * nis/nis_xdr.c (xdr_endpoint): Likewise.
19363         * nis/nss_compat/compat-grp.c (getgrent_next_file)
19364         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
19365         * nis/nss_compat/compat-initgroups.c (add_group)
19366         (internal_getgrent_r): Likewise.
19367         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
19368         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
19369         * nis/nss_compat/compat-spwd.c (getspent_next_file)
19370         (internal_getspnam_r): Likewise.
19371         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
19372         (_nss_nis_getaliasbyname_r): Likewise.
19373         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
19374         (_nss_nis_getntohost_r): Likewise.
19375         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
19376         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
19377         (_nss_nis_getgrgid_r): Likewise.
19378         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
19379         (internal_nis_gethostent_r, internal_gethostbyname2_r)
19380         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
19381         (_nss_nis_gethostbyname4_r): Likewise.
19382         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
19383         (initgroups_netid): Likewise.
19384         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
19385         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
19386         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
19387         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
19388         (_nss_nis_getprotobynumber_r): Likewise.
19389         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
19390         (_nss_nis_getsecretkey): Likewise.
19391         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
19392         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
19393         (_nss_nis_getpwuid_r): Likewise.
19394         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
19395         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
19396         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
19397         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
19398         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
19399         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
19400         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
19401         Likewise.
19402         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
19403         (_nss_nisplus_getntohost_r): Likewise.
19404         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
19405         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
19406         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
19407         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
19408         Likewise.
19409         * nis/nss_nisplus/nisplus-initgroups.c
19410         (_nss_nisplus_initgroups_dyn): Likewise.
19411         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
19412         (_nss_nisplus_getnetbyaddr_r): Likewise.
19413         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
19414         (_nss_nisplus_getprotobynumber_r): Likewise.
19415         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
19416         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
19417         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
19418         Likewise.
19419         * nis/nss_nisplus/nisplus-service.c
19420         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
19421         (_nss_nisplus_getservbyport_r): Likewise.
19422         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
19423         (_nss_nisplus_getspnam_r): Likewise.
19424         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
19425         Likewise.
19426         * nscd/aicache.c (addhstaiX): Likewise.
19427         * nscd/cache.c (cache_search, prune_cache): Likewise.
19428         * nscd/connections.c (register_traced_file, send_ro_fd)
19429         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
19430         (main_loop_epoll): Likewise.
19431         * nscd/grpcache.c (addgrbyX): Likewise.
19432         * nscd/hstcache.c (addhstbyX): Likewise.
19433         * nscd/initgrcache.c (addinitgroupsX): Likewise.
19434         * nscd/mem.c (gc, mempool_alloc): Likewise.
19435         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
19436         (addinnetgrX): Likewise.
19437         * nscd/nscd-client.h (__nscd_acquire_maplock)
19438         (__nscd_drop_map_ref): Likewise.
19439         * nscd/nscd_getai.c (__nscd_getai): Likewise.
19440         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
19441         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
19442         Likewise.
19443         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
19444         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
19445         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
19446         (__nscd_get_map_ref): Likewise.
19447         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
19448         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
19449         Likewise.
19450         * nscd/pwdcache.c (addpwbyX): Likewise.
19451         * nscd/selinux.c (preserve_capabilities): Likewise.
19452         * nscd/servicescache.c (addservbyX): Likewise.
19453         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
19454         * posix/fnmatch.c (fnmatch): Likewise.
19455         * posix/getopt.c (_getopt_internal_r): Likewise.
19456         * posix/glob.c (glob, glob_in_dir): Likewise.
19457         * posix/wordexp.c (exec_comm_child): Likewise.
19458         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
19459         (getanswer_r, gaih_getanswer_slice): Likewise.
19460         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
19461         * resolv/res_init.c: Likewise.
19462         * resolv/res_mkquery.c (res_nmkquery): Likewise.
19463         * resolv/res_query.c (__libc_res_nquery): Likewise.
19464         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
19465         Likewise.
19466         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
19467         * stdio-common/perror.c (perror): Likewise.
19468         * stdio-common/printf_fp.c (___printf_fp): Likewise.
19469         * stdio-common/tmpnam.c (tmpnam): Likewise.
19470         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
19471         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
19472         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
19473         Likewise.
19474         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
19475         * stdlib/putenv.c (putenv): Likewise.
19476         * stdlib/setenv.c (__add_to_environ): Likewise.
19477         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
19478         * stdlib/strtol_l.c (INTERNAL): Likewise.
19479         * string/memmem.c (memmem): Likewise.
19480         * string/strerror.c (strerror): Likewise.
19481         * string/strnlen.c (__strnlen): Likewise.
19482         * string/test-memmem.c (simple_memmem): Likewise.
19483         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
19484         * sunrpc/pm_getport.c (__get_socket): Likewise.
19485         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
19486         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
19487         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
19488         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
19489         Likewise.
19490         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
19491         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
19492         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
19493         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
19494         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
19495         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
19496         Likewise.
19497         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
19498         Likewise.
19499         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
19500         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
19501         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
19502         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
19503         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
19504         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
19505         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
19506         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
19507         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
19508         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
19509         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
19510         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
19511         Likewise.
19512         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
19513         Likewise.
19514         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
19515         Likewise.
19516         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
19517         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
19518         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
19519         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
19520         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
19521         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
19522         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
19523         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
19524         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
19525         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
19526         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
19527         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
19528         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19529         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
19530         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
19531         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
19532         Likewise.
19533         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
19534         Likewise.
19535         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
19536         Likewise.
19537         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
19538         Likewise.
19539         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
19540         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
19541         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
19542         Likewise.
19543         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
19544         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
19545         * sysdeps/posix/opendir.c (__opendirat): Likewise.
19546         * sysdeps/posix/sleep.c: Likewise.
19547         * sysdeps/posix/tempname.c: Likewise.
19548         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
19549         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19550         Likewise.
19551         * sysdeps/powerpc/powerpc32/dl-machine.h
19552         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
19553         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
19554         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19555         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
19556         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
19557         Likewise.
19558         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
19559         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
19560         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19561         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
19562         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19563         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
19564         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
19565         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
19566         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
19567         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
19568         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
19569         (elf_machine_lazy_rel): Likewise.
19570         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
19571         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
19572         (elf_machine_lazy_rel): Likewise.
19573         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
19574         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
19575         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
19576         * sysdeps/unix/grantpt.c (grantpt): Likewise.
19577         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
19578         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
19579         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
19580         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
19581         Likewise.
19582         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
19583         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
19584         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
19585         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
19586         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
19587         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
19588         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
19589         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
19590         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
19591         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
19592         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
19593         Likewise.
19594         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
19595         (__posix_fallocate64_l64): Likewise.
19596         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
19597         (posix_fallocate): Likewise.
19598         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
19599         Likewise.
19600         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
19601         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
19602         (getifaddrs_internal): Likewise.
19603         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
19604         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
19605         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
19606         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
19607         * sysdeps/unix/sysv/linux/posix_fallocate64.c
19608         (__posix_fallocate64_l64): Likewise.
19609         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
19610         Likewise.
19611         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
19612         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
19613         (__get_clockfreq): Likewise.
19614         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
19615         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
19616         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
19617         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
19618         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
19619         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
19620         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
19621         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
19622         Likewise.
19623         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
19624         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
19625         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
19626         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
19627         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
19628         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
19629         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
19630         Likewise.
19631         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
19632         (posix_fallocate): Likewise.
19633         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
19634         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
19635         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
19636         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
19637         (elf_machine_rela, elf_machine_rela_relative)
19638         (elf_machine_lazy_rel): Likewise.
19639         * time/asctime.c (asctime_internal): Likewise.
19640         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
19641         * time/tzset.c (__tzset_parse_tz): Likewise.
19642         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
19643         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
19644         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
19645         * wcsmbs/wcsmbsload.h: Likewise.
19647         [BZ #15894]
19648         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
19650         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
19651         (arena_get2): Remove THREAD_STATS conditionals.
19652         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
19653         (__malloc_stats, int): Likewise.
19655 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
19657         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
19658         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
19660         * manual/setjmp.texi: Fix typos/grammar errors.
19662         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
19663         Only return early when n is <= 0.  Delete unused return statement.
19665         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
19666         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
19667         * debug/tst-longjmp_chk3.c: New file.
19669         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
19670         (test_main): Replace code with set_fortify_handler call.
19671         * debug/test-strcpy_chk.c: Likewise.
19672         * debug/tst-chk1.c: Likewise.
19673         * debug/tst-longjmp_chk.c: Likewise.
19674         * test-skeleton.c: Include fcntl.h & paths.h
19675         (set_fortify_handler): Define.
19677         * debug/tst-longjmp_chk.c: Add header comment and include
19678         ../test-skeleton.c.
19679         (do_test): Mark static.
19680         (TEST_FUNCTION): Define.
19682         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
19683         (IP_PMTUDISC_INTERFACE): Likewise.
19684         (IP_MULTICAST_IF): Likewise.
19685         (IP_MULTICAST_TTL): Likewise.
19686         (IP_MULTICAST_LOOP): Likewise.
19687         (IP_ADD_MEMBERSHIP): Likewise.
19688         (IP_DROP_MEMBERSHIP): Likewise.
19689         (IP_UNBLOCK_SOURCE): Likewise.
19690         (IP_BLOCK_SOURCE): Likewise.
19691         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
19692         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
19693         (IP_MSFILTER): Likewise.
19694         (MCAST_JOIN_GROUP): Likewise.
19695         (MCAST_BLOCK_SOURCE): Likewise.
19696         (MCAST_UNBLOCK_SOURCE): Likewise.
19697         (MCAST_LEAVE_GROUP): Likewise.
19698         (MCAST_JOIN_SOURCE_GROUP): Likewise.
19699         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
19700         (MCAST_MSFILTER): Likewise.
19701         (IP_MULTICAST_ALL): Likewise.
19702         (IP_UNICAST_IF): Likewise.
19704         * timezone/Makefile: Delete $(have-ksh) check.
19705         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
19706         * timezone/tzselect.ksh: Add +x mode bits.
19708         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
19709         (ANON_INODE_FS_MAGIC): Likewise.
19710         (BDEVFS_MAGIC): Likewise.
19711         (BINFMTFS_MAGIC): Likewise.
19712         (BTRFS_TEST_MAGIC): Likewise.
19713         (CRAMFS_MAGIC_WEND): Likewise.
19714         (DEBUGFS_MAGIC): Likewise.
19715         (ECRYPTFS_SUPER_MAGIC): Likewise.
19716         (EXT3_SUPER_MAGIC): Likewise.
19717         (EXT4_SUPER_MAGIC): Likewise.
19718         (FUTEXFS_SUPER_MAGIC): Likewise.
19719         (HOSTFS_SUPER_MAGIC): Likewise.
19720         (HUGETLBFS_MAGIC): Likewise.
19721         (MINIX3_SUPER_MAGIC): Likewise.
19722         (MTD_INODE_FS_MAGIC): Likewise.
19723         (NILFS_SUPER_MAGIC): Likewise.
19724         (OPENPROM_SUPER_MAGIC): Likewise.
19725         (PIPEFS_MAGIC): Likewise.
19726         (PSTOREFS_MAGIC): Likewise.
19727         (QNX6_SUPER_MAGIC): Likewise.
19728         (RAMFS_MAGIC): Likewise.
19729         (REISERFS_SUPER_MAGIC_STRING): Likewise.
19730         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
19731         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
19732         (SECURITYFS_MAGIC): Likewise.
19733         (SELINUX_MAGIC): Likewise.
19734         (SMACK_MAGIC): Likewise.
19735         (SOCKFS_MAGIC): Likewise.
19736         (SQUASHFS_MAGIC): Likewise.
19737         (STACK_END_MAGIC): Likewise.
19738         (TMPFS_MAGIC): Likewise.
19739         (USBDEVICE_SUPER_MAGIC): Likewise.
19740         (V9FS_MAGIC): Likewise.
19741         (XENFS_SUPER_MAGIC): Likewise.
19742         (CRAMFS_MAGIC): Fix typo in comment.
19743         (EXT2_SUPER_MAGIC): Update comment.
19744         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
19746 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
19748         * sysdeps/arm: Move directory from ports/sysdeps/arm.
19749         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
19750         * sysdeps/unix/sysv/linux/arm: Move directory from
19751         ports/sysdeps/unix/sysv/linux/arm.
19752         * README: Update listing for arm-*-linux-gnueabi.
19754         * README: Remove mention of am33.
19756 2014-02-07  Roland McGrath  <roland@hack.frob.com>
19758         * bits/sigset.h (__sigemptyset): Use a statement expression rather
19759         than the comma operator, to avoid "rhs of comma has no effect"
19760         compiler warnings.
19761         (__sigfillset, __sigandset, __sigorset): Likewise.
19762         * include/signal.h (__sigemptyset): Likewise.
19763         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
19765 2014-02-07  Allan McRae  <allan@archlinux.org>
19767         * version.h (RELEASE): Set to "development".
19768         (VERSION): Set to "2.19.90"
19769         * NEWS: Add 2.20 section.
19771 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
19773         [BZ #16529]
19774         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
19776 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
19778         * manual/contrib.texi: Update entry for Carlos O'Donell,
19779         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
19781 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
19783         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
19785         * sysdeps/unix/sysv/linux/kernel-features.h
19786         [__LINUX_KERNEL_VERSION >= 0x020621]
19787         (__ASSUME_PROC_PID_TASK_COMM): Define.
19789 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
19791         [BZ #16398]
19792         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
19793         conversion when destination buffer does not have enough space.
19794         * libio/tst-ftell-partial-wide.c: New test case.
19795         * libio/Makefile (tests): Add tst-ftell-partial-wide.
19797         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
19798         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
19799         Leonard and Allan McRae.
19801 2014-02-04  David S. Miller  <davem@davemloft.net>
19803         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
19804         32-bit.
19806 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19808         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
19809         New file
19810         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
19811         New file
19812         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
19813         New file.
19814         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
19815         New file.
19816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
19817         New file.
19818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
19819         New file.
19820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
19821         New file.
19822         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
19823         New file.
19824         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
19825         New file.
19826         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
19827         New file.
19828         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
19829         New file.
19830         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
19831         New file.
19832         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
19833         New file.
19835 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19837         * nptl/shlib-versions: Change powerpc*le start to 2.17.
19838         * shlib-versions: Likewise.
19840 2014-02-04  Roland McGrath  <roland@hack.frob.com>
19841             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19843         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
19844         (abilist-pattern): New variable, set to %-le.abilist.
19846         * Makerules (abilist-pattern): New variable.
19847         (vpath): Use $(abilist-pattern) in place of %.abilist.
19848         (check-abi-% pattern rule): Likewise.
19849         (check-abi, update-abi): Likewise.
19851 2014-02-04  Eric Wong  <normalperson@yhbt.net>
19853         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19855 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
19857         * manual/startup.texi: Add next, previous, and top entries for
19858         the `Program Arguments' and `Environment Variables' nodes.
19860 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
19862         * manual/macros.texi: Add comments before MTASC-safety macros.
19864         * manual/users.texi: Document MTASC-safety properties.
19866         * manual/threads.texi (pthread_key_create, pthread_key_delete)
19867         (pthread_getspecific, pthread_setspecific): Format with
19868         @deftypefun, and add @safety note.
19869         * manual/signal.texi: Move comments that analyze the above
19870         functions to their home place.
19872 2014-02-03  Allan McRae  <allan@archlinux.org>
19874         * po/sl.po: Update Slovenian translation from translation project.
19876 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
19878         * manual/time.texi (timegm): Add missing blank after @c.
19879         Reported by Joseph Myers <joseph@codesourcery.com>.
19881 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
19883         * manual/check-safety.sh: New.
19884         * manual/Makefile ($(objpfx)stamp-summary): Run it.
19886         * manual/terminal.texi: Document MTASC-safety properties.
19888         * manual/filesys.texi: Document MTASC-safety properties.
19890         * manual/errno.texi: Document MTASC-safety properties.
19892         * manual/intro.texi: Document safety identifiers and
19893         conditionals.
19895         * manual/string.texi (wcstok): Fix prototype.
19896         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
19898         * manual/time.texi: Document MTASC-safety properties.
19900         * manual/string.texi: Document MTASC-safety properties.
19902         * manual/threads.texi: Document MTASC-safety properties.
19904         * manual/stdio.texi: Document MTASC-safety properties.
19906         * manual/syslog.texi: Document MTASC-safety properties.
19908         * manual/sysinfo.texi: Document MTASC-safety properties.
19910         * manual/startup.texi: Document MTASC-safety properties.
19912         * manual/socket.texi: Document MTASC-safety properties.
19914         * manual/signal.texi: Document MTASC-safety properties.
19916 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
19918         * manual/setjmp.texi: Document MTASC-safety properties.
19920         * manual/search.texi: Document MTASC-safety properties.
19922         * manual/resource.texi: Document MTASC-safety properties.
19924         * manual/process.texi: Document MTASC-safety properties.
19926         * manual/platform.texi: Document MTASC-safety properties.
19928         * manual/pipe.texi: Document MTASC-safety properties.
19930         * manual/pattern.texi: Document MTASC-safety properties.
19932         * manual/message.texi: Document MTASC-safety properties.
19934         [BZ #12751]
19935         * manual/memory.texi: Document MTASC-safety properties.
19937         * manual/math.texi: Document MTASC-safety properties.
19939         * manual/locale.texi: Document MTASC-safety properties.
19941         * manual/llio.texi: Document MTASC-safety properties.
19943         * manual/libdl.texi: New.
19945         * manual/lang.texi: Document MTASC-safety properties.
19947         * manual/job.texi: Document MTASC-safety properties.
19949         * manual/getopt.texi: Document MTASC-safety properties.
19951         * manual/ctype.texi: Document MTASC-safety properties.
19953 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
19955         [BZ #16046]
19956         * csu/libc-tls.c (static_map): Remove variable.
19957         (__libc_setup_tls): Use main executable's link map for TLS data.
19958         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
19959         casing for LM_ID_BASE and GL(dl_nns).
19960         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
19961         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
19962         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
19963         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
19964         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
19965         member.
19966         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
19967         l_phnum members.
19969 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
19971         * manual/debug.texi: Document MTASC-safety properties.
19973 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
19975         [BZ #16510]
19976         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
19977         of __x86_64__ when disabling x87 inline functions.
19979 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
19981         * manual/charset.texi: Document MTASC-safety properties.
19983         * manual/crypt.texi: Document MTASC-safety properties.
19985         * manual/conf.texi: Document MTASC-safety properties.
19987         * manual/arith.texi: Document MTASC-safety properties.
19989         * manual/argp.texi: Document MTASC-safety properties.
19991         * manual/macros.texi: Introduce macros to document multi
19992         thread, asynchronous signal and asynchronous cancellation
19993         safety properties.
19994         * manual/intro.texi: Introduce the properties themselves.
19996 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19998         * sysdeps/sh/sh4/Makefile: New file.
20000 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
20002         * math/gen-libm-test.pl ($srcdir): New variable.
20003         ($auto_input): Use it.
20005 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
20007         [BZ #16506]
20008         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
20009         access beyond array bounds when parsing netgroups file.
20011         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
20012         the old buffer before realloc.
20014 2014-01-27  Allan McRae  <allan@archlinux.org>
20016         * po/fr.po: Update French translation from translation project.
20018 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20020         * sysdeps/sh/libm-test-ulps: Regenerate.
20022 2014-01-24  David S. Miller  <davem@davemloft.net>
20024         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
20026 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20028         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
20029         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
20031 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
20033         [BZ #16474]
20034         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
20035         string pointers after reallocation.
20037 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20039         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
20040         __SH4A__ instead of __SH_FPU_ANY__.
20042 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20044         * sysdeps/sh/fpu_control.h: New file.
20045         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
20046         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
20047         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
20048         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
20049         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
20050         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
20051         * sysdeps/sh/sys/ucontext.h: Remove.
20052         * sysdeps/sh/sys: Remove directory.
20054 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20056         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
20057         s390/sys/ucontext.h.
20058         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
20059         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
20061 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
20063         [BZ #15605]
20064         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
20066 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20068         [BZ#16431]
20069         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
20070         Adjust the vDSO correctly for internal calls.
20071         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
20073 2014-01-20  Allan McRae  <allan@archlinux.org>
20075         * po/ca.po: Update Catalan translation from translation project.
20077 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
20079         * sysdeps/s390/sotruss-lib.c: New file.
20081 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20083         [BZ#16430]
20084         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
20085         (__GI___gettimeofday): Alias for a different internal symbol to avoid
20086         local calls issues by not having a PLT stub required for IFUNC calls.
20087         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
20089 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
20091         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
20092         * math/test-fpucw-static.c: Likewise.
20094 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
20096         [BZ #16453]
20097         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
20099 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20101         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
20102         implementation for powerpc.
20104 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
20106         [BZ #14782]
20107         * sysdeps/posix/system.c (__libc_system): Do not enable
20108         asynchronous cancellation.
20110 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20112         [BZ #16427]
20113         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
20114         handling only for numbers special also in the IEEE case.
20116 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20118         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
20120 2014-01-11  Allan McRae  <allan@archlinux.org>
20122         * po/bg.po: Update Bulgarian translation from translation project.
20124         * po/de.po: Update German translation from translation project.
20126 2014-01-10  Roland McGrath  <roland@hack.frob.com>
20128         * sysdeps/generic/gcc-compat.h: New file.
20130 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
20132         * benchtests/asin-inputs: Correct slow inputs.
20133         * benchtests/acos-inputs: Likewise.
20135 2014-01-10  Allan McRae  <allan@archlinux.org>
20137         * po:sv.po: Update Swedish translation from translation project.
20139         * po/vi.po: Update Vietnamese translation from translation project.
20141         * po/eo.po: Update Esperanto translation from translation project.
20143         * po/cs.po: Update Czech translation from translation project.
20145         * po/nl.po: Update Dutch translation from translation project.
20147         * po/pl.po: Update Polish translation from translation project.
20149         * po/ru.po: Update Russian translation from translation project.
20151         * po/uk.po: Update Ukrainian translation from translation project.
20153 2014-01-08  Brooks Moses  <bmoses@google.com>
20155         * elf/dl-load.c: Fix comment typo.
20157 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
20159         * po/header.pot: Rename to...
20160         * po/pot.header: ... this.
20161         * po/Makefile: Use pot.header.
20163 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
20164             Maxim Kuvyrkov  <maxim@kugelworks.com>
20166         [BZ #16394]
20167         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
20168         SRC and DEST against LEN.
20170 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20172         [BZ #16414]
20173         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
20174         implementation.
20175         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
20177 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20179         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20181 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
20183         [BZ #16408]
20184         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
20185         for large positive arguments.
20187 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
20189         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
20191         * math/auto-libm-test-in: Mark various tests with
20192         xfail-rounding:ldbl-128ibm.
20193         * math/auto-libm-test-out: Regenerated.
20195         [BZ #16407]
20196         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
20197         Increase overflow threshold.
20199 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
20201         [BZ #14286]
20202         * stdio-common/vfprintf.c: Check for integer overflow.
20204 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20206         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
20207         the first argument and return value of __tls_get_addr_internal.
20209 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20211         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
20212         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
20214 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20216         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
20217         * sysdeps/s390/rtld-global-offsets.sym: New file.
20218         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
20219         GLIBC_2.19 symbol.
20220         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
20221         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
20222         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
20223         ... this.
20224         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
20225         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
20226         ... this.
20227         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
20228         Regenerate.
20229         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
20230         Regenerate.
20231         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
20232         halfs of GPRs for high_gprs contexts.
20233         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
20234         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
20235         field.
20236         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
20237         uc_flags field.
20238         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
20239         64 bit versions:
20240         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
20241         for high GPRs (uc_high_gprs) and for future extensions
20242         (__reserved).
20243         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
20244         for future extensions (__reserved).
20245         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
20246         64 bit versions:
20247         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
20248         SC_HIGHGPRS offset definition.
20249         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
20250         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
20252         * Versions.def: Add GLIBC_2.19 for libpthread.
20253         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
20254         siglongjmp for libpthread with GLIBC_2.19 symver.
20255         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
20256         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
20257         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
20258         * sysdeps/s390/__longjmp.c: New file.
20259         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
20260         * sysdeps/s390/longjmp.c: New file.
20261         * sysdeps/s390/setjmp.S: New file.
20262         * sysdeps/s390/sigjmp.S: New file.
20263         * sysdeps/s390/v1-longjmp.c: New file.
20264         * sysdeps/s390/v1-setjmp.h: New file.
20265         * sysdeps/s390/v1-sigjmp.c: New file.
20266         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
20267         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
20268         GLIBC_2.19 version.
20269         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
20270         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
20271         versioned symbols for ____longjmp_chk.
20272         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
20273         Likewise.
20274         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
20275         Regenerate.
20276         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
20277         Regenerate.
20278         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
20279         Regenerate.
20280         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
20281         Regenerate.
20282         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
20283         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
20284         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
20285         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
20286         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
20287         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
20288         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
20289         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
20290         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
20291         * sysdeps/s390/rtld-__longjmp.c: New file.
20292         * sysdeps/s390/rtld-setjmp.S: New file.
20294 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
20296         [BZ #16400]
20297         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20298         Return -__logl (x) for small positive arguments without evaluating
20299         a polynomial.
20301 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
20303         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
20304         Rename to ...
20305         (__ptrace_peeksiginfo_args): ... this.
20306         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
20307         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
20308         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
20310 2014-01-06  Allan McRae  <allan@archlinux.org>
20312         * inet/netinet/in.h: Fix typo in comment.
20314 2014-01-05  Andreas Jaeger  <aj@suse.de>
20316         * sysdeps/i386/fpu/libm-test-ulps: Update.
20318 2014-01-05  Allan McRae  <allan@archlinux.org>
20320         * po/libc.pot: Regenerated.
20322         * malloc/memusagestat.c: Fix gettext call formatting.
20324 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
20326         * nscd/nscd.c: Improve usage() output.
20328 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
20330         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
20331         * sysdeps/unix/sysv/linux/configure: Regenerated.
20332         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
20333         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
20335 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
20337         [BZ #16390]
20338         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20339         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
20341 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20343         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
20344         extra tokens at end of #undef directive.
20345         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
20346         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
20347         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
20349 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
20351         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
20353         * math/auto-libm-test-in: Mark various tests with
20354         xfail-rounding:ldbl-128ibm.
20355         * math/auto-libm-test-out: Regenerated.
20357 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
20359         [BZ #16386]
20360         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
20361         numbers with subnormal high part when calculating exponent.
20363         [BZ #16385]
20364         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
20365         fabs.
20367         [BZ #16384]
20368         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
20369         M_LN2l.
20370         (__ieee754_acoshl): Use __log1pl not __log1p.
20372 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
20374         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
20375         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
20376         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
20377         (grow_heap, heap_trim, _int_new_arena, get_free_list)
20378         (reused_arena, arena_get2): Convert to GNU style.
20379         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
20380         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
20381         (memalign_check, __malloc_set_state): Likewise.
20382         * malloc/mallocbug.c (main): Likewise.
20383         * malloc/malloc.c (__malloc_assert, malloc_init_state)
20384         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
20385         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
20386         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
20387         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
20388         (__posix_memalign, malloc_info): Likewise.
20389         * malloc/malloc.h: Likewise.
20390         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
20391         (mallochook, memalignhook, reallochook, mabort): Likewise.
20392         * malloc/mcheck.h: Likewise.
20393         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
20394         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
20395         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
20396         * malloc/morecore.c (__default_morecore): Likewise.
20397         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
20398         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
20399         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
20400         (print_and_abort): Likewise.
20401         * malloc/obstack.h: Likewise.
20402         * malloc/set-freeres.c (__libc_freeres): Likewise.
20403         * malloc/tst-mallocstate.c (main): Likewise.
20404         * malloc/tst-mtrace.c (main): Likewise.
20405         * malloc/tst-realloc.c (do_test): Likewise.
20407 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
20409         [BZ #16366]
20410         * nscd/netgroupcache.c (do_notfound): New function.
20411         (addgetnetgrentX): Use it.
20413         [BZ # 16365]
20414         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
20415         NSS_STATUS_NOTFOUND.
20417 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
20419         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
20420         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20422 2014-01-01  Allan McRae  <allan@archlinux.org>
20424         * scripts/update-copyrights: Update configure input file suffix.
20426         * NEWS: Update copyright year.
20427         * catgets/gencat.c: Likewise.
20428         * csu/version.c: Likewise.
20429         * debug/catchsegv.sh: Likewise.
20430         * debug/pcprofiledump.c: Likewise.
20431         * debug/xtrace.sh: Likewise.
20432         * elf/ldconfig.c: Likewise.
20433         * elf/ldd.bash.in: Likewise.
20434         * elf/pldd.c: Likewise.
20435         * elf/sotruss.ksh: Likewise.
20436         * elf/sprof.c: Likewise.
20437         * iconv/iconv_prog.c: Likewise.
20438         * iconv/iconvconfig.c: Likewise.
20439         * locale/programs/locale.c: Likewise.
20440         * locale/programs/localedef.c: Likewise.
20441         * login/programs/pt_chown.c: Likewise.
20442         * malloc/memusage.sh: Likewise.
20443         * malloc/memusagestat.c: Likewise.
20444         * malloc/mtrace.pl: Likewise.
20445         * manual/libc.texinfo: Likewise.
20446         * nscd/nscd.c: Likewise.
20447         * nss/getent.c: Likewise.
20448         * nss/makedb.c: Likewise.
20449         * posix/getconf.c: Likewise.
20450         * scripts/test-installation.pl: Likewise.
20452         * All files with FSF copyright notices: Update copyright dates
20453         using scripts/update-copyrights.
20454         * intl/plural.c: Regenerated.
20455         * locale/programs/charmap-kw.h: Likewise.
20456         * locale/programs/locfile-kw.h: Likewise.
20458 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
20460         * sysdeps/unix/sysv/linux/configure: Regenerated.
20461         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
20462         the linux/fanotify.h header.
20463         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
20464         HAVE_LINUX_FANOTIFY_H is defined.
20466 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
20468         * benchtests/cos-inputs: New inputs.
20469         * benchtests/sin-inputs: Likewise.
20471         * benchtests/atan-inputs: New inputs. Fix name of multiple
20472         precision fallback inputs.
20474         * benchtests/atanh-inputs: New inputs.
20475         * benchtests/tanh-inputs: Likewise.
20477         * benchtests/acosh-inputs: New inputs.
20478         * benchtests/asinh-inputs: Likewise.
20480         * benchtests/cosh-inputs: New inputs.
20481         * benchtests/sinh-inputs: Likewise.
20483         * benchtests/acos-inputs: Add more inputs.
20484         * benchtests/asin-inputs: Likewise.
20486 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
20488         [BZ #16375]
20489         * manual/arith.texi: Fix spelling.
20490         * manual/charset.texi: Likewise.
20491         * manual/errno.texi: Likewise.
20492         * manual/filesys.texi: Likewise.
20493         * manual/lang.texi: Likewise.
20494         * manual/llio.texi: Likewise.
20495         * manual/locale.texi: Likewise.
20496         * manual/message.texi: Likewise.
20497         * manual/resource.texi: Likewise.
20498         * manual/search.texi: Likewise.
20499         * manual/setjmp.texi: Likewise.
20500         * manual/stdio.texi: Likewise.
20501         * manual/string.texi: Likewise.
20502         * manual/sysinfo.texi: Likewise.
20503         * manual/time.texi: Likewise.
20505 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
20507         * po/sl.po: New file.
20509 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
20511         * .gitignore: Add core/.gdbinit/.gdb_history.
20513 2013-12-27  Allan McRae  <allan@archlinux.org>
20515         [BZ #16369]
20516         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
20517         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
20519 2013-12-24  Brooks Moses  <bmoses@google.com>
20521         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
20522         all compilers that claim C++98 compliance, not just GCC.
20523         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
20524         Likewise.
20526 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20528         * NEWS: Restore accidentally deleted bug-fix entries.
20530 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20531             Ondřej Bílka  <neleai@seznam.cz>
20533         [BZ #15073]
20534         * malloc/malloc.c (_int_free): Perform sanity check only if we
20535         have_lock.
20537 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
20539         [BZ #12986]
20540         * manual/stdio.texi (String Input Conversions): Clarify that character
20541         classes are not supported.
20543 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20545         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20547 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
20549         [BZ #16337]
20550         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20551         Calculate results for small negative arguments directly rather
20552         than using reflection formula with special underflow handling.
20554         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
20555         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
20556         sysdeps/unix/bsd/bsd4.4/syscalls.list.
20557         (fchflags): Likewise.
20558         (revoke): Likewise.
20559         (setlogin): Likewise.
20560         (sigaltstack): Likewise.
20561         (wait4): Likewise.
20562         (sigblock): Remove.
20563         (sigsetmask): Likewise.
20564         (wait3): Likewise.
20565         (waitpid): Likewise.
20566         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
20567         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
20568         file.
20569         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
20570         * sysdeps/unix/bsd/Makefile: ... here.
20571         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
20572         * sysdeps/unix/bsd/Versions: ... here.
20573         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
20574         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
20575         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
20576         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
20577         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
20578         * sysdeps/unix/bsd/sigblock.c: ... here.
20579         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
20580         * sysdeps/unix/bsd/sigsetmask.c: ... here.
20581         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
20582         * sysdeps/unix/bsd/sigvec.c: ... here.
20583         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
20584         * sysdeps/unix/bsd/tcdrain.c: ... here.
20585         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
20586         * sysdeps/unix/bsd/tcgetattr.c: ... here.
20587         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
20588         * sysdeps/unix/bsd/tcsetattr.c: ... here.
20589         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
20590         * sysdeps/unix/bsd/wait.c: ... here.
20591         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
20592         * sysdeps/unix/bsd/wait3.c: ... here.
20593         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
20594         * sysdeps/unix/bsd/waitpid.c: ... here.
20596 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
20598         [BZ #16356]
20599         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
20600         round-to-nearest for [!USE_AS_EXPM1L].
20601         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
20602         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
20603         more tests of exp and exp10.  Expect some exp10 tests to miss
20604         exceptions or fail in directed rounding modes.
20605         * math/auto-libm-test-out: Regenerated.
20606         * math/libm-test.inc (exp10_tonearest_test_data): New array.
20607         (exp10_test_tonearest): New function.
20608         (exp10_towardzero_test_data): New array.
20609         (exp10_test_towardzero): New function.
20610         (exp10_downward_test_data): New array.
20611         (exp10_test_downward): New function.
20612         (exp10_upward_test_data): New array.
20613         (exp10_test_upward): New function.
20614         (main): Call the new functions.
20615         * sysdeps/i386/fpu/libm-test-ulps: Update.
20616         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20618 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
20620         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
20621         asinh, atan, atan2, atanh, cbrt, cos and cosh.
20622         * math/auto-libm-test-out: Regenerated.
20623         * math/libm-test.inc (acosh_test_data): Add more tests.
20624         (atanh_test_data): Likewise.
20625         (ceil_test_data): Likewise.
20626         (copysign_test_data): Likewise.
20627         * sysdeps/i386/fpu/libm-test-ulps: Update.
20628         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20630         * timezone/checktab.awk: Update from tzcode 2013i.
20631         * timezone/private.h: Likewise.
20632         * timezone/scheck.c: Likewise.
20633         * timezone/tzfile.h: Likewise.
20634         * timezone/tzselect.ksh: Likewise.
20635         * timezone/zdump.c: Likewise.
20636         * timezone/zic.c: Likewise.
20638         * math/auto-libm-test-in: Add tests of cpow.
20639         * math/auto-libm-test-out: Regenerated.
20640         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
20641         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20642         mpc_cc_c.
20643         (func_calc_desc): Add mpc_cc_c union field.
20644         (test_functions): Add cpow.
20645         (special_fill_2pi): New function.
20646         (special_real_inputs): Add 2pi.
20647         (calc_generic_results): Handle mpc_cc_c.
20648         * sysdeps/i386/fpu/libm-test-ulps: Update.
20649         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20651         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
20652         csqrt, ctan and ctanh.
20653         * math/auto-libm-test-out: Regenerated.
20654         * math/libm-test.inc (TEST_COND_x86_64): New macro.
20655         (TEST_COND_x86): Likewise.
20656         (ccos_test_data): Use AUTO_TESTS_c_c.
20657         (ccosh_test_data): Likewise.
20658         (cexp_test_data): Likewise.
20659         (clog_test_data): Likewise.
20660         (csqrt_test_data): Likewise.
20661         (ctan_test_data): Likewise.
20662         (ctan_tonearest_test_data): Likewise.
20663         (ctan_towardzero_test_data): Likewise.
20664         (ctan_downward_test_data): Likewise.
20665         (ctan_upward_test_data): Likewise.
20666         (ctanh_test_data): Likewise.
20667         (ctanh_tonearest_test_data): Likewise.
20668         (ctanh_towardzero_test_data): Likewise.
20669         (ctanh_downward_test_data): Likewise.
20670         (ctanh_upward_test_data): Likewise.
20671         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20672         mpc_c_c.
20673         (func_calc_desc): Add mpc_c_c union field.
20674         (FUNC_mpc_c_c): New macro.
20675         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
20676         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
20677         ctanh.
20678         (special_fill_min_subnorm_p120): New function.
20679         (special_real_inputs): Add min_subnorm_p120.
20680         (calc_generic_results): Handle mpc_c_c.
20681         * sysdeps/i386/fpu/libm-test-ulps: Update.
20682         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20684 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
20686         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
20687         (do_sin_slow): New functions.
20688         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
20689         (cslow2, csloww1, csloww2): Use the new functions.
20691         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
20692         Use M to change sign of result instead of X.  Assume X is
20693         positive.
20694         (csloww1): Likewise.
20695         (__sin): Adjust.
20696         (__cos): Adjust.
20698         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
20699         arguments A and DA.
20700         (__sin): Adjust.
20701         (__cos): Likewise.
20703         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
20704         (__cos): Likewise.
20705         (sloww1): Don't adjust sign of DX.
20706         (csloww1): Likewise.
20707         (sloww2): Use X directly and don't adjust sign of DX.
20708         (csloww2): Likewise.
20710 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20712         * math/auto-libm-test-in: Add tests of cabs and carg.
20713         * math/auto-libm-test-out: Regenerated.
20714         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
20715         (carg_test_data): Likewise.
20716         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20717         mpc_c_f.
20718         (func_calc_desc): Add mpc_c_f union field.
20719         (test_functions): Add cabs and carg.
20720         (calc_generic_results): Handle mpc_c_f.
20722         * sysdeps/powerpc/powerpc32/libgcc-compat.S
20723         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
20724         as a macro and a compat symbol.
20725         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
20726         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
20727         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
20728         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
20729         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
20730         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
20731         not use .hidden.
20732         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
20733         Likewise.
20734         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
20735         Likewise.
20736         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
20737         Likewise.
20738         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
20739         Likewise.
20740         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
20741         Likewise.
20742         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
20743         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
20744         from GLIBC_2.3.2.
20746 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20748         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20750 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20752         * manual/texinfo.tex: Update to version 2013-11-26.10 with
20753         trailing whitespace removed.
20754         * scripts/config.guess: Update to version 2013-11-29.
20755         * scripts/config.sub: Update to version 2013-10-01.
20757         * math/auto-libm-test-in: Add tests of sincos.
20758         * math/auto-libm-test-out: Regenerated.
20759         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
20760         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20761         mpfr_f_11.
20762         (func_calc_desc): Add mpfr_f_11 union field.
20763         (test_functions): Add sincos.
20764         (calc_generic_results): Handle mpfr_f_11.
20765         * sysdeps/i386/fpu/libm-test-ulps: Update.
20766         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20768 2013-12-19  Andreas Schwab  <schwab@suse.de>
20770         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
20771         CALL_MCOUNT.
20772         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
20773         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
20774         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
20776 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20778         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
20779         * sysdeps/i386/fpu/libm-test-ulps: Update.
20780         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20782         [BZ #16293]
20783         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
20784         round-to-nearest mode when using frndint.
20785         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
20786         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
20787         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
20788         Likewise.
20789         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
20790         sinh test to fail.
20791         * math/auto-libm-test-out: Regenerated.
20792         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
20793         (TEST_COND_x86): Likewise.
20794         (expm1_tonearest_test_data): New array.
20795         (expm1_test_tonearest): New function.
20796         (expm1_towardzero_test_data): New array.
20797         (expm1_test_towardzero): New function.
20798         (expm1_downward_test_data): New array.
20799         (expm1_test_downward): New function.
20800         (expm1_upward_test_data): New array.
20801         (expm1_test_upward): New function.
20802         (main): Run the new test functions.
20803         * sysdeps/i386/fpu/libm-test-ulps: Update.
20804         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20806         * include/features.h: Update comment documenting feature test
20807         macros.  Mention _DEFAULT_SOURCE in comment.
20808         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
20809         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
20810         _BSD_SOURCE and _SVID_SOURCE.
20811         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
20812         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
20813         !_SVID_SOURCE]: Likewise.
20814         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20815         (__USE_POSIX_IMPLICITLY): Define.
20816         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20817         (_POSIX_SOURCE): Undefine and redefine.
20818         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20819         (_POSIX_C_SOURCE): Likewise.
20820         * manual/creature.texi (_DEFAULT_SOURCE): Document.
20821         (Feature Test Macros): Update documentation of default features.
20823 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
20825         * benchtests/Makefile: Add bench-strtok.
20826         * benchtests/bench-strtok.c: New file: strtok benchtest.
20828 2013-12-19  Allan McRae  <allan@archlinux.org>
20830         * manual/install.texi: Suppress menu for plain text output.
20831         * INSTALL: Regenerated.
20833 2013-12-18  Brooks Moses  <bmoses@google.com>
20835         [BZ #15846]
20836         * misc/getauxval.c: Include errno.h.
20837         (__getauxval): Set errno to ENOENT if the requested type is not
20838         found.
20839         * misc/sys/auxv.h (getauxval): Document that it may set errno;
20840         don't declare with __attribute_const__.
20841         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
20842         * manual/startup.texi: Document that getauxval sets errno.
20844 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
20846         * math/auto-libm-test-in: Add tests of jn and yn.
20847         * math/auto-libm-test-out: Regenerated.
20848         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
20849         (yn_test_data): Likewise.
20850         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20851         mpfr_if_f.
20852         (func_calc_desc): Add mpfr_if_f union field.
20853         (FUNC_mpfr_if_f): New macro.
20854         (test_functions): Add jn and yn.
20855         (calc_generic_results): Assert type of second input for
20856         mpfr_ff_f.  Handle mpfr_if_f.
20857         (output_for_one_input_case): Disable all checking for arguments
20858         fitting floating-point types in case of an integer argument.
20859         * sysdeps/i386/fpu/libm-test-ulps: Update.
20860         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20862         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
20863         Don't expect fegetround reference in libm.so.
20865 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
20867         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
20868         $(config-cflags-nofma).
20870 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
20872         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
20873         * math/auto-libm-test-out: Regenerated.
20875         [BZ #16338]
20876         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
20877         to determine exponent and adjust argument to have exponent of -1.
20878         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
20879         log2.
20880         * math/auto-libm-test-out: Regenerated.
20881         * sysdeps/i386/fpu/libm-test-ulps: Update.
20882         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20884 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
20886         * manual/probes.texi: Remove cases when per-thread arenas are
20887         disabled.
20889 2013-12-18  Andreas Schwab  <schwab@suse.de>
20891         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
20892         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
20893         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
20894         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
20895         * sysdeps/i386/i686/multiarch/Makefile: Update.
20896         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
20898 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20900         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
20901         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
20903 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
20905         [BZ #15968]
20906         Support TZ transition times < 00:00:00.
20907         This is needed for version-3 tz-format files; it supports time
20908         stamps past 2037 for America/Godthab (the only entry in the tz
20909         database for which this change is relevant).
20910         * manual/time.texi (TZ Variable): Document transition times
20911         from -167:59:59 through -00:00:01.
20912         * time/tzset.c (tz_rule): Time of day is now signed.
20913         (__tzset_parse_tz): Parse negative time of day.
20915         Document TZ transition times >= 25:00:00.
20916         * manual/time.texi (TZ Variable): Document transition times from
20917         25:00:00 through 167:59:59.  These are already supported, and this
20918         support will help with version-3 tz-format files.
20920         * manual/time.texi (TZ Variable): Modernize North America example
20921         to reflect current (i.e., 2007-and-later) daylight saving rules.
20923         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
20925 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20927         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
20928         * sysdeps/unix/bsd/bits/stat.h: Likewise.
20929         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
20930         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
20931         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
20932         * sysdeps/unix/bsd/bsdstat.h: Likewise.
20933         * sysdeps/unix/bsd/clock.c: Likewise.
20934         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
20935         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
20936         * sysdeps/unix/bsd/init-posix.c: Likewise.
20937         * sysdeps/unix/bsd/poll.c: Likewise.
20938         * sysdeps/unix/bsd/ptsname.c: Likewise.
20939         * sysdeps/unix/bsd/seekdir.c: Likewise.
20940         * sysdeps/unix/bsd/setegid.c: Likewise.
20941         * sysdeps/unix/bsd/seteuid.c: Likewise.
20942         * sysdeps/unix/bsd/setgid.c: Likewise.
20943         * sysdeps/unix/bsd/setrgid.c: Likewise.
20944         * sysdeps/unix/bsd/setruid.c: Likewise.
20945         * sysdeps/unix/bsd/setsid.c: Likewise.
20946         * sysdeps/unix/bsd/setuid.c: Likewise.
20947         * sysdeps/unix/bsd/sigaction.c: Likewise.
20948         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
20949         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
20950         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
20951         * sysdeps/unix/bsd/telldir.c: Likewise.
20952         * sysdeps/unix/bsd/times.c: Likewise.
20953         * sysdeps/unix/bsd/usleep.c: Likewise.
20955         * misc/Makefile (install-lib): Remove libbsd-compat.a.
20956         ($(objpfx)libbsd-compat.a): Remove rule.
20958         * include/features.h (__FAVOR_BSD): Do not define.
20959         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
20960         features conflicting with POSIX.
20961         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
20962         (_BSD_SOURCE): Remove description of not being a subset of other
20963         feature test macros.
20964         * manual/job.texi (getpgrp): Do not document BSD version.
20965         (getpgid): Do not document by reference to BSD getpgrp.
20966         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
20967         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
20968         * signal/signal.h [__FAVOR_BSD]: Likewise.
20969         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
20970         instead of making contents conditional on [__FAVOR_BSD].
20971         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
20973 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20975         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20977 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20979         [BZ #16314]
20980         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
20981         values below 2**-450, not 2**-500.
20982         * math/auto-libm-test-in: Don't allow spurious underflow from
20983         hypot.
20984         * math/auto-libm-test-out: Regenerated.
20986         [BZ #16316]
20987         [BZ #16330]
20988         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
20989         values of ha and hb and sort them after adjusting subnormal
20990         arguments.
20991         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
20992         Likewise.
20993         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
20994         values of ea and eb and sort them after adjusting subnormal
20995         arguments.
20996         * math/auto-libm-test-in: Do not expect some hypot tests of
20997         subnormals to fail.  Add more hypot tests.
20998         * math/auto-libm-test-out: Regenerated.
21000 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21002         [BZ #13304]
21003         * sysdeps/sh/s_fma.c: New file.
21004         * sysdeps/sh/s_fmaf.c: New file.
21005         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
21006         version.
21007         * sysdeps/sh/Implies: Add sh/soft-fp.
21009 2013-12-16  Roland McGrath  <roland@hack.frob.com>
21011         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
21012         level of indirection to members `objname', `errstring', `malloced'.
21013         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
21014         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
21015         it as the __longjmp argument (just pass 1 instead).
21016         (_dl_catch_error): Initialize C with argument pointers and address of
21017         volatile local ERRCODE rather than copying values out of C at return.
21019 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
21021         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
21022         * math/auto-libm-test-out: Regenerated.
21023         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
21024         (hypot_test_data): Likewise.
21025         (pow_test_data): Likewise.
21026         (pow_tonearest_test_data): Likewise.
21027         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21028         mpfr_ff_f.
21029         (func_calc_desc): Add mpfr_ff_f union field.
21030         (FUNC_mpfr_ff_f): New macro.
21031         (test_functions): Add atan2, hypot and pow.
21032         (special_fill_min): New function.
21033         (special_fill_minus_min): Likewise.
21034         (special_fill_min_subnorm): Likewise.
21035         (special_fill_minus_min_subnorm): Likewise.
21036         (special_real_inputs): Add min, -min, min_subnorm and
21037         -min_subnorm.
21038         (calc_generic_results): Handle mpfr_ff_f.
21039         * sysdeps/i386/fpu/libm-test-ulps: Update.
21040         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21042 2013-12-16  Will Newton  <will.newton@linaro.org>
21044         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
21045         (Aligned Memory Blocks): Add documentation for aligned_alloc
21046         and suggest it as an alternative to posix_memalign.
21047         (Hooks for Malloc): Document __memalign_hook is also called
21048         for aligned_alloc.  (Summary of Malloc): Add summary for
21049         aligned alloc.  Document __memalign_hook is also called
21050         for aligned_alloc.
21052 2013-12-16  Will Newton  <will.newton@linaro.org>
21054         * manual/memory.texi (Malloc Examples): Clarify default
21055         alignment documentation.  Suggest posix_memalign rather
21056         than memalign or valloc.
21057         (Aligned Memory Blocks): Remove suggestion to use memalign
21058         or valloc.  Remove obsolete comment about BSD.
21059         Document memalign errno values and mark the function obsolete.
21060         Document posix_memalign returned error codes.  Mark valloc
21061         as obsolete.  (Hooks for Malloc): __memalign_hook is also
21062         called for posix_memalign and valloc.
21063         (Summary of Malloc): Add posix_memalign to function summary.
21064         __memalign_hook is also called for posix_memalign and valloc.
21066 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
21068         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
21069         TAYLOR_SIN.
21070         (__sin): Adjust.
21071         (__cos): Likewise.
21072         (sloww): Use mynumber union.  Expand ternary operator into
21073         if-else statements.
21074         (cslow): use mynumber union.
21076 2013-12-16  Allan McRae  <allan@archlinux.org>
21078         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
21079         * configure: Regenerated.
21081         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
21083         [BZ #14120]
21084         * configure.ac: Added --enable-maintainer-mode. Check for
21085         autoconf when enabled.
21086         * configure: Regenerated.
21088         * nscd/nscd.service: New file.
21089         * nscd/nscd.tmpfiles: New file.
21091 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
21093         [BZ #12100]
21094         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
21095         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
21096         * sysdeps/x86_64/multiarch/strstr.c: ... here.
21097         (strstr): Add __strstr_sse2_unaligned ifunc.
21098         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
21099         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
21100         (strcasestr): Remove __strcasestr_sse42 ifunc.
21101         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
21102         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
21103         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21105 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21107         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
21108         * sysdeps/sh/bits/fenv.h: ... here.
21109         * sysdeps/sh/sh4/fpu/bits: Remove directory.
21111 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21113         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
21115         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
21116         hypotf multiarch implementations.
21117         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
21118         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
21119         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
21120         multiarch hypot for PPC64.
21121         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
21122         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
21123         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
21124         multiarch hypotf for PPC64.
21126         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
21127         modff multiarch implementations.
21128         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
21129         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
21130         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
21131         multiarch modf for PPC64.
21132         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
21133         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
21134         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
21135         multiarch modff for PPC64.
21137         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
21138         and logl multiarch implementations.
21139         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
21140         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
21141         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
21142         multiarch logb for PPC64.
21143         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
21144         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
21145         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
21146         multiarch logb for PPC64.
21147         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
21148         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
21149         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
21150         multiarch logb for PPC64.
21152         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
21153         isinff multiarch implementation.
21154         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
21155         file.
21156         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
21157         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
21158         multiarch isinf for PPC64.
21159         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
21160         file.
21161         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
21162         multiarch isinff for PPC64.
21164         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
21165         finitef multiarch implementation.
21166         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
21167         file.
21168         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
21169         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
21170         multiarch finite for PPC64.
21171         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
21172         file.
21173         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
21174         multiarch finitef for PPC64.
21176         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
21177         lrint multiarch implementation.
21178         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
21179         file.
21180         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
21181         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
21182         multiarch llrint for PPC64.
21183         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
21184         multiarch lrint for PPC64.
21186         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
21187         copysignf multiarch implementation.
21188         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
21189         file.
21190         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
21191         file.
21192         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
21193         multiarch copysign for PPC64.
21194         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
21195         multiarch copysignf for PPC64.
21197         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
21198         multiarch implementation.
21199         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
21200         file.
21201         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
21202         file.
21203         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
21204         file.
21205         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
21206         file.
21207         multiarch llround for PPC64.
21208         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
21209         multiarch trunc for PPC64.
21210         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
21211         multiarch truncf for PPC64.
21213         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
21214         multiarch implementation.
21215         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
21216         file.
21217         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
21218         file.
21219         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
21220         file.
21221         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
21222         file.
21223         multiarch llround for PPC64.
21224         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
21225         multiarch round for PPC64.
21226         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
21227         multiarch roundf for PPC64.
21229         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
21230         multiarch implementation.
21231         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
21232         file.
21233         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
21234         file.
21235         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
21236         file.
21237         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
21238         file.
21239         multiarch llround for PPC64.
21240         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
21241         multiarch floor for PPC64.
21242         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
21243         multiarch floorf for PPC64.
21245         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
21246         multiarch implementation.
21247         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
21248         file.
21249         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
21250         file.
21251         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
21252         file.
21253         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
21254         file.
21255         multiarch llround for PPC64.
21256         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
21257         multiarch ceil for PPC64.
21258         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
21259         multiarch ceilf for PPC64.
21261         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
21262         multiarch implementation.
21263         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
21264         file.
21265         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
21266         file.
21267         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
21268         file.
21269         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
21270         multiarch llround for PPC64.
21271         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
21272         multiarch lround for PPC64.
21274         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
21275         multiarch implementation.
21276         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
21277         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
21278         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
21279         file.
21280         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
21281         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
21282         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
21283         multiarch isnan for PPC64.
21284         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
21285         multiarch isnanf for PPC64.
21287         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
21288         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
21289         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
21290         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
21291         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
21292         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
21294         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
21295         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
21296         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
21297         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
21299         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
21300         multiarch implementations.
21301         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21302         (__libc_ifunc_impl_list): Likewise.
21303         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
21304         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
21305         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
21306         multiarch stpcpy for PPC64.
21308         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
21309         multiarch implementations.
21310         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21311         (__libc_ifunc_impl_list): Likewise.
21312         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
21313         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
21314         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
21315         multiarch strcpy for PPC64.
21317         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
21318         redefine function name.
21319         (_wordcopy_fwd_dest_aligned): Likewise.
21320         (_wordcopy_bwd_aligned): Likewise.
21321         (_wordcopy_bwd_dest_aligned): Likewise.
21322         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
21323         multiarch implementations.
21324         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21325         (__libc_ifunc_impl_list): Likewise.
21326         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
21327         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
21328         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
21329         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
21330         multiarch wcscpy for PPC64.
21332         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
21333         multiarch implementations.
21334         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21335         (__libc_ifunc_impl_list): Likewise.
21336         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
21337         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
21338         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
21339         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
21340         multiarch wcscpy for PPC64.
21342         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
21343         multiarch implementations.
21344         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21345         (__libc_ifunc_impl_list): Likewise.
21346         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
21347         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
21348         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
21349         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
21350         multiarch wcsrchr for PPC64.
21352         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
21353         multiarch implementations.
21354         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21355         (__libc_ifunc_impl_list): Likewise.
21356         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
21357         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
21358         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
21359         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
21360         multiarch wcschr for PPC64.
21362         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
21363         multiarch implementations.
21364         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21365         (__libc_ifunc_impl_list): Likewise.
21366         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
21367         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
21368         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
21369         multiarch strchrnul for PPC64.
21371         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
21372         implementations.
21373         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21374         (__libc_ifunc_impl_list): Likewise.
21375         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
21376         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
21377         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
21378         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
21379         strchr for PPC64.
21381         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
21382         implementations.
21383         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21384         (__libc_ifunc_impl_list): Likewise.
21385         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
21386         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
21387         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
21388         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
21389         strncmp for PPC64.
21391         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
21392         multiarch implementations.
21393         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21394         (__libc_ifunc_impl_list): Likewise.
21395         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
21396         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
21397         strncasecmp for PPC64.
21398         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
21399         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
21400         multiarch strncasecmp_l for PPC64.
21402         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
21403         multiarch implementations.
21404         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
21405         (__libc_ifunc_impl_list): Likewise.
21406         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
21407         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
21408         multiarch strcasecmp for PPC64.
21409         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
21410         file.
21411         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
21412         multiarch strcasecmp_l for PPC64.
21414         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
21415         implementations.
21416         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21417         (__libc_ifunc_impl_list): Likewise.
21418         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
21419         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
21420         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
21421         strnlen for PPC64.
21423         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
21424         implementations.
21425         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21426         (__libc_ifunc_impl_list): Likewise.
21427         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
21428         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
21429         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
21430         strlen for PPC64.
21432         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
21433         implementations.
21434         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21435         (__libc_ifunc_impl_list): Likewise.
21436         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
21437         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
21438         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
21439         rawmemrchr for PPC64.
21441         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
21442         implementation.
21443         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21444         (__libc_ifunc_impl_list): Likewise.
21445         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
21446         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
21447         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
21448         memrchr for PPC64.
21450         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
21451         implementation.
21452         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21453         (__libc_ifunc_impl_list): Likewise.
21454         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
21455         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
21456         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
21457         memchr for PPC64.
21459         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
21460         implementation.
21461         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21462         (__libc_ifunc_impl_list): Likewise.
21463         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
21464         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
21465         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
21466         mempcpy for PPC64.
21468         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
21469         avoid cretion of __bzero symbol.
21470         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
21471         Likewise.
21472         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
21473         Likewise.
21474         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
21475         Likewise.
21476         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
21477         multiarch implementations.
21478         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21479         (__libc_ifunc_impl_list): Likewise.
21480         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
21481         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
21482         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
21483         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
21484         bzero for PPC32.
21485         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
21486         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
21487         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
21488         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
21489         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
21490         memset for PPC64.
21491         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
21493         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
21494         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
21495         implementations.
21496         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21497         (__libc_ifunc_impl_list): Likewise.
21498         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
21499         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
21500         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
21501         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
21502         memcmp for PPC64.
21504         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
21505         multiarch for POWER/PPC64.
21506         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
21507         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
21508         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
21509         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
21510         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
21511         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
21512         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
21513         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
21514         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
21515         memcpy for PPC64.
21517         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
21518         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
21519         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
21520         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
21521         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
21522         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
21523         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
21524         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
21525         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
21526         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
21527         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
21528         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
21529         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
21530         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
21531         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
21532         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
21533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
21534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
21535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
21536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
21537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
21538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
21540 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21542         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
21544 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
21546         * benchtests/Makefile (bench): Add exp2 and log2.
21547         (LDLIBS-bench-exp2): Add -lm.
21548         (LDLIBS-bench-log2): Likewise.
21549         * benchtests/exp2-inputs: New inputs file.
21550         * benchtests/log2-inputs: New inputs file.
21551         * benchtests/log-inputs: Add new inputs.
21552         * benchtests/tan-inputs: Likewise.
21554 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
21556         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
21557         definition...
21558         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
21559         (csloww2): ... from here.
21561         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
21562         instead of structures.
21563         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
21564         (POLYNOMIAL): Likewise.
21565         (TAYLOR_SLOW): Likewise.
21566         (__sin): Likewise.
21567         (__cos): Likewise.
21568         (slow1): Likewise.
21569         (slow2): Likewise.
21570         (sloww): Likewise.
21571         (sloww1); Likewise.
21572         (sloww2): Likewise.
21573         (bsloww1): Likewise.
21574         (bsloww2): Likewise.
21575         (cslow2): Likewise.
21576         (csloww): Likewise.
21577         (csloww1): Likewise.
21578         (csloww2): Likewise.
21580 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
21582         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
21583         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
21584         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
21585         * malloc/hooks.c (realloc_check): Likewise.
21587         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
21588         * malloc/arena.c: Remove PER_THREAD conditional.
21589         [!PER_THREAD]: Remove code.
21590         (ptmalloc_unlock_all2): Likewise.
21591         (ptmalloc_init): Likewise.
21592         (_int_new_arena): Likewise.
21593         (arena_get2): Likewise.
21594         * malloc/hooks.c (__malloc_get_state): Likewise.
21595         (__malloc_set_state): Likewise.
21596         * malloc/malloc.c: Likewise.
21597         (struct malloc_state): Likewise.
21598         (struct malloc_par): Likewise.
21599         (__libc_realloc): Likewise.
21600         (__libc_mallopt): Likewise.
21602 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21604         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
21606 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
21608         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
21609         macro to a function.  Check for zero perturb_byte.
21610         (_int_malloc, _int_free): Remove zero perturb_byte checks.
21612         * malloc/malloc.c: (force_reg): Remove.
21613         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
21614         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
21615         force_reg by atomic_forced_read.
21616         * malloc/arena.c (ptmalloc_init): Likewise.
21617         * malloc/hooks.c (top_check): Likewise.
21619 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21621         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21623 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
21625         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21627 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
21629         * math/auto-libm-test-in: Add tests of lgamma.
21630         * math/auto-libm-test-out: Regenerated.
21631         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
21632         (M_LOG_2_SQRT_PIl): Likewise.
21633         (lgamma_test_data): Use AUTO_TESTS_f_f1.
21634         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21635         mpfr_f_f1.
21636         (func_calc_desc): Add mpfr_f_f1 union field.
21637         (ARGS1): New macro.
21638         (ARGS2): Likewise.
21639         (ARGS3): Likewise.
21640         (ARGS4): Likewise.
21641         (RET1): Likewise.
21642         (RET2): Likewise.
21643         (CALC): Likewise.
21644         (FUNC): Likewise.
21645         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
21646         (test_functions): Add lgamma.
21647         (calc_generic_results): Handle mpfr_f_f1.
21648         * sysdeps/i386/fpu/libm-test-ulps: Update.
21649         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21651 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21653         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
21654         __mpn_add_n for PowerPC64/POWER7.
21655         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
21656         __mpn_sub_n for PowerPC64/POWER7.
21658         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
21659         __mpn_addmul_1 for PowerPC64.
21660         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
21661         __mpn_submul_1 for PowerPC64.
21662         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
21663         for PowerPC64.
21664         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
21665         for PowerPC64.
21667 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
21669         [BZ #15089]
21670         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
21672 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21674         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
21676         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
21677         add multiarch folders.
21678         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
21679         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
21680         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
21681         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
21682         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
21683         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
21684         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
21685         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
21686         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
21687         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
21688         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
21689         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
21690         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
21691         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
21692         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
21693         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
21694         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
21696         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
21697         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
21698         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
21699         New file.
21700         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
21701         New file.
21702         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
21703         multiarch __ieee754_hypot for PowerPC32.
21704         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
21705         New file.
21706         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
21707         New file.
21708         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
21709         multiarch __ieee754_hypotf for PowerPC32.
21711         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
21712         long_double_symbol only if __logbl is defined.
21713         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
21714         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
21715         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
21716         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
21717         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
21718         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
21719         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
21720         path for implementation.
21721         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
21722         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
21723         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
21724         logb, and logbl multiarch implementations for PowerPC32.
21725         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
21726         file.
21727         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
21728         file.
21729         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
21730         multiarch logb for PowerPC32.
21731         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
21732         file.
21733         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
21734         file.
21735         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
21736         multiarch logbf for PowerPC32.
21737         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
21738         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
21739         file.
21740         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
21741         multiarch logbl implementation for PowerPC32.
21743         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
21744         and modff multiarch implementations.
21745         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
21746         New file.
21747         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
21748         New file.
21749         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
21750         multiarch modf for PowerPC32.
21751         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
21752         New file.
21753         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
21754         New file.
21755         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
21756         multiarch modff for PowerPC32.
21758         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
21759         and lrintf multiarch implementations.
21760         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
21761         New file.
21762         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
21763         New file.
21764         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
21765         multiarch lrint for PowerPC32.
21766         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
21767         file: multiarch lrintf for PowerPC32.
21769         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
21770         and lroundf multiarch implementations.
21771         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
21772         New file.
21773         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
21774         New file.
21775         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
21776         New file.
21777         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
21778         multiarch lround for PowerPC32.
21779         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
21780         file: multiarch lroundf for PowerPC32.
21782         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
21783         copysign and copysignf multiarch implementations.
21784         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
21785         New file.
21786         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
21787         New file.
21788         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
21789         file: multiarch copysign for PowerPC32.
21790         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
21791         file: multiarch copysignf for PowerPC32.
21793         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
21794         and truncf multiarch implementations.
21795         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
21796         New file.
21797         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
21798         file.
21799         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
21800         multiarch trunc for PowerPC32.
21801         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
21802         New file.
21803         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
21804         New file.
21805         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
21806         multiarch truncf for PowerPC32.
21808         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
21809         and roundf multiarch implementations.
21810         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
21811         New file.
21812         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
21813         file.
21814         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
21815         multiarch round for PowerPC32.
21816         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
21817         New file.
21818         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
21819         New file.
21820         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
21821         multiarch roundf for PowerPC32.
21823         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
21824         and floorf multiarch implementations.
21825         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
21826         New file.
21827         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
21828         file.
21829         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
21830         multiarch floor for PowerPC32.
21831         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
21832         New file.
21833         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
21834         New file.
21835         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
21836         multiarch floorf for PowerPC32.
21838         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
21839         and ceilf multiarch implementations.
21840         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
21841         New file.
21842         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
21843         file.
21844         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
21845         multiarch ceil for PowerPC32.
21846         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
21847         New file.
21848         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
21849         file.
21850         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
21851         multiarch ceilf for PowerPC32.
21853         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
21854         is defined.
21855         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
21856         FINITEF is defined.
21857         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
21858         and finitef multiarch implementations.
21859         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
21860         New file.
21861         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
21862         file.
21863         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
21864         multiarch finite for PowerPC32.
21865         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
21866         New file.
21867         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
21868         file: multiarch finitef for PowerPC32.
21870         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
21871         and isinff multiarch implementations.
21872         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
21873         file.
21874         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
21875         file.
21876         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
21877         multiarch isinf for PowerPC32.
21878         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
21879         New file.
21880         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
21881         multiarch isinff for PowerPC32.
21883         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
21884         alias when __isnan is defined.
21885         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
21886         and isnanf multiarch implementations.
21887         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
21888         file.
21889         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
21890         file.
21891         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
21892         file.
21893         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
21894         file.
21895         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
21896         multiarch isnan for PowerPC32.
21897         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
21898         New file.
21899         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
21900         New file.
21901         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
21902         multiarch isnanf for PowerPC32.
21904         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
21905         and sqrtf multiarch implementations.
21906         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
21907         file.
21908         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
21909         file.
21910         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
21911         multiarch sqrt for PowerPC32.
21912         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
21913         file.
21914         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
21915         file.
21916         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
21917         multiarch sqrtf for PowerPC32.
21919         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
21920         and llroundf multiarch implementations.
21921         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
21922         New file.
21923         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
21924         New file.
21925         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
21926         New file.
21927         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
21928         file: multiarch llround for PowerPC32.
21929         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
21930         file: multiarch llroundf for PowerPC32.
21932         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
21933         multiarch PowerPC32 fpu implementations.
21934         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
21935         New file.
21936         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
21937         New file.
21938         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
21939         multiarch llrint for PowerPC32.
21940         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
21941         New file.
21942         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
21943         New file.
21944         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
21945         file.
21947         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
21949         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
21950         file.
21951         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
21952         file.
21953         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
21954         file.
21955         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
21956         multiarch wordcopy for PPC32.
21957         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
21958         wordcopy objects.
21959         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21960         (__libc_ifunc_impl_list): Likewise.
21961         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
21962         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
21963         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
21964         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
21965         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
21966         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
21968         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
21969         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
21970         file.
21971         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
21972         file.
21973         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
21974         file.
21975         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
21976         multiarch wcscpy for PPC32.
21977         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
21978         multiarch objects.
21979         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21980         (__libc_ifunc_impl_list): Likewise.
21981         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
21982         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
21983         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
21984         sysdeps/powerpc/power6/wcscpy.c.
21986         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
21987         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
21988         file.
21989         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
21990         file.
21991         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
21992         file.
21993         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
21994         multiarch wcsrchr for PPC32.
21995         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
21996         multiarch objects.
21997         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21998         (__libc_ifunc_impl_list): Likewise.
21999         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
22000         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
22001         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
22002         sysdeps/powerpc/power6/wcsrchr.c.
22004         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
22005         file.
22006         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
22007         file.
22008         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
22009         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
22010         multiarch wcschr for PPc32.
22011         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
22012         multiarch objects.
22013         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22014         (__libc_ifunc_impl_list): Likewise.
22015         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
22016         * sysdeps/powerpc/power6/wcschr.c: ... to here.
22017         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
22018         sysdeps/powerpc/power6/wcschr.c.
22020         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
22021         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
22022         file.
22023         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
22024         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
22025         file: multiarch strchr for PPC32.
22026         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
22027         multiarch objects.
22028         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22029         (__libc_ifunc_impl_list): Likewise.
22031         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
22032         name.
22033         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
22034         file.
22035         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
22036         file.
22037         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
22038         multiarch strchrnul for PPC32.
22039         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
22040         multiarch objects.
22041         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22042         (__libc_ifunc_impl_list): Likewise.
22044         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
22045         file.
22046         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
22047         multiarch strncasecmp for PPC32.
22048         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
22049         file.
22050         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
22051         multiarch strncasecmp_l for PPC32.
22052         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
22053         strncasecmp multiarch objects.
22054         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22055         (__libc_ifunc_impl_list): Likewise.
22057         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
22058         file.
22059         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
22060         multiarch strncasecmp for PPC32.
22061         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
22062         New file.
22063         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
22064         multiarch strcasecmp_l for PPC32.
22065         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
22066         multiarch objects.
22067         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22068         (__libc_ifunc_impl_list): Likewise.
22070         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
22071         file.
22072         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
22073         file.
22074         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
22075         multiarch strncmp for PPC32.
22076         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
22077         multiarch objects.
22078         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22079         (__libc_ifunc_impl_list): Likewise.
22081         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
22082         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
22083         file.
22084         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
22085         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
22086         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
22087         multiarch objects.
22088         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22089         (__libc_ifunc_impl_list): Likewise.
22091         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
22092         file.
22093         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
22094         file.
22095         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
22096         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
22097         multiarch objects.
22098         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22099         (__libc_ifunc_impl_list): Likewise.
22101         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
22102         file.
22103         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
22104         file.
22105         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
22106         multiarch rawmemchr for PPC32.
22107         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
22108         multiarch objects.
22109         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22110         (__libc_ifunc_impl_list): Likewise.
22112         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
22113         file.
22114         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
22115         file.
22116         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
22117         file: memrchr multiarch for PPC32.
22118         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
22119         multiarch objects.
22120         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22121         (__libc_ifunc_impl_list): Likewise.
22123         * string/memchr.c (__memchr): Using macro to redefine symbol name.
22124         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
22125         file.
22126         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
22127         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
22128         multiarch memchr for PPC32.
22129         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
22130         multiarch objects.
22131         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22132         (__libc_ifunc_impl_list): Likewise.
22134         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
22135         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
22136         file.
22137         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
22138         file.
22139         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
22140         file: multiarch mempcpy for PPC32.
22141         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
22142         multiarch objects.
22143         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22144         (__libc_ifunc_impl_list): Likewise.
22146         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
22147         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
22148         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
22149         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
22150         multiarch bzero for PPC32.
22151         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
22152         file.
22153         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
22154         file.
22155         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
22156         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
22157         file: multiarch memset for PPC32.
22158         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
22159         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
22160         memset multiarch objects.
22161         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22162         (__libc_ifunc_impl_list): Likewise.
22164         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
22165         file.
22166         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
22167         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
22168         memcmp for PPC32.
22169         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
22170         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
22171         multiarch objects.
22172         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22173         (__libc_ifunc_impl_list): Likewise.
22175         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
22176         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
22177         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
22178         file.
22179         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
22180         file.
22181         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
22182         file.
22183         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
22184         multiarch memcpy for PPC32.
22185         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
22186         multiarch objects.
22187         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22188         (__libc_ifunc_impl_list): Likewise.
22190         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
22191         support multiarch for POWER/PPC32.
22192         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
22193         Likewise.
22194         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
22195         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
22196         Implies file to make multiarch folder appers before the fpu and
22197         default folder for power4 configuration.
22199 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
22201         * scripts/bench.pl: Append volatile keyword to type.
22203 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22205         * sysdeps/sh/sotruss-lib.c: New file.
22206         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
22208 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22210         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22212 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
22214         [BZ #6810]
22215         * math/w_tgamma.c: Include <errno.h>.
22216         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
22217         * math/w_tgammaf.c: Include <errno.h>.
22218         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
22219         * math/w_tgammal.c: Include <errno.h>.
22220         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
22221         * math/auto-libm-test-in: Do not allow missing errno on tgamma
22222         underflow.  Add more tgamma tests.
22223         * math/auto-libm-test-out: Regenerated.
22224         * sysdeps/i386/fpu/libm-test-ulps: Update.
22225         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22227         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
22228         sin, sinh, tan, tanh, tgamma, y0 and y1.
22229         * math/auto-libm-test-out: Regenerated.
22230         * math/libm-test.inc (TEST_COND_x86_64): New macro.
22231         (TEST_COND_x86): Likewise.
22232         (M_E2l): Remove macro.
22233         (M_E3l): Likewise.
22234         (M_2_SQRT_PIl): Likewise.
22235         (M_SQRT_PIl): Likewise.
22236         (M_1_DIV_El): Likewise.
22237         (log_test_data): Use AUTO_TESTS_f_f.
22238         (log10_test_data): Likewise.
22239         (log1p_test_data): Likewise.
22240         (log2_test_data): Likewise.
22241         (sin_test_data): Likewise.
22242         (sin_tonearest_test_data): Likewise.
22243         (sin_towardzero_test_data): Likewise.
22244         (sin_downward_test_data): Likewise.
22245         (sin_upward_test_data): Likewise.
22246         (sinh_test_data): Likewise.
22247         (sinh_tonearest_test_data): Likewise.
22248         (sinh_towardzero_test_data): Likewise.
22249         (sinh_downward_test_data): Likewise.
22250         (sinh_upward_test_data): Likewise.
22251         (tan_test_data): Likewise.
22252         (tan_tonearest_test_data): Likewise.
22253         (tan_towardzero_test_data): Likewise.
22254         (tan_downward_test_data): Likewise.
22255         (tan_upward_test_data): Likewise.
22256         (tanh_test_data): Likewise.
22257         (tgamma_test_data): Likewise.
22258         (y0_test_data): Likewise.
22259         (y1_test_data): Likewise.
22260         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
22261         (special_real_inputs): Add pi/4.
22262         * sysdeps/i386/fpu/libm-test-ulps: Update.
22263         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22265 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22267         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
22268         "longjmp_target" static probes.
22269         (__longjmp): Rename to __longjmp_symbol.
22270         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
22271         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
22272         on which longjmp to generate.
22273         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
22274         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
22275         probe.
22276         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22277         (__sigjmp_save): Rename to __sigjmp_save_symbol.
22278         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
22279         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
22280         and __sigjmp_save_symbol based on which sigsetjmp to generated.
22281         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
22282         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
22283         __longjmp_symbol based on which __longjmp to generate.
22284         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
22285         probe.
22286         (setjmp): Rename to setjmp_symbol.
22287         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22288         (_setjmp): Rename to _setjmp_symbol.
22289         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22290         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
22291         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
22292         which setjmp to generate.
22293         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
22294         "longjmp_target" static probes.
22296 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
22298         * benchtests/README: Add note about output arguments.
22299         * benchtests/bench-sincos.c: Remove file.
22300         * benchtests/sincos-inputs: New file.
22301         * scripts/bench.pl: Identify output arguments and define
22302         static variables for them.
22304         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
22306         [BZ #15941]
22307         * Makefile (INSTALL): Add install-plain.texi as the primary
22308         dependency.
22309         * manual/install-plain.texi: New file.
22310         * manual/install.texi: Include node directive only for
22311         non-plaintext output.
22313 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
22315         * stdlib/longlong.h: Update from GCC.
22317         [BZ #6807]
22318         [BZ #15901]
22319         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
22320         * math/w_j0f.c (y0f): Likewise.
22321         * math/w_j0l.c (__y0l): Likewise.
22322         * math/w_j1.c (y1): Likewise.
22323         * math/w_j1f.c (y1f): Likewise.
22324         * math/w_j1l.c (__y1l): Likewise
22325         * math/w_jn.c (yn): Likewise.
22326         * math/w_jnf.c (ynf): Likewise.
22327         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
22328         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
22329         value for Bessel function domain errors outside _SVID_ mode.
22330         Adjust sign of return value for yn (negative integer, 0).
22331         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
22332         by zero in return for negative x and set sign appropriately for
22333         negative n.
22334         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
22335         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
22336         * math/libm-test.inc (y0_test_data): Add more tests and adjust
22337         expectations in error cases.
22338         (y1_test_data): Likewise.
22339         (yn_test_data): Likewise.
22340         * sysdeps/i386/fpu/libm-test-ulps: Update.
22341         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22343 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22345         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
22346         "64" to "64-v1".  Add "64-v2".
22347         (abi-64-options): Rename to ...
22348         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
22349         (abi-64-condition): Rename to ...
22350         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
22351         (abi-64-ld-soname): Rename to ...
22352         (abi-64-v1-ld-soname): ... this.
22353         (abi-64-v2-options): Define.
22354         (abi-64-v2-condition): Likewise.
22355         (abi-64-v2-ld-soname): Likewise.
22356         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
22357         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
22358         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
22359         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
22360         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
22362 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22363             Alan Modra  <amodra@gmail.com>
22365         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
22366         New versions for use with the ELFv2 ABI.
22367         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
22368         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
22369         declaration.
22370         (struct La_ppc64v2_retval): Likewise.
22371         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
22372         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
22373         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
22374         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
22375         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
22376         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
22377         Do not save or restore CR.
22378         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
22379         (_dl_profile_resolve): Do no save or restore CR.  Support extended
22380         return values for ELFv2 ABI.  Fix location of FPR return registers.
22381         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
22382         updated values for _CALL_ELF == 2.
22383         (La_regs, La_retval, int_retval): Likewise.
22385 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22387         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
22388         (FRAME_MIN_SIZE_PARM): Likewise.
22389         (FRAME_BACKCHAIN): Likewise.
22390         (FRAME_CR_SAVE): Likewise.
22391         (FRAME_LR_SAVE): Likewise.
22392         (FRAME_TOC_SAVE): Likewise.
22393         (FRAME_PARM_SAVE): Likewise.
22394         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
22395         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
22396         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22397         (call_mcount_parm_offset): New macro.
22398         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
22399         (PROF): Use symbolic stack frame offsets.
22400         (TAIL_CALL_SYSCALL_ERROR): Likewise.
22401         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
22402         Redefine in terms of FRAME_MIN_SIZE.
22403         (_dl_runtime_resolve): Use symbolic stack frame offsets.
22404         (_dl_profile_resolve): Likewise.  Update comment.
22405         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
22406         symbols stack frame offsets.
22407         (__sigsetjmp): Likewise.
22408         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
22409         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
22410         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
22411         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
22413         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
22414         (FRAME_BACKCHAIN): Remove.
22415         (FRAME_CR_SAVE): Likewise.
22416         (FRAME_LR_SAVE): Likewise.
22417         (FRAME_COMPILER_DW): Likewise.
22418         (FRAME_LINKER_DW): Likewise.
22419         (FRAME_TOC_SAVE): Likewise.
22420         (FRAME_PARM_SAVE): Likewise.
22421         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
22422         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
22423         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
22425         (CHECK_SP): Use symbolic stack frame offsets.
22426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
22427         zone" instead of caller's parameter save area for temp storage.
22428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
22429         Likewise.  Also, use symbolic stack frame offsets.
22430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
22431         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
22432         our own stack frame instead of the caller's.
22433         (__socket): Use symbolic stack frame offsets.
22435 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22436             Alan Modra  <amodra@gmail.com>
22438         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
22439         Define.
22440         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
22441         (PPC64_LOCAL_ENTRY_OFFSET): Define.
22442         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
22443         New function.
22444         (elf_machine_fixup_plt): Call it.
22445         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
22446         reloc arguments.
22447         (elf_machine_rela): Update call to elf_machine_plt_conflict.
22448         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22449         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
22450         r2 before calling target.
22452 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22453             Alan Modra  <amodra@gmail.com>
22455         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
22456         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
22457         versions of macros to support ELFv2 ABI.
22458         (LOCALENTRY): New macro.
22459         (ENTRY, EALIGN): Use it.
22460         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
22461         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
22462         fall through into ENTRY entry point.
22463         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
22464         Only define if _CALL_ELF != 2.
22466         (elf_machine_matches_host): Verify ABI version matches.
22467         (RTLD_START): Use LOCALENTRY.
22468         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
22469         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
22470         (PLT_ENTRY_WORDS): New macro.
22471         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
22472         (elf_machine_runtime_setup): Support ELFv2 ABI.
22473         (elf_machine_fixup_plt): Likewise.
22474         (elf_machine_plt_conflict): Likewise.
22475         (resolve_ifunc): Likewise.
22476         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
22477         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22478         Likewise.
22479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
22480         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
22481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22482         (makecontext): Support ELFv2 ABI.
22483         * elf/elf.h (EF_PPC64_ABI): Define.
22485 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22487         * sysdeps/powerpc/powerpc64/sysdep.h
22488         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
22489         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
22490         (ENTRY) [ASSEMBLER]: ... but instead here ...
22491         (EALIGN) [ASSEMBLER]: ... and here.
22492         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
22493         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
22494         (ENTRY_2) [!ASSEMBLER]: Use it.
22495         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
22496         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
22497         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22498         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
22499         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
22500         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
22501         Use PPC64_LOAD_FUNCPTR.
22503         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
22505 2013-12-04  Alan Modra  <amodra@gmail.com>
22507         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
22508         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
22509         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
22510         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
22512         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
22513         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
22514         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
22515         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
22516         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
22517         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
22519 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22521         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22522         (__makecontext): Fix incorrect CFI when backtracing out of
22523         context created via makecontext.
22524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
22525         (__setcontext): Fix incorrect CFI during switch to new context.
22526         (__novec_setcontext): Likewise.
22528 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22530         [BZ #4772]
22531         * time/strptime_l.c (__strptime_internal): Allow modifiers
22532         in strptime.
22533         * time/tst-strptime.c (day_tests): Add testcase.
22535 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22537         * scripts/bench.pl: Skip over blank lines.
22539 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
22541         [BZ #926]
22542         * manual/time.texi (Calendar Time): Clarify what timezone functions
22543         use.
22545 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22547         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22549 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22551         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
22552         implementation.
22553         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
22554         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
22555         * debug/memset_chk.c (__memset_chk): Likewise.
22556         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
22557         * debug/strncpy_chk.c: Likewise.
22559 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
22561         [BZ #15268]
22562         [BZ #15425]
22563         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
22564         (__ieee754_exp): For possibly underflowing results, check size of
22565         result and force underflow exception if required.
22566         * math/auto-libm-test-in: Add more tests of exp.
22567         * math/auto-libm-test-out: Regenerated.
22568         * sysdeps/i386/fpu/libm-test-ulps: Update.
22569         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22571         [BZ #16283]
22572         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
22573         * math/w_exp2f.c (__exp2f): Likewise.
22574         * math/w_exp2l.c (__exp2l): Likewise.
22575         * math/auto-libm-test-in: Do not allow missing errno on exp2
22576         underflow.
22577         * math/auto-libm-test-out: Regenerated.
22579 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
22581         [BZ #16274]
22582         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
22583         handle filename validation.
22584         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
22585         (do_open): Delete.
22587 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
22589         [BZ #6786]
22590         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
22591         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
22592         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
22593         <float.h>.
22594         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
22595         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
22596         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22597         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
22598         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22599         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
22600         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22601         * math/auto-libm-test-in: Don't allow missing errno from erfc.
22602         Add more erfc tests.
22603         * math/auto-libm-test-out: Regenerated.
22604         * sysdeps/i386/fpu/libm-test-ulps: Update.
22605         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22607         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
22608         exp2, expm1, j0 and j1.
22609         * math/auto-libm-test-out: Regenerated.
22610         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
22611         (erfc_test_data): Likewise.
22612         (exp_test_data): Likewise.
22613         (exp_tonearest_test_data): Likewise.
22614         (exp_towardzero_test_data): Likewise.
22615         (exp_downward_test_data): Likewise.
22616         (exp_upward_test_data): Likewise.
22617         (exp10_test_data): Likewise.
22618         (exp2_test_data): Likewise.
22619         (expm1_test_data): Likewise.
22620         (j0_test_data): Likewise.
22621         (j1_test_data): Likewise.
22622         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
22623         (input_flag_type): Add flag_xfail_rounding.
22624         (input_flags): Add xfail-rounding.
22625         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
22626         (output_for_one_input_case): Handle flag_xfail_rounding.
22627         * sysdeps/i386/fpu/libm-test-ulps: Update.
22628         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22630 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
22632         [BZ #16289]
22633         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
22634         division by 0.
22636 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
22638         [BZ #16195]
22639         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
22640         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
22641         (STAP_PROBE0): New macro.
22642         (STAP_PROBE1): Likewise.
22643         (STAP_PROBE2): Likewise.
22644         (STAP_PROBE3): Likewise.
22645         (STAP_PROBE4): Likewise.
22647 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
22649         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
22651 2013-12-02  Steve Ellcey  <sellcey@mips.com>
22653         * benchtests/Makefile (bench): Add sqrt.
22654         (LDLIBS-bench-sqrt): New.
22655         * benchtests/sqrt-input: New.
22657 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
22659         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
22660         (GAIH_EAI): Likewise.
22661         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
22662         (gaih_inet): Likewise.
22663         (getaddrinfo): Don't use GAIH_EAI.
22665         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
22666         (struct gaih): Remove definition.
22668 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
22670         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
22671         Use HERRNOP directly.
22673 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22675         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22677 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
22679         * math/gen-auto-libm-tests.c (test_functions): Add more
22680         single-argument functions.
22681         (special_fill_pi_2): New function.
22682         (special_fill_minus_pi_2): Likewise.
22683         (special_fill_pi_6): Likewise.
22684         (special_fill_minus_pi_6): Likewise.
22685         (special_fill_pi_3): Likewise.
22686         (special_fill_2pi_3): Likewise.
22687         (special_fill_e): Likewise.
22688         (special_fill_1_e): Likewise.
22689         (special_fill_e_minus_1): Likewise.
22690         (special_real_inputs): Add more special inputs.
22691         (output_for_one_input_case): Do not require ERANGE on underflow to
22692         zero if round-to-nearest result does not underflow to zero, unless
22693         exact results required.
22694         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
22695         atan, atanh, cbrt, cos and cosh.
22696         * math/auto-libm-test-out: Regenerated.
22697         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
22698         (acos_tonearest_test_data): Likewise.
22699         (acos_towardzero_test_data): Likewise.
22700         (acos_downward_test_data): Likewise.
22701         (acos_upward_test_data): Likewise.
22702         (acosh_test_data): Likewise.
22703         (asin_test_data): Likewise.
22704         (asin_tonearest_test_data): Likewise.
22705         (asin_towardzero_test_data): Likewise.
22706         (asin_upward_test_data): Likewise.
22707         (asinh_test_data): Likewise.
22708         (atan_test_data): Likewise.
22709         (atanh_test_data): Likewise.
22710         (cbrt_test_data): Likewise.
22711         (cos_test_data): Likewise.
22712         (cos_tonearest_test_data): Likewise.
22713         (cos_towardzero_test_data): Likewise.
22714         (cos_downward_test_data): Likewise.
22715         (cos_upward_test_data): Likewise.
22716         (cosh_test_data): Likewise.
22717         (cosh_tonearest_test_data): Likewise.
22718         (cosh_towardzero_test_data): Likewise.
22719         (cosh_downward_test_data): Likewise.
22720         (cosh_upward_test_data): Likewise.
22721         * sysdeps/i386/fpu/libm-test-ulps: Update.
22722         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22724 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
22726         [BZ #6787]
22727         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
22728         * math/w_exp10f.c (__exp10f): Likewise.
22729         * math/w_exp10l.c (__exp10l): Likewise.
22730         * math/libm-test.inc (exp10_test_data): Add more tests and expect
22731         errno settings in existing tests.
22733         [BZ #14032]
22734         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
22735         precision control set to double precision.
22736         * sysdeps/i386/fpu/w_sqrt.c: New file.
22737         * math/auto-libm-test-in: Add more tests.
22738         * math/auto-libm-test-out: Update.
22740         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
22741         (sqrt_test_tonearest): New function.
22742         (sqrt_towardzero_test_data): New variable.
22743         (sqrt_test_towardzero): New function.
22744         (sqrt_downward_test_data): New variable.
22745         (sqrt_test_downward): New function.
22746         (sqrt_upward_test_data): New variable.
22747         (sqrt_test_upward): New function.
22748         (main): Call the new functions.
22750         * math/gen-auto-libm-tests.c: New file.
22751         * math/auto-libm-test-in: Likewise.
22752         * math/auto-libm-test-out: New generated file.
22753         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
22754         variables.
22755         (%beautify): Add generated representations of zero.
22756         (top level): Set $auto_input and call parse_auto_input.
22757         (beautify): Remove trailing "f" from hex float constants.
22758         (parse_args): Handle XFAIL_TEST.
22759         (convert_condition): New function.
22760         (or_value): Likewise.
22761         (or_cond_value): Likewise.
22762         (generate_testfile): Handle AUTO_TESTS_* lines.
22763         (parse_auto_input): New function.
22764         * math/libm-test.inc (XFAIL_TEST): New macro.
22765         (ERRNO_UNCHANGED): Update value.
22766         (ERRNO_EDOM): Likewise.
22767         (ERRNO_ERANGE): Likewise.
22768         (IGNORE_RESULT): Likewise.
22769         (TEST_COND_flt_32): New macro.
22770         (TEST_COND_dbl_64): Likewise.
22771         (TEST_COND_ldbl_96_intel): Likewise.
22772         (TEST_COND_ldbl_96_m68k): Likewise.
22773         (TEST_COND_ldbl_128): Likewise.
22774         (TEST_COND_ldbl_128ibm): Likewise.
22775         (TEST_COND_long32): Likewise.
22776         (TEST_COND_long64): Likewise.
22777         (TEST_COND_before_rounding): Likewise.
22778         (TEST_COND_after_rounding): Likewise.
22779         (enable_test): Handle XFAIL_TEST flag.
22780         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
22781         with finite results.
22782         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
22783         auto-libm-test-out.
22785 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
22786             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22788         [BZ #16214]
22789         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
22790         __tls_get_addr_internal instead of __tls_get_offset in order to
22791         avoid GOT pointer dependency.  Make rtld export
22792         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
22793         __tls_get_addr since we are a __tls_get_offset platform.
22794         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
22795         GOT pointer being set up before.
22796         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
22798 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
22800         * manual/math.texi (Errors in Math Functions): Document accuracy
22801         goals.
22803         [BZ #15004]
22804         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
22805         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
22806         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
22807         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
22808         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
22809         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
22810         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
22811         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
22812         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
22813         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
22814         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
22815         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
22816         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
22817         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
22818         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
22819         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
22821         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
22822         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
22823         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
22824         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
22825         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
22826         Likewise.
22827         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
22828         Likewise.
22829         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
22830         Likewise.
22831         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
22832         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
22833         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
22834         atomic-feupdateenv and flt-rounds.
22835         * sysdeps/powerpc/nofpu/Versions (libc): Add
22836         __atomic_feholdexcept, __atomic_feclearexcept,
22837         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
22838         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
22839         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
22840         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
22841         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
22842         here.
22843         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
22844         Update.
22846         * manual/arith.texi (FP Exceptions): Document that exceptions may
22847         not be raised when matherr is used.
22848         (Math Error Reporting): Document overflow in directed rounding
22849         modes.  Document that errno may not be set when finite values are
22850         returned on overflow.  Document intent to set errno on underflow
22851         only for underflow to zero.
22853         [BZ #16271]
22854         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
22855         round-to-nearest then adjust result for other rounding modes.
22856         * include/fenv.h (fegetround): Use libm_hidden_proto.
22857         * math/fegetround.c (fegetround): Use libm_hidden_def.
22858         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
22859         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
22860         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
22861         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
22862         Likewise.
22863         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
22864         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
22865         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
22866         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
22868 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22870         [BZ #16077]
22871         * nss/Versions (libnss_files): Add
22872         _nss_files_gethostbyname3_r.
22873         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
22874         New function.
22875         (HOST_DB_LOOKUP): Remove macro.
22876         (_nss_files_gethostbyname_r): Implement function without the
22877         HOST_DB_LOOKUP macro.
22878         (_nss_files_gethostbyname2_r): Likewise.
22880 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
22882         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
22884 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
22886         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
22887         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
22888         warning.
22890 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22892         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
22893         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
22894         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
22895         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
22896         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
22897         __fe_nomask_env_priv and attribute_hidden.
22898         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
22899         (libc_feupdateenv_test_ppc): Likewise.
22900         (libc_feresetround_ppc): Likewise.
22901         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22902         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
22903         compat_symbol macro.
22904         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22905         (__fe_nomask_env): Likewise.
22906         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
22908 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22910         * string/Makefile: Remove ifunc tests.
22911         * string/test-string.h: Define TEST_IFUNC.
22912         * string/test-bcopy-ifunc.c: Remove.
22913         * string/test-bzero-ifunc.c: Likewise.
22914         * string/test-memccpy-ifunc.c: Likewise.
22915         * string/test-memchr-ifunc.c: Likewise.
22916         * string/test-memcmp-ifunc.c: Likewise.
22917         * string/test-memcpy-ifunc.c: Likewise.
22918         * string/test-memmem-ifunc.c: Likewise.
22919         * string/test-memmove-ifunc.c: Likewise.
22920         * string/test-mempcpy-ifunc.c: Likewise.
22921         * string/test-memrchr-ifunc.c: Likewise.
22922         * string/test-memset-ifunc.c: Likewise.
22923         * string/test-rawmemchr-ifunc.c: Likewise.
22924         * string/test-stpcpy-ifunc.c: Likewise.
22925         * string/test-stpncpy-ifunc.c: Likewise.
22926         * string/test-strcasecmp-ifunc.c: Likewise.
22927         * string/test-strcasestr-ifunc.c: Likewise.
22928         * string/test-strcat-ifunc.c: Likewise.
22929         * string/test-strchr-ifunc.c: Likewise.
22930         * string/test-strchrnul-ifunc.c: Likewise.
22931         * string/test-strcmp-ifunc.c: Likewise.
22932         * string/test-strcpy-ifunc.c: Likewise.
22933         * string/test-strcspn-ifunc.c: Likewise.
22934         * string/test-strlen-ifunc.c: Likewise.
22935         * string/test-strncasecmp-ifunc.c: Likewise.
22936         * string/test-strncat-ifunc.c: Likewise.
22937         * string/test-strncmp-ifunc.c: Likewise.
22938         * string/test-strncpy-ifunc.c: Likewise.
22939         * string/test-strnlen-ifunc.c: Likewise.
22940         * string/test-strpbrk-ifunc.c: Likewise.
22941         * string/test-strrchr-ifunc.c: Likewise.
22942         * string/test-strspn-ifunc.c: Likewise.
22943         * string/test-strstr-ifunc.c: Likewise.
22945 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22947         * benchtests/Makefile: Remove ifunc tests.
22948         * benchtests/bench-string.h: Define TEST_IFUNC.
22949         * benchtests/bench-bcopy-ifunc.c: Remove.
22950         * benchtests/bench-bzero-ifunc.c: Likewise.
22951         * benchtests/bench-memccpy-ifunc.c: Likewise.
22952         * benchtests/bench-memchr-ifunc.c: Likewise.
22953         * benchtests/bench-memcmp-ifunc.c: Likewise.
22954         * benchtests/bench-memcpy-ifunc.c: Likewise.
22955         * benchtests/bench-memmem-ifunc.c: Likewise.
22956         * benchtests/bench-memmove-ifunc.c: Likewise.
22957         * benchtests/bench-mempcpy-ifunc.c: Likewise.
22958         * benchtests/bench-memrchr-ifunc.c: Likewise.
22959         * benchtests/bench-memset-ifunc.c: Likewise.
22960         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
22961         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
22962         * benchtests/bench-stpcpy-ifunc.c: Likewise.
22963         * benchtests/bench-stpncpy-ifunc.c: Likewise.
22964         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
22965         * benchtests/bench-strcasestr-ifunc.c: Likewise.
22966         * benchtests/bench-strcat-ifunc.c: Likewise.
22967         * benchtests/bench-strchr-ifunc.c: Likewise.
22968         * benchtests/bench-strchrnul-ifunc.c: Likewise.
22969         * benchtests/bench-strcmp-ifunc.c: Likewise.
22970         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
22971         * benchtests/bench-strcpy-ifunc.c: Likewise.
22972         * benchtests/bench-strcspn-ifunc.c: Likewise.
22973         * benchtests/bench-strlen-ifunc.c: Likewise.
22974         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
22975         * benchtests/bench-strncat-ifunc.c: Likewise.
22976         * benchtests/bench-strncmp-ifunc.c: Likewise.
22977         * benchtests/bench-strncpy-ifunc.c: Likewise.
22978         * benchtests/bench-strnlen-ifunc.c: Likewise.
22979         * benchtests/bench-strpbrk-ifunc.c: Likewise.
22980         * benchtests/bench-strrchr-ifunc.c: Likewise.
22981         * benchtests/bench-strsep-ifunc.c: Likewise.
22982         * benchtests/bench-strspn-ifunc.c: Likewise.
22983         * benchtests/bench-strstr-ifunc.c: Likewise.
22985 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22987         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
22989 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22991         * resolv/netdb.h: Use __glibc_reserved instead __unused.
22992         * rt/aio.h: Likewise.
22993         * sysdeps/gnu/bits/utmp.h: Likewise.
22994         * sysdeps/gnu/bits/utmpx.h: Likewise.
22995         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
22996         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
22997         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
22998         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
22999         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
23000         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
23001         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
23002         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
23003         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
23004         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
23005         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
23006         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
23007         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
23008         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
23009         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23010         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
23011         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
23012         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
23013         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
23014         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
23015         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
23016         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
23017         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
23018         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
23019         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
23020         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
23021         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
23022         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
23023         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
23024         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
23025         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
23026         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
23027         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
23028         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
23029         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
23030         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
23031         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
23032         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
23033         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
23034         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
23035         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
23036         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
23038 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
23040         [BZ #16245]
23041         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
23042         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
23044 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
23046         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
23047         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
23048         Likewise.
23050 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23052         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
23053         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
23054         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
23055         (__fesetround): Remove define.
23056         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
23057         rounding and exceptions handling.
23058         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
23059         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
23060         (__fe_nomask_env): Likewise.
23061         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
23062         __fegetround instead of fegetround.
23063         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
23064         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
23066 2013-11-21  Roland McGrath  <roland@hack.frob.com>
23068         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
23069         it's there.
23071         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
23073 2013-11-21  Meador Inge  <meadori@codesourcery.com>
23075         [BZ #11157]
23076         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
23077         (encrypt_r): Likewise.
23078         * malloc/obstack.h (obstack_free): Likewise.
23079         * posix/unistd.h (encrypt): Likewise.
23081 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
23083         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
23084         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
23085         DL_CALL_DT_FINI() that call the functions directly.
23086         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
23087         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
23088         * elf/dl-fini.c: Likewise.
23090 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
23092         * malloc/hooks.c (memalign_check): Add alignment rounding.
23093         * malloc/malloc.c (_mid_memalign): New function.
23094         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
23095         Implement by calling _mid_memalign.
23096         * manual/probes.texi (Memory Allocation Probes): Remove
23097         memory_valloc_retry and memory_pvalloc_retry.
23099 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
23101         * locale/programs/locarchive.c (open_archive): Add const
23102         qualifier to ARCHIVEFNAME and copy default fname to
23103         DEFAULT_FNAME.
23105         [BZ #15601]
23106         * libio/tst-widetext.input: Rename Oriya to Odia.
23107         * locale/iso-639.def: Likewise.
23109         * manual/probes.texi (Mathematical Function Probes): Add
23110         documentation for sin, cos, asin and acos probes.
23111         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
23112         (__sin32): Add slowasin probe.
23113         (__cos32): Add slowacos probe.
23114         (__mpsin): Add slowsin probe.
23115         (__mpcos): Add slowcos probe.
23117 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
23119         [BZ #15483]
23120         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
23121         thread-local __sim_exceptions_thread and global
23122         __sim_exceptions_global.
23123         (__sim_disabled_exceptions): Change to thread-local
23124         __sim_disabled_exceptions_thread and global
23125         __sim_disabled_exceptions_global.
23126         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
23127         and global __sim_round_mode_global.
23128         (__simulate_exceptions): Use thread-local floating-point state and
23129         set global state from it as needed.
23130         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
23131         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
23132         __sim_round_mode_thread.
23133         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
23134         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
23135         and global __sim_exceptions_global.
23136         (__sim_disabled_exceptions): Change to thread-local
23137         __sim_disabled_exceptions_thread and global
23138         __sim_disabled_exceptions_global.
23139         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
23140         and global __sim_round_mode_global.
23141         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
23142         (SIM_SET_GLOBAL): Likewise.
23143         * sysdeps/powerpc/soft-fp/sfp-machine.h
23144         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
23145         __sim_round_mode_thread.
23146         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
23147         __sim_disabled_exceptions_thread.
23148         (__sim_exceptions): Change to __sim_exceptions_thread.
23149         (__sim_disabled_exceptions): Change to
23150         __sim_disabled_exceptions_thread.
23151         (__sim_round_mode): Change to __sim_round_mode_thread.
23152         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
23153         thread-local floating-point state and set global state from it as
23154         needed.
23155         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
23156         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
23157         (__sim_disabled_exceptions): Remove extern declaration.
23158         (feenableexcept): Use thread-local floating-point state and set
23159         global state from it as needed.
23160         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
23161         extern declaration.
23162         (__sim_disabled_exceptions): Likewise.
23163         (__sim_round_mode): Likewise.
23164         (__fegetenv): Use thread-local floating-point state.
23165         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
23166         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
23167         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
23168         floating-point state and set global state from it as needed.
23169         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
23170         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
23171         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
23172         Likewise.
23173         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
23174         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
23175         Likewise.
23176         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
23177         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
23178         Use __sim_round_mode_thread.
23179         * math/test-fenv-tls.c: New file.
23180         * math/Makefile (tests): Add test-fenv-tls.
23181         ($(objpfx)test-fenv-tls): Depend on
23182         $(common-objpfx)nptl/libpthread.so.
23184 2013-11-19  Andreas Schwab  <schwab@suse.de>
23186         * locale/programs/locale.c (show_info): Decode wordarray elements.
23187         * locale/categories.def (LC_MONETARY): Add element for
23188         _NL_MONETARY_CRNCYSTR.
23189         * locale/C-monetary.c (conversion_rate): New variable.
23190         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
23191         element.
23193 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
23195         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
23196         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
23198 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
23200         * elf/Makefile (tst-auxv): New test.
23201         * elf/tst-auxv.c: New
23202         * elf/rtld.c (dl_main): Adjust AT_EXECFN
23204 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
23206         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
23207         (hidden_proto): Caller changed.
23208         (hidden_tls_proto): New macro.
23209         (libc_hidden_tls_proto): Likewise.
23210         (rtld_hidden_tls_proto): Likewise.
23211         (libm_hidden_tls_proto): Likewise.
23212         (libresolv_hidden_tls_proto): Likewise.
23213         (librt_hidden_tls_proto): Likewise.
23214         (libdl_hidden_tls_proto): Likewise.
23215         (libnss_files_hidden_tls_proto): Likewise.
23216         (libnsl_hidden_tls_proto): Likewise.
23217         (libnss_nisplus_hidden_tls_proto): Likewise.
23218         (libutil_hidden_tls_proto): Likewise.
23220 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
23222         [BZ #10253]
23223         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
23224         (decompose_rpath): Defer expansion to fillin_rpath.
23225         (_dl_init_paths): Pass linkmap to fillin_rpath.
23227 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
23229         * benchtests/Makefile: Add strsep.
23230         * benchtests/bench-strsep.c: New file: strsep benchtest.
23231         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
23233 2013-11-18  Andreas Schwab  <schwab@suse.de>
23235         * locale/programs/locale.c (show_info) [case byte]: Check for
23236         '\377' instead of '\177'.
23237         * locale/C-monetary.c (not_available): Always use "\377".
23238         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
23239         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
23240         detect unavailable sign_posn locale elements.
23241         * locale/localeconv.c (__localeconv): For grouping and
23242         mon_grouping handle "\177" and "\377" like no grouping.
23243         (INT_ELEM): New macro.  Use it to set all numeric members.
23244         * locale/programs/ld-monetary.c (monetary_read)
23245         <tok_mon_grouping>: Normalize single -1 to the empty string.
23246         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
23247         Likewise.
23249 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
23251         [BZ #16055]
23252         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
23253         when we match (nil).
23254         * stdio-common/tst-sscanf.c (struct test): Add testcase.
23256 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
23258         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
23259         (NO_TEST_INLINE): Update value.
23260         (ERRNO_UNCHANGED): Likewise.
23261         (ERRNO_EDOM): Likewise.
23262         (ERRNO_ERANGE): Likewise.
23263         (IGNORE_RESULT): Likewise.
23264         (check_float_internal): Check signs of NaN results if
23265         TEST_NAN_SIGN used.
23266         (check_complex): Pass TEST_NAN_SIGN flag through to second
23267         check_float_internal call.
23268         (copysign_test_data): Add tests with quiet NaNs as second
23269         argument.  Use TEST_NAN_SIGN.
23270         (fabs_test_data): Add test of negative quiet NaN argument.  Use
23271         TEST_NAN_SIGN.
23272         (signbit_test_data): Add tests of quiet NaN argument.
23273         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
23275         * math/gen-libm-test.pl (show_exceptions): Take extra argument
23276         $ignore_result.
23277         (parse_args): Handle function results specified as IGNORE.
23278         * math/libm-test.inc (IGNORE_RESULT): New macro.
23279         (check_float_internal): Do not check numerical result if flag
23280         IGNORE_RESULT set.
23281         (check_complex): Pass through IGNORE_RESULT to second
23282         check_float_internal call.
23283         (check_int): Do not check numerical result if flag IGNORE_RESULT
23284         set.
23285         (check_long): Likewise.
23286         (check_bool): Likewise.
23287         (check_longlong): Likewise.
23288         (lrint_test_data): Add tests of infinite and NaN arguments.
23289         (lrint_tonearest_test_data): Likewise.
23290         (lrint_towardzero_test_data): Likewise.
23291         (lrint_downward_test_data): Likewise.
23292         (lrint_upward_test_data): Likewise.
23293         (llrint_test_data): Likewise.
23294         (llrint_tonearest_test_data): Likewise.
23295         (llrint_towardzero_test_data): Likewise.
23296         (llrint_downward_test_data): Likewise.
23297         (llrint_upward_test_data): Likewise.
23298         (lround_test_data): Likewise.
23299         (llround_test_data): Likewise.
23301         * math/libm-test.inc (NO_TEST_INLINE): New macro.
23302         (ERRNO_UNCHANGED): Update value.
23303         (ERRNO_EDOM): Likewise.
23304         (ERRNO_ERANGE): Likewise.
23305         (NO_TEST_INLINE_FLOAT): New macro.
23306         (NO_TEST_INLINE_DOUBLE): Likewise.
23307         (enable_test): New function.
23308         (RUN_TEST_f_f): Check enable_test before running test.
23309         (RUN_TEST_2_f): Likewise.
23310         (RUN_TEST_fff_f): Likewise.
23311         (RUN_TEST_c_f): Likewise.
23312         (RUN_TEST_f_f1): Likewise.
23313         (RUN_TEST_fF_f1): Likewise.
23314         (RUN_TEST_fI_f1): Likewise.
23315         (RUN_TEST_ffI_f1): Likewise.
23316         (RUN_TEST_c_c): Likewise.
23317         (RUN_TEST_cc_c): Likewise.
23318         (RUN_TEST_f_i): Likewise.
23319         (RUN_TEST_f_i_tg): Likewise.
23320         (RUN_TEST_ff_i_tg): Likewise.
23321         (RUN_TEST_f_b): Likewise.
23322         (RUN_TEST_f_b_tg): Likewise.
23323         (RUN_TEST_f_l): Likewise.
23324         (RUN_TEST_f_L): Likewise.
23325         (RUN_TEST_fFF_11): Likewise.
23326         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
23327         conditionals.
23328         (cosh_test_data): Likewise.
23329         (exp_test_data): Likewise.
23330         (expm1_test_data): Likewise.
23331         (hypot_test_data): Likewise.
23332         (pow_test_data): Likewise.
23333         (sinh_test_data): Likewise.
23334         (tanh_test_data): Likewise.
23335         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
23336         flags argument.
23338         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
23339         tests with quiet NaN input and output.
23340         (acosh_test_data): Likewise.
23341         (asin_test_data): Likewise.
23342         (asinh_test_data): Likewise.
23343         (atan_test_data): Likewise.
23344         (atanh_test_data): Likewise.
23345         (atan2_test_data): Likewise.
23346         (cbrt_test_data): Likewise.
23347         (cos_test_data): Likewise.
23348         (cosh_test_data): Likewise.
23349         (erf_test_data): Likewise.
23350         (erfc_test_data): Likewise.
23351         (exp_test_data): Likewise.
23352         (exp10_test_data): Likewise.
23353         (exp2_test_data): Likewise.
23354         (expm1_test_data): Likewise.
23355         (hypot_test_data): Likewise.
23356         (j0_test_data): Likewise.
23357         (j1_test_data): Likewise.
23358         (jn_test_data): Likewise.
23359         (lgamma_test_data): Likewise.
23360         (log_test_data): Likewise.
23361         (log10_test_data): Likewise.
23362         (log1p_test_data): Likewise.
23363         (log2_test_data): Likewise.
23364         (pow_test_data): Likewise.
23365         (scalb_test_data): Likewise.
23366         (sin_test_data): Likewise.
23367         (sincos_test_data): Likewise.
23368         (sinh_test_data): Likewise.
23369         (tan_test_data): Likewise.
23370         (tanh_test_data): Likewise.
23371         (tgamma_test_data): Likewise.
23372         (y0_test_data): Likewise.
23373         (y1_test_data): Likewise.
23374         (yn_test_data): Likewise.
23376         [BZ #16167]
23377         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
23378         argument being NaN and avoid computations with second argument in
23379         that case.
23380         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
23381         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
23382         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
23384 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
23386         * locale/iso-639.def: Add Chitwani Tharu (the).
23388 2013-11-14  Andreas Schwab  <schwab@suse.de>
23390         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
23391         word instead of empty string.
23393 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23395         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23396         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
23397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23398         (__fe_nomask_env): Likewise.
23400 2013-11-13  Steve Ellcey  <sellcey@mips.com>
23402         * benchtests/bench-timing.h: Include time.h.
23404 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
23406         [BZ #15997]
23407         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
23408         to 3.4.0 for x32.
23409         * sysdeps/unix/sysv/linux/configure: Regenerated.
23411 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
23413         [BZ #16151]
23414         * stdlib/strtod_l.c (round_and_return): Do not consider
23415         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
23416         exponent one less than half the least subnormal exponent.
23417         * stdlib/test-strtod-round-data: Add more tests.
23418         * stdlib/tst-strtod-round.c (tests): Regenerated.
23420 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23422         [BZ #14143]
23423         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
23424         (__fe_mask_env): Likewise.
23425         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
23426         libm_hidden_proto and add function prototype.
23427         (__fe_mask_env): Add function prototype.
23428         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23429         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
23430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
23431         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
23432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23433         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
23435 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23437         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
23438         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
23440 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23442         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
23443         of htab_find_slot().
23445 2013-11-11  David S. Miller  <davem@davemloft.net>
23447         [BZ #16150]
23448         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
23449         symbol in the non-vis3 case in static builds.
23450         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
23451         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
23452         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
23453         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
23455 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
23457         [BZ #387]
23458         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
23459         it is empty.
23461 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23463         * benchtests/Makefile: Add bench-strtod.
23464         * benchtests/bench-strtod.c: New file: strtod benchtest
23466 2013-11-11  Andreas Schwab  <schwab@suse.de>
23468         [BZ #16153]
23469         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
23470         terminating NUL in key length.
23472 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23474         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
23475         Add artificial ODP entry for vDSO symbol for PPC64.
23476         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
23477         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
23479 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
23481         [BZ #15374]
23482         * nss/getent.c (services_keys): Recognize services starting with digit.
23484 2013-11-06  David S. Miller  <davem@davemloft.net>
23486         [BZ #15985]
23487         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
23488         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
23490 2013-11-06  Will Newton  <will.newton@linaro.org>
23492         * manual/memory.texi (Malloc Examples): Remove register
23493         keyword from examples.
23495 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
23497         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
23499 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
23501         [BZ #6981]
23502         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
23503         depending on [__GCC_IEC_559 > 0].
23504         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
23505         depending on [__GCC_IEC_559_COMPLEX > 0].
23507 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
23509         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
23510         to iso-639.def.
23512 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
23514         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
23516 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
23518         [BZ #16112]
23519         * malloc/malloc (malloc_info): Do not handle first bin as
23520         special case.
23522 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
23524         * locale/iso-639.def: Add Central Nahuatl (nhn).
23526 2013-11-01  Bruno Haible  <bruno@clisp.org>
23528         [BZ #7003]
23529         * manual/math.texi (BSD Random): Specify range upper bound as
23530         in POSIX.
23532 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
23534         * locale/iso-639.def: Add Meadow Mari (mhr).
23536 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
23538         [BZ #14752], [BZ #15763]
23539         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
23540         Validate name.
23541         * rt/tst_shm.c: Add test for escaping directory.
23543 2013-10-31  Andreas Schwab  <schwab@suse.de>
23545         [BZ #15917]
23546         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
23547         followed by 'x' as part of digit sequence.
23548         * stdio-common/tst-sscanf.c (double_tests2): New tests.
23550 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
23552         [BZ #16037]
23553         * configure.ac: allow GNU Make 4.0 and greater.
23554         * configure: Regenerated.
23556 2013-10-30  Will Newton  <will.newton@linaro.org>
23558         [BZ #16038]
23559         * malloc/hooks.c (memalign_check): Limit alignment to the
23560         maximum representable power of two.
23561         * malloc/malloc.c (__libc_memalign): Likewise.
23562         * malloc/tst-memalign.c (do_test): Add test for very
23563         large alignment values.
23564         * malloc/tst-posix_memalign.c (do_test): Likewise.
23566 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
23568         [BZ #11087]
23569         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
23570         (munmap_chunk): Likewise.
23571         (mremap_chunk): Likewise.
23573 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
23575         [BZ #15799]
23576         * stdlib/div.c (div): Remove obsolete code.
23577         * stdlib/ldiv.c (ldiv): Likewise.
23578         * stdlib/lldiv.c (lldiv): Likewise.
23580 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
23582         [BZ #16071]
23583         * nss/nss_files/files-XXX.c (get_contents_ret): New
23584         enumerator.
23585         (get_contents): New function.
23586         (internal_getent): Use it.  Expand size of LINEBUFLEN.
23588 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
23590         * configure.in: Moved to ...
23591         * configure.ac: ... here. Change reference to configure.in
23592         to configure.ac.
23593         * sysdeps/arm/preconfigure.ac: ... here.
23594         configure.in to configure.ac.
23595         * sysdeps/gnu/configure.in: Moved to ...
23596         * sysdeps/gnu/configure.ac: ... here.
23597         * sysdeps/i386/configure.in: Moved to ...
23598         * sysdeps/i386/configure.ac: ... here.
23599         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
23600         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
23601         * sysdeps/mach/configure.in: Moved to ...
23602         * sysdeps/mach/configure.ac: ... here.
23603         * sysdeps/mach/hurd/configure.in: Moved to ...
23604         * sysdeps/mach/hurd/configure.ac: ... here.
23605         * sysdeps/powerpc/configure.in: Moved to ...
23606         * sysdeps/powerpc/configure.ac: ... here.
23607         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
23608         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
23609         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
23610         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
23611         * sysdeps/s390/s390-32/configure.in: Moved to ...
23612         * sysdeps/s390/s390-32/configure.ac: ... here.
23613         * sysdeps/s390/s390-64/configure.in: Moved to ...
23614         * sysdeps/s390/s390-64/configure.ac: ... here.
23615         * sysdeps/sh/configure.in: Moved to ...
23616         * sysdeps/sh/configure.ac: ... here.
23617         * sysdeps/sparc/configure.in: Moved to ...
23618         * sysdeps/sparc/configure.ac: ... here.
23619         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
23620         * sysdeps/unix/sysv/linux/configure.ac: ... here.
23621         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
23622         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
23623         * sysdeps/x86_64/configure.in: Moved to ...
23624         * sysdeps/x86_64/configure.ac: ... here.
23625         * sysdeps/x86_64/preconfigure.in: Moved to ...
23626         * sysdeps/x86_64/preconfigure.ac: ... here.
23627         * aclocal.m4: Change reference to configure.in to configure.ac.
23628         * config.h.in: Likewise.
23629         * manual/install.texi: Likewise.
23630         * manual/maint.texi: Likewise.
23631         * Makefile: Likewise.
23632         * malloc/Makefile: Likewise.
23633         * nscd/Makefile: Likewise.
23634         * Makeconfig: Change reference to configure.in and
23635         preconfigure.in to configure.ac and preconfigure.ac
23636         respectively.
23637         * INSTALL: Regenerated.
23638         * configure: Likewise.
23639         * sysdeps/gnu/configure: Likewise.
23640         * sysdeps/i386/configure: Likewise.
23641         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
23642         * sysdeps/mach/configure: Likewise.
23643         * sysdeps/mach/hurd/configure: Likewise.
23644         * sysdeps/powerpc/configure: Likewise.
23645         * sysdeps/powerpc/powerpc32/configure: Likewise.
23646         * sysdeps/powerpc/powerpc64/configure: Likewise.
23647         * sysdeps/s390/s390-32/configure: Likewise.
23648         * sysdeps/s390/s390-64/configure: Likewise.
23649         * sysdeps/sh/configure: Likewise.
23650         * sysdeps/sparc/configure: Likewise.
23651         * sysdeps/unix/sysv/linux/configure: Likewise.
23652         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
23653         * sysdeps/x86_64/configure: Likewise.
23654         * sysdeps/x86_64/preconfigure: Likewise.
23656 2013-10-29  Andreas Schwab  <schwab@suse.de>
23658         * stdio-common/Makefile (tst-swscanf-ENV): Define.
23660 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23662         * benchtests/pow-inputs: Add new inputs.
23664         * benchtests/exp-inputs: Add new inputs.
23666         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
23667         conditional check for return value.
23668         (__cos32): Likewise.
23670 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23672         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
23673         to provide a boost for large inputs with word alignment.
23674         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
23675         implementation based on optimized PPC64 strcpy.
23676         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
23677         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
23678         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
23679         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
23681 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23683         [BZ #2801]
23684         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
23686 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23688         [BZ #14876]
23689         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
23690         * time/tst-strptime.c (day_tests): Add testcase.
23692 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23694         [BZ #14029]
23695         * manual/pattern.texi: Acknowledge that fnmatch can fail.
23697 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
23699         [BZ #16074]
23700         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
23701         MAP_FAILED on error.
23703 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
23705         [BZ #16072]
23706         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
23707         heap for large requests.
23709 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
23711         [BZ #9954]
23712         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
23713         result if the result has no associated interface.
23714         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
23715         interface for all 127.X.Y.Z addresses.
23717 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
23719         * locale/iso-639.def: Add Ligurian (lij)
23721 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
23723         [BZ #15825]
23724         * sunrpc/rpc_main.c: Document rpcgen -5.
23726 2013-10-19  Michael Stahl  <mstahl@redhat.com>
23728         * elf/rtld.c (do_preload): Print the reason why preloading failed.
23730 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
23732         [BZ #10278]
23733         * posix/glob.c: Match only directories when trailing slash is present.
23734         * posix/tst-gnuglob.c (my_opendir): Do not open files.
23735         (main): Add testcase.
23737 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
23739         [BZ #15670]
23740         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
23742 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
23744         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
23745         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
23746         AUTH_DES and cindex for FIPS 140-2.
23747         (DES Encryption): Add cindex FIPS 46-3.
23749         * locale/locarchive.h (struct locarhandle): Add fname.
23750         * locale/programs/localedef.c (main): Pass ARGV[remaining]
23751         if an optional argument was specified to --list-archive,
23752         otherwise NULL.
23753         * locale/programs/locarchive.c (show_archive_content): Take new
23754         argument fname and pass it via ah.fname to open_archive.
23755         * locale/programs/localedef.h: Update decl.
23756         (open_archive): If AH->fname is non-null, open that file
23757         rather than the default file name, and don't ignore ENOENT.
23758         (create_archive): Set AH.fname to NULL.
23759         (delete_locales_from_archive): Likewise.
23760         (add_locales_to_archive): Likewise.
23761         * locale/programs/locfile.c (write_all_categories): Likewise.
23763 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
23764             Aldy Hernandez  <aldyh@redhat.com>
23766         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
23767         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
23768         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
23769         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
23770         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
23771         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
23772         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
23773         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
23774         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
23775         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
23776         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
23777         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
23778         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
23779         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
23780         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
23781         Likewise.
23782         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
23783         Likewise.
23784         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
23785         Likewise.
23786         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
23787         Likewise.
23788         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
23789         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
23790         Likewise.
23791         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
23792         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
23793         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
23794         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
23795         Likewise.
23796         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
23797         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
23798         * sysdeps/powerpc/preconfigure: Likewise.
23799         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
23800         Likewise.
23801         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
23802         Replace contents of file by #include of <fenv_libc.h>.
23803         * sysdeps/powerpc/soft-fp/sfp-machine.h
23804         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
23805         and <sys/prctl.h>.
23806         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
23807         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
23808         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
23809         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
23810         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
23811         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
23812         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
23813         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
23814         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
23815         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
23816         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
23817         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
23818         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
23819         Allow copysignl PLT reference to be missing.
23821 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
23822             Joseph Myers  <joseph@codesourcery.com
23824         [BZ #15948]
23825         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
23826         single character.
23827         (add_to_tablewc): Assert sequence of wide characters is nonempty.
23829 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
23831         * elf/tst-tls-dlinfo.c: Don't include tls.h.
23832         * elf/tst-tls1.c: Likewise.
23833         * elf/tst-tls10.h: Likewise.
23834         * elf/tst-tls14.c: Likewise.
23835         * elf/tst-tls2.c: Likewise.
23836         * elf/tst-tls3.c: Likewise.
23837         * elf/tst-tls4.c: Likewise.
23838         * elf/tst-tls5.c: Likewise.
23839         * elf/tst-tls6.c: Likewise.
23840         * elf/tst-tls7.c: Likewise.
23841         * elf/tst-tls8.c: Likewise.
23842         * elf/tst-tls9.c: Likewise.
23843         * elf/tst-tlsmod1.c: Likewise.
23844         * elf/tst-tlsmod13.c: Likewise.
23845         * elf/tst-tlsmod13a.c: Likewise.
23846         * elf/tst-tlsmod14a.c: Likewise.
23847         * elf/tst-tlsmod16a.c: Likewise.
23848         * elf/tst-tlsmod16b.c: Likewise.
23849         * elf/tst-tlsmod2.c: Likewise.
23850         * elf/tst-tlsmod3.c: Likewise.
23851         * elf/tst-tlsmod4.c: Likewise.
23852         * elf/tst-tlsmod5.c: Likewise.
23853         * elf/tst-tlsmod6.c: Likewise.
23855 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
23857         [BZ #12486]
23858         * malloc/malloc.c: remove checks for statistics.
23860 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
23862         [BZ #15277]
23863         * inet/inet_net.c (inet_network): Detect additional invalid strings.
23864         * inet/tst-network.c: Add testcase.
23866 2013-10-17  Andreas Schwab  <schwab@suse.de>
23868         [BZ #15218]
23869         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
23870         to determine canonical name.
23872 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
23874         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
23875         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
23876         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
23877         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
23878         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
23879         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
23880         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
23881         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
23882         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
23883         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
23884         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
23885         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
23886         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
23887         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
23888         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
23889         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
23890         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
23891         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
23892         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
23893         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
23894         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
23895         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
23896         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23897         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
23898         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
23899         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
23900         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
23901         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
23902         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
23903         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
23904         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
23905         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
23906         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
23907         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
23908         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
23909         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
23910         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
23911         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
23912         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
23913         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
23914         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
23915         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
23916         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
23917         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
23918         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
23919         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
23920         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
23921         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
23922         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
23923         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
23924         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
23925         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
23926         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
23927         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
23928         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
23929         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
23930         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
23931         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
23933 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
23935         [BZ #16041]
23936         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
23937         make result into a quiet NaN.
23939 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
23941         * soft-fp/adddf3.c: Fix horizontal whitespace.
23942         * soft-fp/addsf3.c: Likewise.
23943         * soft-fp/addtf3.c: Likewise.
23944         * soft-fp/divdf3.c: Likewise.
23945         * soft-fp/divsf3.c: Likewise.
23946         * soft-fp/divtf3.c: Likewise.
23947         * soft-fp/double.h: Likewise.
23948         * soft-fp/eqdf2.c: Likewise.
23949         * soft-fp/eqsf2.c: Likewise.
23950         * soft-fp/eqtf2.c: Likewise.
23951         * soft-fp/extenddftf2.c: Likewise.
23952         * soft-fp/extended.h: Likewise.
23953         * soft-fp/extendsfdf2.c: Likewise.
23954         * soft-fp/extendsftf2.c: Likewise.
23955         * soft-fp/extendxftf2.c: Likewise.
23956         * soft-fp/fixdfdi.c: Likewise.
23957         * soft-fp/fixdfsi.c: Likewise.
23958         * soft-fp/fixdfti.c: Likewise.
23959         * soft-fp/fixsfdi.c: Likewise.
23960         * soft-fp/fixsfsi.c: Likewise.
23961         * soft-fp/fixsfti.c: Likewise.
23962         * soft-fp/fixtfdi.c: Likewise.
23963         * soft-fp/fixtfsi.c: Likewise.
23964         * soft-fp/fixtfti.c: Likewise.
23965         * soft-fp/fixunsdfdi.c: Likewise.
23966         * soft-fp/fixunsdfsi.c: Likewise.
23967         * soft-fp/fixunsdfti.c: Likewise.
23968         * soft-fp/fixunssfdi.c: Likewise.
23969         * soft-fp/fixunssfsi.c: Likewise.
23970         * soft-fp/fixunssfti.c: Likewise.
23971         * soft-fp/fixunstfdi.c: Likewise.
23972         * soft-fp/fixunstfsi.c: Likewise.
23973         * soft-fp/fixunstfti.c: Likewise.
23974         * soft-fp/floatdidf.c: Likewise.
23975         * soft-fp/floatdisf.c: Likewise.
23976         * soft-fp/floatditf.c: Likewise.
23977         * soft-fp/floatsidf.c: Likewise.
23978         * soft-fp/floatsisf.c: Likewise.
23979         * soft-fp/floatsitf.c: Likewise.
23980         * soft-fp/floattidf.c: Likewise.
23981         * soft-fp/floattisf.c: Likewise.
23982         * soft-fp/floattitf.c: Likewise.
23983         * soft-fp/floatundidf.c: Likewise.
23984         * soft-fp/floatundisf.c: Likewise.
23985         * soft-fp/floatunditf.c: Likewise.
23986         * soft-fp/floatunsidf.c: Likewise.
23987         * soft-fp/floatunsisf.c: Likewise.
23988         * soft-fp/floatunsitf.c: Likewise.
23989         * soft-fp/floatuntidf.c: Likewise.
23990         * soft-fp/floatuntisf.c: Likewise.
23991         * soft-fp/floatuntitf.c: Likewise.
23992         * soft-fp/fmadf4.c: Likewise.
23993         * soft-fp/fmasf4.c: Likewise.
23994         * soft-fp/fmatf4.c: Likewise.
23995         * soft-fp/gedf2.c: Likewise.
23996         * soft-fp/gesf2.c: Likewise.
23997         * soft-fp/getf2.c: Likewise.
23998         * soft-fp/ledf2.c: Likewise.
23999         * soft-fp/lesf2.c: Likewise.
24000         * soft-fp/letf2.c: Likewise.
24001         * soft-fp/muldf3.c: Likewise.
24002         * soft-fp/mulsf3.c: Likewise.
24003         * soft-fp/multf3.c: Likewise.
24004         * soft-fp/negdf2.c: Likewise.
24005         * soft-fp/negsf2.c: Likewise.
24006         * soft-fp/negtf2.c: Likewise.
24007         * soft-fp/op-1.h: Likewise.
24008         * soft-fp/op-2.h: Likewise.
24009         * soft-fp/op-4.h: Likewise.
24010         * soft-fp/op-8.h: Likewise.
24011         * soft-fp/op-common.h: Likewise.
24012         * soft-fp/quad.h: Likewise.
24013         * soft-fp/single.h: Likewise.
24014         * soft-fp/soft-fp.h: Likewise.
24015         * soft-fp/sqrtdf2.c: Likewise.
24016         * soft-fp/sqrtsf2.c: Likewise.
24017         * soft-fp/sqrttf2.c: Likewise.
24018         * soft-fp/subdf3.c: Likewise.
24019         * soft-fp/subsf3.c: Likewise.
24020         * soft-fp/subtf3.c: Likewise.
24021         * soft-fp/truncdfsf2.c: Likewise.
24022         * soft-fp/trunctfdf2.c: Likewise.
24023         * soft-fp/trunctfsf2.c: Likewise.
24024         * soft-fp/trunctfxf2.c: Likewise.
24025         * soft-fp/unorddf2.c: Likewise.
24026         * soft-fp/unordsf2.c: Likewise.
24027         * soft-fp/unordtf2.c: Likewise.
24029 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
24031         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
24032         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
24034 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
24036         * elf/dl-libc.c: Clear initfini list after freeing.
24038 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
24040         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
24041         * soft-fp/addsf3.c: Likewise.
24042         * soft-fp/addtf3.c: Likewise.
24043         * soft-fp/divdf3.c: Likewise.
24044         * soft-fp/divsf3.c: Likewise.
24045         * soft-fp/divtf3.c: Likewise.
24046         * soft-fp/double.h: Likewise.
24047         * soft-fp/eqdf2.c: Likewise.
24048         * soft-fp/eqsf2.c: Likewise.
24049         * soft-fp/eqtf2.c: Likewise.
24050         * soft-fp/extenddftf2.c: Likewise.
24051         * soft-fp/extended.h: Likewise.
24052         * soft-fp/extendsfdf2.c: Likewise.
24053         * soft-fp/extendsftf2.c: Likewise.
24054         * soft-fp/extendxftf2.c: Likewise.
24055         * soft-fp/fixdfdi.c: Likewise.
24056         * soft-fp/fixdfsi.c: Likewise.
24057         * soft-fp/fixdfti.c: Likewise.
24058         * soft-fp/fixsfdi.c: Likewise.
24059         * soft-fp/fixsfsi.c: Likewise.
24060         * soft-fp/fixsfti.c: Likewise.
24061         * soft-fp/fixtfdi.c: Likewise.
24062         * soft-fp/fixtfsi.c: Likewise.
24063         * soft-fp/fixtfti.c: Likewise.
24064         * soft-fp/fixunsdfdi.c: Likewise.
24065         * soft-fp/fixunsdfsi.c: Likewise.
24066         * soft-fp/fixunsdfti.c: Likewise.
24067         * soft-fp/fixunssfdi.c: Likewise.
24068         * soft-fp/fixunssfsi.c: Likewise.
24069         * soft-fp/fixunssfti.c: Likewise.
24070         * soft-fp/fixunstfdi.c: Likewise.
24071         * soft-fp/fixunstfsi.c: Likewise.
24072         * soft-fp/fixunstfti.c: Likewise.
24073         * soft-fp/floatdidf.c: Likewise.
24074         * soft-fp/floatdisf.c: Likewise.
24075         * soft-fp/floatditf.c: Likewise.
24076         * soft-fp/floatsidf.c: Likewise.
24077         * soft-fp/floatsisf.c: Likewise.
24078         * soft-fp/floatsitf.c: Likewise.
24079         * soft-fp/floattidf.c: Likewise.
24080         * soft-fp/floattisf.c: Likewise.
24081         * soft-fp/floattitf.c: Likewise.
24082         * soft-fp/floatundidf.c: Likewise.
24083         * soft-fp/floatundisf.c: Likewise.
24084         * soft-fp/floatunsidf.c: Likewise.
24085         * soft-fp/floatunsisf.c: Likewise.
24086         * soft-fp/floatuntidf.c: Likewise.
24087         * soft-fp/floatuntisf.c: Likewise.
24088         * soft-fp/floatuntitf.c: Likewise.
24089         * soft-fp/fmadf4.c: Likewise.
24090         * soft-fp/fmasf4.c: Likewise.
24091         * soft-fp/fmatf4.c: Likewise.
24092         * soft-fp/gedf2.c: Likewise.
24093         * soft-fp/gesf2.c: Likewise.
24094         * soft-fp/getf2.c: Likewise.
24095         * soft-fp/ledf2.c: Likewise.
24096         * soft-fp/lesf2.c: Likewise.
24097         * soft-fp/letf2.c: Likewise.
24098         * soft-fp/muldf3.c: Likewise.
24099         * soft-fp/mulsf3.c: Likewise.
24100         * soft-fp/multf3.c: Likewise.
24101         * soft-fp/negdf2.c: Likewise.
24102         * soft-fp/negsf2.c: Likewise.
24103         * soft-fp/negtf2.c: Likewise.
24104         * soft-fp/op-1.h: Likewise.
24105         * soft-fp/op-2.h: Likewise.
24106         * soft-fp/op-4.h: Likewise.
24107         * soft-fp/op-8.h: Likewise.
24108         * soft-fp/op-common.h: Likewise.
24109         * soft-fp/quad.h: Likewise.
24110         * soft-fp/single.h: Likewise.
24111         * soft-fp/soft-fp.h: Likewise.
24112         * soft-fp/sqrtdf2.c: Likewise.
24113         * soft-fp/sqrtsf2.c: Likewise.
24114         * soft-fp/sqrttf2.c: Likewise.
24115         * soft-fp/subdf3.c: Likewise.
24116         * soft-fp/subsf3.c: Likewise.
24117         * soft-fp/subtf3.c: Likewise.
24118         * soft-fp/truncdfsf2.c: Likewise.
24119         * soft-fp/trunctfdf2.c: Likewise.
24120         * soft-fp/trunctfsf2.c: Likewise.
24121         * soft-fp/trunctfxf2.c: Likewise.
24122         * soft-fp/unorddf2.c: Likewise.
24123         * soft-fp/unordsf2.c: Likewise.
24124         * soft-fp/unordtf2.c: Likewise.
24126 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
24128         [BZ #15672]
24129         * misc/error.c (error_tail): Fix possible buffer overflow.
24131 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
24133         [BZ #13028]
24134         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
24135         address.
24137 2013-10-14  P. J. McDermott  <pj@pehjota.net>
24139         [BZ #832]
24140         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
24141         testing pipefail option.
24143 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
24145         * soft-fp/double.h: Indent preprocessor directives inside #if.
24146         * soft-fp/extended.h: Likewise.
24147         * soft-fp/op-2.h: Likewise.
24148         * soft-fp/op-4.h: Likewise.
24149         * soft-fp/op-common.h: Likewise.
24150         * soft-fp/quad.h: Likewise.
24151         * soft-fp/single.h: Likewise.
24152         * soft-fp/soft-fp.h: Likewise.
24154 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
24156         * iconv/iconv_prog.c: Fix typos.
24157         * stdio-common/psiginfo-data.h: Likewise.
24159 2013-10-12   Reuben Thomas <rrt@sc3d.org>
24161         [BZ #15764]
24162         * locale/setlocale.c: Fix typo.
24164 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
24166         [BZ #16036]
24167         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
24168         signaling NaN arguments.
24169         * soft-fp/unordsf2.c (__unordsf2): Likewise.
24170         * soft-fp/unordtf2.c (__unordtf2): Likewise.
24172         [BZ #14910]
24173         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
24174         unordered operands.
24175         * soft-fp/gesf2.c (__gesf2): Likewise.
24176         * soft-fp/getf2.c (__getf2): Likewise.
24177         * soft-fp/ledf2.c (__ledf2): Likewise.
24178         * soft-fp/lesf2.c (__lesf2): Likewise.
24179         * soft-fp/letf2.c (__letf2): Likewise.
24181         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
24182         * soft-fp/eqsf2.c (__eqsf2): Likewise.
24183         * soft-fp/eqtf2.c (__eqtf2): Likewise.
24184         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
24185         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
24186         * soft-fp/fixdfti.c (__fixdfti): Likewise.
24187         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
24188         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
24189         * soft-fp/fixsfti.c (__fixsfti): Likewise.
24190         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
24191         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
24192         * soft-fp/fixtfti.c (__fixtfti): Likewise.
24193         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
24194         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
24195         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
24196         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
24197         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
24198         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
24199         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
24200         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
24201         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
24202         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
24203         * soft-fp/floatdisf.c (__floatdisf): Likewise.
24204         * soft-fp/floatsisf.c (__floatsisf): Likewise.
24205         * soft-fp/floattidf.c (__floattidf): Likewise.
24206         * soft-fp/floattisf.c (__floattisf): Likewise.
24207         * soft-fp/floattitf.c (__floattitf): Likewise.
24208         * soft-fp/floatundidf.c (__floatundidf): Likewise.
24209         * soft-fp/floatundisf.c (__floatundisf): Likewise.
24210         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
24211         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
24212         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
24213         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
24214         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
24215         * soft-fp/gesf2.c (__gesf2): Likewise.
24216         * soft-fp/getf2.c (__getf2): Likewise.
24217         * soft-fp/ledf2.c (__ledf2): Likewise.
24218         * soft-fp/lesf2.c (__lesf2): Likewise.
24219         * soft-fp/letf2.c (__letf2): Likewise.
24221         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
24222         Undefine and redefine.
24223         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
24224         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
24225         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
24226         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
24227         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24228         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
24229         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24230         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
24231         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24232         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
24233         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24234         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
24235         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24236         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
24237         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24239         [BZ #16032]
24240         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
24241         without decrementing exponent if mantissa >= that for the
24242         denominator, not >.
24243         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
24244         denominator, not >.  Decrement exponent in < case instead of
24245         incrementing in >= case.
24246         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
24247         without decrementing exponent if mantissa >= that for the
24248         denominator, not >.
24250         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
24251         computing saturated result for unsigned overflow.
24253 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24254             Jeff Law  <law@redhat.com>
24256         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
24257         (atan2Mp): Add systemtap probe marker.
24258         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
24259         (__ieee754_log): Add systemtap probe marker.
24260         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
24261         (atanMp): Add systemtap probe marker.
24262         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
24263         (tanMp): Add systemtap probe marker.
24264         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
24265         (__slowexp): Add systemtap probe marker.
24266         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
24267         (__slowpow): Add systemtap probe marker.
24268         * manual/probes.texi: Document probes.
24270 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
24272         [BZ #15362]
24273         * libio/fileops.c (_IO_new_file_write): Return count of bytes
24274         written.
24275         (_IO_new_file_xsputn): Don't return EOF if nothing has been
24276         written.
24277         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
24278         written to buffer but not flushed.
24279         * libio/iofwrite_u.c:  Likewise.
24280         * libio/iopadn.c:  Return bytes returned even if EOF was
24281         encountered.
24282         * libio/iowpadn.c:  Likewise.
24283         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
24284         if _IO_padn does not write the whole buffer.
24285         [!COMPILE_WPRINTF] (PAD): Likewise.
24287 2013-10-10  David S. Miller  <davem@davemloft.net>
24289         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
24290         directory block.
24292 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
24294         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
24295         instead of FSF address.
24296         * soft-fp/fixdfti.c: Likewise.
24297         * soft-fp/fixsfti.c: Likewise.
24298         * soft-fp/fixtfti.c: Likewise.
24299         * soft-fp/fixunsdfti.c: Likewise.
24300         * soft-fp/fixunssfti.c: Likewise.
24301         * soft-fp/fixunstfti.c: Likewise.
24302         * soft-fp/floattidf.c: Likewise.
24303         * soft-fp/floattisf.c: Likewise.
24304         * soft-fp/floattitf.c: Likewise.
24305         * soft-fp/floatuntidf.c: Likewise.
24306         * soft-fp/floatuntisf.c: Likewise.
24307         * soft-fp/floatuntitf.c: Likewise.
24308         * soft-fp/trunctfxf2.c: Likewise.
24310         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
24311         * soft-fp/fixdfti.c: Likewise.
24312         * soft-fp/fixsfti.c: Likewise.
24313         * soft-fp/fixtfti.c: Likewise.
24314         * soft-fp/fixunsdfti.c: Likewise.
24315         * soft-fp/fixunssfti.c: Likewise.
24316         * soft-fp/fixunstfti.c: Likewise.
24317         * soft-fp/floattidf.c: Likewise.
24318         * soft-fp/floattisf.c: Likewise.
24319         * soft-fp/floattitf.c: Likewise.
24320         * soft-fp/floatuntidf.c: Likewise.
24321         * soft-fp/floatuntisf.c: Likewise.
24322         * soft-fp/floatuntitf.c: Likewise.
24323         * soft-fp/trunctfxf2.c: Likewise.
24325 2013-10-10  David S. Miller  <davem@davemloft.net>
24327         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24329 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
24331         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
24332         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
24333         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
24334         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
24335         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
24336         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
24337         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
24339         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
24340         for NaNs before doing comparisons on argument.
24341         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
24342         Likewise.
24344 2013-10-10  Will Newton  <will.newton@linaro.org>
24346         * malloc/hooks.c (memalign_check): Ensure the value of bytes
24347         passed to _int_memalign does not overflow.
24349 2013-10-10  Torvald Riegel  <triegel@redhat.com>
24351         * scripts/bench.pl: Add include-sources directive.
24352         * benchtests/README: Update documentation.
24354 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
24356         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
24357         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
24358         instead of FP_INIT_ROUNDMODE.
24359         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
24360         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
24362         [BZ #16034]
24363         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
24364         copy class of input value.
24365         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
24366         not handle exceptions.
24367         * soft-fp/negsf2.c (__negsf2): Likewise.
24368         * soft-fp/negtf2.c (__negtf2): Likewise.
24369         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
24371 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
24373         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
24374         semicolon.  From Linux kernel.
24376 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
24378         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
24380 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
24382         [BZ #156]
24383         * manual/socket.texi: Added statement about buffer
24384         for gethostbyname2_r.
24386 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
24388         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
24389         Use .p2align directive instead, throughout.
24390         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
24391         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
24392         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
24393         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
24394         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
24395         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
24396         * sysdeps/x86_64/strchr.S: Likewise.
24397         * sysdeps/x86_64/strrchr.S: Likewise.
24399 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
24401         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
24403         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
24405         * sysdeps/generic/math_private.h (__mpsin1): Remove
24406         declaration.
24407         (__mpcos1): Likewise.
24408         (__mpsin): New argument __range_reduce.
24409         (__mpcos): Likewise.
24410         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
24411         (slow): Use __mpsin and __mpcos.
24412         (slow1): Likewise.
24413         (slow2): Likewise.
24414         (sloww): Likewise.
24415         (sloww1): Likewise.
24416         (sloww2): Likewise.
24417         (bsloww): Likewise.
24418         (bsloww1): Likewise.
24419         (bsloww2): Likewise.
24420         (cslow2): Likewise.
24421         (csloww): Likewise.
24422         (csloww1): Likewise.
24423         (csloww2): Likewise.
24424         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
24425         range_reduce.  Merge in __mpsin1.
24426         (__mpcos): Likewise.
24427         (__mpsin1): Remove.
24428         (__mpcos1): Likewise.
24430 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
24432         * locale/loadlocale.c (_nl_intern_locale_data): Use
24433         LOCFILE_ALIGNED_P.
24434         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
24435         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
24436         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
24437         obstack data is appropriately aligned.
24438         (obstack_int32_grow_fast): Likewise.
24439         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
24440         * locale/programs/locfile.c (add_locale_uint32): Likewise.
24441         (add_locale_uint32_array): Likewise.
24443 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
24445         * benchtests/Makefile: Remove ARGLIST and RET variables.
24446         ($(objpfx)bench-%.c): Pass only function name to the script.
24447         * benchtests/README: Update documentation.
24448         * benchtests/acos-inputs: Add new directives.
24449         * benchtests/acosh-inputs: Likewise.
24450         * benchtests/asin-inputs: Likewise.
24451         * benchtests/asinh-inputs: Likewise.
24452         * benchtests/atan-inputs: Likewise.
24453         * benchtests/atanh-inputs: Likewise.
24454         * benchtests/cos-inputs: Likewise.
24455         * benchtests/cosh-inputs: Likewise.
24456         * benchtests/exp-inputs: Likewise.
24457         * benchtests/log-inputs: Likewise.
24458         * benchtests/pow-inputs: Likewise.
24459         * benchtests/rint-inputs: Likewise.
24460         * benchtests/sin-inputs: Likewise.
24461         * benchtests/sinh-inputs: Likewise.
24462         * benchtests/tan-inputs: Likewise.
24463         * benchtests/tanh-inputs: Likewise.
24464         * scripts/bench.pl: Add support for new directives.
24466 2013-10-07  Alan Modra  <amodra@gmail.com>
24468         * README: Fix careless merge.
24470 2013-10-05  Alan Modra  <amodra@gmail.com>
24472         * NEWS: Mention powerpc64le support and bugs fixed.
24473         * README: Both big-endian and little-endian powerpc64 supported.
24475 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24477         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
24478         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
24479         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
24480         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
24482 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
24484         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
24485         match prototype.
24487 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
24489         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
24490         Move -mhard-float appending from
24491         ports/sysdeps/powerpc/powerpc32/Makefile.
24492         [$(with-fp) = yes] (ASFLAGS): Likewise.
24493         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
24494         * sysdeps/powerpc/nofpu: Move directory from
24495         ports/sysdeps/powerpc/nofpu.
24496         * sysdeps/powerpc/soft-fp: Move directory from
24497         ports/sysdeps/powerpc/soft-fp.
24498         * sysdeps/powerpc/powerpc32/405: Move directory from
24499         ports/sysdeps/powerpc/powerpc32/405.
24500         * sysdeps/powerpc/powerpc32/440: Move directory from
24501         ports/sysdeps/powerpc/powerpc32/440.
24502         * sysdeps/powerpc/powerpc32/464: Move directory from
24503         ports/sysdeps/powerpc/powerpc32/464.
24504         * sysdeps/powerpc/powerpc32/476: Move directory from
24505         ports/sysdeps/powerpc/powerpc32/476.
24506         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
24507         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
24508         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
24509         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
24510         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
24511         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
24512         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
24513         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
24514         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
24515         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
24516         * README: Update for powerpc-*-linux-gnu software floating point
24517         support in libc.
24519         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
24520         case to powerpc/powerpc32*.
24521         * sysdeps/unix/sysv/linux/configure: Regenerated.
24523         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
24524         (_FPU_MASK_OM): Define as 0x04.
24525         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
24526         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
24527         0x00c10080.
24528         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
24529         0x0000003c.
24530         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
24532         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
24533         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24534         getcontext_e500.
24535         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
24536         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24537         setcontext_e500.
24538         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
24539         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
24540         and setcontext_e500.
24542 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
24544         * locale/iso-3166.def: Update iso-1366.def and related occurrences
24546 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
24548         * manual/threads.texi (Default Thread Attributes): Fix typo.
24550 2013-10-04  Will Newton  <will.newton@linaro.org>
24552         * malloc/Makefile: Add tst-memalign.
24553         * malloc/tst-memalign.c: New file.
24555         * malloc/tst-posix_memalign.c: Add comments.
24556         (do_test): Add comments and call free on all potentially
24557         allocated pointers. Add space after cast.
24559         * malloc/tst-pvalloc.c: Add comments.
24560         (do_test): Add comments and call free on all potentially
24561         allocated pointers. Remove duplicate check for NULL pointer.
24562         Add space after cast.
24564         * malloc/tst-valloc.c: Add comments.
24565         (do_test): Add comments and call free on all potentially
24566         allocated pointers. Remove duplicate check for NULL pointer.
24567         Add space after cast.
24569 2013-10-04  Alan Modra  <amodra@gmail.com>
24571         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24572         Use stdint types in rather than __attribute__((mode())).
24573         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24575 2013-10-04  Alan Modra  <amodra@gmail.com>
24577         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24578         Correct handling of unaligned relocs for little-endian.
24579         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24581 2013-10-04  Alan Modra  <amodra@gmail.com>
24583         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
24584         * configure: Regenerate.
24585         * nptl/shlib-versions: Powerpc*le starts at 2.18.
24586         * shlib-versions: Likewise.
24588 2013-10-04  Alan Modra  <amodra@gmail.com>
24590         * string/tester.c (test_memrchr): Increment reported test cycle.
24592 2013-10-04  Alan Modra  <amodra@gmail.com>
24594         * string/test-memcpy.c (do_one_test): When reporting errors, print
24595         string address and don't overrun end of string.
24597 2013-10-04  Alan Modra  <amodra@gmail.com>
24599         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
24600         insrdi.  Make better use of reg selection to speed exit slightly.
24601         Schedule entry path a little better.  Remove useless "are we done"
24602         checks on entry to main loop.  Handle wrapping around zero address.
24603         Correct main loop count.  Handle single left-over word from main
24604         loop inline rather than by using loop_small.  Remove extra word
24605         case in loop_small caused by wrong loop count.  Add little-endian
24606         support.
24607         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
24608         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
24609         cache hint.
24610         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
24611         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
24612         support.  Avoid rlwimi.
24613         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
24615 2013-10-04  Alan Modra  <amodra@gmail.com>
24617         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
24618         insrdi.  Formatting.
24619         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
24620         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
24621         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
24622         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
24623         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
24624         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
24626 2013-10-04  Alan Modra  <amodra@gmail.com>
24628         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
24629         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24630         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
24631         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
24632         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
24633         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
24634         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24635         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
24636         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
24637         use of regs.  Use power7 mtocrf.  Tidy function tails.
24639 2013-10-04  Alan Modra  <amodra@gmail.com>
24641         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
24642         Formatting.  Consistently use rXXX register defines or rN defines.
24643         Use early exit labels that avoid restoring unused non-volatile regs.
24644         Make cr field use more consistent with rWORDn compares.  Rename
24645         regs used as shift registers for unaligned loop, using rN defines
24646         for short lifetime/multiple use regs.
24647         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
24648         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
24649         addi 1,1,64 to pop stack frame.  Simplify return value code.
24650         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24652 2013-10-04  Alan Modra  <amodra@gmail.com>
24654         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
24655         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
24656         rather than rlwimi.
24657         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
24658         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
24659         little-endian support.  Correct typos.
24660         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
24661         rather than rlwimi.
24662         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
24663         in loop and entry code to keep "and." results.
24664         (strchr): Add little-endian support.  Comment.  Move cntlzd
24665         earlier in tail.
24666         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
24668 2013-10-04  Alan Modra  <amodra@gmail.com>
24670         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
24671         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
24672         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
24673         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
24675 2013-10-04  Alan Modra  <amodra@gmail.com>
24677         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
24678         (rTMP): Define as r11.
24679         (strcmp): Add little-endian support.  Optimise tail.
24680         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
24681         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
24682         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
24683         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
24684         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
24685         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
24686         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
24688 2013-10-04  Alan Modra  <amodra@gmail.com>
24690         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
24691         little-endian support.  Remove unnecessary "are we done" tests.
24692         Handle "s" wrapping around zero and extremely large "size".
24693         Correct main loop count.  Handle single left-over word from main
24694         loop inline rather than by using small_loop.  Correct comments.
24695         Delete "zero" tail, use "end_max" instead.
24696         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
24698 2013-10-04  Alan Modra  <amodra@gmail.com>
24700         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
24701         support.  Don't branch over align.
24702         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
24703         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
24704         support.  Rearrange tmp reg use to suit.  Comment.
24705         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
24707 2013-10-04  Alan Modra  <amodra@gmail.com>
24709         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
24711 2013-10-04  Alan Modra  <amodra@gmail.com>
24713         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
24714         conditional form of branch and link when obtaining pc.
24715         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
24717 2013-10-04  Alan Modra  <amodra@gmail.com>
24719         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
24720         HIWORD/LOWORD.
24721         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
24722         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
24724 2013-10-04  Alan Modra  <amodra@gmail.com>
24726         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
24727         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
24728         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
24729         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
24730         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
24731         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
24732         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
24733         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
24734         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
24735         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
24737 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24738             Alistair Popple <alistair@ozlabs.au.ibm.com>
24739             Alan Modra <amodra@gmail.com>
24741         [BZ #15723]
24742         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
24743         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
24744         _dl_hwcap access for little-endian.
24745         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
24746         destroy vmx regs when saving unaligned.
24747         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
24748         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
24749         destroy vmx regs when saving unaligned.
24751 2013-10-04  Alan Modra  <amodra@gmail.com>
24753         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
24754         Don't use a union to pack hi/low value.
24756 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24758         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
24759         for little-endian.
24760         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
24761         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
24762         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
24763         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
24764         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
24766 2013-10-04  Alan Modra  <amodra@gmail.com>
24768         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
24769         constants to usual value for .cst8 section, and remove redundant
24770         high address load.
24771         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
24772         constant for 0x1p52.  Load little-endian words of double from
24773         correct stack offsets.
24775 2013-10-04  Alan Modra  <amodra@gmail.com>
24777         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
24778         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
24779         words of double from correct stack offsets.
24780         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
24781         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
24782         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
24783         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
24784         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
24785         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
24786         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
24787         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
24788         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
24789         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
24790         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
24791         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
24792         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
24793         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
24794         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
24795         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
24796         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
24798 2013-10-04  Alan Modra  <amodra@gmail.com>
24800         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
24801         64-bit int/double union.
24802         (_FPU_SETCW): Likewise.
24803         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
24804         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
24806 2013-10-04  Alan Modra  <amodra@gmail.com>
24808         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
24809         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
24811 2013-10-04  Alan Modra  <amodra@gmail.com>
24813         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
24814         use vector int constants.
24815         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
24817 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24819         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
24820         array with long long.
24821         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
24822         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
24823         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
24824         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
24825         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
24826         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
24827         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
24828         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
24829         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
24830         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
24831         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
24832         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
24833         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
24835 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24837         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
24838         (__signbit): Likewise.  Correct for little-endian.
24839         (__signbitl): Call __signbit.
24840         (lrint): Correct for little-endian.
24841         (lrintf): Call lrint.
24843 2013-10-04  Alan Modra  <amodra@gmail.com>
24845         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
24846         union 32-bit int array member with 64-bit int array.
24847         (t515, tm256): Double rather than long double.
24848         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
24850 2013-10-04  Alan Modra  <amodra@gmail.com>
24852         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
24853         Delete.
24854         (IEEE854_LONG_DOUBLE_BIAS): Delete.
24855         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
24856         version of math_ldbl.h.
24858 2013-10-04  Alan Modra  <amodra@gmail.com>
24860         [BZ #15734], [BZ #15735]
24861         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
24862         all uses of ieee875 long double macros and unions.  Simplify test
24863         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
24864         ldbl_extract_mantissa value for ix,iy exponents.  Properly
24865         normalize after ldbl_extract_mantissa, and don't add hidden bit
24866         already handled.  Don't treat low word of ieee854 mantissa like
24867         low word of IBM long double and mask off bit when testing for
24868         zero.
24869         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
24870         all uses of ieee875 long double macros and unions.  Simplify tests
24871         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
24872         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
24873         two1022, instead use their values.  Recognise that tests for large
24874         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
24875         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
24876         Rewrite all uses of ieee875 long double macros and unions.  Simplify
24877         test for 0.0L and nan.  Correct negation.
24878         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
24879         ieee875 long double macros and unions.  Correct output for large
24880         magnitude x.  Correct absolute value calculation.
24881         (__erfcl): Likewise.
24882         * math/libm-test.inc: Add tests for errors discovered in IBM long
24883         double versions of fmodl, remainderl, erfl and erfcl.
24885 2013-10-04  Alan Modra  <amodra@gmail.com>
24887         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
24888         all uses of ieee854 long double macros and unions.  Simplify tests
24889         for long doubles that are fully specified by the high double.
24890         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
24891         Likewise.
24892         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
24893         Remove dead code too.
24894         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
24895         (__ieee754_ynl): Likewise.
24896         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
24897         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
24898         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
24899         Remove dead code too.
24900         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
24901         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
24902         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
24903         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
24904         Simplify.
24905         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
24906         Simplify.
24907         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
24908         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
24909         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
24910         Comment on variable precision.
24911         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
24912         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
24913         Likewise.
24914         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
24915         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
24916         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
24917         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
24918         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
24920 2013-10-04  Alan Modra  <amodra@gmail.com>
24922         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
24923         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
24924         all uses of ieee854 long double macros and unions.
24925         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
24926         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
24927         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
24928         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
24929         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
24930         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
24931         Likewise.
24932         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
24933         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
24934         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
24935         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
24936         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
24937         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
24938         Simplify sign and nan test too.
24939         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
24940         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
24941         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
24942         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
24943         Likewise.
24944         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
24945         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
24946         Likewise.
24947         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
24948         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
24949         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
24950         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
24951         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
24952         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
24954 2013-10-04  Alan Modra  <amodra@gmail.com>
24956         * stdio-common/printf_size.c (__printf_size): Don't use
24957         union ieee854_long_double in fpnum union.
24958         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
24959         signbit macro to retrieve sign from long double.
24960         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
24961         retrieve sign from long double.
24962         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
24963         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
24964         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
24965         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
24966         * math/test-misc.c (main): Don't use union ieee854_long_double.
24968 2013-10-04  Alan Modra  <amodra@gmail.com>
24970         [BZ #15680]
24971         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
24972         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
24973         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
24974         calculation.  Remove unnecessary test for denormal exponent.
24975         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
24976         Correct handling of denormals.  Avoid undefined shift behaviour.
24977         Correct normalisation of low mantissa when low double is denormal.
24978         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
24979         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
24980         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
24981         Correct normalisation of low mantissa.  Test for overflow of high
24982         mantissa and normalise.
24983         (ldbl_nearbyint): Use more readable constant for two52.
24984         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
24985         (__mpn_construct_long_double): Fix test for overflow of high
24986         mantissa and correct normalisation.  Avoid undefined shift.
24988 2013-10-04  Alan Modra  <amodra@gmail.com>
24990         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
24991         (union ibm_extended_long_double): Define as an array of ieee754_double.
24992         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
24993         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
24994         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
24995         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
24996         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
24997         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
24998         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24999         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
25000         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
25001         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
25002         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
25004 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
25006         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
25007         page size instead of calling getpagesize.
25009         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
25010         (LOCFILE_ALIGN_MASK): Likewise.
25011         (LOCFILE_ALIGN_UP): Likewise.
25012         (LOCFILE_ALIGNED_P): Likewise.
25013         * locale/programs/ld-collate.c (collate_output): Use the new
25014         macros instead of __alignof__ (int32_t).
25015         * locale/weight.h (findidx): Likewise.
25017 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
25019         [BZ #431]
25020         * manual/string.texi: Fix strncat and wcsncat.
25022 2013-10-03  Brooks Moses  <bmoses@google.com>
25024         [BZ #15915]
25025         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
25026         * Makerules: ...here, and adjust associated comments.
25028 2013-10-02  Will Newton  <will.newton@linaro.org>
25030         * malloc/Makefile: Add tst-pvalloc.
25031         * malloc/tst-pvalloc.c: New file.
25033 2013-10-02  Will Newton  <will.newton@linaro.org>
25035         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
25036         improve test coverage.
25038 2013-10-02  Will Newton  <will.newton@linaro.org>
25040         * malloc/Makefile: Add tst-posix_memalign.
25041         * malloc/tst-posix_memalign.c: New file.
25043 2013-10-01  Eric Blake  <eblake@redhat.com>
25045         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
25046         Use __THROWNL rather than __THROW on static functions.
25048 2013-09-30  Petr Machata  <pmachata@redhat.com>
25050         * elf/elf.h (R_AARCH64_ABS16): New macro.
25051         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
25052         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
25053         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
25054         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
25055         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
25056         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
25057         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
25058         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
25059         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
25060         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
25061         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
25062         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
25063         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
25064         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
25065         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
25066         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
25067         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
25068         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
25069         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
25070         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
25071         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
25072         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
25073         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
25074         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
25075         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
25076         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
25077         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
25078         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
25079         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
25080         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
25081         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
25082         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
25083         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
25084         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
25085         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
25086         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
25087         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
25088         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
25089         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
25090         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
25091         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
25092         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
25093         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
25094         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
25095         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
25096         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
25097         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
25098         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
25099         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
25100         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
25101         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
25102         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
25103         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
25104         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
25105         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
25106         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
25107         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
25108         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
25109         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
25110         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
25111         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
25112         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
25113         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
25114         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
25115         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
25116         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
25117         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
25118         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
25119         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
25120         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
25121         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
25122         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
25123         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
25124         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
25125         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
25126         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
25127         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
25128         (R_AARCH64_TLSDESC_LDR): Likewise.
25129         (R_AARCH64_TLSDESC_ADD): Likewise.
25130         (R_AARCH64_TLSDESC_CALL): Likewise.
25132 2013-09-30  Andreas Schwab  <schwab@suse.de>
25134         [BZ #15048]
25135         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
25136         the nss database lookup.
25137         * nscd/initgrcache.c (addinitgroupsX): Likewise.
25138         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
25140 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
25142         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
25144 2013-09-28  P. J. McDermott  <pj@pehjota.net>
25146         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
25147         ${Bash-specific parameter/pattern/string} parameter expansion.
25148         * sysdeps/unix/make-syscalls.sh: Likewise.
25150 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
25152         * sysdeps/sh/stackguard-macros.h: New file.
25154 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
25156         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
25157         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
25158         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
25159         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
25160         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
25161         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
25163 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25165         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
25166         Fix thread ID register.
25168 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
25170         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
25171         [POSIX || UNIX98]: Require rather than permitting all symbols from
25172         <time.h>.
25173         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
25174         element of struct sched_param.
25175         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
25176         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
25177         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
25178         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
25179         constant.
25181 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
25183         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
25184         argument calculation.
25186 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
25188         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
25189         Expect macro.
25190         [POSIX] (pthread_attr_t): Do not require type.
25191         [POSIX] (pthread_cond_t): Likewise.
25192         [POSIX] (pthread_condattr_t): Likewise.
25193         [POSIX] (pthread_key_t): Likewise.
25194         [POSIX] (pthread_mutex_t): Likewise.
25195         [POSIX] (pthread_mutexattr_t): Likewise.
25196         [POSIX] (pthread_once_t): Likewise.
25197         [POSIX] (pthread_t): Likewise.
25198         [POSIX-based standards] (pthread_atfork): Expect function.
25200 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
25201             Richard Sandiford  <richard@codesourcery.com>
25203         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
25204         (swap_endianness_p): New extern variable.
25205         (set_big_endian): New inline function.
25206         (maybe_swap_uint32): Likewise.
25207         (maybe_swap_uint32_array): Likewise.
25208         (maybe_swap_uint32_obstack): Likewise.
25209         * locale/programs/locfile.c: Include <stdbool.h>.
25210         (swap_endianness_p): New variable.
25211         (add_locale_uint32): Call maybe_swap_uint32.
25212         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
25213         (write_locale_data): Call maybe_swap_uint32_array.
25214         * locale/programs/ld-collate.c (obstack_int32_grow): Call
25215         maybe_swap_uint32.
25216         (obstack_int32_grow_fast): Likewise.
25217         (output_weightwc): Call maybe_swap_uint32_obstack.
25218         (collate_output): Likewise.
25219         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
25220         (OPT_LITTLE_ENDIAN): Likewise.
25221         (options): Add --little-endian and --big-endian options.
25222         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
25223         * locale/programs/locarchive.c: Include "locfile.h".
25224         (GET): New macro.
25225         (SET): Likewise.
25226         (INC): Likewise.
25227         (create_archive): Use the new macros to access fields of
25228         structures directly mapped from or written to locale archives.
25229         (oldlocrecentcmp): Likewise.
25230         (enlarge_archive): Likewise.
25231         (insert_name): Likewise.
25232         (add_alias): Likewise.
25233         (add_locale): Likewise.
25234         (delete_locales_from_archive): Likewise.
25235         (show_archive_content): Likewise.
25236         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
25237         locale data.
25239 2013-09-24  Roland McGrath  <roland@hack.frob.com>
25241         * manual/freemanuals.texi: Updated from (newly) canonical copy at
25242         http://www.gnu.org/doc/freemanuals.texi.
25243         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
25245 2013-09-24  Will Newton  <will.newton@linaro.org>
25247         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
25248         macro.
25250 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
25252         * locale/hashval.h (compute_hashval): Interpret bytes of key as
25253         unsigned char.
25255 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
25257         * manual/threads.texi (POSIX Threads): Fix a typo.
25259 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
25261         [BZ #14547]
25262         * string/tst-strcoll-overflow.c: New test case.
25263         * string/Makefile (xtests): Add tst-strcoll-overflow.
25264         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
25265         cache if string sizes may cause integer overflow.
25267         [BZ #14547]
25268         * string/strcoll_l.c (coll_seq): New members rule, idx,
25269         save_idx and back_us.
25270         (get_next_seq_nocache): New function.
25271         (do_compare_nocache): New function.
25272         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
25273         when malloc fails.
25275 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
25277         [BZ #15754]
25278         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
25279         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
25280         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
25282         [BZ #15754]
25283         * elf/Makefile (tests): Add tst-ptrguard1.
25284         (tests-static): Add tst-ptrguard1-static.
25285         (tst-ptrguard1-ARGS): Define.
25286         (tst-ptrguard1-static-ARGS): Define.
25287         * elf/tst-ptrguard1.c: New file.
25288         * elf/tst-ptrguard1-static.c: New file.
25289         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
25290         * sysdeps/i386/stackguard-macros.h: Likewise.
25291         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
25292         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
25293         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
25294         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
25295         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
25296         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
25298 2013-09-23  Hector Marco  <hecmargi@upv.es>
25299             Ismael Ripoll  <iripoll@disca.upv.es>
25300             Carlos O'Donell  <carlos@redhat.com>
25302         [BZ #15754]
25303         * sysdeps/generic/stackguard-macros.h: Define
25304         __pointer_chk_guard_local and POINTER_CHK_GUARD.
25305         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
25306         Define __pointer_chk_guard_local.
25307         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
25308         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
25310 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
25312         [BZ #15859]
25313         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
25315 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
25317         * include/string.h (__ffs): Declare as hidden.
25318         * string/ffs.c (__ffs): Define as hidden.
25319         * sysdeps/i386/ffs.c (__ffs): Likewise.
25320         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
25321         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
25322         * sysdeps/s390/ffs.c (__ffs): Likewise.
25323         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
25325 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
25327         * NEWS: Mention malloc probes.
25329         * malloc/arena.c (new_heap): New memory_heap_new probe.
25330         (grow_heap): New memory_heap_more probe.
25331         (shrink_heap): New memory_heap_less probe.
25332         (heap_trim): New memory_heap_free probe.
25333         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
25334         (systrim): New memory_sbrk_less probe.
25335         * manual/probes.texi: Document them.
25337         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
25338         * manual/probes.texi: Document it.
25340         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
25341         (__libc_realloc): Add memory_realloc_retry probe.
25342         (__libc_memalign): Add memory_memalign_retry probe.
25343         (__libc_valloc): Add memory_valloc_retry probe.
25344         (__libc_pvalloc): Add memory_pvalloc_retry probe.
25345         (__libc_calloc): Add memory_calloc_retry probe.
25346         * manual/probes.texi: Document them.
25348         * malloc/arena.c (get_free_list): Add probe
25349         memory_arena_reuse_free_list.
25350         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
25351         and memory_arena_reuse.
25352         (arena_get2) [!PER_THREAD]: Likewise.
25353         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
25354         memory_arena_reuse_realloc.
25355         * manual/probes.texi: Document them.
25357         * malloc/malloc.c (__libc_free): Add
25358         memory_mallopt_free_dyn_thresholds probe.
25359         (__libc_mallopt): Add multiple memory_mallopt probes.
25360         * manual/probes.texi: Document them.
25362         * malloc/malloc.c: Include stap-probe.h.
25363         (__libc_mallopt): Add memory_mallopt probe.
25364         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
25365         * manual/probes.texi: New.
25366         * manual/Makefile (chapters): Add probes.
25367         * manual/threads.texi: Set next node.
25369 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
25371         [BZ #15963, #13985]
25372         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
25373         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
25374         Add `Chinese' to `nan' entry name.
25376 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25378         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
25379         (POLYNOMIAL): Likewise.
25380         (TAYLOR_SINCOS): Likewise.
25381         (TAYLOR_SLOW): Likewise.
25382         (__sin): Use TAYLOR_SINCOS.
25383         (__cos): Likewise.
25384         (slow): Use TAYLOR_SLOW.
25385         (sloww): Likewise.
25386         (bsloww): Likewise.
25387         (csloww): Likewise.
25389 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25391         * stdlib/strtod_l.c: Fix buffer overrun.
25393 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25395         * benchtests/Makefile (bench): Add sincos.
25396         * benchtests/bench-sincos.c: New file.
25398         * math/libm-test.inc (cos_test_data): New test inputs.
25399         (sin_test_data): Likewise.
25401         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
25402         macro.
25403         (__sin): Use it.
25404         (__cos): Likewise.
25405         (slow1): Likewise.
25406         (slow2): Likewise.
25407         (sloww1): Likewise.
25408         (sloww2): Likewise.
25409         (bsloww1): Likewise.
25410         (bsloww2): Likewise.
25411         (cslow2): Likewise.
25412         (csloww1): Likewise.
25413         (csloww2): Likewise.
25415         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
25416         function.
25417         (__sin): Use it.
25418         (__cos): Likewise.
25420         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
25421         gotos.
25422         (__cos): Likewise.
25424 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
25426         * config.h.in (HAVE_MIPS_NAN2008): New macro.
25427         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
25428         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
25429         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
25430         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
25431         * elf/cache.c (print_entry): Handle the new cache flags.
25433 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25434             Aldy Hernandez  <aldyh@redhat.com>
25436         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
25437         Change condition to [_SOFT_FLOAT].
25438         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
25439         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
25440         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
25441         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
25442         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
25443         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
25444         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
25445         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
25446         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
25447         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
25448         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
25449         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
25450         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
25451         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
25452         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
25453         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
25454         declaration.
25456 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25458         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
25459         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25460         (__longjmp): Use LOAD_GP to load saved GPRs.
25461         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
25462         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25463         (__sigsetjmp): Use SAVE_GP to save GPRs.
25465         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
25466         Do not append -msoft-float.
25467         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
25469 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25471         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
25473 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
25475         [BZ #15966]
25476         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
25477         (_FPU_GETCW): Use initial "__" on variable and field names but not
25478         on macro parameter name.
25479         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
25480         parentheses around reference to macro parameter.
25482 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
25484         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
25485         prototype.
25486         (ctype_startup): Use uint32_t in cast and sizeof for
25487         ctype->charnames.
25489 2013-09-11  Jia Liu  <proljc@gmail.com>
25491         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
25492         __daddr_t_defined.
25493         [__FreeBSD__]: Likewise.
25495 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
25497         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
25498         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
25499         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
25500         (strchr): Remove __strchr_sse42 ifunc selection.
25501         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
25502         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
25504 2013-09-11  Will Newton  <will.newton@linaro.org>
25506         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
25507         parameter to RES. Remove hardcoded 1000 value.
25508         * benchtests/bench-skeleton.c (main): Pass RES parameter
25509         to TIMING_INIT and multiply result by 1000.
25511 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25513         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25515 2013-09-11  Andreas Schwab  <schwab@suse.de>
25517         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
25518         if not defined.
25519         (O_TMPFILE) [__USE_GNU]: Define.
25520         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
25521         Define.
25523 2013-09-11  Will Newton  <will.newton@linaro.org>
25525         [BZ #15857]
25526         * malloc/malloc.c (__libc_memalign): Check the value of bytes
25527         does not overflow.
25529 2013-09-11  Will Newton  <will.newton@linaro.org>
25531         [BZ #15856]
25532         * malloc/malloc.c (__libc_valloc): Check the value of bytes
25533         does not overflow.
25535 2013-09-11  Will Newton  <will.newton@linaro.org>
25537         [BZ #15855]
25538         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
25539         does not overflow.
25541 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
25543         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
25544         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
25545         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
25546         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
25547         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
25549 2013-09-10  Allan McRae  <allan@archlinux.org>
25551         [BZ #15748]
25552         * manual/arith.texi (Parsing of Floats): Clarify
25553         cross-reference.
25555         [BZ #15849]
25556         * manual/install.texi (Running make install): Mention
25557         --enable-pt-chown.
25558         * INSTALL: Regenerated.
25560 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
25562         * csu/init-first.c (_init): Remove the !SHARED condition around
25563         FPU control word initialization.
25564         * elf/dl-support.c (_dl_fpu_control): New variable.
25565         (_dl_aux_init) <AT_FPUCW>: Initialize it.
25566         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
25567         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
25568         * math/test-fpucw-static.c: New file.
25569         * math/test-fpucw-ieee.c: New file.
25570         * math/test-fpucw-ieee-static.c: New file.
25571         * math/Makefile (tests): Add `test-fpucw-ieee' and
25572         `$(tests-static)'.
25573         (tests-static): New variable.
25574         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
25575         dependency to...
25576         [($(build-shared),yes)]
25577         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
25578         ... this.
25579         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
25580         New dependency.
25582 2013-09-09  Allan McRae  <allan@archlinux.org>
25584         [BZ #15939]
25585         * manual/string.texi (Collation Functions): Fix typo in
25586         strcoll example.
25587         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
25589         [BZ #15893]
25590         * stdlib/isomac.c (get_null_defines): Fix memory leak.
25592         [BZ #15892]
25593         * libio/memstream.c (open_memstream): Fix memory leak.
25594         * libio/wmemstream.c (open_wmemstream): Likewise.
25596         [BZ #15895]
25597         * nscd/netgroupcache.c: Fix nesting of ifdefs.
25599 2013-09-09  Will Newton  <will.newton@linaro.org>
25601         * malloc/Makefile: Add tst-realloc to tests.
25602         * malloc/tst-realloc.c: New file.
25604 2013-09-09  Allan McRae  <allan@archlinux.org>
25606         [BZ #15844]
25607         * COPYING: Update from GNU website to fix FSF address.
25608         * COPYING.LIB: Likewise.
25610 2013-09-06  David S. Miller  <davem@davemloft.net>
25612         * po/zh_TW.po: Update Chinese (traditional) translation from
25613         translation project.
25615 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
25616             Joseph Myers  <joseph@codesourcery.com>
25618         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
25619         "localeinfo.h".
25620         (obstack_chunk_alloc): New macro.
25621         (obstack_chunk_free): Likewise.
25622         (record_offset): New function.
25623         (init_locale_data): Likewise.
25624         (align_locale_data): Likewise.
25625         (add_locale_empty): Likewise.
25626         (add_locale_raw_data): Likewise.
25627         (add_locale_raw_obstack): Likewise.
25628         (add_locale_string): Likewise.
25629         (add_locale_wstring): Likewise.
25630         (add_locale_uint32): Likewise.
25631         (add_locale_uint32_array): Likewise.
25632         (add_locale_char): Likewise.
25633         (start_locale_structure): Likewise.
25634         (end_locale_structure): Likewise.
25635         (start_locale_prelude): Likewise.
25636         (end_locale_prelude): Likewise.
25637         (write_locale_data): Take locale_file structure rather than an
25638         iovec.
25639         * locale/programs/locfile.h: Include "obstack.h".
25640         (struct locale_file): Change to store locale file contents instead
25641         of header.
25642         (init_locale_data): New prototype.
25643         (align_locale_data): Likewise.
25644         (add_locale_empty): Likewise.
25645         (add_locale_raw_data): Likewise.
25646         (add_locale_raw_obstack): Likewise.
25647         (add_locale_string): Likewise.
25648         (add_locale_wstring): Likewise.
25649         (add_locale_uint32): Likewise.
25650         (add_locale_uint32_array): Likewise.
25651         (add_locale_char): Likewise.
25652         (start_locale_structure): Likewise.
25653         (end_locale_structure): Likewise.
25654         (start_locale_prelude): Likewise.
25655         (end_locale_prelude): Likewise.
25656         (write_locale_data): Update prototype.
25657         * locale/programs/3level.h (struct TABLE): Remove result field.
25658         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
25659         Use new locale_file interface.
25660         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
25661         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
25662         * locale/programs/ld-address.c (address_output): Use new
25663         locale_file interface.
25664         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
25665         NO_ADD_LOCALE.
25666         (collate_finish): Don't call collseq_table_finalize.
25667         (collate_output): Use new locale_file interface.
25668         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
25669         in file.
25670         (NO_FINALIZE): Change to NO_ADD_LOCALE.
25671         (TABLE): Move defines earlier in file.
25672         (ELEMENT): Likewise.
25673         (DEFAULT): Likewise.
25674         (wctrans_table_add): Move macro and inline function earlier in
25675         file.
25676         (struct wctype_table): Move type earlier in file.
25677         (add_locale_wctype_table): New static prototype.
25678         (struct locale_ctype_t): Use logical types instead of struct iovec
25679         pointers for members.
25680         (ctype_output): Use new locale_file interface.
25681         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
25682         new locale_file interface.
25683         (allocate_arrays): Update for use of new locale_file interface.
25684         * locale/programs/ld-identification.c (identification_output): Use
25685         new locale_file interface.
25686         * locale/programs/ld-measurement.c (measurement_output): Likewise.
25687         * locale/programs/ld-messages.c (messages_output): Likewise.
25688         * locale/programs/ld-monetary.c (monetary_output): Likewise.
25689         * locale/programs/ld-name.c (name_output): Likewise.
25690         * locale/programs/ld-numeric.c (numeric_output): Likewise.
25691         * locale/programs/ld-paper.c (paper_output): Likewise.
25692         * locale/programs/ld-telephone.c (telephone_output): Likewise.
25693         * locale/programs/ld-time.c (time_output): Likewise.
25695 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25697         * benchtests/Makefile: Add memrchr benchmark.
25698         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
25699         benchmark as memrchr.
25700         * benchtests/bench-memrchr-ifunc.c: New file.
25701         * benchtests/bench-memrchr.c: New file.
25703 2013-09-06   Will Newton  <will.newton@linaro.org>
25705         * benchtests/Makefile (string-bench): Add memcpy.
25707 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
25708             Cong Wang  <amwang@redhat.com>
25710         [BZ #15850]
25711         * sysdeps/unix/sysv/linux/bits/in.h
25712         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
25713         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
25714         before __USE_KERNEL_IPV6_DEFS uses.
25715         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
25716         IPPROTO_BEETPH.
25717         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
25718         sockaddr_in6, or ipv6_mreq.
25720 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25722         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
25723         memory access for final bytes in some large inputs.
25724         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
25726 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25728         * string/test-memrchr.c: New file.
25729         * string/test-memrchr-ifunc.c: New file.
25730         * string/Makefile: Add new memrchr testcase.
25732 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
25734         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
25735         fanotify_init returns EPERM.
25737 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
25739         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
25740         errors.
25741         (top level): Treat second token from macro or constant entries for
25742         allowed headers as allowed.
25743         * include/complex.h: Condition internal declarations on
25744         [!_ISOMAC].
25745         * include/fenv.h: Condition include of <stdbool.h> and internal
25746         declarations on [!_ISOMAC].
25748 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
25750         [BZ #15923]
25751         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
25753 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
25755         * configure.in (--enable-versioning): Remove configure option.
25756         (libc_cv_asm_symver_directive): Remove configure test.
25757         (libc_cv_ld_version_script_option): Likewise.
25758         (VERSIONING): Remove variable and AC_SUBST.
25759         (DO_VERSIONING): Remove AC_DEFINE.
25760         * configure: Regenerated.
25761         * config.h.in (DO_VERSIONING): Remove macro.
25762         * Makerules [$(versioning) = yes]: Change conditionals to
25763         [$(build-shared) = yes].
25764         * config.make.in (versioning): Remove variable.
25765         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
25766         [$(build-shared) = yes].
25767         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
25768         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
25769         * elf/Makefile [$(versioning) = yes]: Change conditionals to
25770         [$(build-shared) = yes].
25771         * extra-lib.mk [$(versioning) = yes]: Likewise.
25772         * hurd/Makefile [$(versioning) = yes]: Likewise.
25773         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
25774         [SHARED].
25775         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
25776         [SHARED].
25777         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
25778         [SHARED && !NO_HIDDEN].
25779         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
25780         [SHARED].
25781         [SHARED && DO_VERSIONING]: Likewise..
25782         * libio/Makefile [$(versioning) = yes]: Change conditionals to
25783         [$(build-shared) = yes].
25784         * manual/install.texi (--disable-versioning): Remove
25785         documentation.
25786         * INSTALL: Regenerated.
25787         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
25788         to [SHARED].
25789         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
25790         [$(build-shared) = yes].
25791         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
25792         * sysdeps/i386/i686/multiarch/strstr-c.c
25793         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
25794         [SHARED && !NO_HIDDEN].
25795         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
25796         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
25797         * sysdeps/powerpc/powerpc32/dl-machine.c
25798         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
25799         * sysdeps/powerpc/powerpc32/sysdep.h
25800         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
25801         to [SHARED && PIC && !NO_HIDDEN].
25802         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
25803         conditional to [SHARED].
25805 2013-09-04   Will Newton  <will.newton@linaro.org>
25807         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
25808         * benchtests/bench-string.h: Include bench-timing.h instead
25809         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
25810         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
25811         call to HP_TIMING_DIFF_INIT.
25812         * benchtests/bench-memccpy.c: Use bench-timing.h macros
25813         instead of hp-timing.h macros.
25814         * benchtests/bench-memchr.c: Likewise.
25815         * benchtests/bench-memcmp.c: Likewise.
25816         * benchtests/bench-memcpy.c: Likewise.
25817         * benchtests/bench-memmem.c: Likewise.
25818         * benchtests/bench-memmove.c: Likewise.
25819         * benchtests/bench-memset.c: Likewise.
25820         * benchtests/bench-rawmemchr.c: Likewise.
25821         * benchtests/bench-strcasecmp.c: Likewise.
25822         * benchtests/bench-strcasestr.c: Likewise.
25823         * benchtests/bench-strcat.c: Likewise.
25824         * benchtests/bench-strchr.c: Likewise.
25825         * benchtests/bench-strcmp.c: Likewise.
25826         * benchtests/bench-strcpy.c: Likewise.
25827         * benchtests/bench-strcpy_chk.c: Likewise.
25828         * benchtests/bench-strlen.c: Likewise.
25829         * benchtests/bench-strncasecmp.c: Likewise.
25830         * benchtests/bench-strncat.c: Likewise.
25831         * benchtests/bench-strncmp.c: Likewise.
25832         * benchtests/bench-strncpy.c: Likewise.
25833         * benchtests/bench-strnlen.c: Likewise.
25834         * benchtests/bench-strpbrk.c: Likewise.
25835         * benchtests/bench-strrchr.c: Likewise.
25836         * benchtests/bench-strspn.c: Likewise.
25837         * benchtests/bench-strstr.c: Likewise.
25839 2013-09-04  Will Newton  <will.newton@linaro.org>
25841         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
25843 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
25845         [BZ #15427]
25846         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
25847         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
25848         * math/libm-test.inc (lgamma_test_data): Add more tests.
25849         * sysdeps/i386/fpu/libm-test-ulps: Update.
25850         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25852 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
25854         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
25855         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
25856         Add ifunc.
25857         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
25858         Add strcmp-sse2-unaligned
25859         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
25861 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
25863         * Versions.def (libc): Add GLIBC_2.19.
25865 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
25867         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
25868         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
25870 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
25872         [BZ #14155]
25873         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
25874         intermediate calculations in recurrence.
25875         (__ieee754_ynf): Likewise.
25876         * math/libm-test.inc (jn_test_data): Do not allow spurious
25877         underflow exception.  Add more tests.
25878         (yn_test_data): Add more tests.
25879         * sysdeps/i386/fpu/libm-test-ulps: Update.
25880         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25882 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
25884         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
25886 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
25888         * csu/init-first.c: Fix then/than typos.
25889         * locale/programs/ld-collate.c: Likewise.
25890         * locale/programs/linereader.h: Likewise.
25891         * manual/charset.texi: Likewise.
25892         * manual/filesys.texi: Likewise.
25893         * manual/stdio.texi: Likewise.
25894         * manual/string.texi: Likewise.
25895         * stdlib/fmtmsg.c: Likewise.
25896         * sysdeps/i386/stpncpy.S: Likewise.
25897         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25898         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
25899         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25900         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
25902 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
25904         * elf/dl-open.c: Fix typos.
25905         * iconvdata/gbbig5.c: Likewise.
25906         * iconvdata/iso-2022-jp.c: Likewise.
25907         * iconv/gconv_int.h: Likewise.
25908         * iconv/loop.c: Likewise.
25909         * nis/rpcsvc/nis.h: Likewise.
25910         * resolv/ns_name.c: Likewise.
25911         * stdio-common/vfscanf.c: Likewise.
25912         * streams/stropts.h: Likewise.
25913         * sunrpc/rpc_thread.c: Likewise.
25914         * sysdeps/i386/strpbrk.S: Likewise.
25915         * sysdeps/ieee754/k_standard.c: Likewise.
25916         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
25917         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25918         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
25919         * sysdeps/mach/hurd/profil.c: Likewise.
25920         * sysdeps/s390/dl-procinfo.h: Likewise.
25921         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
25922         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
25923         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
25924         * sysdeps/x86_64/dl-trampoline.S: Likewise.
25925         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
25927 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
25929         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
25930         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
25932 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
25934         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
25935         aix specific files.
25936         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
25937         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
25938         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
25939         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
25940         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
25941         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
25942         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
25943         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
25945 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
25946             Roland McGrath  <roland@hack.frob.com>
25948         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
25949         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
25951 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
25953         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
25954         __executable_start symbol instead of _start.
25956 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
25958         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
25959         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
25960         Move macros to...
25961         * sysdeps/gnu/ldsodefs.h: ... this new file.
25963         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
25964         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
25965         instead of ELFOSABI_LINUX.
25967         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
25968         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
25969         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
25970         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
25971         Likewise.
25972         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
25973         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
25974         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
25975         Likewise.
25976         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
25977         (ibm_extended_long_double): Add ieee_nan member.
25978         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
25979         (do_test): New function.
25981         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
25982         TEST_TRUNC.
25983         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
25984         functions, renamed from truncdfsf_test, trunctfsf_test,
25985         trunctfdf_test.
25986         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
25987         functions.
25988         (do_test): Run all these.
25990 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
25992         * argp/argp-help.c: Fix typos.
25993         * argp/argp-parse.c: Likewise.
25994         * debug/backtracesyms.c: Likewise.
25995         * elf/elf.h: Likewise.
25996         * malloc/malloc.c: Likewise.
25997         * nis/nis_print.c: Likewise.
25998         * resolv/res_comp.c: Likewise.
25999         * stdlib/stdlib.h: Likewise.
26000         * sunrpc/clnt_tcp.c: Likewise.
26001         * sunrpc/clnt_udp.c: Likewise.
26002         * sunrpc/clnt_unix.c: Likewise.
26003         * sysdeps/unix/bsd/ptsname.c: Likewise.
26004         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
26005         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
26006         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
26007         Likewise.
26008         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
26009         Likewise.
26010         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
26011         Likewise.
26012         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
26014 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26016         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
26017         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
26019 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
26021         [BZ #15897]
26022         * dlfcn/Makefile (tests): Add bug-dl-leaf.
26023         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
26024         ($(objpfx)bug-dl-leaf): New rule.
26025         ($(objpfx)bug-dl-leaf.so): Likewise.
26026         ($(objpfx)bug-dl-leaf.out): Likewise.
26027         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
26028         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
26029         * dlfcn/bug-dl-leaf.c: New test.
26030         * dlfcn/bug-dl-leaf-lib.c: Likewise.
26031         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
26032         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
26033         (dlclose): Likewise.
26034         (dlmopen): Likewise.
26036 2013-08-27  Roland McGrath  <roland@hack.frob.com>
26038         * include/netdb.h [!_ISOMAC]:
26039         Don't include <tls.h>.
26040         (h_errno, __libc_h_errno): Move declaration and macros out of
26041         [_LIBC_REENTRANT].
26043         * include/resolv.h [_RESOLV_H_]:
26044         Don't include <tls.h>.
26045         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
26046         * resolv/res_libc.c: Don't include <tls.h>.
26047         (_res): Use __attribute__ ((nocommon)) in place of
26048         __attribute__ ((section (".bss"))).
26050         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
26051         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
26053         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
26055         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
26056         only under [SIOCGIFCONF && SIOCGIFNETMASK].
26058         * resolv/res_mkquery.c: Include <sys/time.h>.
26060         * inet/ifreq.c: Moved to ...
26061         * sysdeps/unix/ifreq.c: ... here.
26062         * inet/ifreq.c: New file, true stub version.
26064         * socket/sa_len.c: New file.
26065         * socket/Makefile (aux): Add it.
26066         * sysdeps/unix/sysv/linux/Makefile
26067         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
26068         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
26069         and #include <socket/sa_len.c>.
26070         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
26071         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
26073         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
26074         * bits/socket.h: ... here.
26076         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
26077         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
26078         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
26080 2013-08-27  Andreas Schwab  <schwab@suse.de>
26082         [BZ #15736]
26083         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
26084         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
26085         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
26086         * string/test-strcasecmp.c (test_main): Run tests in several
26087         locales.
26088         * string/test-strncasecmp.c (test_main): Likewise.
26090         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
26091         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
26092         to __strcasecmp_nonascii and __strncasecmp_nonascii.
26093         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
26094         (__strncasecmp_ssse3) [PIC]: Likewise.
26096 2013-08-26  Roland McGrath  <roland@hack.frob.com>
26098         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
26100         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
26101         instead of explicitly declaring xdecrypt.
26102         * nis/nss_nis/nis-publickey.c: Likewise.
26104 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26106         [BZ #15890]
26107         * nscd/aicache.c: Include res_hconf.h.
26108         (addhstaiX): Initialize res_hconf.
26110 2013-08-26  Andreas Schwab  <schwab@suse.de>
26112         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
26113         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
26115 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26117         * nscd/aicache.c (addhstaiX): Fix indentation.
26119 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
26121         * configure.ac: Quote $build_pt_chown test.
26122         * configure: Regenerated.
26124 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
26126         [BZ #15532]
26127         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
26128         * math/s_cexpf.c (__cexpf): Likewise.
26129         * math/s_cexpl.c (__cexpl): Likewise.
26130         * math/libm-test.inc (cexp_test_data): Correct expected return
26131         value for NaN + i0.  Add another test.
26133 2013-08-22  David S. Miller  <davem@davemloft.net>
26135         * po/ca.po: Update Catalan translation from translation project.
26136         * po/uk.po: Add Ukrainian translations from translation project.
26138 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
26140         [BZ #15797]
26141         * math/s_fdim.c (__fdim): Check for infinite arguments if result
26142         is infinite, not alongside NaN test.
26143         * math/s_fdimf.c (__fdimf): Likewise.
26144         * math/s_fdiml.c (__fdiml): Likewise.
26145         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
26146         errno is unchanged.
26148 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
26150         * argp/argp-help.c: Fix typos.
26151         * crypt/speeds.c: Likewise.
26152         * csu/check_fds.c: Likewise.
26153         * elf/dl-load.c: Likewise.
26154         * elf/dl-open.c: Likewise.
26155         * elf/reldep3.c: Likewise.
26156         * elf/reldep.c: Likewise.
26157         * elf/sprof.c: Likewise.
26158         * iconv/iconv_charmap.c: Likewise.
26159         * iconv/skeleton.c: Likewise.
26160         * iconv/strtab.c: Likewise.
26161         * io/lockf64.c: Likewise.
26162         * libio/libioP.h: Likewise.
26163         * resolv/gai_notify.c: Likewise.
26164         * resolv/ns_name.c: Likewise.
26165         * resolv/ns_samedomain.c: Likewise.
26166         * resolv/res_send.c: Likewise.
26167         * stdlib/random.c: Likewise.
26168         * sunrpc/rpc/xdr.h: Likewise.
26169         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
26170         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
26171         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
26172         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
26173         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
26174         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
26175         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
26176         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
26177         * sysdeps/mach/hurd/check_fds.c: Likewise.
26178         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
26179         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
26180         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26181         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
26182         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
26183         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
26184         * sysdeps/pthread/aio_notify.c: Likewise.
26185         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
26186         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
26187         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
26188         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
26189         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
26191 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26193         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
26194         version if bit_Slow_SSE4_2 is set.
26195         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
26196         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
26198 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26200         [BZ #15867]
26201         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
26202         trampoline stack frame information.
26203         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
26204         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
26205         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
26206         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
26207         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
26208         * sysdeps/unix/sysv/linux/powerpc/init-first.c
26209         (_libc_vdso_platform_setup): Initialize the signal trampolines.
26210         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
26211         sa_flags value.
26212         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
26213         interrupting a syscall and set with option SA_SIGINFO.
26215 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
26217         [BZ #15531]
26218         * math/s_cproj.c (__cproj): Only return an infinity if one part of
26219         argument is infinite.
26220         * math/s_cprojf.c (__cprojf): Likewise.
26221         * math/s_cprojl.c (__cprojl): Likewise.
26222         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
26223         * math/libm-test.inc (cproj_test_data): Add more tests.
26225         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
26227         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
26228         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
26229         size.  Use __ffs to determine corresponding shift.
26231 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
26232             Roland McGrath  <roland@hack.frob.com>
26234         * Makefile (INSTALL): Remove trailing blank lines from output of
26235         makeinfo.
26237 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26239         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
26240         Align 32 bit compat elf_greg to 8 bytes.
26242 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
26244         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
26246 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
26248         * string/strcoll_l.c (coll_seq): New structure.
26249         (get_next_seq_cached): New function.
26250         (get_next_seq): New function.
26251         (do_compare): New function.
26252         (STRCOLL): Use GNU style definition.  Simplify implementation
26253         by using get_next_seq, get_next_seq_cached and do_compare.
26255 2013-08-16  Florian Weimer  <fweimer@redhat.com>
26257         [BZ #14699]
26258         CVE-2013-4237
26259         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
26260         member.
26261         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
26262         member.
26263         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
26264         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
26265         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
26266         conditional.
26267         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
26268         GETDENTS_64BIT_ALIGNED.
26269         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
26270         * manual/filesys.texi (Reading/Closing Directory): Document
26271         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
26272         strongly.
26273         * manual/conf.texi (Limits for Files): Add portability note to
26274         NAME_MAX, PATH_MAX.
26275         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
26277 2013-08-13  Andreas Schwab  <schwab@suse.de>
26279         [BZ #15749]
26280         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
26281         of fabs.
26282         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
26283         LDBL_MAX_EXP >= 16384]: Add tests for it.
26285 2013-08-12  David S. Miller  <davem@davemloft.net>
26287         * version.h (RELEASE): Set to "development".
26288         (VERSION): Set to "2.18.90".
26289         * NEWS: Add 2.19 section.
26291 2013-08-03  David S. Miller  <davem@davemloft.net>
26293         * po/ko.po: Update Korean translation from translation project.
26295 2013-08-01  David S. Miller  <davem@davemloft.net>
26297         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
26298         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
26299         Bilka.
26301 2013-07-30  David S. Miller  <davem@davemloft.net>
26303         * po/fr.po: Update French translation from translation project.
26305 2013-07-28  David S. Miller  <davem@davemloft.net>
26307         * po/cs.po: Update Czech translation from translation project.
26309         * po/sv.po: Update Swedish translation from translation project.
26311 2013-07-27  David S. Miller  <davem@davemloft.net>
26313         * po/eo.po: Update Esperanto translation from translation project.
26315         * po/vi.po: Update Vietnamese translation from translation project.
26317         * po/de.po: Update German translation from translation project.
26319 2013-07-26  David S. Miller  <davem@davemloft.net>
26321         * po/bg.po: Update Bulgarian translation from translation project.
26323         * po/nl.po: Update Dutch translation from translation project.
26324         * po/pl.po: Update Polish translation from translation project.
26325         * po/ru.po: Update Russian translation from translation project.
26327 2013-07-24  David S. Miller  <davem@davemloft.net>
26329         * po/libc.pot: Update.
26331 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26333         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
26334         variable page size.
26335         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
26336         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
26337         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
26339 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26341         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
26343 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26344             Andreas Schwab  <schwab@suse.de>
26345             Roland McGrath  <roland@hack.frob.com>
26346             Joseph Myers  <joseph@codesourcery.com>
26347             Carlos O'Donell  <carlos@redhat.com>
26349         [BZ #15755]
26350         * config.h.in: Define HAVE_PT_CHOWN.
26351         * config.make.in (build-pt-chown): New variable.
26352         * configure.in (--enable-pt_chown): New configure option.
26353         * configure: Regenerate.
26354         * login/Makefile: Include Makeconfig.  Build pt_chown only if
26355         build-pt-chown is enabled.
26356         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
26357         pt_chown to fix pty ownership.
26358         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
26359         CLOSE_ALL_FDS.
26360         * manual/install.texi (Configuring and compiling): Mention
26361         --enable-pt_chown. Add @findex for grantpt.
26362         * INSTALL: Regenerate.
26364 2013-07-20  David S. Miller  <davem@davemloft.net>
26366         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
26367         difference between 32-bit and 64-bit.
26369 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
26371         [BZ #15711]
26372         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
26373         Avoid system header dependency with -ffreestanding.
26374         ($(objpfx)bits/syscall%d): Likewise.
26376 2013-07-13  David S. Miller  <davem@davemloft.net>
26378         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
26379         underflows from atanl/atan2l due to bug 15319.
26380         (casinh_test_data): Likewise.
26382 2013-07-07  David S. Miller  <davem@davemloft.net>
26384         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
26386 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
26388         * sysdeps/i386/fpu/libm-test-ulps: Update.
26389         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26391 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26393         * configure.in (--enable-lock-elision): Fix message text.
26394         * INSTALL: Regenerate.
26395         * configure: Regenerate.
26397 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26399         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26401 2013-07-03  Andreas Jaeger  <aj@suse.de>
26403         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
26404         define.
26405         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
26406         (ptrace_peeksiginfo_args): Add.
26407         (__ptrace_peeksiginfo_flags): Add.
26408         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
26409         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
26410         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
26412 2013-07-03  Allan McRae  <allan@archlinux.org>
26414         * sysdeps/i386/fpu/libm-test-ulps: Update.
26416 2013-07-02  David S. Miller  <davem@davemloft.net>
26418         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26420 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
26422         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26424 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
26426         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
26427         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26429 2013-07-02  Andi Kleen <ak@linux.intel.com>
26431         * config.h.in (ENABLE_LOCK_ELISION): Add.
26432         * configure.in (--enable-lock-elision): Add option.
26433         * manual/install.texi: Document --enable lock elision.
26434         * configure: Regenerate
26435         * INSTALL: Regenerate.
26437 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
26439         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
26440         SSE4.2 strcasecmp for libc.a.
26441         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
26443 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
26445         [BZ #13304]
26446         * soft-fp/op-common.h (_FP_FMA): New macro.
26447         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
26448         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
26449         (_FP_MUL_MEAT_1_imm): ... here.
26450         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
26451         (_FP_MUL_MEAT_1_wide): ... here.
26452         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
26453         (_FP_MUL_MEAT_1_hard): ... here.
26454         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
26455         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
26456         (_FP_MUL_MEAT_2_wide): ... here.
26457         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
26458         (_FP_MUL_MEAT_2_wide_3mul): ... here.
26459         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
26460         (_FP_MUL_MEAT_2_gmp): ... here.
26461         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
26462         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
26463         (_FP_MUL_MEAT_4_wide): ... here.
26464         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
26465         (_FP_MUL_MEAT_4_gmp): ... here.
26466         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
26467         (_FP_WFRACBITS_DW_S): Likewise.
26468         (_FP_WFRACXBITS_DW_S): Likewise.
26469         (_FP_HIGHBIT_DW_S): Likewise.
26470         (FP_FMA_S): Likewise.
26471         (_FP_FRAC_HIGH_DW_S): Likewise.
26472         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
26473         (_FP_WFRACBITS_DW_D): Likewise.
26474         (_FP_WFRACXBITS_DW_D): Likewise.
26475         (_FP_HIGHBIT_DW_D): Likewise.
26476         (FP_FMA_D): Likewise.
26477         (_FP_FRAC_HIGH_DW_D): Likewise.
26478         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
26479         (_FP_WFRACBITS_DW_E): Likewise.
26480         (_FP_WFRACXBITS_DW_E): Likewise.
26481         (_FP_HIGHBIT_DW_E): Likewise.
26482         (FP_FMA_E): Likewise.
26483         (_FP_FRAC_HIGH_DW_E): Likewise.
26484         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
26485         (_FP_WFRACBITS_DW_Q): Likewise.
26486         (_FP_WFRACXBITS_DW_Q): Likewise.
26487         (_FP_HIGHBIT_DW_Q): Likewise.
26488         (FP_FMA_Q): Likewise.
26489         (_FP_FRAC_HIGH_DW_Q): Likewise.
26490         * soft-fp/fmasf4.c: New file.
26491         * soft-fp/fmadf4.c: Likewise.
26492         * soft-fp/fmatf4.c: Likewise.
26494 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26496         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
26497         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
26498         Silvermont.
26499         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
26500         macro.
26501         (index_Slow_SSE4_2): Likewise.
26502         (index_Prefer_PMINUB_for_stringop): Likewise.
26503         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
26504         bit_Slow_SSE4_2 is set.
26505         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
26506         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
26508 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26510         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
26511         rtld_global._dl_hwcap2.
26512         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
26513         POWER8.
26514         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
26515         POWER8 feature descriptions defined in _dl_hwcap2.
26516         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
26517         string handling for POWER8 feature bits.
26518         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
26519         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
26520         _dl_powerpc_cap_flags.
26521         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
26522         * sysdeps/powerpc/rtld-global-offsets.sym
26523         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
26524         _dl_hwcap2 in the rtld_global_ro structure.
26526 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26528         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
26529         hardware capabilities in support of AT_HWCAP2.
26530         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
26531         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
26532         GLRO(dl_hwcap2).
26533         (_dl_show_auxv): Add support for calling _dl_procinfo to display
26534         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
26535         explicitly the unknown a_type display mechanism is used.
26536         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
26537         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
26538         struct member.
26539         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
26540         to macro prototype for AT_HWCAP2 support.
26541         * sysdeps/i386/dl-procinfo.h: Likewise.
26542         * sysdeps/s390/dl-procinfo.h: Likewise.
26543         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
26544         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
26545         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
26546         return -1 for unknown a_type display fallback.
26547         * sysdeps/sparc/dl-procinfo.h: Likewise.
26548         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
26549         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
26551 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
26553         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
26554         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
26556 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
26558         [BZ #12492]
26559         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
26560         mprotect making __stack_prot writable.
26562 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
26563             Joseph Myers  <joseph@codesourcery.com>
26565         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
26566         as being properly aligned.
26568 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
26570         * dlfcn/modstatic5.c: New file.
26571         * dlfcn/tststatic5.c: New file.
26572         * dlfcn/Makefile (tests): Add tststatic5.
26573         (tests-static): Likewise.
26574         (modules-names): Add modstatic5.
26575         (tststatic5-ENV): New variable.
26576         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
26578         [BZ #15022]
26579         * elf/dl-support.c (_dl_main_map): New variable.
26580         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
26581         (_dl_nns, _dl_load_adds): Set to 1.
26582         (_dl_initial_searchlist): Refer to _dl_main_map.
26583         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
26584         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
26585         call to _dl_get_origin.
26586         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
26587         around call_map.
26588         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
26589         * dlfcn/modstatic3.c: New file.
26590         * dlfcn/tststatic3.c: New file.
26591         * dlfcn/tststatic4.c: New file.
26592         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
26593         (tests-static): Likewise.
26594         (modules-names): Add modstatic3.
26595         (tststatic3-ENV, tststatic4-ENV): New variables.
26596         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
26597         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
26599 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
26601         * configure.in (CC): Require GCC version 4.4 or later.
26602         * configure: Regenerated.
26603         * manual/install.texi (Tools for Compilation): Update GCC version
26604         requirement.
26605         * INSTALL: Regenerated.
26607 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26609         [BZ #15674]
26610         * string/test-memcmp.c (check2): New.
26611         (main): Call check2.
26613         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
26615 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
26617         [BZ #15022]
26618         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
26619         over to...
26620         (dl_open_worker) [!SHARED]: ... here.
26622 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26624         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
26626 2013-06-25  Richard Henderson  <rth@redhat.com>
26628         * locale/programs/locarchive.c: Include <libc-internal.h>
26630 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
26632         * manual/texinfo.tex: Update to version 2013-06-21.17, with
26633         trailing whitespace removed.
26635 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
26637         [BZ #10283]
26638         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
26639         * locale/programs/locarchive.c: Include libc-mmap.h.
26640         (prepare_address_space): Take two new outputs (the mmap base and len).
26641         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
26642         values.
26643         (create_archive): Declare new mmap base and len values for
26644         prepare_address_space, and store the result in ah.
26645         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
26646         (enlarge_archive): If ah->mmap_base is not NULL, use that and
26647         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26648         Declare new mmap base and len values for
26649         prepare_address_space, and store the result in new_ah.
26650         (open_archive): Declare new mmap base and len values for
26651         prepare_address_space, and store the result in ah.
26652         (close_archive): If ah->mmap_base is not NULL, use that and
26653         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26654         * sysdeps/generic/libc-mmap.h: New file.
26656 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
26658         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
26659         (ALIGN_UP): Likewise.
26660         (PTR_ALIGN_DOWN): Likewise.
26661         (PTR_ALIGN_UP): Likewise.
26663 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26665         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
26666         entry mapped to PPC_PLATFORM_POWER8.
26667         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
26668         POWER8.
26669         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
26670         (_dl_string_platform): Add case for exporting platform position for
26671         POWER8.
26672         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
26673         search path to sysdeps/powerpc/powerpc32/power8 directory.
26674         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
26675         search path to sysdeps/powerpc/powerpc64/power8 directory.
26676         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
26677         power7 directories.
26678         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
26679         power7 directories.
26681 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26683         * INSTALL: Regenerate.
26685         * nscd/connections.c (nscd_init): Fix comment.
26687 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
26689         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
26691         [BZ #15667]
26692         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
26693         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
26695 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
26697         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
26698         DL_DST_REQ_STATIC.
26699         (DL_DST_REQ_STATIC): Remove macro.
26701 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
26703         [BZ #7006]
26704         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
26705         with a shift of 0 bits.
26707 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
26709         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
26710         $(tststatic-ENV).
26712 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
26714         [BZ #15655]
26715         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
26717 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26719         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
26720         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
26721         accepts -fno-tree-loop-distribute-patterns.
26722         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
26723         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
26724         recursive call.
26725         * string/memset.c (memset): Likewise.
26726         * string/test-memmove.c (simple_memmove): Disable loop transformation
26727         to library calls.
26728         * string/test-memset.c (simple_memset): Likewise.
26729         * benchtests/bench-memmove.c (simple_memmove): Likewise.
26730         * benchtests/bench-memset.c (simple_memset): Likewise.
26731         * configure: Regenerated.
26733 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
26735         * math/test-misc.c (main): Ignore fesetround failure when failures
26736         of subsequent rounding tests would be ignored.
26738         [BZ #15654]
26739         * math/fedisblxcpt.c (fedisableexcept): Return 0.
26740         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
26741         * math/fegetenv.c (__fegetenv): Return 0.
26742         * math/fegetexcept.c (fegetexcept): Return 0.
26743         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
26744         FE_TONEAREST.
26745         * math/feholdexcpt.c (feholdexcept): Return 0.
26746         * math/fesetenv.c (__fesetenv): Return 0.
26747         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
26748         argument FE_TONEAREST.
26749         * math/feupdateenv.c (__feupdateenv): Return 0.
26750         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
26752 2013-06-18  Roland McGrath  <roland@hack.frob.com>
26754         * elf/rtld-Rules (rtld-compile-command.S): New variable.
26755         (rtld-compile-command.s, rtld-compile-command.c): New variables.
26756         ($(objpfx)rtld-%.os rules): Use them.
26758 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26760         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
26761         fields.
26763 2013-06-17  Roland McGrath  <roland@hack.frob.com>
26765         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
26766         length of target pattern, then descending length of dependency pattern.
26767         * configure.in (AWK): Require gawk 3.1.2 or newer.
26768         * manual/install.texi (Tools for Compilation): Say that we do.
26769         * configure: Regenerated.
26771         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
26772         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
26773         * scripts/sysd-rules.awk: ... this new script.
26774         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
26775         than a glob-style pattern.
26777 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
26779         * math/test-misc.c (main): Do not treat incorrectly rounded
26780         conversions as failure unless ROUNDING_TESTS passes.
26782 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
26784         [BZ #15631]
26785         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
26786         restore exception state around main square root computation, then
26787         check for inexactness explicitly.
26789         * math/libm-test.inc (fma_test_data): Add another test.
26791 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26793         * manual/threads.texi (Non-POSIX Extensions): New document
26794         node.  Document pthread_getattr_default_np and
26795         pthread_setattr_default_np.
26797         * Versions.def (libpthread): Add GLIBC_2.18.
26798         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
26799         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
26800         Likewise.
26801         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
26802         Likewise.
26803         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
26804         Likewise.
26805         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
26806         Likewise.
26807         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
26808         Likewise.
26809         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
26810         Likewise.
26811         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
26812         Likewise.
26813         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
26814         Likewise.
26815         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
26816         Likewise.
26818 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26820         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26821         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
26823 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26824             H.J. Lu  <hjl.tools@gmail.com>
26826         [BZ #15627]
26827         * sysdeps/x86_64/rtld-memset.c: Remove file.
26828         * sysdeps/x86_64/rtld-memset.S: New file.
26830 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
26832         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
26833         (test_in_one_mode): Take arguments for whether the rounding mode
26834         is supported for each floating-point type.
26835         (do_test): Pass new arguments to test_in_one_mode using
26836         ROUNDING_TESTS.
26838 2013-06-13  Roland McGrath  <roland@hack.frob.com>
26840         * posix/tst-waitid.c (do_test): Distinguish different instances of
26841         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
26842         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
26843         before entering the kernel for waitpid.
26845 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
26847         * NEWS: Fix note on clock function precision.  Text by Roland
26848         McGrath.
26850 2013-06-13  Roland McGrath  <roland@hack.frob.com>
26852         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
26853         it into place only when and if the sanity check passes.
26855 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
26857         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
26858         output for whether conversion result is exact.  Take argument
26859         indicating whether type is IBM long double.
26860         (round_for_all): Change need_exact field to ibm_ld.
26861         * stdlib/tst-strtod-round.c (struct exactness): New type.
26862         (struct test): Change bool ld_ok field to struct exactness exact.
26863         (TEST): Update all definitions for change to field.
26864         (tests): Regenerate array contents.
26865         (test_in_one_mode): Take pointer to new field instead of old ld_ok
26866         field value.  Check for IBM long double here.
26867         (do_test): Update calls to test_in_one_mode.
26869 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
26871         [BZ #12515]
26872         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
26873         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
26875 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26877         [BZ #15605]
26878         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
26879         generated by the compiler on loop optimizations.
26880         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
26881         general definitions.
26883 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
26885         * math/bug-nextafter.c: Include <math-tests.h>.
26886         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26887         the relevant type.
26888         * math/bug-nexttoward.c: Include <math-tests.h>.
26889         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26890         the relevant type.
26891         * math/test-misc.c: Include <math-tests.h>.
26892         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26893         the relevant type.
26895 2013-06-12  Andreas Jaeger  <aj@suse.de>
26897         * po/ia.po: Update Interlingua translation from translation
26898         project.
26900 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26902         * include/fenv.h: Include stdbool.h.
26903         (struct rm_ctx): New structure.
26904         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
26905         Define macro.
26906         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
26907         (SET_RESTORE_ROUNDF): Likewise.
26908         (SET_RESTORE_ROUNDL): Likewise.
26909         (SET_RESTORE_ROUND_NOEX): Likewise.
26910         (SET_RESTORE_ROUND_NOEXF): Likewise.
26911         (SET_RESTORE_ROUND_NOEXL): Likewise.
26912         (SET_RESTORE_ROUND_53BIT): Likewise.
26913         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
26914         (libc_feresetround_noexf_ctx): Likewise.
26915         (libc_feresetround_noexl_ctx): Likewise.
26916         (libc_feholdsetround_53bit_ctx): Likewise.
26917         (libc_feresetround_53bit_ctx): Likewise.
26918         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
26919         (libc_feholdexcept_setround_sse_ctx): New function.
26920         (libc_fesetenv_sse_ctx): Likewise.
26921         (libc_feupdateenv_sse_ctx): Likewise.
26922         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
26923         (libc_feholdexcept_setround_387_ctx): Likewise.
26924         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
26925         (libc_feholdsetround_387_prec_ctx): Likewise.
26926         (libc_feholdsetround_387_ctx): Likewise.
26927         (libc_feholdsetround_387_53bit_ctx): Likewise.
26928         (libc_feholdsetround_sse_ctx): Likewise.
26929         (libc_feresetround_sse_ctx): Likewise.
26930         (libc_feresetround_387_ctx): Likewise.
26931         (libc_feupdateenv_387_ctx): Likewise.
26932         (libc_feholdexcept_setroundf_ctx): Define macro.
26933         (libc_fesetenvf_ctx): Likewise.
26934         (libc_feupdateenvf_ctx): Likewise.
26935         (libc_feholdsetroundf_ctx): Likewise.
26936         (libc_feresetroundf_ctx): Likewise.
26937         (libc_feholdexcept_setround_ctx): Likewise.
26938         (libc_fesetenv_ctx): Likewise.
26939         (libc_feupdateenv_ctx): Likewise.
26940         (libc_feholdsetround_ctx): Likewise.
26941         (libc_feresetround_ctx): Likewise.
26942         (libc_feholdexcept_setroundl_ctx): Likewise.
26943         (libc_feupdateenvl_ctx): Likewise.
26944         (libc_feholdsetroundl_ctx): Likewise.
26945         (libc_feresetroundl_ctx): Likewise.
26946         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
26947         (libc_feresetround_53bit_ctx): Likewise.
26949 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26951         * locale/iso-639.def: Convert to UTF-8.
26953 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
26955         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
26956         (EXCEPTION_TESTS_double): Likewise.
26957         (EXCEPTION_TESTS_long_double): Likewise.
26958         (EXCEPTION_TESTS): Likewise.
26959         * math/libm-test.inc (test_exceptions): Only test exceptions if
26960         EXCEPTION_TESTS (FLOAT).
26962 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26964         * benchtests/Makefile (string-bench): Add strcpy_chk and
26965         stpcpy_chk.
26966         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
26967         * benchtests/bench-stpcpy_chk.c: New file.
26968         * benchtests/bench-strcpy_chk-ifunc.c: New file.
26969         * benchtests/bench-strcpy_chk.c: New file.
26970         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
26971         code.
26972         (do_test): Likewise.
26974 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26976         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
26977         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
26978         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
26979         with tabs where appropriate.
26980         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
26981         dl-procinfo.h.
26982         [PPC_PLATFORM_PPC440]: Likewise.
26983         [PPC_PLATFORM_PPC464]: Likewise.
26984         [PPC_PLATFORM_PPC476]: Likewise.
26985         (_dl_string_platform): Add support for detecting ppc405, ppc440,
26986         ppc464, and ppc476 platform strings merging from ports/
26987         dl-procinfo.h.
26989 2013-06-11  Andreas Schwab  <schwab@suse.de>
26991         [BZ #14991]
26992         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
26993         (from_ucs4_idx): Regenerate.
26994         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
26995         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
26996         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
26997         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
26998         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
26999         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
27000         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
27001         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
27002         from FROM_LOOP and TO_LOOP specific macros.
27003         (BODY): Handle combining characters.
27004         * iconvdata/BIG5HKSCS.irreversible: Update.
27005         * iconvdata/BIG5HKSCS.precomposed: New file.
27006         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
27007         characters.
27008         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
27010 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27012         * include/sys/time.h: Fix indentation and add copyright header.
27014         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
27015         (do_test): Likewise.
27016         * string/test-memchr.c (do_one_test): Likewise.
27017         (do_test): Likewise.
27018         * string/test-memcmp.c (do_one_test): Likewise.
27019         (do_test): Likewise.
27020         * string/test-memcpy.c (do_one_test): Likewise.
27021         (do_test): Likewise.
27022         * string/test-memmem.c (do_one_test): Likewise.
27023         (do_test): Likewise.
27024         (do_random_tests): Likewise.
27025         * string/test-memmove.c (do_one_test): Likewise.
27026         (do_test): Likewise.
27027         * string/test-memset.c (do_one_test): Likewise.
27028         (do_test): Likewise.
27029         * string/test-rawmemchr.c (do_one_test): Likewise.
27030         (do_test): Likewise.
27031         * string/test-strcasecmp.c (do_one_test): Likewise.
27032         (do_test): Likewise.
27033         * string/test-strcasestr.c (do_one_test): Likewise.
27034         (do_test): Likewise.
27035         * string/test-strcat.c (do_one_test): Likewise.
27036         (do_test): Likewise.
27037         * string/test-strchr.c (do_one_test): Likewise.
27038         (do_test): Likewise.
27039         * string/test-strcmp.c (do_one_test): Likewise.
27040         (do_test): Likewise.
27041         * string/test-strcpy.c (do_one_test): Likewise.
27042         (do_test): Likewise.
27043         * string/test-string.h: Likewise.
27044         (test_init): Likewise.
27045         * string/test-strlen.c (do_one_test): Likewise.
27046         (do_test): Likewise.
27047         * string/test-strncasecmp.c (do_one_test): Likewise.
27048         (do_test): Likewise.
27049         * string/test-strncat.c (do_one_test): Likewise.
27050         (do_test): Likewise.
27051         * string/test-strncmp.c (do_one_test): Likewise.
27052         (do_test_limit): Likewise.
27053         (do_test): Likewise.
27054         * string/test-strncpy.c (do_one_test): Likewise.
27055         (do_test): Likewise.
27056         * string/test-strnlen.c (do_one_test): Likewise.
27057         (do_test): Likewise.
27058         * string/test-strpbrk.c (do_one_test): Likewise.
27059         (do_test): Likewise.
27060         * string/test-strrchr.c (do_one_test): Likewise.
27061         (do_test): Likewise.
27062         * string/test-strspn.c (do_one_test): Likewise.
27063         (do_test): Likewise.
27064         * string/test-strstr.c (do_one_test): Likewise.
27065         (do_test): Likewise.
27067         * benchtests/Makefile (string-bench): Add string benchmarks.
27068         * benchtests/bench-bcopy-ifunc.c: New file.
27069         * benchtests/bench-bcopy.c: New file.
27070         * benchtests/bench-bzero-ifunc.c: New file.
27071         * benchtests/bench-bzero.c: New file.
27072         * benchtests/bench-memccpy-ifunc.c: New file.
27073         * benchtests/bench-memccpy.c: New file.
27074         * benchtests/bench-memchr-ifunc.c: New file.
27075         * benchtests/bench-memchr.c: New file.
27076         * benchtests/bench-memcmp-ifunc.c: New file.
27077         * benchtests/bench-memcmp.c: New file.
27078         * benchtests/bench-memmem-ifunc.c: New file.
27079         * benchtests/bench-memmem.c: New file.
27080         * benchtests/bench-memmove-ifunc.c: New file.
27081         * benchtests/bench-memmove.c: New file.
27082         * benchtests/bench-mempcpy-ifunc.c: New file.
27083         * benchtests/bench-mempcpy.c: New file.
27084         * benchtests/bench-memset-ifunc.c: New file.
27085         * benchtests/bench-memset.c: New file.
27086         * benchtests/bench-rawmemchr-ifunc.c: New file.
27087         * benchtests/bench-rawmemchr.c: New file.
27088         * benchtests/bench-stpcpy-ifunc.c: New file.
27089         * benchtests/bench-stpcpy.c: New file.
27090         * benchtests/bench-stpncpy-ifunc.c: New file.
27091         * benchtests/bench-stpncpy.c: New file.
27092         * benchtests/bench-strcasecmp-ifunc.c: New file.
27093         * benchtests/bench-strcasecmp.c: New file.
27094         * benchtests/bench-strcasestr-ifunc.c: New file.
27095         * benchtests/bench-strcasestr.c: New file.
27096         * benchtests/bench-strcat-ifunc.c: New file.
27097         * benchtests/bench-strcat.c: New file.
27098         * benchtests/bench-strchr-ifunc.c: New file.
27099         * benchtests/bench-strchr.c: New file.
27100         * benchtests/bench-strchrnul-ifunc.c: New file.
27101         * benchtests/bench-strchrnul.c: New file.
27102         * benchtests/bench-strcmp-ifunc.c: New file.
27103         * benchtests/bench-strcmp.c: New file.
27104         * benchtests/bench-strcpy-ifunc.c: New file.
27105         * benchtests/bench-strcpy.c: New file.
27106         * benchtests/bench-strcspn-ifunc.c: New file.
27107         * benchtests/bench-strcspn.c: New file.
27108         * benchtests/bench-strlen-ifunc.c: New file.
27109         * benchtests/bench-strlen.c: New file.
27110         * benchtests/bench-strncasecmp-ifunc.c: New file.
27111         * benchtests/bench-strncasecmp.c: New file.
27112         * benchtests/bench-strncat-ifunc.c: New file.
27113         * benchtests/bench-strncat.c: New file.
27114         * benchtests/bench-strncmp-ifunc.c: New file.
27115         * benchtests/bench-strncmp.c: New file.
27116         * benchtests/bench-strncpy-ifunc.c: New file.
27117         * benchtests/bench-strncpy.c: New file.
27118         * benchtests/bench-strnlen-ifunc.c: New file.
27119         * benchtests/bench-strnlen.c: New file.
27120         * benchtests/bench-strpbrk-ifunc.c: New file.
27121         * benchtests/bench-strpbrk.c: New file.
27122         * benchtests/bench-strrchr-ifunc.c: New file.
27123         * benchtests/bench-strrchr.c: New file.
27124         * benchtests/bench-strspn-ifunc.c: New file.
27125         * benchtests/bench-strspn.c: New file.
27126         * benchtests/bench-strstr-ifunc.c: New file.
27127         * benchtests/bench-strstr.c: New file.
27129         * benchtests/Makefile: Disable parallel execution of targets.
27130         (string-bench): Add memcpy.
27131         (benchset): New variable to store a list of benchmark sets.
27132         (bench-func): Renamed from bench.
27133         (bench-set): New target.
27134         (bench): Depend on bench-func and bench-set.
27135         * benchtests/README: Add section on benchmark sets.
27136         * benchtests/bench-memcpy-ifunc.c: New file.
27137         * benchtests/bench-memcpy.c: New file.
27138         * benchtests/bench-string.h: New file.
27140 2013-06-11  Andreas Schwab  <schwab@suse.de>
27142         [BZ #15577]
27143         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
27144         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
27145         values in the triple.
27146         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
27147         terminator in the group key.
27149 2013-06-11  Andreas Jaeger  <aj@suse.de>
27151         * po/zh_TW.po: Update Chinese (traditional) translation from
27152         translation project.
27154 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27156         * include/time.h (__clock_gettime): Add libc_hidden_proto.
27157         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
27158         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
27159         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
27160         (clock_getcpuclockid): Likewise.
27161         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
27162         Add weak_alias and libc_hidden_def.
27163         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
27164         * rt/clock_gettime.c (clock_gettime): Rename to
27165         __clock_gettime.  Add weak_alias and libc_hidden_def.
27166         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
27167         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
27168         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
27169         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
27170         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
27171         Likewise.
27172         * rt/clock_settime.c (clock_settime): Rename to
27173         __clock_settime.  Add weak_alias and libc_hidden_def.
27174         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
27176 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
27178         * mach/err_boot.sub: Remove trailing whitespace.
27179         * mach/err_ipc.sub: Likewise.
27180         * mach/err_mach.sub: Likewise.
27182         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
27183         (ROUNDING_TESTS_double): Likewise.
27184         (ROUNDING_TESTS_long_double): Likewise.
27185         (ROUNDING_TESTS): Likewise.
27186         * math/libm-test.inc: Include <math-tests.h>.
27187         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
27188         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
27189         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
27190         (IF_ROUND_INIT_FE_UPWARD): Likewise.
27192 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27194         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
27195         of assigning.
27197 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
27199         * sysdeps/gnu/errlist.awk: Do not generate space at end of
27200         otherwise empty TRANS lines.
27201         * sysdeps/gnu/errlist.c: Regenerated.
27203         * catgets/gencat.c (error_print): Use (void) in function
27204         definition.
27205         * crypt/crypt_util.c (__init_des): Likewise.
27206         * crypt/speeds.c (Stop): Likewise.
27207         (main): Likewise.
27208         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
27209         * inet/ruserpass.c (token): Likewise.
27210         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
27211         * intl/localealias.c (extend_alias_table): Likewise.
27212         * intl/plural-exp.c (init_germanic_plural): Likewise.
27213         * libio/fcloseall.c (__fcloseall): Likewise.
27214         * libio/genops.c (_IO_flush_all): Likewise.
27215         (_IO_flush_all_linebuffered): Likewise.
27216         (_IO_cleanup): Likewise.
27217         (_IO_iter_begin): Likewise.
27218         (_IO_iter_end): Likewise.
27219         (_IO_list_lock): Likewise.
27220         (_IO_list_unlock): Likewise.
27221         (_IO_list_resetlock): Likewise.
27222         * libio/getchar.c (getchar): Likewise.
27223         * libio/getchar_u.c (getchar_unlocked): Likewise.
27224         * libio/getwchar.c (getwchar): Likewise.
27225         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
27226         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
27227         * login/getpt.c (__getpt): Likewise.
27228         * login/tst-utmp.c (main): Likewise.
27229         * malloc/hooks.c (__malloc_check_init): Likewise.
27230         * malloc/malloc.c (__malloc_stats): Likewise.
27231         * malloc/mtrace.c (tr_break): Likewise.
27232         (mtrace): Likewise.
27233         (muntrace): Likewise.
27234         * misc/fstab.c (endfsent): Likewise.
27235         * misc/getclktck.c (__getclktck): Likewise.
27236         * misc/getdtsz.c (__getdtablesize): Likewise.
27237         * misc/gethostid.c (gethostid): Likewise.
27238         * misc/getpagesize.c (__getpagesize): Likewise.
27239         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
27240         (__get_nprocs): Likewise.
27241         (__get_phys_pages): Likewise.
27242         (__get_avphys_pages): Likewise.
27243         * misc/getttyent.c (getttyent): Likewise.
27244         (setttyent): Likewise.
27245         (endttyent): Likewise.
27246         * misc/getusershell.c (getusershell): Likewise.
27247         (endusershell): Likewise.
27248         (setusershell): Likewise.
27249         (initshells): Likewise.
27250         * misc/hsearch.c (__hdestroy): Likewise.
27251         * misc/sync.c (sync): Likewise.
27252         * misc/syslog.c (closelog_internal): Likewise.
27253         (closelog): Likewise.
27254         * misc/ttyslot.c (ttyslot): Likewise.
27255         * misc/vhangup.c (vhangup): Likewise.
27256         * posix/fork.c (__fork): Likewise.
27257         * posix/getegid.c (__getegid): Likewise.
27258         * posix/geteuid.c (__geteuid): Likewise.
27259         * posix/getgid.c (__getgid): Likewise.
27260         * posix/getpid.c (__getpid): Likewise.
27261         * posix/getppid.c (__getppid): Likewise.
27262         * posix/getuid.c (__getuid): Likewise.
27263         * posix/pause.c (pause): Likewise.
27264         * posix/setpgrp.c (setpgrp): Likewise.
27265         * posix/setsid.c (__setsid): Likewise.
27266         * posix/test-vfork.c (noop): Likewise.
27267         * resolv/gethnamaddr.c (_endhtent): Likewise.
27268         (_gethtent): Likewise.
27269         (ht_endhostent): Likewise.
27270         (gethostent): Likewise.
27271         (dns_service): Likewise.
27272         * stdlib/drand48.c (drand48): Likewise.
27273         * stdlib/lrand48.c (lrand48): Likewise.
27274         * stdlib/mrand48.c (mrand48): Likewise.
27275         * stdlib/rand.c (rand): Likewise.
27276         * stdlib/random.c (__random): Likewise.
27277         * stdlib/setenv.c (clearenv): Likewise.
27278         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
27279         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
27280         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
27281         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
27282         (__get_nprocs): Likewise.
27283         (__get_phys_pages): Likewise.
27284         (__get_avphys_pages): Likewise.
27285         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
27286         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
27287         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
27288         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
27289         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
27290         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
27291         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
27292         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
27293         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
27294         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
27295         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
27296         * sysdeps/mach/hurd/sync.c (sync): Likewise.
27297         * sysdeps/posix/clock.c (clock): Likewise.
27298         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
27299         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
27300         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
27301         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
27302         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
27303         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
27304         (__get_nprocs_conf): Likewise.
27305         (__get_phys_pages): Likewise.
27306         (__get_avphys_pages): Likewise.
27307         * time/clock.c (clock): Likewise.
27308         * time/tzset.c (__tzname_max): Likewise.
27310 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
27312         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
27313         (__bswap_32): Do not use "register".
27314         * crypt/crypt.c (_ufc_doit_r): Likewise.
27315         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
27316         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
27317         * gmon/gmon.c (__monstartup): Likewise.
27318         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
27319         * hurd/hurdmalloc.c (more_memory): Likewise.
27320         (malloc): Likewise.
27321         (free): Likewise.
27322         (realloc): Likewise.
27323         (malloc_fork_prepare): Likewise.
27324         (malloc_fork_parent): Likewise.
27325         (malloc_fork_child): Likewise.
27326         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
27327         (_svcauth_des): Likewise.
27328         * inet/inet_lnaof.c (inet_lnaof): Likewise.
27329         * inet/inet_net.c (inet_network): Likewise.
27330         * inet/inet_netof.c (inet_netof): Likewise.
27331         * inet/rcmd.c (__validuser2_sa): Likewise.
27332         * io/fts.c (fts_open): Likewise.
27333         (fts_load): Likewise.
27334         (fts_close): Likewise.
27335         (fts_read): Likewise.
27336         (fts_children): Likewise.
27337         (fts_build): Likewise.
27338         (fts_stat): Likewise.
27339         (fts_sort): Likewise.
27340         (fts_alloc): Likewise.
27341         (fts_lfree): Likewise.
27342         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
27343         (_IO_file_xsgetn): Likewise.
27344         (_IO_file_xsgetn_mmap): Likewise.
27345         * libio/iofopncook.c (_IO_cookie_read): Likewise.
27346         (_IO_cookie_write): Likewise.
27347         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
27348         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
27349         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
27350         * malloc/obstack.c (_obstack_begin): Likewise.
27351         (_obstack_begin_1): Likewise.
27352         (_obstack_newchunk): Likewise.
27353         (_obstack_allocated_p): Likewise.
27354         (obstack_free): Likewise.
27355         (_obstack_memory_used): Likewise.
27356         * misc/getttyent.c (getttynam): Likewise.
27357         (getttyent): Likewise.
27358         (skip): Likewise.
27359         (value): Likewise.
27360         * misc/getusershell.c (initshells): Likewise.
27361         * misc/syslog.c (__vsyslog_chk): Likewise.
27362         * misc/ttyslot.c (ttyslot): Likewise.
27363         * nis/nis_hash.c (__nis_hash): Likewise.
27364         * posix/fnmatch_loop.c (FCT): Likewise.
27365         * posix/getconf.c (print_all): Likewise.
27366         (main): Likewise.
27367         * posix/getopt.c (exchange): Likewise.
27368         * posix/glob.c (globfree): Likewise.
27369         (prefix_array): Likewise.
27370         (__glob_pattern_type): Likewise.
27371         * resolv/arpa/nameser.h (NS_GET16): Likewise.
27372         (NS_GET32): Likewise.
27373         (NS_PUT16): Likewise.
27374         (NS_PUT32): Likewise.
27375         * resolv/gethnamaddr.c (getanswer): Likewise.
27376         (gethostbyname2): Likewise.
27377         (gethostbyaddr): Likewise.
27378         (_gethtent): Likewise.
27379         (_gethtbyname2): Likewise.
27380         (_gethtbyaddr): Likewise.
27381         * resolv/ns_print.c (dst_s_get_int16): Likewise.
27382         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
27383         * resolv/res_init.c (__res_vinit): Likewise.
27384         (net_mask): Likewise.
27385         * resolv/res_mkquery.c (outchar): Likewise.
27386         (PRINT): Likewise.
27387         * stdio-common/printf_fp.c (outchar): Likewise.
27388         (PRINT): Likewise.
27389         * stdio-common/printf_fphex.c (outchar): Likewise.
27390         (PRINT): Likewise.
27391         * stdio-common/printf_size.c (outchar): Likewise.
27392         (PRINT): Likewise.
27393         * stdio-common/test_rdwr.c (main): Likewise.
27394         * stdio-common/tfformat.c (matches): Likewise.
27395         * stdio-common/vfprintf.c (outchar): Likewise.
27396         (printf_unknown): Likewise.
27397         (buffered_vfprintf): Likewise.
27398         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
27399         * stdio-common/xbug.c (AppendToBuffer): Likewise.
27400         (ReadFile): Likewise.
27401         * stdlib/qsort.c (SWAP): Likewise.
27402         (_quicksort): Likewise.
27403         * stdlib/setenv.c (__add_to_environ): Likewise.
27404         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
27405         * stdlib/strtol_l.c (__strtol_l): Likewise.
27406         * stdlib/tst-strtod.c (main): Likewise.
27407         * stdlib/tst-strtol.c (main): Likewise.
27408         * stdlib/tst-strtoll.c (main): Likewise.
27409         * string/bits/string2.h (__strcmp_cc): Likewise.
27410         (__strcmp_cg): Likewise.
27411         (__strcspn_c1): Likewise.
27412         (__strcspn_c2): Likewise.
27413         (__strcspn_c3): Likewise.
27414         (__strspn_c1): Likewise.
27415         (__strspn_c2): Likewise.
27416         (__strspn_c3): Likewise.
27417         (__strsep_1c): Likewise.
27418         (__strsep_2c): Likewise.
27419         (__strsep_3c): Likewise.
27420         * string/memccpy.c (__memccpy): Likewise.
27421         * string/stpcpy.c (__stpcpy): Likewise.
27422         * string/strcmp.c (strcmp): Likewise.
27423         * string/strrchr.c (strrchr): Likewise.
27424         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
27425         Likewise.
27426         * sysdeps/mach/hurd/getcwd.c
27427         (_hurd_canonicalize_directory_name_internal): Likewise.
27428         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
27429         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
27430         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
27431         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
27432         Likewise, in both definitions.
27433         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
27434         definitions.
27435         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
27436         64] (__bswap_64): Likewise.
27437         * time/test_time.c (main): Likewise.
27438         * time/tzfile.c (__tzfile_read): Likewise.
27439         (__tzfile_compute): Likewise.
27440         * time/tzset.c (__tzset_parse_tz): Likewise.
27441         (tzset_internal): Likewise.
27442         (compute_change): Likewise.
27443         * wcsmbs/wcscat.c (__wcscat): Likewise.
27444         * wcsmbs/wcschr.c (wcschr): Likewise.
27445         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
27446         * wcsmbs/wcscspn.c (wcscspn): Likewise.
27447         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
27448         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
27449         * wcsmbs/wcsspn.c (wcsspn): Likewise.
27450         * wcsmbs/wcsstr.c (wcsstr): Likewise.
27451         * wcsmbs/wmemchr.c (wmemchr): Likewise.
27452         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
27453         * wcsmbs/wmemset.c (wmemset): Likewise.
27455 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
27457         * scripts/config.guess: Update to version 2013-05-16.
27458         * scripts/config.sub: Update to version 2013-04-24.
27459         * scripts/install-sh: Update to version 2011-11-20.07.
27460         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
27461         * scripts/move-if-change: Update to version 2012-01-06 07:23.
27463 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
27465         * debug/fgetws_u_chk.c: Fix leading whitespaces.
27466         * elf/sln.c: Likewise.
27467         * hurd/hurd/ioctl.h: Likewise.
27468         * hurd/hurdmalloc.c: Likewise.
27469         * hurd/xattr.c: Likewise.
27470         * include/shlib-compat.h: Likewise.
27471         * inet/ruserpass.c: Likewise.
27472         * libio/iofgets_u.c: Likewise.
27473         * libio/iofgetws_u.c: Likewise.
27474         * locale/programs/ld-identification.c: Likewise.
27475         * locale/programs/ld-time.c: Likewise.
27476         * mach/msg-destroy.c: Likewise.
27477         * nss/nss_files/files-netgrp.c: Likewise.
27478         * resolv/res_data.c: Likewise.
27479         * soft-fp/op-1.h: Likewise.
27480         * soft-fp/op-2.h: Likewise.
27481         * soft-fp/op-4.h: Likewise.
27482         * soft-fp/op-common.h: Likewise.
27483         * stdio-common/printf_fphex.c: Likewise.
27484         * stdlib/strtod_l.c: Likewise.
27485         * sunrpc/rpc/clnt.h: Likewise.
27486         * sysdeps/generic/framestate.c: Likewise.
27487         * sysdeps/i386/bsd-_setjmp.S: Likewise.
27488         * sysdeps/i386/bsd-setjmp.S: Likewise.
27489         * sysdeps/i386/__longjmp.S: Likewise.
27490         * sysdeps/i386/setjmp.S: Likewise.
27491         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
27492         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
27493         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27494         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
27495         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
27496         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
27497         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
27498         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
27499         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
27500         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
27501         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
27502         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
27503         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
27504         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
27505         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
27506         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
27507         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
27508         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
27509         * sysdeps/ieee754/support.c: Likewise.
27510         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27511         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
27512         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
27513         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
27514         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
27515         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
27516         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
27517         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
27518         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
27519         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
27520         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
27521         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
27522         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
27523         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
27524         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
27525         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
27526         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
27527         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
27529 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
27531         * posix/transbug.c: Remove executable mode.
27533 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
27535         * crypt/speeds.c: Remove trailing whitespace.
27536         * dlfcn/default.c: Likewise.
27537         * elf/ifuncdep2.c: Likewise.
27538         * elf/ifuncmain1.c: Likewise.
27539         * elf/ifuncmain1vis.c: Likewise.
27540         * elf/testobj.h: Likewise.
27541         * elf/tst-stackguard1.c: Likewise.
27542         * gmon/sys/gmon.h: Likewise.
27543         * hurd/hurdmsg.c: Likewise.
27544         * hurd/new-fd.c: Likewise.
27545         * hurd/ports-get.c: Likewise.
27546         * iconvdata/ibm1008_420.c: Likewise.
27547         * inet/tst-getni1.c: Likewise.
27548         * inet/tst-getni2.c: Likewise.
27549         * libio/ioungetc.c: Likewise.
27550         * libio/wfiledoalloc.c: Likewise.
27551         * manual/libm-err-tab.pl: Likewise.
27552         * math/w_dremf.c: Likewise.
27553         * misc/ftruncate.c: Likewise.
27554         * posix/bug-glob2.c: Likewise.
27555         * posix/tst-pcre.c: Likewise.
27556         * posix/wait4.c: Likewise.
27557         * resolv/README: Likewise.
27558         * resolv/res_debug.h: Likewise.
27559         * resolv/tst-inet_ntop.c: Likewise.
27560         * setjmp/bug269-setjmp.c: Likewise.
27561         * soft-fp/extended.h: Likewise.
27562         * soft-fp/op-1.h: Likewise.
27563         * soft-fp/op-2.h: Likewise.
27564         * soft-fp/op-4.h: Likewise.
27565         * soft-fp/op-8.h: Likewise.
27566         * soft-fp/testit.c: Likewise.
27567         * stdio-common/bug16.c: Likewise.
27568         * stdlib/random.c: Likewise.
27569         * sunrpc/rpcsvc/rquota.x: Likewise.
27570         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
27571         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
27572         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27573         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
27574         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
27575         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
27576         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
27577         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
27578         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
27579         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
27580         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
27581         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
27582         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
27583         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
27584         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
27585         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
27586         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
27587         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
27588         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
27589         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
27590         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
27591         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
27592         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
27593         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
27594         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
27595         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
27596         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
27597         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
27598         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
27599         * sysdeps/ieee754/s_lib_version.c: Likewise.
27600         * sysdeps/mach/hurd/check_fds.c: Likewise.
27601         * sysdeps/mach/hurd/getsockname.c: Likewise.
27602         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
27603         * sysdeps/mach/hurd/recvfrom.c: Likewise.
27604         * sysdeps/powerpc/bits/link.h: Likewise.
27605         * sysdeps/powerpc/dl-procinfo.c: Likewise.
27606         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
27607         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
27608         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
27609         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
27610         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
27611         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
27612         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
27613         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
27614         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
27615         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
27616         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
27617         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
27618         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
27619         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
27620         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
27621         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
27622         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
27623         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
27624         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
27625         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
27626         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
27627         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27628         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
27629         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
27630         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
27631         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
27632         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
27633         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
27634         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
27635         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
27636         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
27637         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27638         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
27639         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
27640         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
27641         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
27642         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
27643         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
27644         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
27645         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
27646         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
27647         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
27648         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
27649         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
27650         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
27651         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
27652         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
27653         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
27654         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
27655         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
27656         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
27657         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
27658         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
27659         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
27660         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
27661         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
27662         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27663         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
27664         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
27665         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
27666         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
27667         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
27668         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
27669         * sysdeps/powerpc/sysdep.h: Likewise.
27670         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
27671         * sysdeps/s390/s390-64/sub_n.S: Likewise.
27672         * sysdeps/sh/dl-trampoline.S: Likewise.
27673         * sysdeps/sh/memset.S: Likewise.
27674         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
27675         * sysdeps/sh/strlen.S: Likewise.
27676         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
27677         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
27678         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
27679         * sysdeps/sparc/sparc32/rem.S: Likewise.
27680         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
27681         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
27682         * sysdeps/sparc/sparc32/strchr.S: Likewise.
27683         * sysdeps/sparc/sparc32/udiv.S: Likewise.
27684         * sysdeps/sparc/sparc32/urem.S: Likewise.
27685         * sysdeps/sparc/sparc64/add_n.S: Likewise.
27686         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
27687         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
27688         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
27689         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
27690         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
27691         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
27692         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
27693         * sysdeps/unix/bsd/times.c: Likewise.
27694         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
27695         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
27696         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
27697         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
27698         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
27699         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
27700         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
27701         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
27702         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
27703         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
27704         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
27705         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27706         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
27707         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
27708         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27709         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
27710         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27711         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
27712         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
27713         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
27714         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
27715         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
27716         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
27717         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
27718         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
27719         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
27720         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
27721         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
27722         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
27723         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
27724         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
27725         * sysdeps/x86_64/strcspn.S: Likewise.
27727 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27729         * locale/C-translit.h: Revert #include <stdint.h> because this is a
27730         generated file.  Regenerate properly from gen-translit.pl.
27731         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
27732         locale/C-translit.h.
27734 2013-06-05  Andreas Schwab  <schwab@suse.de>
27736         [BZ #15100]
27737         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
27738         week as 6 instead of -1.
27739         * time/tst-strptime.c (day_tests): Add test case.
27741 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
27743         * sysdeps/generic/math_private.h
27744         (libc_feholdexcept_setround_53bit): Replace with
27745         libc_feholdsetround_53bit.
27746         (libc_feupdateenv_53bit): Replace with
27747         libc_feresetround_53bit.
27748         (SET_RESTORE_ROUND_53BIT): Adjust.
27750 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
27752         * string/test-strchrnul.c: Add copyright header.
27754         * posix/tst-getaddrinfo4.c: Increase test timeout.
27756 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
27758         [BZ #15536]
27759         * math/libm-test.inc (MAX_EXP): Remove
27760         (MIN_EXP): Define.
27761         (ulp): Use MIN_EXP - MANT_DIG.
27762         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
27764 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
27766         * po/be.po: Revert last change.
27767         * po/zh_CN.po: Likewise.
27768         * po/header.pot: Likewise.
27770 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
27772         * Makefile ($(common-objpfx)linkobj/libc.so): Define
27773         link-libc-deps to empty as target-specific variable.
27774         * Makerules (link-libc-args): New variable.
27775         (libc-for-link): Likewise.
27776         (link-libc-deps): Likewise.
27777         (lib%.so): Depend on $(link-libc-deps).  Link with
27778         $(link-libc-args).
27779         (build-module): Link with $(link-libc-args).
27780         (build-module-asneeded): Likewise.
27781         (build-module-helper-objlist): Filter out $(link-libc-deps) from
27782         list of objects.
27783         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
27784         target-specific variable.
27785         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
27786         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
27787         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
27788         libc.
27789         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
27790         libc and ld.so.
27791         ($(objpfx)libpcprofile.so): Likewise.
27792         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
27793         libc_nonshared.a.
27794         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
27795         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
27796         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
27797         $(link-libc-deps).
27798         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
27799         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
27800         * login/Makefile ($(objpfx)libutil.so): Likewise.
27801         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
27802         * math/Makefile ($(objpfx)libm.so): Likewise.
27803         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
27804         $(objpfx)libnsl.so): Define libc-for-link as target-specific
27805         variable instead of depending directly on libc.
27806         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
27807         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
27808         $(link-libc-deps).
27809         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
27810         libc.
27811         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
27812         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
27813         ($(objpfx)libanl.so): Likewise.
27814         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
27815         ld.so.
27816         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
27817         $(link-libc-deps).
27818         * sysdeps/i386/fpu/Makefile: Remove file.
27819         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
27820         ($(objpfx)libm.so): Remove dependency on ld.so.
27822 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
27824         [BZ # 15553]
27825         * nis/yp_xdr.c (XDRMAXNAME): Define.
27826         (XDRMAXRECORD): Define.
27827         (xdr_domainname): Use XDRMAXNAME.
27828         (xdr_mapname): Likewise.
27829         (xdr_peername): Likewise.
27830         (xdr_keydat): Use XDRMAXRECORD.
27831         (xdr_valdat): Likewise.
27833 2013-05-30  Jeff Law  <law@redhat.com>
27835         [BZ #14256]
27836         * manual/errno.texi (ESTALE): Update to account for more than
27837         just NFS file systems.
27838         * sysdeps/gnu/errlist.c: Regenerated.
27840 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
27842         [BZ #15465]
27843         * elf/Makefile (tests): Add tst-null-argv.
27844         (modules-names):  Add tst-null-argv-lib.
27845         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
27846         (tst-null-argv-ENV): Set environment for tst-null-argv.
27847         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
27848         (RTLD_PROGNAME): New macro.
27849         * elf/tst-null-argv.c: New test case.
27850         * elf/tst-null-argv-lib.c: Library for test case.
27851         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
27852         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
27853         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
27854         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
27855         * elf/dl-init.c (call_init): Likewise.
27856         (_dl_init): Likewise.
27857         * elf/dl-load.c (print_search_path): Likewise.
27858         (_dl_map_object): Likewise.
27859         * elf/dl-lookup.c (do_lookup_x): Likewise.
27860         (add_dependency): Likewise.
27861         (_dl_lookup_symbol_x): Likewise.
27862         (_dl_debug_bindings): Likewise.
27863         * elf/dl-open.c (_dl_show_scope): Likewise.
27864         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
27865         * elf/dl-version.c (match_symbol): Likewise.
27866         (_dl_check_map_versions): Likewise.
27867         * elf/rtld.c (dl_main): Likewise.
27868         (print_unresolved): Use RTLD_PROGNAME.
27869         (print_missing_version): Likewise.
27870         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
27871         (elf_machine_rela): Likewise.
27872         * sysdeps/powerpc/powerpc32/dl-machine.c
27873         (__process_machine_rela): Likewise.
27874         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
27875         Likewise.
27876         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
27877         Likewise.
27878         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
27879         Likewise.
27880         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
27881         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
27882         Likewise.
27883         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
27884         Likewise.
27885         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
27887 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
27889         * po/be.po: Add descriptive title.
27890         * po/zh_CN.po: Likewise.
27891         * po/header.pot: Likewise.
27893 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
27895         * locale/programs/locarchive.c (create_archive): Inlucde fname in
27896         error message.
27897         (enlarge_archive): Likewise.
27899 2013-05-28  Ben North  <ben@redfrontdoor.org>
27901         * manual/arith.texi (frexp): It is the magnitude of the return
27902         value which lies in [0.5, 1), not the return value itself.
27904 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27906         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27908 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
27910         * stdio-common/bug26.c (main): Correct fscanf template.
27912         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
27913         declare _dl_skip_args.
27915         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
27916         Don't declare.
27918         * manual/platform.texi: Add missing @end deftypefun.
27920 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
27922         [BZ #15529]
27923         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
27924         bit of mantissa of 2^16382.
27925         * math/libm-test.inc (hypot_test_data): Add more tests.
27927         * math/libm-test.inc: Add drem and pow10 to list of tested
27928         functions.
27929         (pow10_test): New function.
27930         (drem_test): Likewise.
27931         (drem_test_tonearest): Likewise.
27932         (drem_test_towardzero): Likewise.
27933         (drem_test_downward): Likewise.
27934         (drem_test_upward): Likewise.
27935         (main): Call the new functions.
27937         * math/libm-test.inc (finite_test_data): Remove.
27938         (finite_test): Run tests from isfinite_test_data.
27939         (gamma_test_data): Remove.
27940         (gamma_test): Run tests from lgamma_test_data.
27941         * sysdeps/i386/fpu/libm-test-ulps: Update.
27942         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27944 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27946         * manual/platform.texi: Add PowerPC PPR function set documentation.
27947         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
27948         implementation.
27950 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
27952         * math/libm-test.inc (MAX_EXP): Define.
27953         (ULPDIFF): Define.
27954         (ulp): New function.
27955         (check_float_internal): Use ULPDIFF.
27956         (cpow_test): Disable failing test.
27957         (check_ulp): Test ulp() implemetnation.
27958         (main): Call check_ulp before starting tests.
27960 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
27962         * math/gen-libm-test.pl (generate_testfile): Do not handle
27963         START_DATA and END_DATA.
27964         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
27965         END_DATA.
27966         (acos_tonearest_test_data): Likewise.
27967         (acos_towardzero_test_data): Likewise.
27968         (acos_downward_test_data): Likewise.
27969         (acos_upward_test_data): Likewise.
27970         (acosh_test_data): Likewise.
27971         (asin_test_data): Likewise.
27972         (asin_tonearest_test_data): Likewise.
27973         (asin_towardzero_test_data): Likewise.
27974         (asin_downward_test_data): Likewise.
27975         (asin_upward_test_data): Likewise.
27976         (asinh_test_data): Likewise.
27977         (atan_test_data): Likewise.
27978         (atanh_test_data): Likewise.
27979         (atan2_test_data): Likewise.
27980         (cabs_test_data): Likewise.
27981         (cacos_test_data): Likewise.
27982         (cacosh_test_data): Likewise.
27983         (carg_test_data): Likewise.
27984         (casin_test_data): Likewise.
27985         (casinh_test_data): Likewise.
27986         (catan_test_data): Likewise.
27987         (catanh_test_data): Likewise.
27988         (cbrt_test_data): Likewise.
27989         (ccos_test_data): Likewise.
27990         (ccosh_test_data): Likewise.
27991         (ceil_test_data): Likewise.
27992         (cexp_test_data): Likewise.
27993         (cimag_test_data): Likewise.
27994         (clog_test_data): Likewise.
27995         (clog10_test_data): Likewise.
27996         (conj_test_data): Likewise.
27997         (copysign_test_data): Likewise.
27998         (cos_test_data): Likewise.
27999         (cos_tonearest_test_data): Likewise.
28000         (cos_towardzero_test_data): Likewise.
28001         (cos_downward_test_data): Likewise.
28002         (cos_upward_test_data): Likewise.
28003         (cosh_test_data): Likewise.
28004         (cosh_tonearest_test_data): Likewise.
28005         (cosh_towardzero_test_data): Likewise.
28006         (cosh_downward_test_data): Likewise.
28007         (cosh_upward_test_data): Likewise.
28008         (cpow_test_data): Likewise.
28009         (cproj_test_data): Likewise.
28010         (creal_test_data): Likewise.
28011         (csin_test_data): Likewise.
28012         (csinh_test_data): Likewise.
28013         (csqrt_test_data): Likewise.
28014         (ctan_test_data): Likewise.
28015         (ctan_tonearest_test_data): Likewise.
28016         (ctan_towardzero_test_data): Likewise.
28017         (ctan_downward_test_data): Likewise.
28018         (ctan_upward_test_data): Likewise.
28019         (ctanh_test_data): Likewise.
28020         (ctanh_tonearest_test_data): Likewise.
28021         (ctanh_towardzero_test_data): Likewise.
28022         (ctanh_downward_test_data): Likewise.
28023         (ctanh_upward_test_data): Likewise.
28024         (erf_test_data): Likewise.
28025         (erfc_test_data): Likewise.
28026         (exp_test_data): Likewise.
28027         (exp_tonearest_test_data): Likewise.
28028         (exp_towardzero_test_data): Likewise.
28029         (exp_downward_test_data): Likewise.
28030         (exp_upward_test_data): Likewise.
28031         (exp10_test_data): Likewise.
28032         (exp2_test_data): Likewise.
28033         (expm1_test_data): Likewise.
28034         (fabs_test_data): Likewise.
28035         (fdim_test_data): Likewise.
28036         (finite_test_data): Likewise.
28037         (floor_test_data): Likewise.
28038         (fma_test_data): Likewise.
28039         (fma_towardzero_test_data): Likewise.
28040         (fma_downward_test_data): Likewise.
28041         (fma_upward_test_data): Likewise.
28042         (fmax_test_data): Likewise.
28043         (fmin_test_data): Likewise.
28044         (fmod_test_data): Likewise.
28045         (fpclassify_test_data): Likewise.
28046         (frexp_test_data): Likewise.
28047         (gamma_test_data): Likewise.
28048         (hypot_test_data): Likewise.
28049         (ilogb_test_data): Likewise.
28050         (isfinite_test_data): Likewise.
28051         (isgreater_test_data): Likewise.
28052         (isgreaterequal_test_data): Likewise.
28053         (isinf_test_data): Likewise.
28054         (isless_test_data): Likewise.
28055         (islessequal_test_data): Likewise.
28056         (islessgreater_test_data): Likewise.
28057         (isnan_test_data): Likewise.
28058         (isnormal_test_data): Likewise.
28059         (issignaling_test_data): Likewise.
28060         (isunordered_test_data): Likewise.
28061         (j0_test_data): Likewise.
28062         (j1_test_data): Likewise.
28063         (jn_test_data): Likewise.
28064         (ldexp_test_data): Likewise.
28065         (lgamma_test_data): Likewise.
28066         (lrint_test_data): Likewise.
28067         (lrint_tonearest_test_data): Likewise.
28068         (lrint_towardzero_test_data): Likewise.
28069         (lrint_downward_test_data): Likewise.
28070         (lrint_upward_test_data): Likewise.
28071         (llrint_test_data): Likewise.
28072         (llrint_tonearest_test_data): Likewise.
28073         (llrint_towardzero_test_data): Likewise.
28074         (llrint_downward_test_data): Likewise.
28075         (llrint_upward_test_data): Likewise.
28076         (log_test_data): Likewise.
28077         (log10_test_data): Likewise.
28078         (log1p_test_data): Likewise.
28079         (log2_test_data): Likewise.
28080         (logb_test_data): Likewise.
28081         (logb_downward_test_data): Likewise.
28082         (lround_test_data): Likewise.
28083         (llround_test_data): Likewise.
28084         (modf_test_data): Likewise.
28085         (nearbyint_test_data): Likewise.
28086         (nextafter_test_data): Likewise.
28087         (nexttoward_test_data): Likewise.
28088         (pow_test_data): Likewise.
28089         (pow_tonearest_test_data): Likewise.
28090         (pow_towardzero_test_data): Likewise.
28091         (pow_downward_test_data): Likewise.
28092         (pow_upward_test_data): Likewise.
28093         (remainder_test_data): Likewise.
28094         (remainder_tonearest_test_data): Likewise.
28095         (remainder_towardzero_test_data): Likewise.
28096         (remainder_downward_test_data): Likewise.
28097         (remainder_upward_test_data): Likewise.
28098         (remquo_test_data): Likewise.
28099         (rint_test_data): Likewise.
28100         (rint_tonearest_test_data): Likewise.
28101         (rint_towardzero_test_data): Likewise.
28102         (rint_downward_test_data): Likewise.
28103         (rint_upward_test_data): Likewise.
28104         (round_test_data): Likewise.
28105         (scalb_test_data): Likewise.
28106         (scalbn_test_data): Likewise.
28107         (scalbln_test_data): Likewise.
28108         (signbit_test_data): Likewise.
28109         (sin_test_data): Likewise.
28110         (sin_tonearest_test_data): Likewise.
28111         (sin_towardzero_test_data): Likewise.
28112         (sin_downward_test_data): Likewise.
28113         (sin_upward_test_data): Likewise.
28114         (sincos_test_data): Likewise.
28115         (sinh_test_data): Likewise.
28116         (sinh_tonearest_test_data): Likewise.
28117         (sinh_towardzero_test_data): Likewise.
28118         (sinh_downward_test_data): Likewise.
28119         (sinh_upward_test_data): Likewise.
28120         (sqrt_test_data): Likewise.
28121         (tan_test_data): Likewise.
28122         (tan_tonearest_test_data): Likewise.
28123         (tan_towardzero_test_data): Likewise.
28124         (tan_downward_test_data): Likewise.
28125         (tan_upward_test_data): Likewise.
28126         (tanh_test_data): Likewise.
28127         (tgamma_test_data): Likewise.
28128         (trunc_test_data): Likewise.
28129         (y0_test_data): Likewise.
28130         (y1_test_data): Likewise.
28131         (yn_test_data): Likewise.
28132         (significand_test_data): Likewise.
28134         * math/gen-libm-test.pl (@functions): Remove variable.
28135         (generate_testfile): Don't handle START and END lines.
28136         * math/libm-test.inc (START): New macro.
28137         (END): Likewise.
28138         (END_COMPLEX): Likewise.
28139         (acos_test): Use END macro without arguments.
28140         (acos_test_tonearest): Likewise.
28141         (acos_test_towardzero): Likewise.
28142         (acos_test_downward): Likewise.
28143         (acos_test_upward): Likewise.
28144         (acosh_test): Likewise.
28145         (asin_test): Likewise.
28146         (asin_test_tonearest): Likewise.
28147         (asin_test_towardzero): Likewise.
28148         (asin_test_downward): Likewise.
28149         (asin_test_upward): Likewise.
28150         (asinh_test): Likewise.
28151         (atan_test): Likewise.
28152         (atanh_test): Likewise.
28153         (atan2_test): Likewise.
28154         (cabs_test): Likewise.
28155         (cacos_test): Use END_COMPLEX macro without arguments.
28156         (cacosh_test): Likewise.
28157         (carg_test): Use END macro without arguments.
28158         (casin_test): Use END_COMPLEX macro without arguments.
28159         (casinh_test): Likewise.
28160         (catan_test): Likewise.
28161         (catanh_test): Likewise.
28162         (cbrt_test): Use END macro without arguments.
28163         (ccos_test): Use END_COMPLEX macro without arguments.
28164         (ccosh_test): Likewise.
28165         (ceil_test): Use END macro without arguments.
28166         (cexp_test): Use END_COMPLEX macro without arguments.
28167         (cimag_test): Use END macro without arguments.
28168         (clog_test): Use END_COMPLEX macro without arguments.
28169         (clog10_test): Likewise.
28170         (conj_test): Likewise.
28171         (copysign_test): Use END macro without arguments.
28172         (cos_test): Likewise.
28173         (cos_test_tonearest): Likewise.
28174         (cos_test_towardzero): Likewise.
28175         (cos_test_downward): Likewise.
28176         (cos_test_upward): Likewise.
28177         (cosh_test): Likewise.
28178         (cosh_test_tonearest): Likewise.
28179         (cosh_test_towardzero): Likewise.
28180         (cosh_test_downward): Likewise.
28181         (cosh_test_upward): Likewise.
28182         (cpow_test): Use END_COMPLEX macro without arguments.
28183         (cproj_test): Likewise.
28184         (creal_test): Use END macro without arguments.
28185         (csin_test): Use END_COMPLEX macro without arguments.
28186         (csinh_test): Likewise.
28187         (csqrt_test): Likewise.
28188         (ctan_test): Likewise.
28189         (ctan_test_tonearest): Likewise.
28190         (ctan_test_towardzero): Likewise.
28191         (ctan_test_downward): Likewise.
28192         (ctan_test_upward): Likewise.
28193         (ctanh_test): Likewise.
28194         (ctanh_test_tonearest): Likewise.
28195         (ctanh_test_towardzero): Likewise.
28196         (ctanh_test_downward): Likewise.
28197         (ctanh_test_upward): Likewise.
28198         (erf_test): Use END macro without arguments.
28199         (erfc_test): Likewise.
28200         (exp_test): Likewise.
28201         (exp_test_tonearest): Likewise.
28202         (exp_test_towardzero): Likewise.
28203         (exp_test_downward): Likewise.
28204         (exp_test_upward): Likewise.
28205         (exp10_test): Likewise.
28206         (exp2_test): Likewise.
28207         (expm1_test): Likewise.
28208         (fabs_test): Likewise.
28209         (fdim_test): Likewise.
28210         (finite_test): Likewise.
28211         (floor_test): Likewise.
28212         (fma_test): Likewise.
28213         (fma_test_towardzero): Likewise.
28214         (fma_test_downward): Likewise.
28215         (fma_test_upward): Likewise.
28216         (fmax_test): Likewise.
28217         (fmin_test): Likewise.
28218         (fmod_test): Likewise.
28219         (fpclassify_test): Likewise.
28220         (frexp_test): Likewise.
28221         (gamma_test): Likewise.
28222         (hypot_test): Likewise.
28223         (ilogb_test): Likewise.
28224         (isfinite_test): Likewise.
28225         (isgreater_test): Likewise.
28226         (isgreaterequal_test): Likewise.
28227         (isinf_test): Likewise.
28228         (isless_test): Likewise.
28229         (islessequal_test): Likewise.
28230         (islessgreater_test): Likewise.
28231         (isnan_test): Likewise.
28232         (isnormal_test): Likewise.
28233         (issignaling_test): Likewise.
28234         (isunordered_test): Likewise.
28235         (j0_test): Likewise.
28236         (j1_test): Likewise.
28237         (jn_test): Likewise.
28238         (ldexp_test): Likewise.
28239         (lgamma_test): Likewise.
28240         (lrint_test): Likewise.
28241         (lrint_test_tonearest): Likewise.
28242         (lrint_test_towardzero): Likewise.
28243         (lrint_test_downward): Likewise.
28244         (lrint_test_upward): Likewise.
28245         (llrint_test): Likewise.
28246         (llrint_test_tonearest): Likewise.
28247         (llrint_test_towardzero): Likewise.
28248         (llrint_test_downward): Likewise.
28249         (llrint_test_upward): Likewise.
28250         (log_test): Likewise.
28251         (log10_test): Likewise.
28252         (log1p_test): Likewise.
28253         (log2_test): Likewise.
28254         (logb_test): Likewise.
28255         (logb_test_downward): Likewise.
28256         (lround_test): Likewise.
28257         (llround_test): Likewise.
28258         (modf_test): Likewise.
28259         (nearbyint_test): Likewise.
28260         (nextafter_test): Likewise.
28261         (nexttoward_test): Likewise.
28262         (pow_test): Likewise.
28263         (pow_test_tonearest): Likewise.
28264         (pow_test_towardzero): Likewise.
28265         (pow_test_downward): Likewise.
28266         (pow_test_upward): Likewise.
28267         (remainder_test): Likewise.
28268         (remainder_test_tonearest): Likewise.
28269         (remainder_test_towardzero): Likewise.
28270         (remainder_test_downward): Likewise.
28271         (remainder_test_upward): Likewise.
28272         (remquo_test): Likewise.
28273         (rint_test): Likewise.
28274         (rint_test_tonearest): Likewise.
28275         (rint_test_towardzero): Likewise.
28276         (rint_test_downward): Likewise.
28277         (rint_test_upward): Likewise.
28278         (round_test): Likewise.
28279         (scalb_test): Likewise.
28280         (scalbn_test): Likewise.
28281         (scalbln_test): Likewise.
28282         (signbit_test): Likewise.
28283         (sin_test): Likewise.
28284         (sin_test_tonearest): Likewise.
28285         (sin_test_towardzero): Likewise.
28286         (sin_test_downward): Likewise.
28287         (sin_test_upward): Likewise.
28288         (sincos_test): Likewise.
28289         (sinh_test): Likewise.
28290         (sinh_test_tonearest): Likewise.
28291         (sinh_test_towardzero): Likewise.
28292         (sinh_test_downward): Likewise.
28293         (sinh_test_upward): Likewise.
28294         (sqrt_test): Likewise.
28295         (tan_test): Likewise.
28296         (tan_test_tonearest): Likewise.
28297         (tan_test_towardzero): Likewise.
28298         (tan_test_downward): Likewise.
28299         (tan_test_upward): Likewise.
28300         (tanh_test): Likewise.
28301         (tgamma_test): Likewise.
28302         (trunc_test): Likewise.
28303         (y0_test): Likewise.
28304         (y1_test): Likewise.
28305         (yn_test): Likewise.
28306         (significand_test): Likewise.
28308 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
28310         [BZ #15381]
28311         * libio/genops.c (_IO_no_init): Initialize wide struct info.
28313 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
28315         [BZ #14894]
28316         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
28317         __ppc_mdoio and __ppc_mdoom.
28318         * manual/platform.texi: Document new functions __ppc_yield,
28319         __ppc_mdoio and __ppc_mdoom.
28321 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
28323         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
28324         (main): Mention "tls" pseudo-hwcap is legacy.
28325         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
28327 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
28329         * math/gen-libm-test.pl (parse_args): Output only string of
28330         arguments as text for test name, not full call or descriptions of
28331         tests for extra outputs.
28332         (generate_testfile): Do not pass function name to parse_args.
28333         Generate this_func variable from START.
28334         * math/libm-test.inc (struct test_f_f_data): Rename test_name
28335         field to arg_str.
28336         (struct test_ff_f_data): Likewise.
28337         (test_ff_f_data_nexttoward): Likewise.
28338         (struct test_fi_f_data): Likewise.
28339         (struct test_fl_f_data): Likewise.
28340         (struct test_if_f_data): Likewise.
28341         (struct test_fff_f_data): Likewise.
28342         (struct test_c_f_data): Likewise.
28343         (struct test_f_f1_data): Likewise.  Remove field extra_name.
28344         (struct test_fF_f1_data): Likewise.
28345         (struct test_ffI_f1_data): Likewise.
28346         (struct test_c_c_data): Rename test_name field to arg_str.
28347         (struct test_cc_c_data): Likewise.
28348         (struct test_f_i_data): Likewise.
28349         (struct test_ff_i_data): Likewise.
28350         (struct test_f_l_data): Likewise.
28351         (struct test_f_L_data): Likewise.
28352         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
28353         and extra2_name.
28354         (COMMON_TEST_SETUP): New macro.
28355         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
28356         (COMMON_TEST_CLEANUP): Likewise.
28357         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
28358         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
28359         macros.
28360         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
28361         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
28362         macros.
28363         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
28364         (RUN_TEST_fff_f): Take argument string.  Call new setup and
28365         cleanup macros.
28366         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
28367         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
28368         macros.
28369         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
28370         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
28371         macros.
28372         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28373         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
28374         cleanup macros.
28375         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28376         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
28377         cleanup macros.
28378         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28379         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
28380         cleanup macros.
28381         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28382         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
28383         macros.
28384         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
28385         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
28386         macros.
28387         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
28388         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
28389         macros.
28390         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
28391         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
28392         cleanup macros.
28393         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
28394         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
28395         cleanup macros.
28396         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
28397         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
28398         macros.
28399         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
28400         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
28401         cleanup macros.
28402         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
28403         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
28404         macros.
28405         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
28406         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
28407         macros.
28408         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
28409         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
28410         cleanup macros.
28411         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
28413 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
28415         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
28416         to _sifields.sigfault.
28417         (si_addr_lsb): Define new macro.
28418         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28419         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
28420         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
28422 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
28424         [BZ #15441]
28425         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
28426         returns -1.
28427         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
28428         null return -1.
28429         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
28430         loading the domain.
28432 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
28434         * math/gen-libm-test.pl (parse_args): Do not include expected
28435         result in test name.
28436         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
28437         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28438         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28439         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28440         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28441         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28443 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
28445         * benchtests/Makefile: Sort function entries.
28447         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
28448         tanh, asinh, acosh, atanh.
28449         * benchtests/acos-inputs: New file.
28450         * benchtests/acosh-inputs: New file.
28451         * benchtests/asin-inputs: New file.
28452         * benchtests/asinh-inputs: New file.
28453         * benchtests/atanh-inputs: New file.
28454         * benchtests/cosh-inputs: New file.
28455         * benchtests/log-inputs: New file.
28456         * benchtests/sinh-inputs: New file.
28457         * benchtests/tanh-inputs: New file.
28459 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
28461         [BZ #15339]
28462         * posix/tst-getaddrinfo4.c: New test.
28463         * posix/Makefile (tests): Add it.
28465 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28467         [BZ #15339]
28468         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
28469         when no services were used.
28470         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
28471         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
28473 2013-05-21  Andreas Schwab  <schwab@suse.de>
28475         [BZ #15014]
28476         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
28477         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
28478         successful.
28479         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
28480         redundant variable declarations and reallocation of buffer when
28481         parsing as IPv6 address.  Always set NSS status when called from
28482         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
28483         buffer too small.  Correct computation of needed size.
28484         * nss/Makefile (tests): Add test-digits-dots.
28485         * nss/test-digits-dots.c: New test.
28487 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28489         * benchtests/Makefile: Remove instructions for adding
28490         benchmark tests.
28491         * benchtests/README: New file to explain how to execute and
28492         enhance the benchmark tests.
28494 2013-05-21  Andreas Schwab  <schwab@suse.de>
28496         [BZ #15493]
28497         * setjmp/Makefile (tests): Add tst-sigsetjmp.
28498         * setjmp/tst-sigsetjmp.c: New test.
28500 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28502         * sysdeps/x86_64/memset.S (memset): New implementation.
28503         (__bzero): Likewise.
28504         (__memset_tail): New function.
28506 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28508         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
28509         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
28510         __memcpy_sse2_unaligned ifunc selection.
28511         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
28512         Add memcpy-sse2-unaligned.S.
28513         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
28514         Add: __memcpy_sse2_unaligned.
28516 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
28518         [BZ #15490]
28519         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
28520         math_force_eval before restoring floating-point envrionment.
28521         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
28522         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
28523         Likewise.
28524         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
28525         <math_private.h>.
28526         (__nearbyintl): Use math_force_eval before restoring
28527         floating-point environment.
28528         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
28530         * math/gen-libm-test.pl (special_functions): Remove.
28531         (parse_args): Don't handle TEST_extra.  Handle functions with no
28532         return value.
28533         * math/libm-test.inc (struct test_sincos_data): Replace with
28534         struct test_fFF_11_data.
28535         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
28536         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
28537         (sincos_test_data): Change element type to struct
28538         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
28539         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
28540         RUN_TEST_LOOP_sincos.
28541         * math/README.libm-test: Don't mention special handling of
28542         individual functions.
28543         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
28544         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28545         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28546         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28547         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28548         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28550         * math/gen-libm-test.pl (get_variable): Remove function.
28551         (parse_args): Don't show pointer parameters to call in test
28552         names.  Use "extra output N" in test names for extra outputs
28553         rather than naming variables.
28555 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
28557         [BZ #15488]
28558         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
28559         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
28560         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
28561         double tests.
28562         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
28563         disable.
28564         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
28565         check_long_double.
28567         * math/gen-libm-test.pl (@tests): Remove variable.
28568         ($count): Likewise.
28569         (new_test): Remove function.
28570         (show_exceptions): New function.
28571         (special_functions): Use show_exceptions instead of new_test.
28572         (parse_args): Likewise.
28573         (generate_testfile): Pass only function name in generated call to
28574         print_max_error or print_complex_max_error.
28575         (get_ulps): Do not handle complex tests specially.
28576         (output_test): Rename to ...
28577         (get_all_ulps_for_test): ... this.  Return a string rather than
28578         printing to a file.  Require ulps to be present.
28579         (output_ulps): Generate arrays rather than #defines.
28580         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
28581         (struct ulp_data): New type.
28582         (BUILD_COMPLEX_ULP): Remove macro.
28583         (compare_ulp_data): New function.
28584         (find_ulps): Likewise.
28585         (find_test_ulps): Likewise.
28586         (find_function_ulps): Likewise.
28587         (find_complex_function_ulps): Likewise.
28588         (print_max_error): Determine allowed ulps using
28589         find_function_ulps.
28590         (print_complex_max_error): Determine allowed ulps using
28591         find_complex_function_ulps.
28592         (check_float_internal): Determine max ulps using find_test_ulps.
28593         (check_float): Do not take max_ulp parameter.  Update call to
28594         check_float_internal.
28595         (check_complex): Likewise.
28596         (check_int): Do not take max_ulp parameter.
28597         (check_long): Likewise.
28598         (check_bool): Likewise.
28599         (check_longlong): Likewise.
28600         (struct test_f_f_data): Remove max_ulp field.
28601         (struct test_ff_f_data): Likewise.
28602         (struct test_ff_f_data_nexttoward): Likewise.
28603         (struct test_fi_f_data): Likewise.
28604         (struct test_fl_f_data): Likewise.
28605         (struct test_if_f_data): Likewise.
28606         (struct test_fff_f_data): Likewise.
28607         (struct test_c_f_data): Likewise.
28608         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
28609         (struct test_fF_f1_data): Likewise.
28610         (struct test_ffI_f1_data): Likewise.
28611         (struct test_c_c_data): Remove max_ulp field.
28612         (struct test_cc_c_data): Likewise.
28613         (struct test_f_i_data): Likewise.
28614         (struct test_ff_i_data): Likewise.
28615         (struct test_f_l_data): Likewise.
28616         (struct test_f_L_data): Likewise.
28617         (struct test_sincos_data): Likewise.
28618         (RUN_TEST_f_f): Do not handle ulps.
28619         (RUN_TEST_LOOP_f_f): Likewise.
28620         (RUN_TEST_2_f): Likewise.
28621         (RUN_TEST_LOOP_2_f): Likewise.
28622         (RUN_TEST_fff_f): Likewise.
28623         (RUN_TEST_LOOP_fff_f): Likewise.
28624         (RUN_TEST_c_f): Likewise.
28625         (RUN_TEST_LOOP_c_f): Likewise.
28626         (RUN_TEST_f_f1): Likewise.
28627         (RUN_TEST_LOOP_f_f1): Likewise.
28628         (RUN_TEST_fF_f1): Likewise.
28629         (RUN_TEST_LOOP_fF_f1): Likewise.
28630         (RUN_TEST_fI_f1): Likewise.
28631         (RUN_TEST_LOOP_fI_f1): Likewise.
28632         (RUN_TEST_ffI_f1): Likewise.
28633         (RUN_TEST_LOOP_ffI_f1): Likewise.
28634         (RUN_TEST_c_c): Likewise.
28635         (RUN_TEST_LOOP_c_c): Likewise.
28636         (RUN_TEST_cc_c): Likewise.
28637         (RUN_TEST_LOOP_cc_c): Likewise.
28638         (RUN_TEST_f_i): Likewise.
28639         (RUN_TEST_LOOP_f_i): Likewise.
28640         (RUN_TEST_f_i_tg): Likewise.
28641         (RUN_TEST_LOOP_f_i_tg): Likewise.
28642         (RUN_TEST_ff_i_tg): Likewise.
28643         (RUN_TEST_LOOP_ff_i_tg): Likewise.
28644         (RUN_TEST_f_b): Likewise.
28645         (RUN_TEST_LOOP_f_b): Likewise.
28646         (RUN_TEST_f_b_tg): Likewise.
28647         (RUN_TEST_LOOP_f_b_tg): Likewise.
28648         (RUN_TEST_f_l): Likewise.
28649         (RUN_TEST_LOOP_f_l): Likewise.
28650         (RUN_TEST_f_L): Likewise.
28651         (RUN_TEST_LOOP_f_L): Likewise.
28652         (RUN_TEST_sincos): Likewise.
28653         (RUN_TEST_LOOP_sincos): Likewise.
28655 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
28657         [BZ #15480]
28658         [BZ #15485]
28659         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
28660         main case of finite arguments, set rounding mode to FE_TONEAREST
28661         and discard exceptions.
28662         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
28663         exceptions.
28664         (remainder_tonearest_test_data): New variable.
28665         (remainder_test_tonearest): New function.
28666         (remainder_towardzero_test_data): New variable.
28667         (remainder_test_towardzero): New function.
28668         (remainder_downward_test_data): New variable.
28669         (remainder_test_downward): New function.
28670         (remainder_upward_test_data): New variable.
28671         (remainder_test_upward): New function.
28672         (main): Call the new test functions.
28674         * math/libm-test.inc (struct test_f_f1_data): Remove field
28675         extra_init.
28676         (struct test_fF_f1_data): Likewise.
28677         (struct test_ffI_f1_data): Likewise.
28678         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
28679         based on value of EXTRA_EXPECTED.
28680         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28681         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
28682         EXTRA_VAR based on value of EXTRA_EXPECTED.
28683         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28684         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
28685         EXTRA_VAR based on value of EXTRA_EXPECTED.
28686         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28687         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
28688         EXTRA_VAR based on value of EXTRA_EXPECTED.
28689         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28690         * math/gen-libm-test.pl (parse_args): Don't output initializers
28691         for extra output values.
28693         * math/libm-test.inc (check_int): Expect result to be exactly
28694         equal to expected value and do not handle ulps.
28695         (check_long): Likewise.
28696         (check_longlong): Likewise.
28698         * math/libm-test.inc (ceil_test_data): Test for "inexact"
28699         exceptions.
28700         (cimag_test_data): Likewise.
28701         (conj_test_data): Likewise.
28702         (copysign_test_data): Likewise.
28703         (cproj_test_data): Likewise.
28704         (creal_test_data): Likewise.
28705         (fabs_test_data): Likewise.
28706         (fdim_test_data): Likewise.
28707         (finite_test_data): Likewise.
28708         (floor_test_data): Likewise.
28709         (fmax_test_data): Likewise.
28710         (fmin_test_data): Likewise.
28711         (fmod_test_data): Likewise.
28712         (fpclassify_test_data): Likewise.
28713         (frexp_test_data): Likewise.
28714         (ilogb_test_data): Likewise.
28715         (isfinite_test_data): Likewise.
28716         (isgreater_test_data): Likewise.
28717         (isgreaterequal_test_data): Likewise.
28718         (isinf_test_data): Likewise.
28719         (isless_test_data): Likewise.
28720         (islessequal_test_data): Likewise.
28721         (islessgreater_test_data): Likewise.
28722         (isnan_test_data): Likewise.
28723         (isnormal_test_data): Likewise.
28724         (issignaling_test_data): Likewise.
28725         (isunordered_test_data): Likewise.
28726         (ldexp_test_data): Likewise.
28727         (lrint_test_data): Likewise.
28728         (lrint_test_data) [TEST_FLOAT]: Disable one test.
28729         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
28730         (lrint_tonearest_test_data): Test for "inexact" exceptions.
28731         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
28732         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
28733         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
28734         test input.
28735         (lrint_towardzero_test_data): Test for "inexact" exceptions.
28736         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
28737         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
28738         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
28739         that test input.
28740         (lrint_downward_test_data): Test for "inexact" exceptions.
28741         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
28742         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
28743         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
28744         test input.
28745         (lrint_upward_test_data): Test for "inexact" exceptions.
28746         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
28747         test input.
28748         (llrint_test_data): Test for "inexact" exceptions.
28749         (llrint_test_data) [TEST_FLOAT]: Disable one test.
28750         (llrint_tonearest_test_data): Test for "inexact" exceptions.
28751         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
28752         (llrint_towardzero_test_data): Test for "inexact" exceptions.
28753         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
28754         (llrint_downward_test_data): Test for "inexact" exceptions.
28755         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
28756         (llrint_upward_test_data): Test for "inexact" exceptions.
28757         (logb_test_data): Likewise.
28758         (logb_downward_test_data): Likewise.
28759         (nextafter_test_data): Likewise.
28760         (nexttoward_test_data): Likewise.
28761         (remainder_test_data): Likewise.
28762         (remquo_test_data): Likewise.
28763         (scalbn_test_data): Likewise.
28764         (scalbln_test_data): Likewise.
28765         (signbit_test_data): Likewise.
28766         (sqrt_test_data): Likewise.
28767         (significand_test_data): Likewise.
28769 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
28771         [BZ #15424]
28772         * benchtests/bench-modf.c (struct args): Mark arg0 as
28773         volatile.
28774         * scripts/bench.pl: Mark members of struct args as volatile.
28776 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28778         [BZ # 15497]
28779         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
28780         negative infinity on POWER6 or lower.
28781         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
28783 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
28785         [BZ #15442]
28786         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
28787         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
28788         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
28789         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
28790         (_FP_SETQNAN): New macro.
28791         (_FP_SETQNAN_SEMIRAW): Likewise.
28792         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
28793         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
28794         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
28795         (FP_EXTEND): Use _FP_FRAC_SNANP.
28796         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
28797         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
28798         into account.
28799         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
28800         New macro.
28801         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
28802         Likewise.
28804 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28806         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
28807         with DIVIDE_BY_ZERO_EXCEPTION.
28808         (gamma_test_data): Likewise.
28809         (lgamma_test_data): Likewise.
28810         (log_test_data): Likewise.
28811         (log10_test_data): Likewise.
28812         (log2_test_data): Likewise.
28813         (tgamma_test_data): Likewise.
28815         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
28816         (acos_test_tonearest): Likewise.
28817         (acos_test_towardzero): Likewise.
28818         (acos_test_downward): Likewise.
28819         (acos_test_upward): Likewise.
28820         (acosh_test): Likewise.
28821         (asin_test): Likewise.
28822         (asin_test_tonearest): Likewise.
28823         (asin_test_towardzero): Likewise.
28824         (asin_test_downward): Likewise.
28825         (asin_test_upward): Likewise.
28826         (asinh_test): Likewise.
28827         (atan_test): Likewise.
28828         (atanh_test): Likewise.
28829         (atan2_test): Likewise.
28830         (cabs_test): Likewise.
28831         (cacos_test): Likewise.
28832         (cacosh_test): Likewise.
28833         (casin_test): Likewise.
28834         (casinh_test): Likewise.
28835         (catan_test): Likewise.
28836         (catanh_test): Likewise.
28837         (cbrt_test): Likewise.
28838         (ccos_test): Likewise.
28839         (ccosh_test): Likewise.
28840         (cexp_test): Likewise.
28841         (clog_test): Likewise.
28842         (clog10_test): Likewise.
28843         (cos_test): Likewise.
28844         (cos_test_tonearest): Likewise.
28845         (cos_test_towardzero): Likewise.
28846         (cos_test_downward): Likewise.
28847         (cos_test_upward): Likewise.
28848         (cosh_test): Likewise.
28849         (cosh_test_tonearest): Likewise.
28850         (cosh_test_towardzero): Likewise.
28851         (cosh_test_downward): Likewise.
28852         (cosh_test_upward): Likewise.
28853         (cpow_test): Likewise.
28854         (csin_test): Likewise.
28855         (csinh_test): Likewise.
28856         (csqrt_test): Likewise.
28857         (ctan_test): Likewise.
28858         (ctan_test_tonearest): Likewise.
28859         (ctan_test_towardzero): Likewise.
28860         (ctan_test_downward): Likewise.
28861         (ctan_test_upward): Likewise.
28862         (ctanh_test): Likewise.
28863         (ctanh_test_tonearest): Likewise.
28864         (ctanh_test_towardzero): Likewise.
28865         (ctanh_test_downward): Likewise.
28866         (ctanh_test_upward): Likewise.
28867         (erf_test): Likewise.
28868         (erfc_test): Likewise.
28869         (exp_test): Likewise.
28870         (exp_test_tonearest): Likewise.
28871         (exp_test_towardzero): Likewise.
28872         (exp_test_downward): Likewise.
28873         (exp_test_upward): Likewise.
28874         (exp10_test): Likewise.
28875         (exp2_test): Likewise.
28876         (expm1_test): Likewise.
28877         (fmod_test): Likewise.
28878         (gamma_test): Likewise.
28879         (hypot_test): Likewise.
28880         (j0_test): Likewise.
28881         (j1_test): Likewise.
28882         (jn_test): Likewise.
28883         (lgamma_test): Likewise.
28884         (log_test): Likewise.
28885         (log10_test): Likewise.
28886         (log1p_test): Likewise.
28887         (log2_test): Likewise.
28888         (logb_test_downward): Likewise.
28889         (pow_test): Likewise.
28890         (pow_test_tonearest): Likewise.
28891         (pow_test_towardzero): Likewise.
28892         (pow_test_downward): Likewise.
28893         (pow_test_upward): Likewise.
28894         (remainder_test): Likewise.
28895         (remquo_test): Likewise.
28896         (sin_test): Likewise.
28897         (sin_test_tonearest): Likewise.
28898         (sin_test_towardzero): Likewise.
28899         (sin_test_downward): Likewise.
28900         (sin_test_upward): Likewise.
28901         (sincos_test): Likewise.
28902         (sinh_test): Likewise.
28903         (sinh_test_tonearest): Likewise.
28904         (sinh_test_towardzero): Likewise.
28905         (sinh_test_downward): Likewise.
28906         (sinh_test_upward): Likewise.
28907         (sqrt_test): Likewise.
28908         (tan_test): Likewise.
28909         (tan_test_tonearest): Likewise.
28910         (tan_test_towardzero): Likewise.
28911         (tan_test_downward): Likewise.
28912         (tan_test_upward): Likewise.
28913         (tanh_test): Likewise.
28914         (tgamma_test): Likewise.
28915         (y0_test): Likewise.
28916         (y1_test): Likewise.
28917         (yn_test): Likewise.
28919         * math/gen-libm-test.pl (adjust_arg): Remove function.
28920         (special_function): Remove argument $in_func.  Only handle
28921         generating output for tables of tests, not inside functions.
28922         (parse_args): Likewise.
28923         (generate_testfile): Remove variable $in_func.  Update call to
28924         parse_args.
28925         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
28926         (MINUS_ZERO_INIT): Rename macro to minus_zero.
28927         (PLUS_INFTY_INIT): Rename macro to plus_infty.
28928         (MINUS_INFTY_INIT): Rename macro to minus_infty.
28929         (QNAN_VALUE_INIT): Rename macro to qnan_value.
28930         (MAX_VALUE_INIT): Rename macro to max_value.
28931         (MIN_VALUE_INIT): Rename macro to min_value.
28932         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
28933         (plus_zero): Remove variable.
28934         (minus_zero): Likewise.
28935         (plus_infty): Likewise.
28936         (minus_infty): Likewise.
28937         (qnan_value): Likewise.
28938         (max_value): Likewise.
28939         (min_value): Likewise.
28940         (min_subnorm_value): Likewise.
28942 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
28944         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
28945         uint64_t or uint32_t usage.
28946         * crypt/sha256-block.c: Likewise.
28947         * crypt/sha256-crypt.c: Likewise.
28948         * crypt/sha256.c: Likewise.
28949         * crypt/sha512-block.c: Likewise.
28950         * crypt/sha512-crypt.c: Likewise.
28951         * crypt/sha512.c: Likewise.
28952         * debug/backtrace-tst.c: Likewise.
28953         * debug/pcprofiledump.c: Likewise.
28954         * elf/cache.c: Likewise.
28955         * elf/dl-cache.c: Likewise.
28956         * elf/dl-misc.c: Likewise.
28957         * elf/dl-profile.c: Likewise.
28958         * elf/dl-support.c: Likewise.
28959         * elf/ldconfig.c: Likewise.
28960         * elf/sprof.c: Likewise.
28961         * iconv/dummy-repertoire.c: Likewise.
28962         * iconv/iconv_charmap.c: Likewise.
28963         * iconv/skeleton.c: Likewise.
28964         * iconvdata/8bit-generic.c: Likewise.
28965         * iconvdata/cp737.h: Likewise.
28966         * iconvdata/cp775.h: Likewise.
28967         * iconvdata/ibm1008.h: Likewise.
28968         * iconvdata/ibm1025.h: Likewise.
28969         * iconvdata/ibm1046.h: Likewise.
28970         * iconvdata/ibm1097.h: Likewise.
28971         * iconvdata/ibm1112.h: Likewise.
28972         * iconvdata/ibm1122.h: Likewise.
28973         * iconvdata/ibm1123.h: Likewise.
28974         * iconvdata/ibm1124.h: Likewise.
28975         * iconvdata/ibm1129.h: Likewise.
28976         * iconvdata/ibm1130.h: Likewise.
28977         * iconvdata/ibm1132.h: Likewise.
28978         * iconvdata/ibm1133.h: Likewise.
28979         * iconvdata/ibm1137.h: Likewise.
28980         * iconvdata/ibm1140.h: Likewise.
28981         * iconvdata/ibm1141.h: Likewise.
28982         * iconvdata/ibm1142.h: Likewise.
28983         * iconvdata/ibm1143.h: Likewise.
28984         * iconvdata/ibm1144.h: Likewise.
28985         * iconvdata/ibm1145.h: Likewise.
28986         * iconvdata/ibm1146.h: Likewise.
28987         * iconvdata/ibm1147.h: Likewise.
28988         * iconvdata/ibm1148.h: Likewise.
28989         * iconvdata/ibm1149.h: Likewise.
28990         * iconvdata/ibm1153.h: Likewise.
28991         * iconvdata/ibm1154.h: Likewise.
28992         * iconvdata/ibm1155.h: Likewise.
28993         * iconvdata/ibm1156.h: Likewise.
28994         * iconvdata/ibm1157.h: Likewise.
28995         * iconvdata/ibm1158.h: Likewise.
28996         * iconvdata/ibm1160.h: Likewise.
28997         * iconvdata/ibm1161.h: Likewise.
28998         * iconvdata/ibm1162.h: Likewise.
28999         * iconvdata/ibm1163.h: Likewise.
29000         * iconvdata/ibm1164.h: Likewise.
29001         * iconvdata/ibm1166.h: Likewise.
29002         * iconvdata/ibm1167.h: Likewise.
29003         * iconvdata/ibm12712.h: Likewise.
29004         * iconvdata/ibm1390.h: Likewise.
29005         * iconvdata/ibm1399.h: Likewise.
29006         * iconvdata/ibm16804.h: Likewise.
29007         * iconvdata/ibm4517.h: Likewise.
29008         * iconvdata/ibm4899.h: Likewise.
29009         * iconvdata/ibm4909.h: Likewise.
29010         * iconvdata/ibm4971.h: Likewise.
29011         * iconvdata/ibm5347.h: Likewise.
29012         * iconvdata/ibm803.h: Likewise.
29013         * iconvdata/ibm856.h: Likewise.
29014         * iconvdata/ibm901.h: Likewise.
29015         * iconvdata/ibm902.h: Likewise.
29016         * iconvdata/ibm9030.h: Likewise.
29017         * iconvdata/ibm9066.h: Likewise.
29018         * iconvdata/ibm921.h: Likewise.
29019         * iconvdata/ibm922.h: Likewise.
29020         * iconvdata/ibm9448.h: Likewise.
29021         * iconvdata/isiri-3342.h: Likewise.
29022         * iconvdata/jis0201.h: Likewise.
29023         * include/link.h: Likewise.
29024         * include/netdb.h: Likewise.
29025         * inet/check_native.c: Likewise.
29026         * inet/check_pf.c: Likewise.
29027         * inet/getipv4sourcefilter.c: Likewise.
29028         * inet/getnameinfo.c: Likewise.
29029         * inet/getsourcefilter.c: Likewise.
29030         * inet/htonl.c: Likewise.
29031         * inet/setipv4sourcefilter.c: Likewise.
29032         * inet/setsourcefilter.c: Likewise.
29033         * inet/test-inet6_opt.c: Likewise.
29034         * inet/tst-network.c: Likewise.
29035         * locale/C-collate.c: Likewise.
29036         * locale/C-ctype.c: Likewise.
29037         * locale/C-time.c: Likewise.
29038         * locale/C-translit.h: Likewise.
29039         * locale/loadarchive.c: Likewise.
29040         * locale/programs/3level.h: Likewise.
29041         * locale/programs/charmap.c: Likewise.
29042         * locale/programs/charmap.h: Likewise.
29043         * locale/programs/ld-address.c: Likewise.
29044         * locale/programs/ld-collate.c: Likewise.
29045         * locale/programs/ld-ctype.c: Likewise.
29046         * locale/programs/ld-identification.c: Likewise.
29047         * locale/programs/ld-measurement.c: Likewise.
29048         * locale/programs/ld-messages.c: Likewise.
29049         * locale/programs/ld-monetary.c: Likewise.
29050         * locale/programs/ld-name.c: Likewise.
29051         * locale/programs/ld-numeric.c: Likewise.
29052         * locale/programs/ld-paper.c: Likewise.
29053         * locale/programs/ld-telephone.c: Likewise.
29054         * locale/programs/ld-time.c: Likewise.
29055         * locale/programs/linereader.c: Likewise.
29056         * locale/programs/locale.c: Likewise.
29057         * locale/programs/locarchive.c: Likewise.
29058         * locale/programs/locfile.h: Likewise.
29059         * locale/programs/repertoire.c: Likewise.
29060         * locale/programs/simple-hash.c: Likewise.
29061         * locale/programs/simple-hash.h: Likewise.
29062         * malloc/memusage.c: Likewise.
29063         * malloc/memusagestat.c: Likewise.
29064         * nis/nis_defaults.c: Likewise.
29065         * nis/nis_hash.c: Likewise.
29066         * nis/nis_print.c: Likewise.
29067         * nis/nis_xdr.c: Likewise.
29068         * nscd/connections.c: Likewise.
29069         * nscd/hstcache.c: Likewise.
29070         * nscd/nscd_gethst_r.c: Likewise.
29071         * nscd/nscd_getserv_r.c: Likewise.
29072         * nscd/nscd_helper.c: Likewise.
29073         * nscd/servicescache.c: Likewise.
29074         * nss/makedb.c: Likewise.
29075         * nss/nss_db/db-XXX.c: Likewise.
29076         * nss/nss_db/db-initgroups.c: Likewise.
29077         * nss/nss_db/db-netgrp.c: Likewise.
29078         * nss/nss_files/files-network.c: Likewise.
29079         * nss/nss_files/files-parse.c: Likewise.
29080         * posix/bug-regex5.c: Likewise.
29081         * posix/fnmatch_loop.c: Likewise.
29082         * posix/regcomp.c: Likewise.
29083         * posix/regexec.c: Likewise.
29084         * posix/tst-rfc3484-2.c: Likewise.
29085         * posix/tst-rfc3484-3.c: Likewise.
29086         * posix/tst-rfc3484.c: Likewise.
29087         * resolv/nss_dns/dns-canon.c: Likewise.
29088         * resolv/nss_dns/dns-network.c: Likewise.
29089         * resolv/res_init.c: Likewise.
29090         * resolv/res_mkquery.c: Likewise.
29091         * resolv/tst-aton.c: Likewise.
29092         * stdlib/cxa_atexit.c: Likewise.
29093         * stdlib/cxa_finalize.c: Likewise.
29094         * stdlib/gen-fpioconst.c: Likewise.
29095         * stdlib/strtol_l.c: Likewise.
29096         * string/tst-endian.c: Likewise.
29097         * sunrpc/auth_des.c: Likewise.
29098         * sunrpc/clnt_udp.c: Likewise.
29099         * sunrpc/rtime.c: Likewise.
29100         * sunrpc/svcauth_des.c: Likewise.
29101         * sunrpc/xdr.c: Likewise.
29102         * sunrpc/xdr_intXX_t.c: Likewise.
29103         * sunrpc/xdr_rec.c: Likewise.
29104         * sysdeps/generic/ldconfig.h: Likewise.
29105         * sysdeps/generic/ldsodefs.h: Likewise.
29106         * sysdeps/generic/memusage.h: Likewise.
29107         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
29108         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
29109         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
29110         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
29111         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
29112         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
29113         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
29114         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
29115         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
29116         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
29117         * sysdeps/posix/getaddrinfo.c: Likewise.
29118         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
29119         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
29120         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
29121         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
29122         * sysdeps/powerpc/test-gettimebase.c: Likewise.
29123         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
29124         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
29125         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
29126         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
29127         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
29128         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
29129         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
29130         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
29131         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
29132         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
29133         * sysdeps/x86_64/dl-tls.h: Likewise.
29134         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
29135         * time/alt_digit.c: Likewise.
29136         * time/era.c: Likewise.
29137         * wcsmbs/tst-c16c32-1.c: Likewise.
29139 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
29141         * math/libm-test.inc (struct test_sincos_data): New type.
29142         (RUN_TEST_LOOP_sincos): New macro.
29143         (sincos_test_data): New variable.
29144         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
29146 2013-05-16  Richard Henderson  <rth@redhat.com>
29148         * math/atest-exp2.c (LIMB64): New macro.
29149         (CONSTSZ): New macro.
29150         (mp_exp1, mp_exp_m1, mp_log2): New variables.
29151         (hexdig): Move ...
29152         (print_mpn_fp): ... to function scope.
29153         (read_mpn_hex): Remove.
29154         (get_log2): Remove.
29155         (exp2_mpn): Use mp_log2.
29156         (main): Use mp_exp1.
29158 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
29160         * math/libm-test.inc: Remove comment about not testing "inexact"
29161         exceptions.
29162         (INEXACT_EXCEPTION): New macro.
29163         (NO_INEXACT_EXCEPTION): Likewise.
29164         (INVALID_EXCEPTION_OK): Update value.
29165         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
29166         (OVERFLOW_EXCEPTION_OK): Likewise.
29167         (UNDERFLOW_EXCEPTION_OK): Likewise.
29168         (IGNORE_ZERO_INF_SIGN): Likewise.
29169         (ERRNO_UNCHANGED): Likewise.
29170         (ERRNO_EDOM): Likewise.
29171         (ERRNO_ERANGE): Likewise.
29172         (test_exceptions): Handle testing "inexact" exceptions.
29173         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
29174         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
29175         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
29176         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
29177         INEXACT_EXCEPTION.
29178         (rint_towardzero_test_data): Likewise.
29179         (rint_downward_test_data): Likewise.
29180         (rint_upward_test_data): Likewise.
29182         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
29183         with OVERFLOW_EXCEPTION.
29184         (exp10_test_data): Likewise.
29185         (exp2_test_data): Likewise.
29186         (expm1_test_data): Likewise.
29187         (lgamma_test_data): Likewise.
29188         (pow_test_data): Likewise.
29189         (tgamma_test_data): Likewise.
29190         (yn_test_data): Remove duplicate test of overflow.
29192         * math/libm-test.inc (struct test_cc_c_data): New type.
29193         (RUN_TEST_LOOP_cc_c): New macro.
29194         (cpow_test_data): New variable.
29195         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
29197         * math/libm-test.inc (struct test_f_L_data): New type.
29198         (RUN_TEST_LOOP_f_L): New macro.
29199         (llrint_test_data): New variable.
29200         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
29201         (llrint_tonearest_test_data): New variable.
29202         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
29203         (llrint_towardzero_test_data): New variable.
29204         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
29205         (llrint_downward_test_data): New variable.
29206         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
29207         (llrint_upward_test_data): New variable.
29208         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
29209         (llround_test_data): New variable.
29210         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
29212 2013-05-13  Peter Collingbourne  <pcc@google.com>
29214         * math/atest-exp2.c (get_log2): Remove const attribute.
29216 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
29218         * math/libm-test.inc (struct test_f_l_data): New type.
29219         (RUN_TEST_LOOP_f_l): New macro.
29220         (lrint_test_data): New variable.
29221         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
29222         (lrint_tonearest_test_data): New variable.
29223         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
29224         (lrint_towardzero_test_data): New variable.
29225         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
29226         (lrint_downward_test_data): New variable.
29227         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
29228         (lrint_upward_test_data): New variable.
29229         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
29230         (lround_test_data): New variable.
29231         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
29233 2013-05-15  Peter Collingbourne  <pcc@google.com>
29235         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
29236         (EXTRACT_WORDS64) Use where appropriate.
29237         (INSERT_WORDS64) Likewise.
29239         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
29240         constraints with x constraints.
29241         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
29243         * malloc/obstack.c (_obstack_compat): Add initializer.
29245 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
29247         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
29248         si_trapno and add si_addr_lsb to _sifields.sigfault.
29249         (si_trapno): Remove macro.
29250         (si_addr_lsb): Define new macro.
29251         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
29253 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
29255         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
29256         instead of TEST_f_l.
29257         (llrint_test_tonearest): Likewise.
29258         (llrint_test_towardzero): Likewise.
29259         (llrint_test_downward): Likewise.
29260         (llrint_test_upward): Likewise.
29261         (llround_test): Likewise.
29263         * math/libm-test.inc (struct test_f_i_data): Add comment.
29264         (RUN_TEST_LOOP_f_b): New macro.
29265         (RUN_TEST_LOOP_f_b_tg): Likewise.
29266         (finite_test_data): New variable.
29267         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
29268         (isfinite_test_data): New variable.
29269         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29270         (isinf_test_data): New variable.
29271         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29272         (isnan_test_data): New variable.
29273         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29274         (isnormal_test_data): New variable.
29275         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29276         (issignaling_test_data): New variable.
29277         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29278         (signbit_test_data): New variable.
29279         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29281         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
29282         with INVALID_EXCEPTION.
29283         (acosh_test_data): Likewise.
29284         (asin_test_data): Likewise.
29285         (atanh_test_data): Likewise.
29286         (fmod_test_data): Likewise.
29287         (log_test_data): Likewise.
29288         (log10_test_data): Likewise.
29289         (log2_test_data): Likewise.
29290         (pow_test_data): Likewise.
29291         (sqrt_test_data): Likewise.
29292         (y0_test_data): Likewise.
29293         (y1_test_data): Likewise.
29294         (yn_test_data): Likewise.
29296         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
29297         function contents.
29299         * math/libm-test.inc (struct test_ff_i_data): New type.
29300         (RUN_TEST_LOOP_ff_i_tg): New macro.
29301         (isgreater_test_data): New variable.
29302         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29303         (isgreaterequal_test_data): New variable.
29304         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29305         (isless_test_data): New variable.
29306         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29307         (islessequal_test_data): New variable.
29308         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29309         (islessgreater_test_data): New variable.
29310         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29311         (isunordered_test_data): New variable.
29312         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29314 2013-05-14  David S. Miller  <davem@davemloft.net>
29316         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29318 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
29320         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
29322         * math/libm-test.inc (struct test_fF_f1_data): Change type of
29323         extra_test to int.
29324         (struct test_f_i_data): Change type of max_ulp to int.
29326         * math/libm-test.inc (test_ffI_f1_data): New type.
29327         (RUN_TEST_LOOP_ffI_f1): New macro.
29328         (remquo_test_data): New variable.
29329         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
29331         * setjmp/tst-setjmp-fp.c: New file.
29332         * setjmp/Makefile (tests): Add tst-setjmp-fp.
29333         (link-libm): New variable.
29334         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
29336         * math/libm-test.inc (struct test_f_i_data): New type.
29337         (RUN_TEST_LOOP_f_i): New macro.
29338         (RUN_TEST_LOOP_f_i_tg): Likewise.
29339         (fpclassify_test_data): New variable.
29340         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
29341         (ilogb_test_data): New variable.
29342         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
29344         * math/libm-test.inc (scalbln_test): Correct function name in END
29345         call.
29347         * math/libm-test.inc (struct test_f_f1_data): Add comment.
29348         (RUN_TEST_LOOP_fI_f1): New macro.
29349         (frexp_test_data): New variable.
29350         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
29352         * math/libm-test.inc (struct test_fF_f1_data): New type.
29353         (RUN_TEST_LOOP_fF_f1): New macro.
29354         (modf_test_data): New variable.
29355         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
29357         * math/libm-test.inc (struct test_f_f1_data): New type.
29358         (RUN_TEST_LOOP_f_f1): New macro.
29359         (gamma_test_data): New variable.
29360         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29361         (lgamma_test_data): New variable.
29362         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29364 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
29366         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
29367         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
29368         (main): Comment "tls" pseudo-hwcap.
29370 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
29372         * math/libm-test.inc (struct test_fl_f_data): New type.
29373         (RUN_TEST_LOOP_fl_f): New variable.
29374         (scalbln_test_data): New variable.
29375         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
29377         * math/libm-test.inc (struct test_fi_f_data): New type.
29378         (RUN_TEST_LOOP_fi_f): New macro.
29379         (ldexp_test_data): New variable.
29380         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
29381         (scalbn_test_data): New variable.
29382         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
29384         * math/libm-test.inc (struct test_c_f_data): New type.
29385         (RUN_TEST_LOOP_c_f): New macro.
29386         (cabs_test_data): New variable.
29387         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
29388         (carg_test_data): New variable.
29389         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
29390         (cimag_test_data): New variable.
29391         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
29392         (creal_test_data): New variable.
29393         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
29395         * math/libm-test.inc (struct test_if_f_data): New type.
29396         (RUN_TEST_LOOP_if_f): New macro.
29397         (jn_test_data): New variable.
29398         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
29399         (yn_test_data): New variable.
29400         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
29402         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
29404 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29406         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
29407         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
29409 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29411         * benchtests/Makefile (CPPFLAGS-nonlib): Add
29412         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
29413         (bench-deps): Add bench-timing.h.
29414         * benchtests-bench-skeleton.c: Include bench-timing.h.
29415         (main): Use TIMING_* macros instead of clock_gettime.
29416         * benchtests/bench-timing.h: New file.
29418         [BZ #14582]
29419         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
29420         Renamed from _LIB_VERSION.
29421         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
29423 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
29425         * math/libm-test.inc (struct test_fff_f_data): New type.
29426         (RUN_TEST_LOOP_fff_f): New macro.
29427         (fma_test_data): New variable.
29428         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
29429         (fma_towardzero_test_data): New variable.
29430         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
29431         (fma_downward_test_data): New variable.
29432         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
29433         (fma_upward_test_data): New variable.
29434         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
29436         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
29437         (struct test_c_c_data): New type.
29438         (RUN_TEST_LOOP_c_c): New macro.
29439         (cacos_test_data): New variable.
29440         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
29441         (cacosh_test_data): New variable.
29442         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
29443         (casin_test_data): New variable.
29444         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
29445         (casinh_test_data): New variable.
29446         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
29447         (catan_test_data): New variable.
29448         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
29449         (catanh_test_data): New variable.
29450         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
29451         (ccos_test_data): New variable.
29452         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
29453         (ccosh_test_data): New variable.
29454         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
29455         (cexp_test_data): New variable.
29456         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
29457         (clog_test_data): New variable.
29458         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
29459         (clog10_test_data): New variable.
29460         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
29461         (conj_test_data): New variable.
29462         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
29463         (cproj_test_data): New variable.
29464         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
29465         (csin_test_data): New variable.
29466         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
29467         (csinh_test_data): New variable.
29468         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
29469         (csqrt_test_data): New variable.
29470         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
29471         (ctan_test_data): New variable.
29472         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
29473         (ctan_tonearest_test_data): New variable.
29474         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29475         (ctan_towardzero_test_data): New variable.
29476         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29477         (ctan_downward_test_data): New variable.
29478         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29479         (ctan_upward_test_data): New variable.
29480         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29481         (ctanh_test_data): New variable.
29482         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
29483         (ctanh_tonearest_test_data): New variable.
29484         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29485         (ctanh_towardzero_test_data): New variable.
29486         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29487         (ctanh_downward_test_data): New variable.
29488         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29489         (ctanh_upward_test_data): New variable.
29490         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29491         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
29492         of BUILD_COMPLEX.
29494         * math/libm-test.inc (struct test_ff_f_data): New type.
29495         (struct test_ff_f_data_nexttoward): Likewise.
29496         (RUN_TEST_LOOP_2_f): New macro.
29497         (RUN_TEST_LOOP_ff_f): Likewise.
29498         (atan2_test_data): New variable.
29499         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
29500         (copysign_test_data): New variable.
29501         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
29502         (fdim_test_data): New variable.
29503         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
29504         (fmax_test_data): New variable.
29505         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
29506         (fmin_test_data): New variable.
29507         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
29508         (fmod_test_data): New variable.
29509         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
29510         (hypot_test_data): New variable.
29511         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
29512         (nextafter_test_data): New variable.
29513         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
29514         (nexttoward_test_data): New variable.
29515         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
29516         (pow_test_data): New variable.
29517         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
29518         (pow_tonearest_test_data): New variable.
29519         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
29520         (pow_towardzero_test_data): New variable.
29521         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
29522         (pow_downward_test_data): New variable.
29523         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
29524         (pow_upward_test_data): New variable.
29525         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
29526         (remainder_test_data): New variable.
29527         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
29528         (scalb_test_data): New variable.
29529         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
29530         * sysdeps/i386/fpu/libm-test-ulps: Update.
29532 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
29534         * math/libm-test.inc (fma_test): Use max_value instead of local
29535         variable fltmax.
29536         (nextafter_test): Likewise.
29538         * math/libm-test.inc (acos_towardzero_test_data): New variable.
29539         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29540         (acos_downward_test_data): New variable.
29541         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29542         (acos_upward_test_data): New variable.
29543         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29544         (acosh_test_data): New variable.
29545         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
29546         (asin_test_data): New variable.
29547         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
29548         (asin_tonearest_test_data): New variable.
29549         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29550         (asin_towardzero_test_data): New variable.
29551         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29552         (asin_downward_test_data): New variable.
29553         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29554         (asin_upward_test_data): New variable.
29555         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29556         (asinh_test_data): New variable.
29557         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
29558         (atan_test_data): New variable.
29559         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
29560         (atanh_test_data): New variable.
29561         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
29562         (cbrt_test_data): New variable.
29563         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
29564         (ceil_test_data): New variable.
29565         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
29566         (cos_test_data): New variable.
29567         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
29568         (cos_tonearest_test_data): New variable.
29569         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29570         (cos_towardzero_test_data): New variable.
29571         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29572         (cos_downward_test_data): New variable.
29573         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29574         (cos_upward_test_data): New variable.
29575         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29576         (cosh_test_data): New variable.
29577         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
29578         (cosh_tonearest_test_data): New variable.
29579         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29580         (cosh_towardzero_test_data): New variable.
29581         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29582         (cosh_downward_test_data): New variable.
29583         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29584         (cosh_upward_test_data): New variable.
29585         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29586         (erf_test_data): New variable.
29587         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
29588         (erfc_test_data): New variable.
29589         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
29590         (exp_test_data): New variable.
29591         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
29592         (exp_tonearest_test_data): New variable.
29593         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29594         (exp_towardzero_test_data): New variable.
29595         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29596         (exp_downward_test_data): New variable.
29597         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29598         (exp_upward_test_data): New variable.
29599         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29600         (exp10_test_data): New variable.
29601         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
29602         (exp2_test_data): New variable.
29603         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
29604         (expm1_test_data): New variable.
29605         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
29606         (fabs_test_data): New variable.
29607         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
29608         (floor_test_data): New variable.
29609         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
29610         (j0_test_data): New variable.
29611         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
29612         (j1_test_data): New variable.
29613         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
29614         (log_test_data): New variable.
29615         (log_test): Run tests with RUN_TEST_LOOP_f_f.
29616         (log10_test_data): New variable.
29617         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
29618         (log1p_test_data): New variable.
29619         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
29620         (log2_test_data): New variable.
29621         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
29622         (logb_test_data): New variable.
29623         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
29624         (logb_downward_test_data): New variable.
29625         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29626         (nearbyint_test_data): New variable.
29627         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
29628         (rint_test_data): New variable.
29629         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
29630         (rint_tonearest_test_data): New variable.
29631         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29632         (rint_towardzero_test_data): New variable.
29633         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29634         (rint_downward_test_data): New variable.
29635         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29636         (rint_upward_test_data): New variable.
29637         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29638         (round_test_data): New variable.
29639         (round_test): Run tests with RUN_TEST_LOOP_f_f.
29640         (sin_test_data): New variable.
29641         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
29642         (sin_tonearest_test_data): New variable.
29643         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29644         (sin_towardzero_test_data): New variable.
29645         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29646         (sin_downward_test_data): New variable.
29647         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29648         (sin_upward_test_data): New variable.
29649         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29650         (sinh_test_data): New variable.
29651         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
29652         (sinh_tonearest_test_data): New variable.
29653         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29654         (sinh_towardzero_test_data): New variable.
29655         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29656         (sinh_downward_test_data): New variable.
29657         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29658         (sinh_upward_test_data): New variable.
29659         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29660         (sqrt_test_data): New variable.
29661         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
29662         (tan_test_data): New variable.
29663         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
29664         (tan_tonearest_test_data): New variable.
29665         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29666         (tan_towardzero_test_data): New variable.
29667         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29668         (tan_downward_test_data): New variable.
29669         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29670         (tan_upward_test_data): New variable.
29671         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29672         (tanh_test_data): New variable.
29673         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
29674         (tgamma_test_data): New variable.
29675         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
29676         (trunc_test_data): New variable.
29677         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
29678         (y0_test_data): New variable.
29679         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
29680         (y1_test_data): New variable.
29681         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
29682         (significand_test_data): New variable.
29683         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
29685 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
29687         [BZ #12387]
29688         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
29690 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
29692         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
29694 2013-05-10  Andreas Jaeger  <aj@suse.de>
29696         [BZ #15448]
29697         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
29698         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
29700 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
29702         * math/gen-libm-test.pl (adjust_arg): New function.
29703         (special_functions): Handle generating output in both functions
29704         and arrays.
29705         (parse_args): Likewise.
29706         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
29707         $in_func argument to parse_args.
29708         * math/libm-test.inc (struct test_f_f_data): New type.
29709         (IF_ROUND_INIT_): New macro.
29710         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
29711         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
29712         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
29713         (IF_ROUND_INIT_FE_UPWARD): Likewise.
29714         (ROUND_RESTORE_): Likewise.
29715         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
29716         (ROUND_RESTORE_FE_TONEAREST): Likewise.
29717         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
29718         (ROUND_RESTORE_FE_UPWARD): Likewise.
29719         (RUN_TEST_LOOP_f_f): New macro.
29720         (acos_test_data): New variable.
29721         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
29722         (acos_tonearest_test_data): New variable.
29723         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29725 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29727         * benchtests/bench-skeleton.c (startup): Fix coding style.
29729 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
29731         [BZ #6809]
29732         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
29733         negative infinity argument.
29734         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
29735         negative infinity argument.
29736         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
29737         negative infinity argument.
29738         * math/libm-test.inc (tgamma_test): Expect errno to be set for
29739         domain errors.
29741 2013-05-10  Florian Weimer  <fweimer@redhat.com>
29743         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
29744         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
29745         * iconv/iconv_prog.c (main): Likewise.
29746         * locale/programs/charmap-dir.c (charmap_readdir)
29747         (fopen_uncompressed): Likewise.
29748         * locale/programs/locfile.c (siblings_uncached)
29749         (write_locale_data): Use lstat64 instead of lstat.
29750         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
29751         stat.
29753 2013-05-10  Andreas Jaeger  <aj@suse.de>
29755         [BZ #15395]
29756         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
29757         localization.
29758         Include <locale.h>.
29760 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
29762         * elf/dl-close.c (_dl_close_worker): Add comments.
29764 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
29766         [BZ #15359]
29767         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
29768         high part of pi/2.
29769         (__ieee754_rem_pio2l): Update comments.
29771         [BZ #15429]
29772         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
29773         high part of pi/2.
29774         (__ieee754_rem_pio2l): Update comments.
29776         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
29777         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
29779         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
29780         M_PI_4l.
29782         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
29783         (M_PI_34_LOG10El): Likewise.
29784         (M_PI2_LOG10El): Likewise.
29785         (M_PI4_LOG10El): Likewise.
29786         (M_PI_LOG10El): Likewise.
29788 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29790         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29792 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
29794         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
29795         (MINUS_ZERO_INIT): Likewise.
29796         (PLUS_INFTY_INIT): Likewise.
29797         (MINUS_INFTY_INIT): Likewise.
29798         (QNAN_VALUE_INIT): Likewise.
29799         (MAX_VALUE_INIT): Likewise.
29800         (MIN_VALUE_INIT): Likewise.
29801         (MIN_SUBNORM_VALUE_INIT): Likewise.
29802         (plus_zero): Initialize with PLUS_ZERO_INIT.
29803         (minus_zero): Initialize with MINUS_ZERO_INIT.
29804         (plus_infty): Initialize with PLUS_INFTY_INIT.
29805         (minus_infty): Initialize with MINUS_INFTY_INIT.
29806         (qnan_value): Initialize with QNAN_VALUE_INIT.
29807         (max_value): Initialize with MAX_VALUE_INIT.
29808         (min_value): Initialize with MIN_VALUE_INIT.
29809         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
29811         * math/libm-test.inc (RUN_TEST_if_f): New macro.
29812         (jn_test): Use TEST_if_f instead of TEST_ff_f.
29813         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
29814         (yn_test): Use TEST_if_f instead of TEST_ff_f.
29816         * math/libm-test.inc (RUN_TEST_f_f): New macro.
29817         (RUN_TEST_2_f): Likewise.
29818         (RUN_TEST_ff_f): Likewise.
29819         (RUN_TEST_fi_f): Likewise.
29820         (RUN_TEST_fl_f): Likewise.
29821         (RUN_TEST_fff_f): Likewise.
29822         (RUN_TEST_c_f): Likewise.
29823         (RUN_TEST_f_f1): Likewise.
29824         (RUN_TEST_fF_f1): Likewise.
29825         (RUN_TEST_fI_f1): Likewise.
29826         (RUN_TEST_ffI_f1): Likewise.
29827         (RUN_TEST_c_c): Likewise.
29828         (RUN_TEST_cc_c): Likewise.
29829         (RUN_TEST_f_i): Likewise.
29830         (RUN_TEST_f_i_tg): Likewise.
29831         (RUN_TEST_ff_i_tg): Likewise.
29832         (RUN_TEST_f_b): Likewise.
29833         (RUN_TEST_f_b_tg): Likewise.
29834         (RUN_TEST_f_l): Likewise.
29835         (RUN_TEST_f_L): Likewise.
29836         (RUN_TEST_sincos): Likewise.
29837         * math/gen-libm-test.pl (new_test): Take new argument to indicate
29838         whether to show exceptions.  Do not include ");\n" in return
29839         value.
29840         (special_functions): Output call to RUN_TEST_sincos instead of
29841         check_float calls.  Update calls to new_test.
29842         (parse_args): Output call to single RUN_TEST_* macro instead of
29843         check_* calls and other assignments.  Update calls to new_test.
29845         [BZ #2546]
29846         [BZ #2560]
29847         [BZ #5159]
29848         [BZ #15426]
29849         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
29850         input to result for tgamma overflow.
29851         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
29852         (gamma_coeff): New variable.
29853         (NCOEFF): New macro.
29854         (gamma_positive): New function.
29855         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
29856         underflow here.  Use gamma_positive instead of exp (lgamma) for
29857         other arguments.
29858         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
29859         (gamma_coeff): New variable.
29860         (NCOEFF): New macro.
29861         (gammaf_positive): New function.
29862         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
29863         underflow here.  Use gamma_positive instead of exp (lgamma) for
29864         other arguments.
29865         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
29866         (gamma_coeff): New variable.
29867         (NCOEFF): New macro.
29868         (gammal_positive): New function.
29869         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
29870         underflow here.  Use gamma_positive instead of exp (lgamma) for
29871         other arguments.
29872         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
29873         (gamma_coeff): New variable.
29874         (NCOEFF): New macro.
29875         (gammal_positive): New function.
29876         (__ieee754_gammal_r): Handle positive infinity, overflow and
29877         underflow here.  Handle NaN the same as positive infinity.  Remove
29878         check x < 0xffffffff for negative integers.  Use gamma_positive
29879         instead of exp (lgamma) for other arguments.
29880         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
29881         (gamma_coeff): New variable.
29882         (NCOEFF): New macro.
29883         (gammal_positive): New function.
29884         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
29885         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
29886         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
29887         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
29888         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
29889         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
29890         * sysdeps/generic/math_private.h (__gamma_productf): New
29891         prototype.
29892         (__gamma_product): Likewise.
29893         (__gamma_productl): Likewise.
29894         * math/Makefile (libm-calls): Add gamma_product.
29895         * math/libm-test.inc (tgamma_test): Add more tests.
29896         * sysdeps/i386/fpu/libm-test-ulps: Update.
29897         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29899 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
29901         * benchtests/bench-skeleton.c (main): Preheat CPU.
29903 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
29905         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
29907 2013-05-07  Roland McGrath  <roland@hack.frob.com>
29909         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
29910         and _dl_skip_args_internal.
29912 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
29914         * manual/message.texi (Message Translation): Talk about users.
29915         Message to key mapping impacts design.
29917 2013-05-06  Roland McGrath  <roland@hack.frob.com>
29919         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
29921         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
29923         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
29924         * sysdeps/wordsize-64/glob64.c: ... here.
29926         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
29927         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
29928         New macros.
29930         * debug/getlogin_r_chk.c: Moved to ...
29931         * login/getlogin_r_chk.c: ... here.
29932         * debug/Makefile (routines): Move getlogin_r_chk to ...
29933         * login/Makefile (routines): ... here.
29934         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
29935         * login/Versions (libc: GLIBC_2.4): ... here.
29937         * io/poll.c (__poll): Renamed from poll.
29938         Add libc_hidden_def.
29939         (poll): Define as weak alias.
29941         * debug/ptsname_r_chk.c: Moved to ...
29942         * login/ptsname_r_chk.c: ... here.
29943         * debug/Makefile (routines): Move ptsname_r_chk to ...
29944         * login/Makefile (routines): ... here.
29945         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
29946         * login/Versions (libc: GLIBC_2.4): ... here.
29948         * posix/getlogin.c: Moved to ...
29949         * login/getlogin.c: ... here.
29950         * posix/getlogin_r.c: Moved to ...
29951         * login/getlogin_r.c: ... here.
29952         * posix/getlogin_r.c: Moved to ...
29953         * login/getlogin_r.c: ... here.
29954         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
29955         * login/Makefile (routines): ... here.
29956         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
29957         * login/Versions (libc: GLIBC_2.0): ... here.
29959         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
29960         (setrlimit): Define as weak alias.
29962         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
29963         Call __ names for open, ftruncate, and close.
29964         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
29965         (truncate): Define as weak alias.
29967 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
29969         * math/gen-libm-test.pl (parse_args): Initialize x before each
29970         test of frexp, modf and remquo.
29972         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
29973         test signgam value.
29975 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29977         [BZ #15418]
29978         [BZ #15419]
29979         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
29980         internal tests.
29981         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
29983 2013-05-06  Roland McGrath  <roland@hack.frob.com>
29985         * elf/dl-writev.h: New file.
29986         * elf/dl-misc.c: Include it.
29987         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
29988         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
29990 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
29992         * math/libm-test.inc (noXFails): Remove variable.
29993         (noXPasses): Likewise.
29994         (BUILD_COMPLEX_INT): Remove macro.
29995         (print_screen): Remove xfail argument.
29996         (print_screen_max_error): Likewise.
29997         (update_stats): Likewise.
29998         (print_max_error): Likewise.  Update calls to other affected
29999         functions.
30000         (print_complex_max_error): Likewise.
30001         (test_single_exception): Update calls to print_screen.
30002         (test_single_errno): Likewise.
30003         (check_float_internal): Remove xfail argument.  Update calls to
30004         other affected functions.
30005         (check_float): Likewise.
30006         (check_complex): Likewise.
30007         (check_int): Likewise.
30008         (check_long): Likewise.
30009         (check_bool): Likewise.
30010         (check_longlong): Likewise.
30011         (main): Don't print noXFails and noXPasses.
30012         * math/gen-libm-test.pl (top level): Don't mention expected
30013         failure handling in comment.
30014         (new_test): Don't handle expected failures.
30015         (parse_args): Don't mention expected failure handling in comment.
30016         (generate_testfile): Don't handle expected failures.
30017         (parse_ulps): Likewise.
30018         (print_ulps_file): Likewise.
30019         (get_failure): Remove function.
30020         (output_test): Don't handle expected failures.
30021         * make/README.libm-test: Don't mention expected failure handling.
30023         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
30024         (minus_zero): Likewise.
30025         (plus_infty): Likewise.
30026         (minus_infty): Likewise.
30027         (qnan_value): Likewise.
30028         (max_value): Likewise.
30029         (min_value): Likewise.
30030         (min_subnorm_value): Likewise.
30031         (initialize): Do not initialize those variables dynamically.
30033 2013-05-03  Roland McGrath  <roland@hack.frob.com>
30035         * io/open.c (__open_2): Moved to ...
30036         * io/open_2.c: ... this new file.
30037         * io/open64.c (__open64_2): Moved to ...
30038         * io/open64_2.c: ... this new file.
30039         * io/openat.c (__openat_2): Moved to ...
30040         * io/openat_2.c: ... this new file.
30041         * io/openat64.c (__openat64_2): Moved to ...
30042         * io/openat64_2.c: ... this new file.
30043         * io/Makefile (routines): Add them.
30044         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
30045         * sysdeps/unix/sysv/linux/open_2.c: File removed.
30046         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
30047         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
30048         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
30049         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
30050         (__openat64): Add hidden_ver.
30051         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
30052         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
30054         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
30055         Separately conditionalize setting of GLRO(dl_sysinfo) so
30056         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
30057         as well, but the actual setting is only under [NEED_DL_SYSINFO].
30059 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30061         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
30062         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
30063         definition.
30064         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
30065         * sysdeps/unix/sysv/linux/powerpc/init-first.c
30066         (_libc_vdso_platform_setup): Add __vdso_time initialization.
30067         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
30068         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
30070 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
30072         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
30073         test signgam value.
30075         * math/libm-test.inc (hypot_test): Do not use
30076         IGNORE_ZERO_INF_SIGN.
30078 2013-05-03  Andreas Jaeger  <aj@suse.de>
30080         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
30081         Linux 3.9.
30082         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
30083         (PF_MAX): Adjust for VSOCK change.
30085 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30087         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30089 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
30091         [BZ #15264]
30092         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
30093         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
30094         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
30096 2013-05-02  David S. Miller  <davem@davemloft.net>
30098         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30100 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
30102         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
30104 2013-05-01  Roland McGrath  <roland@hack.frob.com>
30106         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
30108 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
30110         [BZ #14952]
30111         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
30112         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
30113         Use __attribute__ ((__gnu_inline__)).
30114         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
30115         Don't use __attribute__ ((__gnu_inline__)).
30117 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
30119         [BZ #15423]
30120         * math/s_catan.c (__catan): Handle small real or imaginary part of
30121         input specially to avoid spurious underflow.
30122         * math/s_catanf.c (__catanf): Likewise.
30123         * math/s_catanh.c (__catanh): Likewise.
30124         * math/s_catanhf.c (__catanhf): Likewise.
30125         * math/s_catanhl.c (__catanhl): Likewise.
30126         * math/s_catanl.c (__catanl): Likewise.
30127         * math/libm-test.inc (catan_test): Add more tests.
30128         (catanh_test): Likewise.
30129         * sysdeps/i386/fpu/libm-test-ulps: Update.
30130         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30132 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30134         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30136 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
30138         [BZ #15416]
30139         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
30140         accurately for denominator in atan2.
30141         * math/s_catanf.c (__catanf): Likewise.
30142         * math/s_catanh.c (__catanh): Likewise.
30143         * math/s_catanhf.c (__catanhf): Likewise.
30144         * math/s_catanhl.c (__catanhl): Likewise.
30145         * math/s_catanl.c (__catanl): Likewise.
30146         * math/libm-test.inc (catan_test): Add more tests.
30147         (catanh_test): Likewise.
30148         * sysdeps/i386/fpu/libm-test-ulps: Update.
30149         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30151 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
30153         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
30155         * benchtests/Makefile (bench): Remove slow benchmarks.
30156         * benchtests/atan-inputs: Add slow benchmark inputs.
30157         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
30158         (BENCH_FUNC): Accept variant offset.
30159         (VARIANT): Define.
30160         * benchtests/bench-skeleton.c (main): Run benchmark for each
30161         variant.
30162         * benchtests/cos-inputs: Add slow benchmark inputs.
30163         * benchtests/exp-inputs: Likewise.
30164         * benchtests/pow-inputs: Likewise.
30165         * benchtests/sin-inputs: Likewise.
30166         * benchtests/slowatan-inputs: Remove.
30167         * benchtests/slowatan.c: Remove.
30168         * benchtests/slowcos-inputs: Remove.
30169         * benchtests/slowcos.c: Remove.
30170         * benchtests/slowexp-inputs: Remove.
30171         * benchtests/slowexp.c: Remove.
30172         * benchtests/slowpow-inputs: Remove.
30173         * benchtests/slowpow.c: Remove.
30174         * benchtests/slowsin-inputs: Remove.
30175         * benchtests/slowsin.c: Remove.
30176         * benchtests/slowtan-inputs: Remove.
30177         * benchtests/slowtan.c: Remove.
30178         * benchtests/tan-inputs: Add slow benchmark inputs.
30179         * scripts/bench.pl: Parse comments and directives.
30181         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
30182         in CPPFLAGS.
30183         ($(objpfx)bench-%.c): Remove *-ITER.
30184         * benchtests/bench-modf.c: Remove definition of ITER.
30185         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
30186         (main): Loop for DURATION seconds instead of fixed number of
30187         iterations.
30188         * scripts/bench.pl: Don't expect iterations in parameters.
30190 2013-04-29  Roland McGrath  <roland@hack.frob.com>
30192         * io/fchdir.c (__fchdir): Renamed from fchdir.
30193         (fchdir): Define as weak alias.
30195 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
30197         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
30198         (ERRNO_EDOM): Likewise.
30199         (ERRNO_ERANGE): Likewise.
30200         (noErrnoTests): New variable.
30201         (init_max_error): Set errno to 0.
30202         (test_single_errno): New function.
30203         (test_errno): Likewise.
30204         (check_float_internal): Call test_errno.  Set errno to 0.
30205         (check_complex): Refer to errno tests in comment.
30206         (check_int): Call test_errno.  Set errno to 0.
30207         (check_long): Likewise.
30208         (check_bool): Likewise.
30209         (check_longlong): Likewise.
30210         (cos_test): Use ERRNO_* flags for errno tests instead of
30211         check_int.
30212         (expm1_test): Likewise.
30213         (fmod_test): Likewise.
30214         (ilogb_test): Likewise.
30215         (lgamma_test): Likewise.
30216         (pow_test): Likewise.
30217         (remainder_test): Likewise.
30218         (sin_test): Likewise.
30219         (tan_test): Likewise.
30220         (yn_test): Likewise.
30221         (initialize): Set errno to 0.
30222         (main): Print number of errno tests.
30223         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
30225 2013-04-29  Andreas Jaeger  <aj@suse.de>
30227         [BZ #15084]
30228         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
30229         and RES_USEVC.
30231         [BZ #15085]
30232         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
30233         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
30234         unimplemented.
30236         [BZ #15380]
30237         * stdlib/random.c (__initstate): Return NULL if
30238         __initstate fails.
30240         [BZ #15086]
30241         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
30242         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
30243         RES_SNGLKUPREOP.
30245 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30247         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30249 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
30251         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
30252         of individual tests.
30253         (casin_test): Likewise.
30254         (casinh_test): Likewise.
30256 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
30258         [BZ #15409]
30259         * math/s_catan.c (__catan): Handle arguments with large real or
30260         imaginary part separately without squaring.
30261         * math/s_catanf.c (__catanf): Likewise.
30262         * math/s_catanh.c (__catanh): Likewise.
30263         * math/s_catanhf.c (__catanhf): Likewise.
30264         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30265         and redefine.
30266         (__catanhl): Handle arguments with large real or imaginary part
30267         separately without squaring.
30268         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30269         and redefine.
30270         (__catanl): Handle arguments with large real or imaginary part
30271         separately without squaring.
30272         * math/libm-test.inc (catan_test): Add more tests.
30273         (catanh_test): Likewise.
30274         * sysdeps/i386/fpu/libm-test-ulps: Update.
30275         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30277 2013-04-27  Andreas Jaeger  <aj@suse.de>
30279         [BZ #15007]
30280         * stdlib/stdlib.h: Update guards for qecvt.
30281         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
30282         <stdlib.h>.
30284 2013-04-27  Allan McRae  <allan@archlinux.org>
30286         * sysdeps/i386/fpu/libm-test-ulps: Update.
30288 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
30290         [BZ #15406]
30291         * math/s_catan.c: Include <float.h>.
30292         (__catan): Ensure underflow exception occurs for underflowed
30293         result.
30294         * math/s_catanf.c: Include <float.h>.
30295         (__catanf): Ensure underflow exception occurs for underflowed
30296         result.
30297         * math/s_catanh.c: Include <float.h>.
30298         (__catanh): Ensure underflow exception occurs for underflowed
30299         result.
30300         * math/s_catanhf.c: Include <float.h>.
30301         (__catanhf): Ensure underflow exception occurs for underflowed
30302         result.
30303         * math/s_catanhl.c: Include <float.h>.
30304         (__catanhl): Ensure underflow exception occurs for underflowed
30305         result.
30306         * math/s_catanl.c: Include <float.h>.
30307         (__catanl): Ensure underflow exception occurs for underflowed
30308         result.
30309         * math/libm-test.inc (catan_test): Add more tests.
30310         (catanh_test): Likewise.
30312         [BZ #15405]
30313         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
30314         underflowed result.
30315         * math/s_ccoshf.c (__ccoshf): Likewise.
30316         * math/s_ccoshl.c (__ccoshl): Likewise.
30317         * math/s_csin.c (__csin): Likewise.
30318         * math/s_csinf.c (__csinf): Likewise.
30319         * math/s_csinh.c (__csinh): Likewise.
30320         * math/s_csinhf.c (__csinhf): Likewise.
30321         * math/s_csinhl.c (__csinhl): Likewise.
30322         * math/s_csinl.c (__csinl): Likewise.
30323         * math/libm-test.inc (ccos_test): Add more tests.
30324         (ccosh_test): Likewise.
30325         (csin_test): Likewise.
30326         (csinh_test): Likewise.
30328 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30330         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
30331         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
30332         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
30333         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
30334         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
30335         powerpc/power5+/fpu folders.
30336         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
30339 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
30341         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30343 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
30345         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
30346         additions to variable.
30347         [$(config-machine) = x86_64] (modules-names): Likewise.
30348         ($(objpfx)tst-audit3): Remove dependency.
30349         ($(objpfx)tst-audit3.out): Likewise.
30350         ($(objpfx)tst-audit4): Likewise.
30351         ($(objpfx)tst-audit4.out): Likewise.
30352         ($(objpfx)tst-audit5): Likewise.
30353         ($(objpfx)tst-audit5.out): Likewise.
30354         ($(objpfx)tst-audit6): Likewise.
30355         ($(objpfx)tst-audit6.out): Likewise.
30356         ($(objpfx)tst-audit7): Likewise.
30357         ($(objpfx)tst-audit7.out): Likewise.
30358         (tst-audit3-ENV): Remove variable.
30359         (tst-audit4-ENV): Likewise.
30360         (tst-audit5-ENV): Likewise.
30361         (tst-audit6-ENV): Likewise.
30362         (tst-audit7-ENV): Likewise.
30363         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
30364         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
30365         addition to variable.
30366         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
30367         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
30368         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
30369         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
30370         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
30371         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
30372         tst-audit3, tst-audit4 and tst-audit5.
30373         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
30374         tst-audit6 and tst-audit7.
30375         [$(subdir) = elf] (modules-names): Add audit modules for those
30376         tests.
30377         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
30378         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
30379         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
30380         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
30381         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
30382         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
30383         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
30384         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
30385         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
30386         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
30387         [$(subdir) = elf] (tst-audit3-ENV): New variable.
30388         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
30389         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
30390         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
30391         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
30392         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
30393         Likewise.
30394         [$(subdir) = elf && $(config-cflags-avx) = yes]
30395         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
30396         [$(subdir) = elf && $(config-cflags-avx) = yes]
30397         (CFLAGS-tst-auditmod4a.c): Likewise.
30398         [$(subdir) = elf && $(config-cflags-avx) = yes]
30399         (CFLAGS-tst-auditmod4b.c): Likewise.
30400         [$(subdir) = elf && $(config-cflags-avx) = yes]
30401         (CFLAGS-tst-auditmod6b.c): Likewise.
30402         [$(subdir) = elf && $(config-cflags-avx) = yes]
30403         (CFLAGS-tst-auditmod6c.c): Likewise.
30404         [$(subdir) = elf && $(config-cflags-avx) = yes]
30405         (CFLAGS-tst-auditmod7b.c): Likewise.
30406         * elf/tst-audit3.c: Move to ...
30407         * sysdeps/x86_64/tst-audit3.c: ... here.
30408         * elf/tst-audit4.c: Move to ...
30409         * sysdeps/x86_64/tst-audit4.c: ... here.
30410         * elf/tst-audit5.c: Move to ...
30411         * sysdeps/x86_64/tst-audit5.c: ... here.
30412         * elf/tst-audit6.c: Move to ...
30413         * sysdeps/x86_64/tst-audit6.c: ... here.
30414         * elf/tst-audit7.c: Move to ...
30415         * sysdeps/x86_64/tst-audit7.c: ... here.
30416         * elf/tst-auditmod3a.c: Move to ...
30417         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
30418         * elf/tst-auditmod3b.c: Move to ...
30419         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
30420         * elf/tst-auditmod4a.c: Move to ...
30421         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
30422         * elf/tst-auditmod4b.c: Move to ...
30423         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
30424         * elf/tst-auditmod5a.c: Move to ...
30425         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
30426         * elf/tst-auditmod5b.c: Move to ...
30427         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
30428         * elf/tst-auditmod6a.c: Move to ...
30429         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
30430         * elf/tst-auditmod6b.c: Move to ...
30431         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
30432         * elf/tst-auditmod6c.c: Move to ...
30433         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
30434         * elf/tst-auditmod7a.c: Move to ...
30435         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
30436         * elf/tst-auditmod7b.c: Move to ...
30437         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
30439 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
30441         [BZ #15366]
30442         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
30443         define unconditionally.
30444         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
30445         define unconditionally.
30446         (INT8_C, INT16_C, etc.): Likewise.
30448 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
30450         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
30451         __ehdr_start with hidden visibility.
30453         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
30455 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
30457         * math/libm-test.inc (cos_test): Use accurate hex constants.
30458         (sincost_test): Likewise.
30460 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
30462         * math/libm-test.inc (catan_test): Add more tests.
30463         (catanh_test): Likewise.
30465         * math/s_catanf.c (__catanf): Use suffixed floating-point
30466         constants.
30467         * math/s_catanhf.c (__catanhf): Likewise.
30468         * math/s_catanhl.c (__catanhl): Likewise.
30469         * math/s_catanl.c (__catanl): Likewise.
30471         [BZ #15394]
30472         * math/s_catan.c (__catan): Calculate imaginary part of result
30473         with log1p not log unless computing log of number close to 0.
30474         * math/s_catanf.c (__catanf): Likewise.
30475         * math/s_catanl.c (__catanl): Likewise.
30476         * math/s_catanh.c (__catanh): Calculate real part of result with
30477         log1p not log unless computing log of number close to 0.
30478         * math/s_catanhf.c (__catanhf): Likewise.
30479         * math/s_catanhl.c (__catanhl): Likewise.
30480         * math/libm-test.inc (catan_test): Add more tests.
30481         (catanh_test): Likewise.
30482         * sysdeps/i386/fpu/libm-test-ulps: Update.
30483         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30485 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
30487         * benchtests/Makefile: Mention files in which fast and slow
30488         paths of math functions are implemented.
30490 2013-04-23  Roland McGrath  <roland@hack.frob.com>
30492         * sysdeps/posix/timespec_get.c: New file.
30494 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30496         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
30497         POWER.
30498         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
30499         for POWER.
30500         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
30501         powerpc/power5/fpu folders.
30502         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
30503         * benchtests/Makefile: Add modf testcase.
30504         * benchtests/bench-modf.c: New file: Benchmark test for mo
30506 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
30508         [BZ #14888]
30509         * time/Makefile (tests): Add tst-strptime-whitespace.
30510         * time/strptime_l.c (get_number): Use ISSPACE.
30511         (__strptime_internal): Likewise.
30512         * time/tst-strptime-whitespace.c: New test case.
30514 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
30516         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
30517         member.
30518         (_nss_files_init): Set it here.
30520 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
30522         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
30523         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
30524         unsigned.
30526 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
30528         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
30530 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
30532         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
30533         size just once.
30535 2013-04-21  David S. Miller  <davem@davemloft.net>
30537         * po/ru.po: Update Russion translation from translation project.
30539 2013-04-17  Adam Conrad  <adconrad@0c3.net>
30541         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
30542         and setfsgid.
30544 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
30546         * configure.in: Remove i386 configure warning. Remove i386 case.
30547         * configure: Regenerate.
30548         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
30549         Add example to error message.
30550         * sysdeps/i386/configure: Regenerate.
30552 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30554         * benchtests/Makefile (bench): Add cos, tan, slowcos and
30555         slowtan.
30556         * benchtests/cos-inputs: New file.
30557         * benchtests/slowcos-inputs: New file.
30558         * benchtests/slowcos.c: New file.
30559         * benchtests/slowtan-inputs: New file.
30560         * benchtests/slowtan.c: New file.
30561         * benchtests/tan-inputs: New file.
30563 2013-04-16  Roland McGrath  <roland@hack.frob.com>
30565         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
30566         considered kosher.
30568 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30570         * benchtests/Makefile: Include cppflags-iterator.mk to add
30571         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
30573         * Makefile.in (bench-clean): New target.
30574         * benchtests/Makefile (bench-clean): Likewise.
30576 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
30578         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
30580 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
30582         * stdio-common/tstdiomisc.c: Fix coding-style violation.
30584 2013-04-15  Andreas Schwab  <schwab@suse.de>
30586         * nscd/grpcache.c (cache_addgr): Properly check for short write.
30587         * nscd/initgrcache.c (addinitgroupsX): Likewise.
30588         * nscd/pwdcache.c (cache_addpw): Likewise.
30589         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
30590         more than recsize.
30592 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30594         * benchtests/Makefile (bench): Write all output to
30595         bench-out.tmp together.
30597 2013-04-15  Andreas Schwab  <schwab@suse.de>
30599         * nscd/nscd.c (main): Don't fork again after closing files.
30601 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30603         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
30605         * benchtests/Rules (bench-deps): Collect dependencies into a
30606         single variable.  Add Makefile to dependencies.
30607         ($(objpfx)bench-%.c): Depend on bench-deps.
30609 2013-04-12  Roland McGrath  <roland@hack.frob.com>
30610             Xavier Roche  <roche+kml2@exalead.com>
30612         [BZ #15361]
30613         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
30614         just that it's a file descriptor.
30615         * manual/llio.texi (Synchronizing AIO Operations): Update description
30616         for EBADF error from aio_fsync.
30618 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
30620         * Rules (bench): Move target definition...
30621         * benchtests/Makefile: ... here.
30623 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
30625         * math/libm-test.inc (cos_test): Fix PI/2 test.
30626         (sincos_test): Likewise.
30627         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
30628         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
30630 2013-04-11  Andreas Schwab  <schwab@suse.de>
30632         [BZ #13988]
30633         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
30634         accept exponent character only when digits were seen.
30635         * stdio-common/Makefile (tests): Add bug26.
30636         * stdio-common/bug26.c: New file.
30638         [BZ #14293]
30639         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
30640         non-freeable.
30642 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30644         * Makeconfig (rtld-prefix): Define built linker prefix.
30645         * Rules (run-bench): Use it.
30646         * math/Makefile (run-regen-ulps): Likewise.
30648         * Rules (bench): Remove eval.
30650 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30651             Roland McGrath  <roland@hack.frob.com>
30652             Ondrej Bilka  <neleai@seznam.cz>
30654         [BZ #15346]
30655         * time/getdate.c: Include ctype.h and alloca.h.
30656         (__getdate_r): Trim leading and trailing spaces of input.
30657         * time/tst-getdate.c (tests): Add tests with leading and
30658         trailing spaces.
30660 2013-04-08  Roland McGrath  <roland@hack.frob.com>
30662         [BZ #14280]
30663         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
30664         when computing value.
30666 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30668         * math/README.libm-test (How can I generate "libm-test-ulps"?):
30669         Use testrun.sh to run libm tests.
30671         [BZ #15309]
30672         * elf/dl-open.c (dl_open_worker): memset all of seen array.
30674 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
30676         [BZ #15264]
30677         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
30679 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30681         * Makefile.in (regen-ulps): New target.
30682         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
30683         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
30684         [ifneq (no,$(PERL)] (regen-ulps): New target.
30685         [ifeq (no,$(PERL)] (regen-ulps): New target.
30686         * math/libm-test.inc (ulps_file_name): Define.
30687         (output_dir): New variable.
30688         (options): Add "output-dir" option.
30689         (parse_opt): Handle 'o' case.
30690         (main): If output_dir is non-NULL use it as a prefix
30691         otherwise use "".
30692         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
30694 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30696         [BZ #10060, #10062]
30697         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
30698         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
30699         fail configure if __sync_val_compare_and_swap is not inlined.
30700         * sysdeps/i386/configure: Regenerate.
30701         * configure.in: Build for i686 when configured for i386.
30702         * configure: Regenerate.
30703         * README: Remove i386 reference.
30705 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30707         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
30708         * sysdeps/s390/s390-64/sysdep.h: Likewise.
30710 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
30712         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
30713         (lmsnanval): New variables.
30714         (F): Add conversion tests.
30715         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
30716         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
30718         * stdio-common/tstdiomisc.c (F): Properly collect individual
30719         tests' results.
30721         [BZ #14686, #15336]
30722         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
30723         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
30724         Instead, use input NaN values or generate a qNaN by arithmetic
30725         operation.  Also fix bugs to comply with the standard.
30726         * math/libm-test.inc (remainder_test): Add more tests.
30728         [BZ #15335, #15342]
30729         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
30730         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
30731         input NaN values or generate a qNaN by arithmetic operation.
30733         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
30734         unreachable code.
30736         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
30737         definitions.
30739 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
30741         [BZ #14478]
30742         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
30743         underflowed result.
30744         * math/s_cexpf.c (__cexpf): Likewise.
30745         * math/s_cexpl.c (__cexpl): Likewise.
30746         * math/libm-test.inc (cexp_test): Add more tests.
30748 2013-04-03  Andreas Schwab  <schwab@suse.de>
30750         [BZ #15330]
30751         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
30752         order arrays from heap if bigger than alloca cutoff.
30754 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
30756         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
30757         (SNAN_TESTS_double): Refer to GCC PR56831.
30758         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
30759         GCC PR56828.
30761 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
30763         * Rules (bench): Move bench.out after the run is complete.
30765         * Rules (bench): Echo currently running benchmark.
30767         * benchtests/Makefile (bench): Add atan and slowatan.
30768         * benchtests/atan-inputs: New file.
30769         * benchtests/slowatan-inputs: New file.
30770         * benchtests/slowatan.c: New file.
30772         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
30773         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
30774         its value.
30776         [BZ #15305]
30777         * sysdeps/unix/sysv/linux/kernel-features.h
30778         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
30779         __ASSUME_XFS_RESTRICTED_CHOWN.
30780         * sysdeps/unix/sysv/linux/pathconf.c
30781         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
30782         Save and restore errno.
30784 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
30786         [BZ #15327]
30787         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
30788         arguments using __kernel_casinh.
30789         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
30790         arguments using __kernel_casinhf.
30791         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
30792         arguments using __kernel_casinhl.
30793         * math/libm-test.inc (cacosh_test): Add more tests.
30794         * sysdeps/i386/fpu/libm-test-ulps: Update.
30795         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30797 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30799         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
30800         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
30802         * bench/Makefile (bench): Add sin and slowsin.
30803         * benchtests/sin-inputs: New file.
30804         * benchtests/slowsin-inputs: New file.
30805         * benchtests/slowsin.c: New file.
30807         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
30808         (bench): Add slowexp and slowpow.
30809         (exp-ITER): Increase iterations.
30810         (pow-ITER): Likewise.
30811         * benchtests/exp-inputs: Change input.
30812         * benchtests/pow-inputs: Likewise.
30813         * benchtests/slowexp-inputs: New file.
30814         * benchtests/slowexp.c: New file.
30815         * benchtests/slowpow-inputs: New file.
30816         * benchtests/slowpow.c: New file.
30818 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30820         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
30821         instructions.
30822         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
30823         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
30824         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
30825         * benchtests/Makefile: Add rint benchtest.
30826         * benchtests/rint-inputs: Input for rint benchtest.
30828 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
30830         * Versions.def (libm): Add GLIBC_2.18.
30831         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
30832         hidden libm prototypes.
30833         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
30834         * math/Makefile (libm-calls): Add s_issignaling.
30835         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
30836         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
30837         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
30838         declaration.
30839         * math/math.h [__USE_GNU] (issignaling): New macro.
30840         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
30841         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
30842         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
30843         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
30844         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
30845         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
30846         * manual/arith.texi (issignaling): New section.
30847         * manual/libm-err-tab.pl (@all_functions): Update comment.
30848         * math/gen-libm-test.pl (parse_args): Apply special handling for
30849         issignaling.
30850         * math/libm-test.inc (print_float, issignaling_test): New
30851         functions.
30852         (check_float_internal): Add issignaling checks.
30853         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
30854         default definition.
30855         * sysdeps/powerpc/math-tests.h: New file.
30856         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
30857         tests.
30858         * math/test-snan.c (TEST_FUNC): Likewise.
30860 2013-03-30  David S. Miller  <davem@davemloft.net>
30862         * po/de.po: Update from translation team.
30864 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
30866         [BZ #10357]
30867         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30868         imaginary part less than 1.0 and real part less than 0.5
30869         specially.
30870         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30871         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30872         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
30873         (cacos_test): Add more tests.
30874         (casin_test): Likewise.
30875         (casinh_test): Likewise.
30876         * sysdeps/i386/fpu/libm-test-ulps: Update.
30877         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30879 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30881         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
30882         ONE with its value.
30884         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
30885         (__pow_mp): Replace ONE and MONE with their values.
30886         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30887         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
30888         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30889         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
30890         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30891         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30893         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
30895         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
30896         (__pow_mp): Replace ZERO and MZERO with their values.
30897         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
30898         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30899         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30900         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30901         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30902         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
30903         (__sqr): Likewise.
30905         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
30907         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
30909 2013-03-28  Roland McGrath  <roland@hack.frob.com>
30911         * include/stdlib.h [!SHARED] (__call_tls_dtors):
30912         Declare with __attribute__ ((weak)).
30913         * stdlib/exit.c (__libc_atexit) [!SHARED]:
30914         Call __call_tls_dtors only if it's not NULL.
30916 2013-03-28  Roland McGrath  <roland@hack.frob.com>
30918         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
30919         didn't do it already, then set _dl_phdr and _dl_phnum based on the
30920         magic __ehdr_start linker symbol if it's defined.
30921         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
30922         them up here if it was already done.
30924         * elf/dl-support.c (_dl_phdr): Make pointer to const.
30925         (_dl_aux_init): Use const in cast when setting it.
30926         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
30927         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
30928         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
30930         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
30931         Declare them here.
30932         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
30933         * csu/libc-tls.c: Nor here.
30934         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
30936         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
30937         (__libc_message): Never call vsyslog.
30939 2013-03-28  Alan Modra  <amodra@gmail.com>
30941         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
30942         Define as empty.
30943         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
30944         Likewise.
30946 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30948         [BZ #15214]
30949         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
30950         underflow.
30951         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30953 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30955         [BZ #15304]
30956         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
30957         Don't add gid passed as argument.
30959         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
30961 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
30963         [BZ #15307]
30964         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30965         imaginary part between 1.0 and 1.5 and real part less than 0.5
30966         specially.
30967         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30968         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30969         * math/libm-test.inc (cacos_test): Add more tests.
30970         (casin_test): Likewise.
30971         (casinh_test): Likewise.
30972         * sysdeps/i386/fpu/libm-test-ulps: Update.
30973         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30975 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30977         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
30978         constants.
30979         (norm): Likewise.
30980         (denorm): Likewise.
30981         (__dbl_mp): Likewise.
30982         (add_magnitudes): Likewise.
30983         (sub_magnitudes): Likewise.
30984         (__add): Likewise.
30985         (__sub): Likewise.
30986         (__mul): Likewise.
30987         (__sqr): Likewise.
30988         (__inv): Likewise.
30989         (__dvd): Likewise.
30991         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
30992         commented code.
30993         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
30994         (__dubcos): Likewise.
30995         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
30996         (__ieee754_acos): Likewise.
30997         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
30998         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
30999         (__exp1): Likewise.
31000         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
31001         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
31002         (log1): Likewise.
31003         (my_log2): Likewise.
31004         (checkint): Likewise.
31005         * sysdeps/ieee754/dbl-64/e_remainder.c
31006         (__ieee754_remainder): Likewise.
31007         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
31008         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
31009         (bsloww): Likewise.
31010         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31012         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
31013         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
31014         MANTISSA_STORE_T to store computations on mantissa.  Use
31015         macros for rounding and division.
31016         (denorm): Likewise.
31017         (__dbl_mp): Likewise.
31018         (add_magnitudes): Likewise.
31019         (sub_magnitudes): Likewise.
31020         (__mul): Likewise.
31021         (__sqr): Likewise.
31022         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
31023         powers of two in terms of TWOPOW macro.
31024         (mp_no): Make type of mantissa as MANTISSA_T.
31025         [!RADIXI]: Define RADIXI.
31026         [!TWO52]: Define TWO52.
31027         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
31029 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31031         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
31032         llroundl symbol when building for PPC32.
31034 2013-03-24  Mark H Weaver  <mhw@netris.org>
31036         * manual/arith.texi (Normalization Functions): Fix prototypes for
31037         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
31039 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31041         [BZ #13889]
31042         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
31043         high value to check if expl overflow.
31044         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
31045         to check for underflow and overflow.
31046         * math/libm-test.inc: Add exp test.
31048 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
31050         [BZ #11120]
31051         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
31052         with NOT_IN_libc.
31054 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31056         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
31057         symbol.
31059 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
31061         * math/gen-libm-test.pl (parse_args, special_functions): Properly
31062         wrap blocks consisting of several statements.
31064         * sysdeps/generic/math-tests.h: New file.
31065         * sysdeps/i386/fpu/math-tests.h: Likewise.
31066         * math/test-snan.c: Include it.
31067         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
31069 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
31071         [BZ #15285]
31072         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
31073         (__ieee754_j0l): Do not improve calculations using cos of twice
31074         input for inputs above LDBL_MAX / 2.0L.
31075         (__ieee754_y0l): Likewise.
31076         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
31077         (__ieee754_j1l): Do not improve calculations using cos of twice
31078         input for inputs above LDBL_MAX / 2.0L.
31079         (__ieee754_y1l): Likewise.
31080         * math/libm-test.inc (j0_test): Add another test.
31081         (j1_test): Likewise.
31082         (y0_test): Likewise.
31083         (y1_test): Likewise.
31084         * sysdeps/i386/fpu/libm-test-ulps: Update.
31086 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31088         * Rules ($(objpfx)bench-%.c): Include code from a C source
31089         file.
31091 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
31093         [BZ #15287]
31094         * math/k_casinh.c (__kernel_casinh): Handle arguments with
31095         imaginary part 1.0 and real part less than 0.5 specially.
31096         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31097         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31098         * math/libm-test.inc (cacos_test): Add more tests.
31099         (casin_test): Likewise.
31100         (casinh_test): Likewise.
31101         * sysdeps/i386/fpu/libm-test-ulps: Update.
31102         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31104 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31106         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
31107         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
31109 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
31111         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
31112         * config.make.in (config-cflags-sse4): Remove variable.
31113         (config-cflags-avx): Likewise.
31114         (config-cflags-sse2avx): Likewise.
31115         (config-cflags-novzeroupper): Likewise.
31116         (config-asflags-i686): Likewise.
31117         (have-mfma4): Likewise.
31118         (have-as-vis3): Likewise.
31119         (MIG): Likewise.
31120         * configure.in (MIG): Do not AC_SUBST.
31121         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
31122         (libc_cv_cc_sse4): Do not AC_SUBST.
31123         (libc_cv_cc_avx): Likewise.
31124         (libc_cv_cc_sse2avx): Likewise.
31125         (libc_cv_cc_novzeroupper): Likewise.
31126         (libc_cv_cc_fma4): Likewise.
31127         (libc_cv_as_i686): Likewise.
31128         (libc_cv_sparc_as_vis3): Likewise.
31129         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
31130         LIBC_CONFIG_VAR.
31131         (config-asflags-i686): Likewise.
31132         (config-cflags-avx): Likewise.
31133         (config-cflags-sse2avx): Likewise.
31134         (have-mfma4): Likewise.
31135         (config-cflags-novzeroupper): Likewise.
31136         * sysdeps/mach/configure.in (MIG): Likewise.
31137         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
31138         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
31139         LIBC_CONFIG_VAR.
31140         (config-cflags-avx): Likewise.
31141         (config-cflags-sse2avx): Likewise.
31142         (have-mfma4): Likewise.
31143         (config-cflags-novzeroupper): Likewise.
31144         * configure: Regenerated.
31145         * sysdeps/i386/configure: Likewise.
31146         * sysdeps/mach/configure: Likewise.
31147         * sysdeps/sparc/configure: Likewise.
31148         * sysdeps/x86_64/configure: Likewise.
31150 2013-03-20  Roland McGrath  <roland@hack.frob.com>
31152         [BZ #14812]
31153         * locale/programs/localedef.c (options): Put N_ translation marker
31154         on argument names, not just descriptions.
31156 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31158         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
31160 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
31162         [BZ #14176]
31163         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
31165 2013-03-19  Roland McGrath  <roland@hack.frob.com>
31167         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
31168         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
31169         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
31170         [!BEFORE_ABORT] (before_abort): New function.
31171         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
31172         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
31173         (writev_for_fatal): New function.
31174         (WRITEV_FOR_FATAL): New macro; call that.
31175         (backtrace_and_maps): New function.
31176         (BEFORE_ABORT): New macro; call that.
31177         (struct str_list): Type removed.
31178         (__libc_message, __libc_fatal): Functions removed.
31179         Include <sysdeps/posix/libc_fatal.c> instead.
31181 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
31183         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
31184         constants.
31185         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
31186         double constants.
31188 2013-03-19  Andreas Schwab  <schwab@suse.de>
31190         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
31191         * sysdeps/gnu/configure: Regenerate.
31193         * configure.in: Substitute libc_cv_rtlddir.
31194         * configure: Regenerate.
31195         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
31196         * Makeconfig (rtlddir, inst_rtlddir): New variables.
31197         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
31198         * elf/Makefile (install-others, CFLAGS-interp.c)
31199         (ldso_install, common-ldd-rewrite): Likewise.
31200         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
31201         $(inst_slibdir)/$(rtld-installed-name).
31202         * scripts/rellns-sh: Add -p option.
31203         * Makerules (make-shlib-link): Use rellns-sh to get relative name
31204         for source.
31206 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31208         * manual/nptl.texi: Renamed to ...
31209         * manual/threads.texi: ... this.
31210         * manual/Makefile (chapters): Update.
31212 2013-03-18  Roland McGrath  <roland@hack.frob.com>
31214         [BZ #14812]
31215         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
31216         on argument names, not just descriptions.
31217         * malloc/memusagestat.c (options): Likewise.
31218         * nss/getent.c (options): Likewise.
31220 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
31222         [BZ #14812]
31223         * iconv/iconv_prog.c (options): Put N_ translation marker
31224         on argument names, not just descriptions.
31225         * iconv/iconvconfig.c (options): Likewise.
31227 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
31229         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
31230         implementation which is faster on all x86_64 architectures.
31231         Tested on AMD, Intel Nehalem, SNB, IVB.
31232         * sysdeps/x86_64/strnlen.S: Likewise.
31234         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
31235         Remove all multiarch strlen and strnlen versions.
31236         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
31237         Remove strlen and strnlen related parts.
31239         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
31240         Inline strlen part.
31241         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
31243         * sysdeps/x86_64/multiarch/strlen.S: Remove.
31244         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
31245         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
31246         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
31247         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
31248         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
31250 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
31252         * manual/memory.texi (Malloc Tunable Parameters):
31253         Sort parameters alphabetically. Add comments for missing entries.
31255 2013-03-17  David S. Miller  <davem@davemloft.net>
31257         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31259 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
31261         [BZ #15283]
31262         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
31263         for arguments at most half maximum finite value.
31264         * math/libm-test.inc (j0_test): Add more tests.
31265         (j1_test): Likewise.
31266         (y0_test): Likewise.
31267         (y1_test): Likewise.
31268         * sysdeps/i386/fpu/libm-test-ulps: Update.
31269         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31271         [BZ #14155]
31272         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
31273         1 / x and functions P and Q for arguments above 0x1p256L.
31274         (__ieee754_y0l): Likewise.
31275         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
31276         (__ieee754_y1l): Likewise.
31277         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
31278         (j1_test): Likewise.
31279         (y0_test): Likewise.
31280         (y1_test): Likewise.
31282 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
31284         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
31285         variable.
31287 2013-03-15  Roland McGrath  <roland@hack.frob.com>
31289         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
31290         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
31291         zero since it's initialized to EXEC_PAGESIZE.
31293         * sysdeps/unix/sysv/linux/ldsodefs.h
31294         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
31295         * sysdeps/generic/ldsodefs.h: ... here.
31297 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
31299         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
31301         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
31302         math/test-snan.c.
31303         * math/test-snan.c: Renamed from
31304         sysdeps/powerpc/fpu/test-powerpc-snan.c.
31305         * math/Makefile (tests): Add test-snan.
31306         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
31307         test-powerpc-snan.
31309         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
31310         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
31311         functions.
31312         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
31313         __builtin_nan family of functions.
31314         * math/libm-test.inc (initialize): Initialize qnan_value with
31315         __builtin_nan family of functions.
31316         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
31317         Remove variables.
31318         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
31319         Remove functions.
31320         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
31321         storage class.  Initialize qNaN_var and sNaN_var with
31322         __builtin_nan and __builtin_nans families of functions,
31323         respectively.
31325         * math/libm-test.inc (acosh_test): Also test with qNaN input.
31326         (sqrt_test): Remove duplicate test with qNaN input.
31327         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
31328         (round_test, signbit_test, significand_test): Note missing +/-Inf
31329         as well as qNaN tests.
31331         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
31332         qNaN_var.  Fix a few strings, too.
31333         * math/libm-test.inc (nan_value): Rename to qnan_value.
31334         * math/gen-libm-test.pl (%beautify): Adjust to that.
31335         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
31336         * math/test-misc.c (main): Likewise.
31337         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
31338         to __qnan_bytes, and __qnan_union, respectively.
31339         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
31340         Likewise.
31341         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
31342         and lqnanval, respectively.
31343         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
31344         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
31345         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
31346         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
31348         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
31349         * math/test-misc.c (main) [__x86_64__]: Enable test for long
31350         doubles.
31352         * math/test-misc.c (main): Fix copy'n'pastos.
31353         * misc/tst-efgcvt.c (special): Likewise.
31355         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
31356         Remove declarations.
31358 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31360         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
31361         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
31362         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
31363         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
31365 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31367         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
31368         macro to return vdso values correctly in IFUNC implementations.
31369         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
31370         Optimization by using IFUNC.
31372 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31373             Richard Henderson  <rth@redhat.com>
31374             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
31376         * Makefile.in (bench): New target.
31377         * NEWS: Mention the benchmark framework.
31378         * Rules (bench): Likewise.
31379         (binaries-bench): Generate binaries for functions to
31380         benchmark.
31381         * benchtests/Makefile: New makefile for benchmark tests.
31382         * benchtests/bench-skeleton.c: New skeleton file for benchmark
31383         programs.
31384         * benchtests/exp-inputs: New input file for EXP function.
31385         * benchtests/pow-inputs: New input file for POW function.
31386         * scripts/bench.pl: New script to generate source files for
31387         benchmark programs.
31389 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31391         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
31392         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
31393         computations on mantissa.  Use macros for rounding and
31394         division.
31395         (denorm): Likewise.
31396         (__dbl_mp): Likewise.
31397         (add_magnitudes): Likewise.
31398         (sub_magnitudes): Likewise.
31399         (__mul): Likewise.
31400         (__sqr): Likewise.
31401         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
31402         powers of two in terms of TWOPOW macro.
31403         (mp_no): Make type of mantissa as MANTISSA_T.
31404         [!RADIXI]: Define RADIXI.
31405         [!TWO52]: Define TWO52.
31406         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
31408         * manual/nptl.texi (cindex): Modify threads to pthreads.
31410 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
31412         * sysdeps/x86_64/preconfigure: Regenerated.
31414 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
31416         [BZ #14155]
31417         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
31418         0x1p28 and above.
31419         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
31420         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
31421         0x1p28 and above.
31422         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
31423         * math/libm-test.inc (j0_test): Do not allow one spurious
31424         underflow exception.
31425         (y1_test): Likewise.
31427 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31429         * manual/Makefile (chapters): Add nptl.
31430         * manual/debug.texi (Debugging Support): Add link to Threads
31431         chapter.
31432         * manual/nptl.texi: New file.
31434         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
31436 2013-03-14  Petr Baudis  <pasky@ucw.cz>
31438         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
31439         for non-NULL pointer before the memory validity test. Pointed
31440         out by Holger Brunck <holger.brunck@keymile.com>.
31442 2013-03-13  Andreas Schwab  <schwab@suse.de>
31444         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
31445         instead of .os.
31447 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
31449         * timezone/zic.c: Update from tzcode 2013b.
31451 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
31453         * manual/install.texi (Configuring and compiling):
31454         Mention i686 and i586.
31455         * INSTALL: Regenerate.
31457 2013-03-12  Roland McGrath  <roland@hack.frob.com>
31459         * sysdeps/init_array/elf-init.c: New file.
31460         * csu/elf-init.c
31461         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
31462         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
31464         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
31465         __gmon_start__ as global, but as static with a .preinit_array pointer.
31466         * sysdeps/init_array/gmon-start.c: New file.  Use that.
31467         * sysdeps/init_array/crti.S: New file, empty except for comments.
31468         * sysdeps/init_array/crtn.S: Likewise.
31470 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
31472         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
31473         definining bcopy.
31474         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31475         Remove Prefer_SSE_for_memop.
31476         * sysdeps/x86_64/multiarch/init-arch.h: Remove
31477         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
31478         HAS_PREFER_SSE_FOR_MEMOP.
31479         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
31480         memset-x86-64.
31481         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
31482         Remove bzero, memset ifunc support.
31483         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
31484         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
31485         * sysdeps/x86_64/multiarch/memset.S: Likewise.
31486         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
31488 2013-03-11  Andreas Schwab  <schwab@suse.de>
31490         [BZ #15234]
31491         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
31492         by SHLIB_COMPAT.
31493         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
31494         (GLIBC_2.16): Remove pthread_atfork.
31496 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
31498         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
31499         (ptestcases.h): Likewise.
31501 2013-03-08  Roland McGrath  <roland@hack.frob.com>
31503         * Makeconfig ($(common-objpfx)config.status): Depend on
31504         sysdeps/*/preconfigure{,.in} too.
31506 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
31508         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
31509         (__free_hook): Use void * instead of __malloc_ptr_t.
31510         (__malloc_hook): Likewise.
31511         (__realloc_hook): Likewise.
31512         (__memalign_hook): Likewise.
31513         (__after_morecore_hook): Likewise.
31514         * malloc/arena.c (save_malloc_hook): Likewise.
31515         (save_free_hook): Likewise.
31516         * malloc/hooks.c (malloc_hook_ini): Likewise.
31517         (realloc_hook_ini): Likewise.
31518         (memalign_hook_ini): Likewise.
31519         * malloc/malloc.c (malloc_hook_ini): Likewise.
31520         (realloc_hook_ini): Likewise.
31521         (memalign_hook_ini): Likewise.
31522         (__free_hook): Likewise.
31523         (__malloc_hook): Likewise.
31524         (__realloc_hook): Likewise.
31525         (__memalign_hook): Likewise.
31526         (__libc_malloc): Likewise.
31527         (__libc_free): Likewise.
31528         (__libc_realloc): Likewise.
31529         (__libc_memalign): Likewise.
31530         (__libc_valloc): Likewise.
31531         (__libc_pvalloc): Likewise.
31532         (__libc_calloc): Likewise.
31533         (__posix_memalign): Likewise.
31534         * malloc/morecore.c (__sbrk): Likewise.
31535         (__default_morecore): Likewise.
31537         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
31539         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
31540         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
31541         __malloc_ptrdiff_t.
31543         * malloc/malloc.h (__malloc_size_t): Remove macro.
31544         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
31545         __malloc_size_t.
31546         (old_memalign_hook): Likewise.
31547         (old_realloc_hook): Likewise.
31548         (struct hdr): Likewise.
31549         (flood): Likewise.
31550         (mallochook): Likewise.
31551         (memalignhook): Likewise.
31552         (reallochook): Likewise.
31553         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
31554         (tr_old_realloc_hook): Likewise.
31555         (tr_old_memalign_hook): Likewise.
31556         (tr_mallochook): Likewise.
31557         (tr_reallochook): Likewise.
31558         (tr_memalignhook): Likewise.
31560 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31562         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
31563         default_ldbl_pack and using as default implementation.
31564         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
31565         implementation.
31566         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
31567         redundant definition.
31568         (ldbl_insert_mantissa): Likewise.
31569         (ldbl_canonicalize): Likewise.
31570         (ldbl_nearbyint): Likewise.
31571         (ldbl_pack): Rename to ldbl_pack_ppc.
31572         (ldbl_unpack): Rename to ldbl_unpack_ppc.
31573         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
31574         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
31576 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31578         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
31579         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
31580         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
31581         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
31582         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
31583         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
31584         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
31585         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
31587 2013-03-07  Andreas Jaeger  <aj@suse.de>
31589         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
31590         bits/mman-linux.h.
31592 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
31594         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
31595         Include mpa.h and declare __MPEXP.
31596         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
31597         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31598         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31599         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
31600         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31601         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31602         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
31604         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
31605         (__slowpow): Use long double EXPL and LOGL functions to
31606         compute POW.
31607         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31608         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31609         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
31610         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31611         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31612         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
31614         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
31615         intermediate variable to calculate exponent.
31616         (__sqr): Likewise.
31617         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
31618         Likewise.
31619         (__sqr): Likewise.
31621         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
31622         [!NO__SQR]: Define __sqr.
31623         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
31624         and NO__SQR.  Remove all code except __mul and __sqr.  Include
31625         sysdeps/ieee754/dbl-64/mpa.c.
31626         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31628         [BZ #12723]
31629         * posix/Makefile (tests): Add tst-pathconf.
31630         * posix/tst-pathconf.c: New test case.
31631         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
31632         _PC_PIPE_BUF.
31633         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
31635 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
31637         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
31639 2013-03-06  Andreas Jaeger  <aj@suse.de>
31641         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
31642         definition via __MAP_ANONYMOUS.
31644         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
31645         it's not part of Linux headers.
31647         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
31648         (MAP_HUGE_MASK): Define.
31650         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31651         Define.
31652         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31653         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31654         Define.
31655         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31656         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31657         Define.
31658         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31659         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
31660         Define.
31661         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31663         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
31664         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
31665         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
31666         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
31667         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
31668         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
31670         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
31671         Handle f2fs.
31673         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
31674         Handle f2fs and efivarfs.
31676         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
31677         f2fs.
31679         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
31680         (EFIVARFS_MAGIC): Add.
31681         (F2FS_LINK_MAX): Add.
31683 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
31685         * stdio-common/vfprintf.c: Replace __builtin_expect with
31686         __glibc_unlikely.
31688 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
31690         [BZ #13550]
31691         * sysdeps/generic/bp-sym.h: Remove file.
31692         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
31693         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
31694         <bp-sym.h> and <bp-asm.h>.
31695         (__longjmp): Don't use BP_SYM.
31696         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
31697         and <bp-asm.h>.
31698         (memcpy): Don't use BP_SYM.
31699         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
31700         <bp-sym.h> and <bp-asm.h>.
31701         (memcpy): Don't use BP_SYM.
31702         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
31703         <bp-asm.h>.
31704         (memcpy): Don't use BP_SYM.
31705         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
31706         <bp-asm.h>.
31707         (memset): Don't use BP_SYM.
31708         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31709         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31710         (__bzero): Don't use BP_SYM.
31711         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31712         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31713         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
31714         <bp-sym.h> and <bp-asm.h>.
31715         (memcmp): Don't use BP_SYM.  Remove comment about bounded
31716         pointers.
31717         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
31718         <bp-sym.h> and <bp-asm.h>.
31719         (memcpy): Don't use BP_SYM.
31720         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
31721         <bp-sym.h> and <bp-asm.h>.
31722         (memset): Don't use BP_SYM.
31723         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31724         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31725         (__bzero): Don't use BP_SYM.
31726         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31727         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31728         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
31729         <bp-sym.h> and <bp-asm.h>.
31730         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31731         pointers.
31732         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
31733         <bp-sym.h> and <bp-asm.h>.
31734         (memcpy): Don't use BP_SYM.
31735         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
31736         <bp-sym.h> and <bp-asm.h>.
31737         (memset): Don't use BP_SYM.
31738         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31739         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31740         (__bzero): Don't use BP_SYM.
31741         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31742         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31743         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
31744         <bp-sym.h> and <bp-asm.h>.
31745         (__memchr): Don't use BP_SYM.
31746         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
31747         <bp-sym.h> and <bp-asm.h>.
31748         (memcmp): Don't use BP_SYM.  Remove comment about bounded
31749         pointers.
31750         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
31751         <bp-sym.h> and <bp-asm.h>.
31752         (memcpy): Don't use BP_SYM.
31753         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
31754         <bp-sym.h> and <bp-asm.h>.
31755         (__mempcpy): Don't use BP_SYM.
31756         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
31757         <bp-sym.h> and <bp-asm.h>.
31758         (__memrchr): Don't use BP_SYM.
31759         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
31760         <bp-sym.h> and <bp-asm.h>.
31761         (memset): Don't use BP_SYM.
31762         (__bzero): Likewise.
31763         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
31764         <bp-sym.h> and <bp-asm.h>.
31765         (__rawmemchr): Don't use BP_SYM.
31766         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
31767         <bp-sym.h> and <bp-asm.h>.
31768         (__STRCMP): Don't use BP_SYM.
31769         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
31770         <bp-sym.h> and <bp-asm.h>.
31771         (strchr): Don't use BP_SYM.
31772         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
31773         <bp-sym.h> and <bp-asm.h>.
31774         (__strchrnul): Don't use BP_SYM.
31775         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
31776         <bp-sym.h> and <bp-asm.h>.
31777         (strlen): Don't use BP_SYM.
31778         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
31779         <bp-sym.h> and <bp-asm.h>.
31780         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31781         pointers.
31782         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
31783         <bp-sym.h> and <bp-asm.h>.
31784         (__strnlen): Don't use BP_SYM.
31785         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
31786         <bp-sym.h> and <bp-asm.h>.
31787         (__GI__setjmp): Don't use BP_SYM.
31788         (_setjmp): Likewise.
31789         (__sigsetjmp): Likewise.
31790         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
31791         (L(start_addresses)): Don't use BP_SYM.
31792         (_start): Likewise.
31793         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
31794         <bp-asm.h>.
31795         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
31796         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
31797         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31798         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31799         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
31800         <bp-asm.h>.
31801         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
31802         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
31803         about bounded pointers.
31804         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31805         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31806         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
31807         <bp-asm.h>.
31808         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
31809         about bounded pointers.  Remove GKM FIXME comments.
31810         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31811         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
31812         <bp-asm.h>.
31813         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
31814         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
31815         Remove GKM FIXME comments.
31816         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31817         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31818         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
31819         <bp-asm.h>.
31820         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
31821         about bounded pointers.  Remove GKM FIXME comment.
31822         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
31823         and <bp-asm.h>.
31824         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31825         pointers.
31826         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
31827         <bp-sym.h> and <bp-asm.h>.
31828         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
31829         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
31830         <bp-sym.h> and <bp-asm.h>.
31831         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
31832         comment.
31834 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
31836         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
31837         call free(NULL).
31839 2013-03-05  David S. Miller  <davem@davemloft.net>
31841         * po/es.po: Update from translation team.
31843 2013-03-05  Andreas Jaeger  <aj@suse.de>
31845         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
31846         <bits/mman-linux.h>.
31847         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31848         is fine.
31849         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
31850         <bits/mman-linux.h> to end of file.
31851         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31852         is fine.
31853         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
31854         <bits/mman-linux.h> to end of file.
31855         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31856         is fine.
31857         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
31858         <bits/mman-linux.h> to end of file.
31860         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
31861         (MCL_CURRENT, MCL_FUTURE): Define here.
31863 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31865         [BZ #15232]
31866         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
31867         attribute_hidden.
31868         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
31870 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31872         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
31873         fourth parameter needed for rt_sigprocmask syscall.
31874         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
31875         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
31876         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
31877         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
31878         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
31879         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
31881 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
31883         [BZ #13550]
31884         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
31885         comment about bounded pointers.
31886         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
31887         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
31889 2013-03-04  Andreas Jaeger  <aj@suse.de>
31891         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
31892         common definitions.
31894         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
31895         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
31896         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
31897         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
31898         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
31899         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
31901 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31903         [BZ #15055]
31904         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
31905         __ieee754_sqrl instead of __sqrl.
31907 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
31909         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
31910         * sysdeps/powerpc/fpu_control.h: ... here.
31911         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
31912         * sysdeps/powerpc/bits/fenvinline.h: ... here.
31913         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
31914         * sysdeps/powerpc/bits/mathinline.h: ... here.
31916 2013-03-01  Roland McGrath  <roland@hack.frob.com>
31918         * elf/dl-hwcaps.c (_dl_important_hwcaps):
31919         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
31920         to just [NEED_DL_SYSINFO_DSO].
31921         * elf/dl-support.c: Likewise.
31922         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
31923         * elf/rtld.c (dl_main): Likewise.
31924         * elf/setup-vdso.h (setup_vdso): Likewise.
31925         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
31926         * sysdeps/unix/sysv/linux/dl-sysdep.c
31927         (_dl_discover_osversion): Likewise.
31929 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
31931         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
31932         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
31934 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
31936         * NEWS: Mention libm performance improvements and non-x86 PI
31937         futex support.
31939         * csu/libc-start.c (__pthread_initialize_minimal): Change
31940         function arguments.
31941         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
31943 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
31945         [BZ #13550]
31946         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
31947         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
31948         <bp-sym.h> and <bp-asm.h>.
31949         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31950         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
31951         and <bp-asm.h>.
31952         (memcpy): Don't use BP_SYM.
31953         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
31954         <bp-asm.h>.
31955         (__mpn_add_n): Don't use BP_SYM.
31956         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
31957         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
31958         and <bp-asm.h>.
31959         (__mpn_addmul_1): Don't use BP_SYM.
31960         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31961         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
31962         <bp-sym.h>.
31963         (_setjmp): Don't use BP_SYM.
31964         (__novmx_setjmp): Likewise.
31965         (__GI__setjmp): Likewise.
31966         (__vmx_setjmp): Likewise.
31967         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
31968         <bp-sym.h>.
31969         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
31970         (__bzero): Don't use BP_SYM.
31971         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31972         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31973         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
31974         <bp-sym.h> and <bp-asm.h>.
31975         (memcpy): Don't use BP_SYM.
31976         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
31977         <bp-sym.h> and <bp-asm.h>.
31978         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31979         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
31980         <bp-sym.h> and <bp-asm.h>.
31981         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31982         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
31983         <bp-asm.h>.
31984         (__mpn_lshift): Don't use BP_SYM.
31985         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31986         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
31987         <bp-asm.h>.
31988         (memset): Don't use BP_SYM.
31989         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31990         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31991         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
31992         <bp-asm.h>.
31993         (__mpn_mul_1): Don't use BP_SYM.
31994         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31995         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
31996         <bp-sym.h> and <bp-asm.h>.
31997         (memcmp): Don't use BP_SYM.
31998         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
31999         <bp-sym.h> and <bp-asm.h>.
32000         (memcpy): Don't use BP_SYM.
32001         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
32002         <bp-sym.h> and <bp-asm.h>.
32003         (memset): Don't use BP_SYM.
32004         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
32005         <bp-sym.h> and <bp-asm.h>.
32006         (strncmp): Don't use BP_SYM.
32007         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
32008         <bp-sym.h> and <bp-asm.h>.
32009         (memcpy): Don't use BP_SYM.
32010         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
32011         <bp-sym.h> and <bp-asm.h>.
32012         (memset): Don't use BP_SYM.
32013         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
32014         <bp-sym.h> and <bp-asm.h>.
32015         (__memchr): Don't use BP_SYM.
32016         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
32017         <bp-sym.h> and <bp-asm.h>.
32018         (memcmp): Don't use BP_SYM.
32019         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
32020         <bp-sym.h> and <bp-asm.h>.
32021         (memcpy): Don't use BP_SYM.
32022         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
32023         <bp-sym.h> and <bp-asm.h>.
32024         (__mempcpy): Don't use BP_SYM.
32025         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
32026         <bp-sym.h> and <bp-asm.h>.
32027         (__memrchr): Don't use BP_SYM.
32028         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
32029         <bp-sym.h> and <bp-asm.h>.
32030         (memset): Don't use BP_SYM.
32031         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
32032         <bp-sym.h> and <bp-asm.h>.
32033         (__rawmemchr): Don't use BP_SYM.
32034         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
32035         <bp-sym.h> and <bp-asm.h>.
32036         (__STRCMP): Don't use BP_SYM.
32037         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
32038         <bp-sym.h> and <bp-asm.h>.
32039         (strchr): Don't use BP_SYM.
32040         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
32041         <bp-sym.h> and <bp-asm.h>.
32042         (__strchrnul): Don't use BP_SYM.
32043         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
32044         <bp-sym.h> and <bp-asm.h>.
32045         (strlen): Don't use BP_SYM.
32046         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
32047         <bp-sym.h> and <bp-asm.h>.
32048         (strncmp): Don't use BP_SYM.
32049         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
32050         <bp-sym.h> and <bp-asm.h>.
32051         (__strnlen): Don't use BP_SYM.
32052         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
32053         <bp-asm.h>.
32054         (__mpn_rshift): Don't use BP_SYM.
32055         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32056         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
32057         <bp-sym.h> and <bp-asm.h>.
32058         (__sigsetjmp): Don't use BP_SYM.
32059         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
32060         (L(start_addresses)): Don't use BP_SYM.
32061         (_start): Likewise.
32062         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
32063         <bp-asm.h>.
32064         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
32065         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32066         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32067         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
32068         <bp-asm.h>.
32069         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
32070         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32071         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32072         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
32073         <bp-asm.h>.
32074         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
32075         comments.
32076         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32077         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
32078         <bp-asm.h>.
32079         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
32080         FIXME comments.
32081         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32082         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32083         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
32084         <bp-asm.h>.
32085         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
32086         comment.
32087         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
32088         and <bp-asm.h>.
32089         (strncmp): Don't use BP_SYM,
32090         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
32091         <bp-asm.h>.
32092         (__mpn_sub_n): Don't use BP_SYM.
32093         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32094         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
32095         and <bp-asm.h>.
32096         (__mpn_submul_1): Don't use BP_SYM.
32097         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32098         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
32099         <bp-sym.h> and <bp-asm.h>.
32100         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
32101         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
32102         <bp-sym.h> and <bp-asm.h>.
32103         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
32104         comment.
32106 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
32108         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
32109         Use ZK to minimize writes to Z.
32110         (sub_magnitudes): Simplify code a bit.
32111         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
32112         Use ZK to minimize writes to Z.
32113         (sub_magnitudes): Simplify code a bit.
32115 2013-02-27  Roland McGrath  <roland@hack.frob.com>
32117         * csu/gmon-start.c: Add special exception to license text.
32119 2013-02-27  Richard Henderson  <rth@redhat.com>
32121         * scripts/config.guess: Update from config.git.
32122         * scripts/config.sub: Likewise.
32124 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
32126         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
32128         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
32130         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
32132         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
32134         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
32136 2013-02-26  Roland McGrath  <roland@hack.frob.com>
32138         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
32139         [$(build-shared = yes].
32141 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
32143         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
32144         (__mul): Reduce iterations for calculating mantissa.
32146         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
32147         MPTWO.
32148         (__mpranred): Likewise.
32150         [BZ #15160]
32151         * malloc/memusagestat.c (main): Draw graphs for heap and stack
32152         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
32154 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
32156         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
32157         Define __attribute__.
32159 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
32161         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
32162         unused.
32163         * posix/regex_internal.h (__attribute): Remove.
32164         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
32165         (re_string_context_at): Likewise.
32166         (bitset_not): Use __attribute__ and mark function as possibly
32167         unused.
32168         (bitset_merge): Likewise.
32169         (bitset_mask): Likewise.
32170         (re_string_char_size_at): Likewise.
32171         (re_string_wchar_at): Likewise.
32172         (re_string_elem_size_at): Likewise.
32174 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
32176         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
32177         code.
32178         (cc32): Likewise.
32180         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
32181         (__acr): Likewise.
32182         (__cpy): Likewise.
32183         (norm): Likewise.
32184         (denorm): Likewise.
32185         (__dbl_mp): Likewise.
32186         (add_magnitudes): Likewise.
32187         (sub_magnitudes): Likewise.
32188         (__mul): Likewise.
32189         (__inv): Likewise.
32191         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
32192         style.
32194         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
32195         style.
32197         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
32198         code.
32200         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
32201         up changes with default code.
32202         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
32203         Likewise.
32205 2013-02-24  Allan McRae  <allan@archlinux.org>
32207         * manual/socket.texi (The Internet Namespace): Order menu items
32208         to match that in the file.
32210         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
32211         node listing of the info page menu.
32213 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
32215         [BZ #13550]
32216         * sysdeps/i386/bp-asm.h: Remove file.
32217         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32218         (PARMS): Do not use macros from bp-asm.h.
32219         (S1): Likewise.
32220         (S2): Likewise.
32221         (SIZE): Likewise.
32222         (__mpn_add_n): Do not use BP_SYM
32223         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
32224         "bp-asm.h".
32225         (PARMS): Do not use macros from bp-asm.h.
32226         (S1): Likewise.
32227         (SIZE): Likewise.
32228         (__mpn_addmul_1): Do not use BP_SYM
32229         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
32230         "bp-asm.h".
32231         (PARMS): Do not use macros from bp-asm.h.
32232         (SIGMSK): Likewise.
32233         (_setjmp): Likewise.  Do not use BP_SYM.
32234         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
32235         "bp-asm.h".
32236         (PARMS): Do not use macros from bp-asm.h.
32237         (SIGMSK): Likewise.
32238         (setjmp): Likewise.  Do not use BP_SYM.
32239         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
32240         "bp-asm.h".
32241         (PARMS): Do not use macros from bp-asm.h.
32242         (__frexp): Do not use BP_SYM.
32243         (frexp): Likewise.
32244         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
32245         "bp-asm.h".
32246         (PARMS): Do not use macros from bp-asm.h.
32247         (__frexpf): Do not use BP_SYM.
32248         (frexpf): Likewise.
32249         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
32250         "bp-asm.h".
32251         (PARMS): Do not use macros from bp-asm.h.
32252         (__frexpl): Do not use BP_SYM.
32253         (frexpl): Likewise.
32254         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
32255         "bp-asm.h".
32256         (PARMS): Do not use macros from bp-asm.h.
32257         (__remquo): Do not use BP_SYM.
32258         (remquo): Likewise.
32259         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
32260         "bp-asm.h".
32261         (PARMS): Do not use macros from bp-asm.h.
32262         (__remquof): Do not use BP_SYM.
32263         (remquof): Likewise.
32264         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
32265         "bp-asm.h".
32266         (PARMS): Do not use macros from bp-asm.h.
32267         (__remquol): Do not use BP_SYM.
32268         (remquol): Likewise.
32269         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
32270         "bp-asm.h".
32271         (PARMS): Do not use macros from bp-asm.h.
32272         (DEST): Likewise.
32273         (SRC): Likewise.
32274         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
32275         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
32276         "bp-asm.h".
32277         (PARMS): Do not use macros from bp-asm.h.
32278         (strlen): Do not use BP_SYM.
32279         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
32280         "bp-asm.h".
32281         (PARMS): Do not use macros from bp-asm.h.
32282         (S1): Likewise.
32283         (S2): Likewise.
32284         (SIZE): Likewise.
32285         (__mpn_add_n): Do not use BP_SYM.
32286         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
32287         "bp-asm.h".
32288         (PARMS): Do not use macros from bp-asm.h.
32289         (S1): Likewise.
32290         (SIZE): Likewise.
32291         (__mpn_addmul_1): Do not use BP_SYM.
32292         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
32293         weak_alias.
32294         (bzero): Likewise.
32295         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
32296         "bp-asm.h".
32297         (PARMS): Do not use macros from bp-asm.h.
32298         (S): Likewise.
32299         (SIZE): Likewise.
32300         (__mpn_lshift): Do not use BP_SYM.
32301         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
32302         "bp-asm.h".
32303         (PARMS): Do not use macros from bp-asm.h.
32304         (DEST): Likewise.
32305         (SRC): Likewise.
32306         (LEN): Likewise.
32307         (memcpy): Likewise.  Do not use BP_SYM.
32308         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
32309         libc_hidden_def and weak_alias.
32310         (mempcpy): Do not use BP_SYM in weak_alias.
32311         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
32312         "bp-asm.h".
32313         (PARMS): Do not use macros from bp-asm.h.
32314         (DEST): Likewise.
32315         (LEN): Likewise.
32316         [!BZERO_P] (CHR): Likewise.
32317         (memset): Likewise.  Do not use BP_SYM.
32318         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
32319         "bp-asm.h".
32320         (PARMS): Do not use macros from bp-asm.h.
32321         (S1): Likewise.
32322         (SIZE): Likewise.
32323         (__mpn_mul_1): Do not use BP_SYM.
32324         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
32325         "bp-asm.h".
32326         (PARMS): Do not use macros from bp-asm.h.
32327         (S): Likewise.
32328         (SIZE): Likewise.
32329         (__mpn_rshift): Do not use BP_SYM.
32330         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
32331         "bp-asm.h".
32332         (PARMS): Do not use macros from bp-asm.h.
32333         (STR): Likewise.
32334         (CHR): Likewise.
32335         (strchr): Likewise.  Do not use BP_SYM.
32336         (index): Do not use BP_SYM in weak_alias.
32337         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
32338         "bp-asm.h".
32339         (PARMS): Do not use macros from bp-asm.h.
32340         (DEST): Likewise.
32341         (SRC): Likewise.
32342         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
32343         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
32344         "bp-asm.h".
32345         (PARMS): Do not use macros from bp-asm.h.
32346         (strlen): Do not use BP_SYM.
32347         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
32348         "bp-asm.h".
32349         (PARMS): Do not use macros from bp-asm.h.
32350         (S1): Likewise.
32351         (S2): Likewise.
32352         (SIZE): Likewise.
32353         (__mpn_sub_n): Do not use BP_SYM.
32354         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
32355         "bp-asm.h".
32356         (PARMS): Do not use macros from bp-asm.h.
32357         (S1): Likewise.
32358         (SIZE): Likewise.
32359         (__mpn_submul_1): Do not use BP_SYM.
32360         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
32361         "bp-asm.h".
32362         (PARMS): Do not use macros from bp-asm.h.
32363         (S1): Likewise.
32364         (S2): Likewise.
32365         (SIZE): Likewise.
32366         (__mpn_add_n): Do not use BP_SYM.
32367         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
32368         weak_alias.
32369         (bzero): Likewise.
32370         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
32371         "bp-asm.h".
32372         (PARMS): Do not use macros from bp-asm.h.
32373         (BLK2): Likewise.
32374         (LEN): Likewise.
32375         (memcmp): Do not use BP_SYM.
32376         (bcmp): Do not use BP_SYM in weak_alias.
32377         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
32378         "bp-asm.h".
32379         (PARMS): Do not use macros from bp-asm.h.
32380         (DEST): Likewise.
32381         (SRC): Likewise.
32382         (LEN): Likewise.
32383         (memcpy): Likewise.  Do not use BP_SYM.
32384         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
32385         "bp-asm.h".
32386         (PARMS): Do not use macros from bp-asm.h.
32387         (DEST): Likewise.
32388         (SRC): Likewise.
32389         (LEN): Likewise.
32390         (memmove): Likewise.  Do not use BP_SYM.
32391         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
32392         "bp-asm.h".
32393         (PARMS): Do not use macros from bp-asm.h.
32394         (DEST): Likewise.
32395         (SRC): Likewise.
32396         (LEN): Likewise.
32397         (__mempcpy): Likewise.  Do not use BP_SYM.
32398         (mempcpy): Do not use BP_SYM in weak_alias.
32399         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
32400         "bp-asm.h".
32401         (PARMS): Do not use macros from bp-asm.h.
32402         (DEST): Likewise.
32403         (LEN): Likewise.
32404         [!BZERO_P] (CHR): Likewise.
32405         (memset): Likewise.  Do not use BP_SYM.
32406         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
32407         "bp-asm.h".
32408         (PARMS): Do not use macros from bp-asm.h.
32409         (STR2): Likewise.
32410         (strcmp): Do not use BP_SYM.
32411         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
32412         "bp-asm.h".
32413         (PARMS): Do not use macros from bp-asm.h.
32414         (STR): Likewise.
32415         (DELIM): Likewise.
32416         [USE_AS_STRTOK_R] (SAVE): Likewise.
32417         (FUNCTION): Likewise.  Do not use BP_SYM.
32418         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
32419         aliases.
32420         (strtok_r): Likewise.
32421         (__GI___strtok_r): Likewise.
32422         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32423         (PARMS): Do not use macros from bp-asm.h.
32424         (S): Likewise.
32425         (SIZE): Likewise.
32426         (__mpn_lshift): Do not use BP_SYM.
32427         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32428         (PARMS): Do not use macros from bp-asm.h.
32429         (STR): Likewise.
32430         (CHR): Likewise.
32431         (__memchr): Do not use BP_SYM.
32432         (memchr): Do not use BP_SYM in weak_alias.
32433         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32434         (PARMS): Do not use macros from bp-asm.h.
32435         (BLK2): Likewise.
32436         (LEN): Likewise.
32437         (memcmp): Do not use BP_SYM.
32438         (bcmp): Do not use BP_SYM in weak_alias.
32439         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
32440         (PARMS): Do not use macros from bp-asm.h.
32441         (S1): Likewise.
32442         (SIZE): Likewise.
32443         (__mpn_mul_1): Do not use BP_SYM.
32444         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
32445         "bp-asm.h".
32446         (PARMS): Do not use macros from bp-asm.h.
32447         (STR): Likewise.
32448         (CHR): Likewise.
32449         (__rawmemchr): Do not use BP_SYM.
32450         (rawmemchr): Do not use BP_SYM in weak_alias.
32451         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32452         (PARMS): Do not use macros from bp-asm.h.
32453         (S): Likewise.
32454         (SIZE): Likewise.
32455         (__mpn_rshift): Do not use BP_SYM.
32456         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32457         (PARMS): Do not use macros from bp-asm.h.
32458         (SIGMSK): Likewise.
32459         (__sigsetjmp): Likewise.  Do not use BP_SYM.
32460         * sysdeps/i386/start.S: Do not include "bp-sym.h".
32461         (_start): Do not use BP_SYM.
32462         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
32463         (PARMS): Do not use macros from bp-asm.h.
32464         (DEST): Likewise.
32465         (SRC): Likewise.
32466         (__stpcpy): Likewise.  Do not use BP_SYM.
32467         (stpcpy): Do not use BP_SYM in weak_alias.
32468         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
32469         "bp-asm.h".
32470         (PARMS): Do not use macros from bp-asm.h.
32471         (DEST): Likewise.
32472         (SRC): Likewise.
32473         (LEN): Likewise.
32474         (__stpncpy): Likewise.  Do not use BP_SYM.
32475         (stpncpy): Do not use BP_SYM in weak_alias.
32476         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32477         (PARMS): Do not use macros from bp-asm.h.
32478         (STR): Likewise.
32479         (CHR): Likewise.
32480         (strchr): Likewise.  Do not use BP_SYM.
32481         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
32482         "bp-asm.h".
32483         (PARMS): Do not use macros from bp-asm.h.
32484         (STR): Likewise.
32485         (CHR): Likewise.
32486         (__strchrnul): Likewise.  Do not use BP_SYM.
32487         (strchrnul): Do not use BP_SYM in weak_alias.
32488         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
32489         "bp-asm.h".
32490         (PARMS): Do not use macros from bp-asm.h.
32491         (STOP): Likewise.
32492         (strcspn): Do not use BP_SYM.
32493         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
32494         "bp-asm.h".
32495         (PARMS): Do not use macros from bp-asm.h.
32496         (STR): Likewise.
32497         (STOP): Likewise.
32498         (strpbrk): Likewise.  Do not use BP_SYM.
32499         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
32500         "bp-asm.h".
32501         (PARMS): Do not use macros from bp-asm.h.
32502         (STR): Likewise.
32503         (CHR): Likewise.
32504         (strrchr): Likewise.  Do not use BP_SYM.
32505         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
32506         (PARMS): Do not use macros from bp-asm.h.
32507         (SKIP): Likewise.
32508         (strspn): Do not use BP_SYM.
32509         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
32510         (PARMS): Do not use macros from bp-asm.h.
32511         (STR): Likewise.
32512         (DELIM): Likewise.
32513         (SAVE): Likewise.
32514         (FUNCTION): Likewise.  Do not use BP_SYM.
32515         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
32516         aliases.
32517         (strtok_r): Likewise.
32518         (__GI___strtok_r): Likewise.
32519         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32520         (PARMS): Do not use macros from bp-asm.h.
32521         (S1): Likewise.
32522         (S2): Likewise.
32523         (SIZE): Likewise.
32524         (__mpn_sub_n): Do not use BP_SYM.
32525         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
32526         "bp-asm.h".
32527         (PARMS): Do not use macros from bp-asm.h.
32528         (S1): Likewise.
32529         (SIZE): Likewise.
32530         (__mpn_submul_1): Do not use BP_SYM.
32531         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
32532         <bp-sym.h>.
32533         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
32534         and <bp-asm.h>.
32535         (PARMS): Do not use macros from bp-asm.h.
32536         (FLAGS): Likewise.
32537         (PTID): Likewise.
32538         (TLS): Likewise.
32539         (CTID): Likewise.
32540         (__clone): Do not use BP_SYM.
32541         (clone): Do not use BP_SYM in weak_alias.
32542         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
32543         and <bp-asm.h>.
32544         (PARMS): Do not use macros from bp-asm.h.
32545         (LEN): Likewise.
32546         (__mmap64): Do not use BP_SYM.
32547         (mmap64): Do not use BP_SYM in weak_alias.
32548         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
32549         <bp-sym.h> and <bp-asm.h>.
32550         (PARMS): Do not use macros from bp-asm.h.
32551         (__posix_fadvise64_l64): Do not use BP_SYM.
32552         * sysdeps/unix/sysv/linux/i386/semtimedop.S
32553         (PARMS): Do not use macros from bp-asm.h.
32554         (NSOPS): Likewise.
32555         (semtimedop): Do not use BP_SYM.
32556         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
32557         and <bp-asm.h>.
32559 2013-02-21  Allan McRae  <allan@archlinux.org>
32561         * manual/message.texi (Charset conversion in gettext):
32562         Move @end statement to beginning of line.
32564 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32566         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
32567         static.
32568         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
32569         Likewise.
32571         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
32572         (denorm): Likewise.
32573         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
32574         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
32576 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32578         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
32579         tail-call to the resolved function if pltexit isn't needed.
32581 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32583         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
32584         or Y being zero as being unlikely.
32585         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
32586         Likewise.
32588 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
32590         * manual/nss.texi (System Databases and Name Service Switch):
32591         Remove frobnicate @pxref.
32593 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
32595         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32596         __attribute__ ((unused)) to __attribute__ ((__unused__)).
32598 2013-02-20  Petr Machata  <pmachata@redhat.com>
32600         * elf/elf.h (R_ARM_TARGET1): New macro.
32601         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
32602         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
32603         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
32604         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
32605         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
32606         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
32607         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
32608         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
32609         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
32610         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
32611         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
32612         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
32613         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
32614         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
32615         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
32616         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
32617         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
32618         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
32619         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
32620         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
32621         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
32622         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
32623         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
32624         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
32625         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
32626         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
32627         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
32628         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
32629         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
32630         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
32631         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
32632         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
32633         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
32634         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
32635         (R_ARM_THM_GOT_BREL12): Likewise.
32636         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
32637         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
32638         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
32639         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
32640         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
32641         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
32642         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
32643         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
32644         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
32646 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
32648         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32649         __attribute_used__ to __attribute__ ((unused)).
32651 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
32653         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
32654         powerpc mpa.c.
32655         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
32656         comment formatting.
32657         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
32659 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
32661         [BZ #13550]
32662         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
32663         Remove macro.
32664         (ENTER): Remove both macro definitions.
32665         (LEAVE): Likewise.
32666         (CHECK_BOUNDS_LOW): Likewise.
32667         (CHECK_BOUNDS_HIGH): Likewise.
32668         (CHECK_BOUNDS_BOTH): Likewise.
32669         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
32670         (RETURN_BOUNDED_POINTER): Likewise.
32671         (RETURN_NULL_BOUNDED_POINTER): Likewise.
32672         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
32673         (POP_ERRNO_LOCATION_RETURN): Likewise.
32674         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
32675         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32676         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
32677         macros.
32678         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32679         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
32680         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
32681         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
32682         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
32683         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
32684         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
32685         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
32686         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
32687         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
32688         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
32689         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
32690         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32691         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
32692         removed macros.
32693         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32694         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
32695         macros.
32696         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32697         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
32698         * sysdeps/i386/i586/memset.S (memset): Likewise.
32699         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
32700         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32701         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
32702         macros.
32703         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32704         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
32705         Change uses of L(2) to L(out).
32706         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
32707         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
32708         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
32709         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32710         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
32711         removed macros.
32712         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32713         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
32714         macros.
32715         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32716         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
32717         (RETURN): Do not use macro LEAVE.
32718         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
32719         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
32720         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
32721         * sysdeps/i386/i686/memset.S (memset): Likewise.
32722         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
32723         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
32724         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32725         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
32726         Likewise.
32727         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32728         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
32729         L(1_2) and L(1_3) into L(1).
32730         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
32731         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
32732         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32733         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
32734         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32735         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
32736         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
32737         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32738         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
32739         macros.
32740         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
32741         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32742         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
32743         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
32744         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
32745         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32746         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
32747         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
32748         * sysdeps/i386/strcspn.S (strcspn): Likewise.
32749         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
32750         * sysdeps/i386/strrchr.S (strrchr): Likewise.
32751         * sysdeps/i386/strspn.S (strspn): Likewise.
32752         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
32753         conditional code.
32754         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32755         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
32756         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
32757         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
32758         L(1_3) into L(1_1).
32759         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
32760         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32761         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
32762         macros.
32763         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32765 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
32767         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
32768         macro.
32770 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
32772         * math/atest-exp.c (exp_mpn): Remove ROUND.
32773         * math/atest-exp2.c (exp_mpn): Likewise.
32774         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
32776         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
32777         * stdlib/tst-tls-atexit-lib.c: Likewise.
32778         * stdlib/tst-tls-atexit.c: Likewise.
32780 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32782         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
32783         and __attribute_alloc_size__.
32785 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32787         * include/programs/xmalloc.h: Change __attribute_alloc_size to
32788         __attribute_alloc_size__.
32789         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
32790         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
32792 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32794         * include/programs/xmalloc.h: New file.
32795         * catgets/gencat.c: Include it.
32796         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
32797         * elf/pldd.c: Likewise.
32798         * iconv/iconv_charmap.c: Likewise.
32799         * iconv/iconvconfig.c: Likewise.
32800         * iconv/strtab.c: Likewise.
32801         * locale/programs/locale.c: Likewise.
32802         * locale/programs/localedef.h: Likewise.
32803         * locale/programs/simple-hash.c: Likewise.
32804         * nscd/nscd.h: Likewise.
32805         * nss/makedb.c: Likewise.
32806         * sysdeps/generic/ldconfig.h: Likewise.
32808 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
32810         * Versions.def: Add GLIBC_2.18.
32811         * include/link.h (struct link_map): New member l_tls_dtor_count.
32812         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
32813         (__call_tls_dtors): Likewise.
32814         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
32815         __cxa_thread_atexit_impl.
32816         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32817         Likewise.
32818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32819         Likewise.
32820         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
32821         Likewise.
32822         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
32823         Likewise.
32824         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
32825         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
32826         Likewise.
32827         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
32828         Likewise.
32829         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
32830         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
32831         Likewise.
32832         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
32833         (tests): Add test case tst-tls-atexit.
32834         (modules-names): Add shared library for tst-tls-atexit.
32835         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
32836         (GLIBC_PRIVATE): Add __call_tls_dtors.
32837         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
32838         for libstdc++.
32839         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
32840         * stdlib/tst-tls-atexit.c: New test case.
32841         * stdlib/tst-tls-atexit-lib.c: New test case.
32843         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
32845         * elf/Versions (ld): Add _dl_find_dso_for_object.
32846         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
32847         * elf/dl-open.c (_dl_find_dso_for_object): New function.
32848         (dl_open_worker): Use _dl_find_dso_for_object.
32849         * elf/dl-sym.c (do_sym): Likewise.
32850         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
32852 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32854         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
32855         Syntactic changes only.
32856         (_dl_runtime_profile): Do a tail-call to the resolved function.
32858 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
32860         [BZ #13550]
32861         * sysdeps/x86_64/bp-asm.h: Remove file.
32862         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
32863         <bp-sym.h> and <bp-asm.h>.
32864         (__clone): Do not use BP_SYM.
32865         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
32866         <bp-sym.h> and <bp-asm.h>.
32867         * sysdeps/unix/x86_64/sysdep.S: Likewise.
32868         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
32869         "bp-asm.h".
32870         (_setjmp): Do not use BP_SYM.
32871         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
32872         "bp-asm.h".
32873         (setjmp): Do not use BP_SYM.
32874         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
32875         libc_hidden_def.
32876         (mempcpy): Do not use BP_SYM in weak_alias.
32877         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
32878         "bp-asm.h".
32879         (strchr): Do not use BP_SYM.
32880         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
32881         "bp-asm.h".
32882         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
32883         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
32884         (_start): Do not use BP_SYM.
32885         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
32886         "bp-asm.h".
32887         (strcat): Do not use BP_SYM.
32888         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
32889         "bp-asm.h".
32890         (STRCMP): Do not use BP_SYM.
32891         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
32892         "bp-asm.h".
32893         (STRCPY): Do not use BP_SYM.
32894         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
32895         "bp-asm.h".
32896         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
32897         "bp-asm.h".
32898         (FUNCTION): Do not use BP_SYM.
32899         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
32900         weak_alias.
32901         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
32903 2013-02-17  Andreas Jaeger  <aj@suse.de>
32905         * time/Versions: Sort entries.
32906         * string/Versions: Likewise.
32907         * resolv/Versions: Likewise.
32908         * posix/Versions: Likewise.
32909         * iconv/Versions: Likewise.
32910         * elf/Versions: Likewise.
32911         * wcsmbs/Versions: Likewise.
32913 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
32915         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
32916         loop termination condition.
32918         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
32919         variable to calculate EZ.
32920         (__sqr): Likewise.
32922         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
32923         the lower precision input.
32925 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
32927         [BZ #13550]
32928         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
32929         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
32930         (run-via-rtld-prefix): Do not handle %-bp tests.
32931         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
32932         (all-object-suffixes): Remove .ob.
32933         (bppfx): Remove variable.
32934         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
32935         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
32936         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
32937         [$(build-bounded) = yes] (libtype.ob): Likewise.
32938         * Makerules (elide-routines.ob): Remove variable.
32939         (do-tests-clean): Do not handle *-bp.out.
32940         (common-mostlyclean): Do not handle *-bp and *-bp.out.
32941         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
32942         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
32943         (tests): Do not include $(tests-bp.out).
32944         (xtests): Do not include $(xtests-bp.out).
32945         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
32946         [$(build-bounded) = yes] ($(addprefix
32947         $(objpfx),$(binaries-bounded))): Remove rule.
32948         ($(objpfx)%-bp.out): Remove rule.
32949         * config.make.in (build-bounded): Remove variable.
32950         * crypt/Makefile [$(build-bounded) = yes]
32951         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
32952         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
32953         append to variable.
32954         [$(build-bounded) = yes] (install-lib): Likewise.
32955         [$(build-bounded) = yes] (generated): Likewise.
32956         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
32957         Remove rule.
32958         * intl/Makefile [$(build-bounded) = yes]
32959         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
32960         * math/Makefile [$(build-bounded) = yes]
32961         ($(tests:%=$(objpfx)%-bp): Likewise.
32962         * misc/Makefile [$(build-bounded) = yes]
32963         ($(objpfx)tst-tsearch-bp): Likewise.
32964         * nptl/Makeconfig (bounded-thread-library): Remove variable.
32965         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
32966         Remove dependency.
32967         * string/Makefile (o-objects.ob): Remove variable.
32968         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
32969         (CFLAGS-.ob): Remove variable.
32970         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
32971         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
32972         both definitions of variable.
32973         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
32974         (ASFLAGS-.ob): Remove variable.
32976 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
32978         [BZ #13550]
32979         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
32980         Remove __BOUNDED_POINTERS__ from condition.
32981         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
32982         * string/bits/string2.h [!__NO_STRING_INLINES &&
32983         !__BOUNDED_POINTERS__]: Likewise.
32984         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
32985         Likewise.
32986         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
32987         Remove conditional code.
32988         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
32989         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
32990         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
32991         condition.
32993         [BZ #13550]
32994         * csu/libc-start.c: Do not include <bp-sym.h>.
32995         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
32996         * elf/dl-open.c: Do not include <bp-sym.h>.
32997         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
32998         * math/fegetenv.c: Do not include <bp-sym.h>.
32999         (fegetenv): Do not use BP_SYM in versioned symbols.
33000         * nptl/sysdeps/pthread/bits/libc-lockP.h
33001         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
33002         <bp-sym.h>.
33003         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33004         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
33005         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33006         (__pthread_mutex_destroy): Likewise.
33007         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33008         (__pthread_mutex_lock): Likewise.
33009         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33010         (__pthread_mutex_trylock): Likewise.
33011         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33012         (__pthread_mutex_unlock): Likewise.
33013         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33014         (__pthread_mutexattr_init): Likewise.
33015         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33016         (__pthread_mutexattr_destroy): Likewise.
33017         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33018         (__pthread_mutexattr_settype): Likewise.
33019         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33020         (__pthread_rwlock_init): Likewise.
33021         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33022         (__pthread_rwlock_destroy): Likewise.
33023         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33024         (__pthread_rwlock_rdlock): Likewise.
33025         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33026         (__pthread_rwlock_tryrdlock): Likewise.
33027         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33028         (__pthread_rwlock_wrlock): Likewise.
33029         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33030         (__pthread_rwlock_trywrlock): Likewise.
33031         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33032         (__pthread_rwlock_unlock): Likewise.
33033         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33034         (__pthread_key_create): Likewise.
33035         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33036         (__pthread_setspecific): Likewise.
33037         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33038         (__pthread_getspecific): Likewise.
33039         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
33040         Likewise.
33041         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33042         (_pthread_cleanup_push_defer): Likewise.
33043         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33044         (_pthread_cleanup_pop_restore): Likewise.
33045         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33046         (pthread_setcancelstate): Likewise.
33047         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
33048         <bp-sym.h>.
33049         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
33050         (memchr): Do not use BP_SYM in weak_alias.
33051         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
33052         (fegetenv): Do not use BP_SYM in versioned symbols.
33053         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
33054         (fesetenv): Do not use BP_SYM in versioned symbols.
33055         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
33056         (feupdateenv): Do not use BP_SYM in versioned symbols.
33057         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
33058         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
33059         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
33060         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
33061         (open64): Do not use BP_SYM in weak_alias.
33062         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
33063         (fegetenv): Do not use BP_SYM in versioned symbols.
33064         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
33065         (fesetenv): Do not use BP_SYM in versioned symbols.
33066         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
33067         (feupdateenv): Do not use BP_SYM in versioned symbols.
33068         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
33069         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
33070         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
33071         (feraiseexcept): Do not use BP_SYM in versioned symbols.
33072         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
33073         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
33074         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
33075         <bp-sym.h>.
33076         (__libc_start_main): Do not use BP_SYM.
33078 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
33080         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
33081         redundant return line.
33082         (norm): Likewise.
33083         (denorm): Likewise.
33084         (dbl_mp): Likewise.
33085         (sub_magnitudes): Likewise.
33086         (__add): Likewise.
33087         (__sub): Likewise.
33088         (__mul): Likewise.
33089         (__inv): Likewise.
33090         (__dvd): Likewise.
33091         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
33092         (norm): Likewise.
33093         (denorm): Likewise.
33094         (dbl_mp): Likewise.
33095         (sub_magnitudes): Likewise.
33096         (__add): Likewise.
33097         (__sub): Likewise.
33098         (__mul): Likewise.
33099         (__inv): Likewise.
33100         (__dvd): Likewise.
33102         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
33103         instead of __mul.
33104         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
33105         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
33106         (cc32): Likewise.
33108         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
33109         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
33110         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
33111         of __mul for squares.
33112         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
33113         function
33114         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
33115         Likewise.
33116         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
33117         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
33119 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
33121         [BZ #13550]
33122         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
33123         code.
33124         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
33125         prototype or function definition.  Rename ubp_* variables and
33126         parameters.  Remove argv definitions conditional on
33127         [__BOUNDED_POINTERS__].
33128         * debug/backtrace.c (__backtrace): Do not use __unbounded.
33129         * elf/dl-runtime.c (_dl_fixup): Likewise.
33130         * include/set-hooks.h (RUN_HOOK): Likewise.
33131         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
33132         definition.
33133         * string/strcpy.c (strcpy): Do not use __unbounded.
33134         * sysdeps/generic/frame.h (struct layout): Likewise.
33135         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
33136         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
33137         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
33138         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
33139         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
33140         (__backtrace): Likewise.
33141         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
33142         use __ptrvalue.
33143         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
33144         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
33145         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
33146         Likewise.
33147         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
33148         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
33149         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
33150         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
33151         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
33152         Do not use __unbounded.
33153         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
33154         Rename __unboundedrlimits parameter to rlimits in prototype.
33155         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
33156         Do not use __unbounded.
33157         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
33158         not use __ptrvalue.
33159         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
33160         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
33161         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
33162         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
33163         __ptrvalue or __unbounded.
33164         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
33165         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
33166         use __unbounded.
33167         (__new_msgctl): Do not use __ptrvalue.
33168         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
33169         __unbounded.
33170         (__libc_msgrcv): Do not use __ptrvalue.
33171         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
33172         startup_info): Do not use __unbounded.
33173         (__libc_start_main): Likewise.  Rename ubp_* variables and
33174         parameters.  Remove argv definitions conditional on
33175         [__BOUNDED_POINTERS__].
33176         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
33177         __ptrvalue.
33178         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
33179         use __unbounded.
33180         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
33181         or __ptrvalue.
33182         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
33183         use __unbounded.
33184         (__new_shmctl): Do not use __ptrvalue.
33185         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
33186         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
33187         Likewise.
33188         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
33189         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
33190         (__libc_sigaction): Likewise.
33191         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
33192         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
33193         Likewise.
33194         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
33196 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
33198         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
33200         * string/mempcpy.c: Implement by calling memcpy.
33202 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
33204         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
33206         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
33207         evaluation.
33209         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
33210         values in the mantissa.
33212         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
33213         minimize writes to Z.
33214         (sub_magnitudes): Simplify code a bit.
33216 2013-02-12  Roland McGrath  <roland@hack.frob.com>
33218         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
33219         from the message.  The linker prefixes all warnings with that already.
33221 2013-02-12  Andreas Schwab  <schwab@suse.de>
33223         [BZ #15078]
33224         * posix/regexec.c (extend_buffers): Add parameter min_len.
33225         (check_matching): Pass minimum needed length.
33226         (clean_state_log_if_needed): Likewise.
33227         (get_subexp): Likewise.
33228         * posix/Makefile (tests): Add bug-regex34.
33229         (bug-regex34-ENV): Define.
33230         * posix/bug-regex34.c: New file.
33232         [BZ #11561]
33233         * posix/regcomp.c (parse_bracket_exp): When looking up collating
33234         elements compare against the byte sequence of it, not its name.
33235         * posix/Makefile (tests): Add bug-regex35.
33236         (bug-regex35-ENV): Define.
33237         * posix/bug-regex35.c: New file.
33239 2013-02-11  Tom de Vries  <tom@codesourcery.com>
33241         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
33242         comment.
33243         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
33244         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
33245         (CHECK_EOL): Add undef.
33247 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
33249         * bits/stdlib-bsearch.h: New file.
33250         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
33251         * stdlib/stdlib.h: Likewise.
33253 2013-02-11  Roland McGrath  <roland@hack.frob.com>
33255         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
33256         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
33257         declaration.
33258         * manual/search.texi (Array Search Function): Add missing const in
33259         lfind prototype.
33260         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
33261         declaration to use rlim_t.
33262         (Basic Scheduling Functions): Remove erroneous const from
33263         sched_getparam prototype.  Remove erroneous * from
33264         sched_get_priority_max and sched_get_priority_min prototypes.
33265         (Resource Usage): Fix summary @comment on vtimes to refer to
33266         sys/vtimes.h rather than vtimes.h.
33267         Add missing *s in vtimes prototype.
33268         (Limits on Resources): Fix ulimit prototype to return long int.
33269         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
33270         prototypes to use long int rather than double.
33271         (BSD Random): Fix initstate and setstate to use char *, not void *.
33272         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
33273         prototype to make second argument 'struct aiocb64 *const[]'.
33274         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
33275         (Status of AIO Operations): Remove erroneous const in aio_return and
33276         aio_return64 prototypes.
33277         (Synchronizing I/O): Fix sync prototype to return void.
33278         * manual/startup.texi (Suboptions): Remove an erroneous const in
33279         getsubopt prototype.
33280         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
33281         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
33282         use size_t rather than int.
33283         (Scanning All Users): Likewise for getpwent_r.
33284         (Setting Groups): Add missing const to setgroups prototype.
33285         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
33286         * manual/socket.texi (Host Names): Fix gethostbyaddr and
33287         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
33288         'const void *' rather than 'const char *'.
33289         (Host Address Functions): Likewise for inet_ntop.
33290         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
33291         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
33292         ssize_t for return value.
33293         (Sending Data): Likewise for send, sendto, sendmsg.
33294         (Socket Option Functions): Add a missing const in setsockopt prototype.
33295         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
33296         use wchar_t for the argument.
33297         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
33298         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
33299         take no arguments.
33300         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
33301         double/float/long double for second argument.
33302         Fix return types of significand, significandf, significandl.
33303         * manual/filesys.texi (Setting Permissions): Use mode_t for second
33304         argument in fchmod prototype.
33305         (File Owner): Use uid_t and gid_t in fchown prototype.
33306         (File Times): Add const to utimes, futimes, and lutimes prototypes.
33307         (Making Special Files): Use mode_t and dev_t in mknod prototype.
33308         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
33309         use 'const struct dirent **' as argument types to CMP function pointer
33310         argument.
33311         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
33312         (File Times): Fix summary magic @comment for struct utimbuf and utime
33313         to refer to utime.h, not time.h.
33314         * manual/string.texi (Argz Functions): Add missing const in
33315         argz_extract and argz_next prototypes.
33316         (Finding Tokens in a String): Likewise for basename.
33317         (String/Array Comparison): Fix typo in wcscasecmp prototype.
33318         (Copying and Concatenation): Fix typo in wmemmove prototype.
33319         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
33320         (Signal Stack): Remove erroneous const in sigstack prototype.
33321         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
33322         prototype.
33323         (Simple Calendar Time): Likewise for stime.
33324         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
33325         prototype.
33326         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
33327         say sys/sysctl.h instead.
33328         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
33329         and vsyslog prototypes.
33331 2013-02-11  Tom de Vries  <tom@codesourcery.com>
33333         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
33334         Remove.
33336 2013-02-11  Roland McGrath  <roland@hack.frob.com>
33338         * misc/sys/mman.h: Fix typo in mremap comment.
33340 2013-02-08  Roland McGrath  <roland@hack.frob.com>
33342         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
33343         the '\0' terminator.
33345 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
33347         [BZ #13550]
33348         * debug/segfault.c: Don't include <bp-checks.h>.
33349         * sysdeps/generic/bp-checks.h: Remove file.
33350         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
33351         (__GETDENTS): Don't use CHECK_N.
33352         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
33353         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
33354         (__getgroups): Don't use CHECK_N.
33355         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
33356         (setgroups): Don't use CHECK_N.
33357         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
33358         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
33359         (__libc_msgrcv): Don't use CHECK_N.
33360         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
33361         (__libc_msgsnd): Don't use CHECK_N.
33362         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
33363         <bp-checks.h>.
33364         (__libc_pread): Don't use CHECK_N.
33365         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
33366         include <bp-checks.h>.
33367         (__libc_pread64): Don't use CHECK_N.
33368         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
33369         include <bp-checks.h>.
33370         (__libc_pwrite): Don't use CHECK_N.
33371         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
33372         include <bp-checks.h>.
33373         (__libc_pwrite64): Don't use CHECK_N.
33374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
33375         <bp-checks.h>.
33376         (__libc_pread): Don't use CHECK_N.
33377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
33378         include <bp-checks.h>.
33379         (__libc_pread64): Don't use CHECK_N.
33380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
33381         include <bp-checks.h>.
33382         (__libc_pwrite): Don't use CHECK_N.
33383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
33384         include <bp-checks.h>.
33385         (__libc_pwrite64): Don't use CHECK_N.
33386         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
33387         (do_pread): Don't use CHECK_N.
33388         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
33389         (do_pread64): Don't use CHECK_N.
33390         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
33391         (do_pwrite): Don't use CHECK_N.
33392         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
33393         (do_pwrite64): Don't use CHECK_N.
33394         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
33395         (__libc_readv): Don't use CHECK_N.
33396         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
33397         (semop): Don't use CHECK_N.
33398         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
33399         <bp-checks.h>.
33400         (semtimedop): Don't use CHECK_N.
33401         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
33402         (__libc_pread): Don't use CHECK_N.
33403         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
33404         <bp-checks.h>.
33405         (__libc_pread64): Don't use CHECK_N.
33406         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
33407         <bp-checks.h>.
33408         (__libc_pwrite): Don't use CHECK_N.
33409         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
33410         <bp-checks.h>.
33411         (__libc_pwrite64): Don't use CHECK_N.
33412         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
33413         <bp-checks.h>.
33414         (__libc_msgrcv): Don't use CHECK_N.
33415         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
33416         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
33417         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
33418         (__libc_writev): Don't use CHECK_N.
33420 2013-02-08  Roland McGrath  <roland@hack.frob.com>
33422         * string/strcpy.c: Removed unused variable.
33424         * Makeconfig (+sysdep-includes): Define with := rather than =.
33425         Use an existing include/ subdir of each sysdeps dir before it.
33427 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33429         * nscd/connection.c (register_traced_file): Comment function.
33430         [HAVE_INOTIFY] (union __inev): Define.
33431         [HAVE_INOTIFY] (inotify_check_files): New function.
33432         [HAVE_INOTIFY] (clear_db_cache): Likewise.
33433         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
33434         clear_db_cache.
33435         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
33437 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33439         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
33440         loaded if not already and that a failure is permanent.
33442 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33444         [BZ #15006]
33445         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
33446         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
33448 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
33450         [BZ #13550]
33451         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
33452         (CHECK_1_NULL_OK): Likewise.
33453         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
33454         (__fxstat): Do not use CHECK_1.
33455         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
33456         <bp-checks.h>.
33457         (___fxstat64): Do not use CHECK_1.
33458         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
33459         <bp-checks.h>.
33460         (__fxstatat): Do not use CHECK_1.
33461         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
33462         <bp-checks.h>.
33463         (__fxstatat64): Do not use CHECK_1.
33464         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
33465         <bp-checks.h>.
33466         (__fxstat): Do not use CHECK_1.
33467         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
33468         <bp-checks.h>.
33469         (__fxstatat): Do not use CHECK_1.
33470         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
33471         <bp-checks.h>.
33472         (__getresgid): Do not use CHECK_1.
33473         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
33474         <bp-checks.h>.
33475         (__getresuid): Do not use CHECK_1.
33476         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
33477         <bp-checks.h>.
33478         (__lxstat): Do not use CHECK_1.
33479         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
33480         <bp-checks.h>.
33481         (__old_msgctl): Do not use CHECK_1.
33482         (__new_msgctl): Likewise.
33483         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
33484         <bp-checks.h>.
33485         (__new_setrlimit): Do not use CHECK_1.
33486         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
33487         <bp-checks.h>.
33488         (__old_shmctl): Do not use CHECK_1.
33489         (__new_shmctl): Likewise.
33490         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
33491         <bp-checks.h>.
33492         (__xstat): Do not use CHECK_1.
33493         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
33494         (__lxstat): Do not use CHECK_1.
33495         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
33496         <bp-checks.h>.
33497         (___lxstat64): Do not use CHECK_1.
33498         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
33499         (__old_msgctl): Do not use CHECK_1.
33500         (__new_msgctl): Likewise.
33501         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
33502         <bp-checks.h>.
33503         (__gettimeofday): Do not use CHECK_1.
33504         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
33505         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
33506         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
33507         <bp-checks.h>.
33508         (__gettimeofday): Do not use CHECK_1.
33509         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
33510         (__old_shmctl): Do not use CHECK_1_NULL_OK.
33511         (__new_shmctl): Do not use CHECK_1.
33512         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
33513         <bp-checks.h>.
33514         (do_sigtimedwait): Do not use CHECK_1.
33515         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
33516         <bp-checks.h>.
33517         (do_sigwaitinfo): Do not use CHECK_1.
33518         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
33519         <bp-checks.h>.
33520         (msgctl): Do not use CHECK_1.
33521         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
33522         <bp-checks.h>.
33523         (shmctl): Do not use CHECK_1.
33524         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
33525         (ustat): Do not use CHECK_1.
33526         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
33527         <bp-checks.h>.
33528         (__fxstat): Do not use CHECK_1.
33529         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
33530         <bp-checks.h>.
33531         (__fxstatat): Do not use CHECK_1.
33532         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
33533         <bp-checks.h>.
33534         (__lxstat): Do not use CHECK_1.
33535         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
33536         <bp-checks.h>.
33537         (__xstat): Do not use CHECK_1.
33538         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
33539         (__xstat): Do not use CHECK_1.
33540         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
33541         (___xstat64): Do not use CHECK_1.
33543         [BZ #13550]
33544         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
33545         definitions.
33546         (CHECK_BOUNDS_HIGH): Likewise.
33547         * string/strcpy.c: Do not include <bp-checks.h>.
33548         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
33550 2013-02-07  Roland McGrath  <roland@hack.frob.com>
33552         * nscd/nscd-client.h (__nscd_drop_map_ref):
33553         Add __attribute__ ((unused)).
33554         * nis/nss-nisplus.h (niserr2nss): Likewise.
33556         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
33557         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
33559         * csu/libc-tls.c (init_static_tls, init_slotinfo):
33560         Remove inline keyword.
33561         * include/rounding-mode.h (round_away): Likewise.
33562         * libio/wfileops.c (adjust_wide_data): Likewise.
33563         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
33564         (__m128i_strloadu_tolower): Likewise.
33565         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
33566         (__m128i_strloadu_tolower): Likewise.
33567         * time/mktime.c (ydhms_diff): Likewise.
33568         * locale/elem-hash.h (elem_hash): Likewise.
33569         * locale/setlocale.c (setdata): Likewise.
33570         * posix/regex_internal.h (re_string_char_size_at): Likewise.
33571         (re_string_wchar_at): Likewise.
33572         (bitset_not, bitset_merge, bitset_mask): Likewise.
33573         [!(__GNUC__ > 3)] (inline): Remove macro.
33574         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
33575         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
33576         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
33577         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
33578         * string/memcmp.c (memcmp_bytes): Likewise.
33579         * locale/programs/locarchive.c (compute_hashval): Likewise.
33580         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
33581         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
33582         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
33583         * nss/getent.c (print_rpc, print_protocols): Likewise.
33584         (print_passwd, print_group, print_aliases): Likewise.
33585         * nis/nss-nisplus.h (niserr2nss): Likewise.
33586         * nscd/connections.c (restart_p): Likewise.
33587         Change return type to bool.
33589 2013-02-05  Roland McGrath  <roland@hack.frob.com>
33591         * Makeconfig (all-Depend-files): Add existing
33592         $(sorted-subdirs:=/Depend) files.
33593         (all-subdirs): Remove nss.
33594         * sysdeps/unix/inet/Subdirs: Add it here instead.
33595         * hesiod/Depend: New file.
33597         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
33598         instead of calling alloca.
33600         * io/lseek.c (__lseek): Rename to __libc_lseek.
33601         Define __lseek as an alias.
33603         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
33605 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
33607         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
33608         else clause and remove check for non-standard endianness.
33610 2013-02-04  David S. Miller  <davem@davemloft.net>
33612         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33614 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
33616         [BZ #13550]
33617         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
33618         (__ubp_memchr): Remove prototype.
33619         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
33620         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33621         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
33622         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33623         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
33624         Remove alias.
33625         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
33626         (__ubp_memchr): Likewise.
33627         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
33628         (__ubp_memchr): Likewise.
33629         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
33630         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
33631         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
33632         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
33633         CHECK_STRING.
33634         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
33635         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
33636         (__getcwd): Do not use CHECK_STRING.
33637         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
33638         <bp-checks.h>.
33639         (__real_chown): Do not use CHECK_STRING.
33640         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
33641         <bp-checks.h>.
33642         (fchownat): Do not use CHECK_STRING.
33643         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
33644         CHECK_STRING.
33645         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
33646         <bp-checks.h>.
33647         (__lchown): Do not use CHECK_STRING.
33648         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
33649         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
33650         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
33651         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
33652         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
33653         include <bp-checks.h>.
33654         (truncate64): Do not use CHECK_STRING.
33655         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
33656         <bp-checks.h>.
33657         (__real_chown): Do not use CHECK_STRING.
33658         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
33659         <bp-checks.h>.
33660         (__lchown): Do not use CHECK_STRING.
33661         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
33662         <bp-checks.h>.
33663         (__chown): Do not use CHECK_STRING.
33664         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
33665         <bp-checks.h>.
33666         (truncate64): Do not use CHECK_STRING.
33667         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
33668         Likewise.
33669         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
33670         (__xmknod): Do not use CHECK_STRING.
33671         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
33672         <bp-checks.h>.
33673         (__xmknodat): Do not use CHECK_STRING.
33674         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
33675         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
33677 2013-02-04  Andreas Schwab  <schwab@suse.de>
33679         [BZ #14142]
33680         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
33681         * include/netdb.h: Likewise for h_errno.
33682         * elf/tst-stackguard1.c: Include <tls.h>.
33684 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
33686         * elf/link.h (struct link_map): Extend the l_addr comment.
33687         * include/link.h (struct link_map): Likewise.
33689 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
33691         [BZ #13550]
33692         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
33693         (BOUNDED_1): Remove macro.
33694         * debug/backtrace.c: Don't include <bp-checks.h>.
33695         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
33696         (__backtrace): Likewise.
33697         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
33698         <bp-checks.h>.
33699         (__backtrace): Don't use BOUNDED_1.
33700         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
33701         <bp-checks.h>.
33702         (__backtrace): Don't use BOUNDED_1.
33703         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
33704         (__backtrace): Don't use BOUNDED_1.
33705         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
33706         (shmat): Don't use BOUNDED_N.
33708 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
33710         [BZ #13550]
33711         * sysdeps/generic/bp-start.h: Remove file.
33712         * csu/libc-start.c: Don't include <bp-start.h>.
33713         (LIBC_START_MAIN): Set up __environ directly instead of using
33714         INIT_ARGV_and_ENVIRON.
33715         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
33716         <bp-start.h>.
33718         [BZ #13550]
33719         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
33720         definitions.
33721         (CHECK_FCNTL): Likewise.
33722         (CHECK_N_PAGES): Likewise.
33724         [BZ #13550]
33725         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
33726         definitions.
33727         (CHECK_SIGSET_NULL_OK): Likewise.
33728         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
33729         <bp-checks.h>.
33730         (sigpending): Don't use CHECK_SIGSET.
33731         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
33732         <bp-checks.h>.
33733         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33734         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
33735         <bp-checks.h>.
33736         (do_sigsuspend): Don't use CHECK_SIGSET.
33737         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
33738         use CHECK_SIGSET.
33739         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
33740         (do_sigwait): Don't use CHECK_SIGSET.
33741         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
33742         use CHECK_SIGSET.
33743         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
33744         include <bp-checks.h>.
33745         (sigpending): Don't use CHECK_SIGSET.
33746         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
33747         include <bp-checks.h>.
33748         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33749         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
33750         <bp-checks.h>.
33751         (sigpending): Don't use CHECK_SIGSET.
33752         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
33753         <bp-checks.h>.
33754         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33756         [BZ #13550]
33757         * sysdeps/generic/bp-semctl.h: Remove file.
33758         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
33759         <bp-checks.h> and <bp-semctl.h>.
33760         (__old_semctl): Don't use CHECK_SEMCTL.
33761         (__new_semctl): Likewise.
33762         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
33763         and <bp-semctl.h>.
33764         (__old_semctl): Don't use CHECK_SEMCTL.
33765         (__new_semctl): Likewise.
33766         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
33767         <bp-checks.h> and <bp-semctl.h>.
33768         (__old_semctl): Don't use CHECK_SEMCTL.
33769         (__new_semctl): Likewise.
33770         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
33771         <bp-checks.h> and <bp-semctl.h>.
33772         (semctl): Don't use CHECK_SEMCTL.
33774         [BZ #13550]
33775         * Makerules (elide-bp-thunks): Remove variable.
33776         (elide-routines.oS): Don't use $(elide-bp-thunks).
33777         (elide-routines.os): Likewise.
33778         (elide-routines.o): Likewise.
33779         (elide-routines.op): Likewise.
33780         (elide-routines.og): Likewise.
33781         (objects): Don't use $(bp-thunks).
33782         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
33783         include.
33784         (common-generated): Do not add s-proto-bp.d.
33785         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
33786         (int): Likewise.
33787         (typ): Likewise.
33788         Do not generate makefile rules for bounded-pointer thunks.
33789         * sysdeps/generic/bp-thunks.h: Remove file.
33790         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
33791         * sysdeps/unix/s-proto-bp.S: Likewise.
33793         [BZ #15062]
33794         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
33795         parts of result separately when argument is not close to line from
33796         -i to i and one part of argument is small.
33797         * math/k_casinhf.c (__kernel_casinhf): Likewise.
33798         * math/k_casinhl.c (__kernel_casinhl): Likewise.
33799         * math/libm-test.inc (cacos_test): Add more tests.
33800         (casin_test): Likewise.
33801         (casinh_test): Likewise.
33802         * sysdeps/i386/fpu/libm-test-ulps: Update.
33803         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33805 2013-01-31  David S. Miller  <davem@davemloft.net>
33807         * po/de.po: Update from translation team.
33809 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
33811         * time/tzfile.c: Include stdint.h for SIZE_MAX.
33813 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
33815         * configure.in (_AC_PROG_CC_C89): New definition.
33816         * configure: Regenerate.
33818         * configure.in (AC_PROG_CPP): New definition.
33819         * configure: Regenerate.
33821 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
33823         * debug/tst-backtrace.h: New file.
33824         * debug/tst-backtrace2.c: Include tst-backtrace.h.
33825         (ret): Remove variable.
33826         (x): Likewise.
33827         (FAIL): Remove macro.
33828         (NO_INLINE): Likewise.
33829         (fn1): Use match function instead of strstr.
33830         * debug/tst-backtrace3.c: Include tst-backtrace.h.
33831         (ret): Remove variable.
33832         (x): Likewise.
33833         (FAIL): Remove macro.
33834         (NO_INLINE): Likewise.
33835         (fn): Use match function instead of strstr.
33836         * debug/tst-backtrace4.c: Include tst-backtrace.h.
33837         (ret): Remove variable.
33838         (x): Likewise.
33839         (FAIL): Remove macro.
33840         (NO_INLINE): Likewise.
33841         (handle_signal): Use match function instead of strstr.
33842         * debug/tst-backtrace5.c: Include tst-backtrace.h.
33843         (ret): Remove variable.
33844         (x): Likewise.
33845         (FAIL): Remove macro.
33846         (NO_INLINE): Likewise.
33847         (handle_signal): Use match function instead of strstr.
33849 2013-01-23  Roland McGrath  <roland@hack.frob.com>
33851         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
33853 2013-01-23  David S. Miller  <davem@davemloft.net>
33855         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
33856         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
33857         argument of CAS if possible.
33858         * sysdeps/sparc/sparc64/bits/atomic.h
33859         (__arch_compare_and_exchange_val_32_acq): Likewise.
33860         (__arch_compare_and_exchange_val_64_acq): Likewise.
33862 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
33864         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
33865         * sysdeps/posix/ulimit.c: ... this.
33866         Include <limits.h>.
33867         * sysdeps/unix/bsd/ulimit.c: Remove file.
33869 2013-01-23  Adam Conrad  <adconrad@0c3.net>
33871         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
33872         (LDFLAGS-tst-array5): Likewise.
33874 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
33876         [BZ #15036]
33877         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
33878         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
33879         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
33880         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
33882 2013-01-21  David S. Miller  <davem@davemloft.net>
33884         * sysdeps/sparc/backtrace.c: New file.
33885         * sysdeps/sparc/sparc32/backtrace.h: New file.
33886         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
33887         * sysdeps/sparc/sparc64/backtrace.h: New file.
33888         * sysdeps/sparc/sparc64/backtrace.c: Delete.
33889         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
33890         -funwind-tables.
33892 2013-01-21  Andreas Schwab  <schwab@suse.de>
33894         [BZ #15020]
33895         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
33896         closed its stdout.
33898 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
33900         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
33901         "mpa2.h".
33902         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33904 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
33905             Mark Mitchell  <mark@codesourcery.com>
33906             Tom de Vries  <tom@codesourcery.com>
33907             Paul Pluzhnikov  <ppluzhnikov@google.com>
33909         * debug/tst-backtrace2.c: New file.
33910         * debug/tst-backtrace3.c: Likewise.
33911         * debug/tst-backtrace4.c: Likewise.
33912         * debug/tst-backtrace5.c: Likewise.
33913         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
33914         (CFLAGS-tst-backtrace3.c): Likewise.
33915         (CFLAGS-tst-backtrace4.c): Likewise.
33916         (CFLAGS-tst-backtrace5.c): Likewise.
33917         (LDFLAGS-tst-backtrace2): Likewise.
33918         (LDFLAGS-tst-backtrace3): Likewise.
33919         (LDFLAGS-tst-backtrace4): Likewise.
33920         (LDFLAGS-tst-backtrace5): Likewise.
33921         (tests): Add new tests tst-backtrace2, tst-backtrace3,
33922         tst-backtrace4 and tst-backtrace5.
33924 2013-01-18  Anton Blanchard  <anton@samba.org>
33925             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
33927         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
33928         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
33929         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
33930         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
33931         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
33932         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
33933         "+r" and remove output regs list as redundant.  Add explicit inline
33934         asm to specify register of return val to work around compiler codegen
33935         bug.  Remove (int) cast on return value.  Add return type parameter to
33936         use in macro so that this macro does not truncate return value for
33937         64-bit values.
33938         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
33939         pass to INTERNAL_VSYSCALL_NCS.
33940         (INLINE_VSYSCALL): Add 'long int' as return type to
33941         INTERNAL_VSYSCALL_NCS macro invocation.
33942         (INTERNAL_VSYSCALL): Add 'long int' as return type to
33943         INTERNAL_VSYSCALL_NCS macro invocation.
33944         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
33946 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33948         [BZ #14496]
33949         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
33950         Fix application of SIMD FP exception mask.
33952         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
33953         mp_no from a power of two.
33954         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
33955         __mpexp_twomm1.  Use __pow_mp.
33957         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
33958         multiplication.
33960 2013-01-17  David S. Miller  <davem@davemloft.net>
33962         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33964 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
33966         [BZ #15023]
33967         * include/complex.h: Condition contents on [!_COMPLEX_H].
33968         (__kernel_casinhf): New prototype.
33969         (__kernel_casinh): Likewise.
33970         (__kernel_casinhl): Likewise.
33971         * math/Makefile (libm_calls): Add k_casinh.
33972         * math/k_casinh.c: New file.
33973         * math/k_casinhf.c: Likewise.
33974         * math/k_casinhl.c: Likewise.
33975         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
33976         finite nonzero arguments.
33977         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
33978         finite nonzero arguments.
33979         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
33980         finite nonzero arguments.
33981         * math/s_casinh.c: Do not include <float.h>.
33982         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
33983         * math/s_casinhf.c: Do not include <float.h>.
33984         (__casinhf): Move code for finite nonzero arguments to
33985         k_casinhf.c.
33986         * math/s_casinhl.c: Do not include <float.h>.
33987         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
33988         redefine.
33989         (__casinhl): Move code for finite nonzero arguments to
33990         k_casinhl.c.
33991         * math/libm-test.inc (cacos_test): Add more tests.
33992         * sysdeps/i386/fpu/libm-test-ulps: Update.
33993         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33995 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
33997         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
33998         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
33999         [!HAVE_MREMAP]: Remove [defined linux] case.
34000         * malloc/arena.c: Do not include <malloc-sysdep.h>.
34002 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
34004         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
34006 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
34008         * elf/elf.h (R_386_SIZE32): New relocation.
34009         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
34010         R_386_SIZE32.
34011         (elf_machine_rela): Likewise.
34012         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
34013         R_X86_64_SIZE64 and R_X86_64_SIZE32.
34015 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
34017         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
34018         (FP_FAST_FMA): Do not define.
34019         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
34020         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
34021         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
34022         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
34023         !_SOFT_FLOAT]: Likewise.
34024         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
34025         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
34026         value.
34027         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
34028         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
34029         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
34030         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
34031         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
34032         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
34033         file.
34035 2013-01-16  Andreas Schwab  <schwab@suse.de>
34037         [BZ #14327]
34038         * include/stdlib.h (__mktemp): Add declaration.
34039         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
34040         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
34042 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34044         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
34045         definitions.
34046         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
34047         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
34048         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
34049         definitions here.
34050         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
34051         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
34052         definitions.
34053         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
34054         and ONE.
34055         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
34056         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
34057         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
34058         definitions.
34059         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
34060         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
34061         definitions.
34062         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
34064         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
34066 2013-01-15  David S. Miller  <davem@davemloft.net>
34068         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34069         trunc{,f} to libm-sysdep_routes.
34070         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34071         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
34072         file.
34073         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
34074         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
34075         file.
34076         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
34077         file.
34078         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
34079         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
34080         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
34081         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
34082         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
34083         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
34084         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
34085         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
34087         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34088         nearbyint{,f} to libm-sysdep_routes.
34089         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34090         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
34091         New file.
34092         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
34093         file.
34094         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
34095         New file.
34096         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
34097         file.
34098         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
34099         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
34100         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
34101         file.
34102         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
34103         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
34104         file.
34105         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
34106         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
34107         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
34109         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
34110         libc_feholdexcept and libc_fesetenv.
34112 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
34114         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
34116 2013-01-14  David S. Miller  <davem@davemloft.net>
34118         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
34119         (SPARC_ASM_VIS2_IFUNC): Likewise.
34120         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
34121         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
34122         use of 'siam' instruction.
34123         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
34124         Likewise.
34125         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
34126         Likewise.
34127         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
34128         Likewise.
34129         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
34130         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
34131         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
34132         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
34133         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
34134         file.
34135         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
34136         file.
34137         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
34138         file.
34139         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
34140         file.
34141         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
34142         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
34143         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
34144         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
34145         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
34146         new VIS2 routines.
34147         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
34148         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
34149         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
34150         Likewise.
34151         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
34152         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
34153         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
34154         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
34155         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
34156         routines to libm-sysdep_routines.
34157         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34159         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34160         fdim/fdimf to libm-sysdep_routines.
34161         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
34162         file.
34163         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
34164         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
34165         file.
34166         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
34167         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
34168         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
34169         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
34170         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
34171         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
34172         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
34174 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
34176         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
34177         to optimize copies.
34179         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
34180         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34181         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34183         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
34184         local variable MPTWO.
34185         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
34186         Likewise.
34188 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34190         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
34191         GLOB_NOESCAPE.
34193 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34195         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
34197 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34199         * manual/pattern.texi (glob_t): Document gl_flags.
34200         (glob64_t): Likewise.
34202 2013-01-11  David S. Miller  <davem@davemloft.net>
34204         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
34205         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
34206         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
34207         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
34208         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
34209         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
34210         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
34211         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
34212         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
34213         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
34214         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
34215         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
34216         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
34218         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34219         sparc V9 rather than using V8 code.
34220         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34221         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34223         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
34224         Move to...
34225         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
34226         Here.
34228 2013-01-11  Roland McGrath  <roland@hack.frob.com>
34230         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
34231         not in the main loop.
34232         * configure: Regenerated.
34234 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
34236         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
34237         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
34238         to just #else.
34239         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
34240         [!__GLIBC_HAVE_LONG_LONG] case.
34241         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
34242         condition to just #else.
34243         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
34244         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
34245         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
34246         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
34247         unconditional.
34248         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
34249         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34250         #elif condition to just #else.
34251         * sysdeps/unix/sysv/linux/sys/sysmacros.h
34252         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
34253         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34254         #elif condition to just #else.
34256 2013-01-11  Steve Ellcey  <sellcey@mips.com>
34258         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
34259         (EF_MIPS_ARCH_64): Fix value.
34260         (EF_MIPS_ARCH_32R2): New.
34261         (EF_MIPS_ARCH_64R2): New.
34263 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
34265         * Makeconfig (+link-pie-before-libc): New.
34266         (+link-pie-after-libc): Likewise.
34267         (+link-pie-tests): Likewise.
34268         (+link-pie): Rewritten.
34269         (link-before-libc): Remove $(config-LDFLAGS).
34270         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
34271         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
34272         (config-LDFLAGS): Renamed to ...
34273         (rtld-LDFLAGS): This.
34274         (rtld-tests-LDFLAGS): New macro.
34275         (link-libc-rpath-link): Likewise.
34276         (link-libc-tests-rpath-link): Likewise.
34277         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
34278         (link-libc): Prepand $(link-libc-rpath-link).
34279         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
34280         (test-program-prefix): New macro.
34281         (test-via-rtld-prefix): Likewise.
34282         (test-program-cmd): Likewise.
34283         (host-test-program-cmd): Likewise.
34284         * Makefile ($(common-objpfx)testrun.sh): Replace
34285         $(run-program-prefix) with $(test-program-prefix).
34286         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
34287         $(rtld-LDFLAGS).
34288         ($(common-objpfx)shlib.lds): Likewise.
34289         (build-module-helper): Likewise.
34290         ($(common-objpfx)format.lds): Likewise.
34291         * Rules (binaries-pie-tests): New.
34292         (binaries-pie-notests): Likewise.
34293         (binaries-pie): Rewritten.
34294         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
34295         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
34296         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
34297         (make-test-out): Replace $(host-built-program-cmd) with
34298         $(host-test-program-cmd).
34299         * config.make.in (build-hardcoded-path-in-tests): New variable.
34300         * configure.in (--enable-hardcoded-path-in-tests): New configure
34301         option.
34302         (hardcoded_path_in_tests): New AC_SUBST.
34303         * configure: Regenerated.
34304         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
34305         $(built-program-cmd) with $(test-program-cmd).
34306         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
34307         (test_program_cmd): This.
34308         * elf/Makefile ($(objpfx)order.out): Run test with
34309         $(test-program-prefix).
34310         ($(objpfx)order2.out): Likewise.
34311         ($(objpfx)tst-initorder.out): Likewise.
34312         ($(objpfx)tst-initorder2.out): Likewise.
34313         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
34314         $(test-program-cmd).
34315         ($(objpfx)tst-array1-static.out): Likewise.
34316         ($(objpfx)tst-array2.out): Likewise.
34317         ($(objpfx)tst-array3.out): Likewise.
34318         ($(objpfx)tst-array4.out): Likewise.
34319         ($(objpfx)tst-array5.out): Likewise.
34320         ($(objpfx)tst-array5-static.out): Likewise.
34321         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
34322         $(test-program-cmd).
34323         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
34324         $(run-program-prefix) with $(test-program-prefix).
34325         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
34326         (test_program_prefix): This.
34327         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
34328         $(run-program-prefix) with $(test-program-prefix).
34329         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
34330         (test_program_prefix): This.
34331         * iconvdata/tst-tables.sh: Likewise.
34332         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
34333         $(run-program-prefix) with $(test-program-prefix).
34334         ($(objpfx)tst-translit.out): Likewise.
34335         ($(objpfx)tst-gettext2.out): Likewise.
34336         ($(objpfx)tst-gettext4.out): Likewise.
34337         ($(objpfx)tst-gettext6.out): Likewise.
34338         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
34339         (test_program_prefix): This.
34340         * intl/tst-gettext2.sh: Likewise.
34341         * intl/tst-gettext4.sh  Likewise.
34342         * intl/tst-gettext6.sh: Likewise.
34343         * intl/tst-translit.sh: Likewise.
34344         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
34345         with $(test-program-cmd).
34346         * libio/Makefile ($(objpfx)test-freopen.out): Replace
34347         $(run-program-prefix) with $(test-program-prefix).
34348         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
34349         (test_program_prefix): This.
34350         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
34351         $(run-program-prefix) with $(test-program-prefix).
34352         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
34353         (test_program_prefix): This.
34354         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
34355         * posix/Makefile ($(objpfx)globtest.out): Replace
34356         $(run-via-rtld-prefix) and $(test-wrapper) with
34357         $(test-program-prefix) and $(test-via-rtld-prefix).
34358         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
34359         $(test-program-prefix).
34360         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
34361         $(host-test-program-cmd).
34362         (tst-spawn-ARGS): Likewise.
34363         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
34364         $(test-program-prefix).
34365         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
34366         (test_via_rtld_prefix): This.
34367         (test_wrapper): Renamed to ...
34368         (test_program_prefix): This.
34369         (run_program_prefix): Replaced by test_program_prefix.
34370         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
34371         (test_program_prefix): This.
34372         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
34373         with $(host-test-program-cmd).
34374         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
34375         $(run-program-prefix) with $(test-program-prefix).
34376         ($(objpfx)tst-printf.out): Likewise.
34377         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
34378         $(test-program-cmd).
34379         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
34380         (test_program_prefix): This.
34381         * stdio-common/tst-unbputc.sh: Likewise.
34382         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
34383         $(run-program-prefix) with $(test-program-prefix).
34384         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
34385         (test_program_prefix): This.
34386         * string/Makefile ($(objpfx)tst-svc.out):  Replace
34387         $(built-program-cmd) with $(test-program-cmd).
34389 2013-01-11  Andreas Jaeger  <aj@suse.de>
34391         [BZ #15003]
34392         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
34393         value. Sync with Linux 3.7.
34395 2013-01-10  David S. Miller  <davem@davemloft.net>
34397         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
34398         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34399         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34401 2013-01-10  Roland McGrath  <roland@hack.frob.com>
34403         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
34404         never set.
34405         * configure: Regenerated.
34407 2013-01-10  David S. Miller  <davem@davemloft.net>
34409         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34410         sparc V9 rather than using V8 code.
34411         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34412         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34414 2013-01-10  Roland McGrath  <roland@hack.frob.com>
34416         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
34417         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
34418         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
34419         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
34420         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
34421         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
34422         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
34423         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
34424         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
34425         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
34426         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
34427         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
34428         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
34429         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
34430         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
34431         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
34432         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
34433         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
34434         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
34435         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
34436         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
34437         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
34438         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
34439         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
34440         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
34441         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
34442         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
34444 2013-01-10  David S. Miller  <davem@davemloft.net>
34446         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34448 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34450         * posix/Makefile (tests-static): New variable.
34451         (tests): Add $(tests-static).
34452         (tst-exec-static-ARGS): New variable.
34453         (tst-spawn-static-ARGS): Likewise.
34454         * posix/tst-exec-static.c: New file.
34455         * posix/tst-spawn-static.c: Likewise.
34456         * posix/tst-exec.c: Support run directly.
34457         * posix/tst-spawn.c: Likewise.
34459 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
34461         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
34462         long.
34463         * math/bits/mathcalls.h (llrint): Likewise.
34464         (llround): Likewise.
34465         * stdlib/stdlib.h (struct drand48_data): Likewise.
34466         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
34467         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
34468         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
34469         Likewise.
34470         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
34471         Likewise.
34472         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
34473         (elf_greg_t): Likewise.
34474         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
34475         (__jmp_buf): Likewise.
34476         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
34477         definitions.
34478         (llrint): Likewise, for all definitions.
34479         (llrintl): Likewise.
34481         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
34482         Remove [__GNUC__] condition.
34483         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
34484         condition to just [__USE_ISOC99].
34485         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
34487 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34489         [BZ #14200]
34490         * sysdeps/unix/sysv/linux/x86/bits/environments.h
34491         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
34492         defined.
34493         (_POSIX_V6_ILP32_OFF32): Likewise.
34494         (_XBS5_ILP32_OFF32): Likewise.
34495         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
34496         (__ILP32_OFFBIG_LDFLAGS): Likewise.
34498 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
34500         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
34502         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
34503         doubles __mpexp_twomm1.  Adjust usage.
34504         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
34505         Remove.
34507 2013-01-10  Andreas Schwab  <schwab@suse.de>
34509         [BZ #14964]
34510         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
34511         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
34513 2013-01-09  David S. Miller  <davem@davemloft.net>
34515         [BZ #15003]
34516         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
34517         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
34518         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
34519         (TCP_FASTOPEN): Define.
34520         (tcp_repair_opt): New structure.
34521         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
34522         enum values.
34523         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
34524         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
34525         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
34526         (tcp_cookie_transactions): New structure.
34528 2013-01-09  Anton Blanchard  <anton@samba.org>
34530         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
34531         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
34532         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
34533         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
34535 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
34537         * include/features.h (__USE_ANSI): Remove.
34539 2013-01-09  Roland McGrath  <roland@hack.frob.com>
34541         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
34543         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
34545 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
34547         * sysdeps/s390/fpu/libm-test-ulps: Update.
34549         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34551         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
34552         (__acr): Likewise.
34553         (__cpy): Likewise.
34554         (norm): Likewise.
34555         (denorm): Likewise.
34556         (__mp_dbl): Likewise.
34557         (__dbl_mp): Likewise.
34558         (add_magnitudes): Likewise.
34559         (sub_magnitudes): Likewise.
34560         (__add): Likewise.
34561         (__sub): Likewise.
34562         (__mul): Likewise.
34563         (__inv): Likewise.
34564         (__dvd): Likewise.
34565         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
34566         (__acr): Likewise.
34567         (__cpy): Likewise.
34568         (norm): Likewise.
34569         (denorm): Likewise.
34570         (__mp_dbl): Likewise.
34571         (__dbl_mp): Likewise.
34572         (add_magnitudes): Likewise.
34573         (sub_magnitudes): Likewise.
34574         (__add): Likewise.
34575         (__sub): Likewise.
34576         (__mul): Likewise.
34577         (__inv): Likewise.
34578         (__dvd): Likewise.
34579         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
34580         (__acr): Likewise.
34581         (__cpy): Likewise.
34582         (norm): Likewise.
34583         (denorm): Likewise.
34584         (__mp_dbl): Likewise.
34585         (__dbl_mp): Likewise.
34586         (add_magnitudes): Likewise.
34587         (sub_magnitudes): Likewise.
34588         (__add): Likewise.
34589         (__sub): Likewise.
34590         (__mul): Likewise.
34591         (__inv): Likewise.
34592         (__dvd): Likewise.
34594 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
34596         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
34597         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
34598         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
34599         2 && __USE_EXTERN_INLINES]: Likewise.
34601 2013-01-08  Andreas Jaeger  <aj@suse.de>
34603         [BZ# 14985]
34604         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
34605         Remove.
34606         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34607         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34609 2013-01-07  Anton Blanchard  <anton@samba.org>
34611         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
34612         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
34613         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
34614         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
34615         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
34616         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
34617         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
34618         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
34619         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34620         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
34621         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
34622         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
34623         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
34624         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
34625         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
34626         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
34627         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
34628         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
34629         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
34630         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
34631         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
34632         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
34633         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
34634         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
34635         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
34636         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
34637         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
34638         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
34639         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
34640         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
34641         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
34642         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34643         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
34644         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
34645         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
34646         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
34647         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
34648         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
34649         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
34650         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
34651         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
34652         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
34653         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
34655 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
34657         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
34658         (__MALLOC_PMT): Likewise.
34659         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
34660         [__GNUC__], only on [_LIBC].
34661         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34662         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
34663         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34664         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
34665         forward declaration.
34666         (realloc_hook_ini): Likewise.
34667         (memalign_hook_ini): Likewise.
34668         (__libc_memalign): Do not use __MALLOC_PMT in variable
34669         declaration.
34670         (__libc_valloc): Likewise.
34671         (__libc_pvalloc): Likewise.
34672         (__libc_calloc): Likewise.
34673         (__posix_memalign): Likewise.
34675         [BZ #14996]
34676         * math/s_casinh.c: Include <float.h>.
34677         (__casinh): Do not do computation with squaring and square root
34678         for large arguments.
34679         * math/s_casinhf.c: Include <float.h>.
34680         (__casinhf): Do not do computation with squaring and square root
34681         for large arguments.
34682         * math/s_casinhl.c: Include <float.h>.
34683         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
34684         (__casinhl): Do not do computation with squaring and square root
34685         for large arguments.
34686         * math/libm-test.inc (casin_test): Add more tests.
34687         (casinh_test): Likewise.
34688         * sysdeps/i386/fpu/libm-test-ulps: Update.
34689         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34691 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
34693         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
34694         (__x86_64_raw_data_cache_size): Likewise.
34695         (__x86_64_data_cache_size_half): Likewise.
34696         (__x86_64_raw_data_cache_size_half): Likewise.
34697         (__x86_64_shared_cache_size): Likewise.
34698         (__x86_64_raw_shared_cache_size): Likewise.
34699         (__x86_64_shared_cache_size_half): Likewise.
34700         (__x86_64_raw_shared_cache_size_half): Likewise.
34701         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
34702         to ...
34703         (__x86_data_cache_size): This.
34704         (__x86_64_raw_data_cache_size): Renamed to ...
34705         (__x86_raw_data_cache_size): This.
34706         (__x86_64_data_cache_size_half): Renamed to ...
34707         (__x86_data_cache_size_half): This.
34708         (__x86_64_raw_data_cache_size_half): Renamed to ...
34709         (__x86_raw_data_cache_size_half): This.
34710         (__x86_64_shared_cache_size): Renamed to ...
34711         (__x86_shared_cache_size): This.
34712         (__x86_64_raw_shared_cache_size): Renamed to ...
34713         (__x86_raw_shared_cache_size): This.
34714         (__x86_64_shared_cache_size_half): Renamed to ...
34715         (__x86_shared_cache_size_half): This.
34716         (__x86_64_raw_shared_cache_size_half): Renamed to ...
34717         (__x86_raw_shared_cache_size_half): This.
34718         * sysdeps/x86_64/memcpy.S: Updated.
34719         * sysdeps/x86_64/memset.S: Likewise.
34720         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
34721         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
34722         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
34724 2013-01-04  David S. Miller  <davem@davemloft.net>
34726         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34728 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
34730         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
34731         1 to avoid redefinition warning.
34732         (__USE_GNU): Don't define.
34733         (init_signaling_nan): Protoize.
34735         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34737 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34739         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
34740         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
34741         (__cpymn): Likewise.
34742         (norm): Remove commented code.
34743         (denorm): Likewise.
34744         (__mp_dbl): Likewise.
34745         (__inv): Likewise.
34746         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
34747         (__cpymn): Likewise.
34748         (norm): Remove commented code.
34749         (denorm): Likewise.
34750         (__mp_dbl): Likewise.
34751         (__inv): Likewise.
34753         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
34754         mp_no value for 1.0 and 2.0.
34755         (norm): Use RADIXI instead of radixi.d.
34756         (denorm): Likewise.
34757         (__mul): Use 0.0 instead of zero.d.
34758         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
34759         mp_no value for 1.0 and 2.0.
34760         (norm): Use RADIXI instead of radixi.d.
34761         (denorm): Likewise.
34762         (__mul): Use 0.0 instead of zero.d.
34764 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
34766         [BZ #14994]
34767         * math/s_casinh.c (__casinh): Reduce finite argument to first
34768         quadrant then set signs of results at the end.
34769         * math/s_casinhf.c (__casinhf): Likewise.
34770         * math/s_casinhl.c (__casinhl): Likewise.
34771         * math/libm-test.inc (casin_test): Add more tests.
34772         (casinh_test): Likewise.
34773         * sysdeps/i386/fpu/libm-test-ulps: Update.
34774         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34776 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34778         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
34780         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
34782         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
34783         declarations.
34784         (denorm): Likewise.
34785         (__mp_dbl): Likewise.
34786         (__inv): Likewise.
34788         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
34789         and adjust the header comment.
34791         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
34792         variable name from declaration.
34794 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
34796         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34797         Initialize COMMON_CPUID_INDEX_7 element.
34798         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
34799         (CPUID_RTM): Likewise.
34800         (HAS_RTM): Likewise.
34801         (COMMON_CPUID_INDEX_7): New enum.
34803 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
34805         [BZ #14981]
34806         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
34807         size is zero, record memory as freed.
34809 2013-01-03  Andreas Jaeger  <aj@suse.de>
34811         * po/ia.po: Add new Interlingua translation.
34813 2012-01-03  Allan McRae  <allan@archlinux.org>
34815         * locale/programs/localedef.c: Fix description of '--posix' flag.
34817 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
34819         * NEWS: Update dates in second copyright notice.
34820         * README: Update copyright dates in example.
34821         * manual/libc.texinfo: Update copyright dates.
34822         * scripts/test-installation.pl: Update copyright date in --version
34823         output.
34825         * hurd/ctty-input.c: Fix copyright notice formatting.
34826         * hurd/ctty-output.c: Likewise.
34827         * hurd/dtable.c: Likewise.
34828         * hurd/hurd-raise.c: Likewise.
34829         * hurd/hurdprio.c: Likewise.
34830         * hurd/msgportdemux.c: Likewise.
34831         * misc/sys/file.h: Likewise.
34832         * misc/sys/ioctl.h: Likewise.
34833         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
34834         * sysdeps/mach/hurd/chdir.c: Likewise.
34835         * sysdeps/mach/hurd/fchdir.c: Likewise.
34836         * sysdeps/mach/hurd/rename.c: Likewise.
34837         * sysdeps/mach/hurd/rmdir.c: Likewise.
34838         * sysdeps/mach/hurd/seekdir.c: Likewise.
34839         * sysdeps/mach/hurd/setsid.c: Likewise.
34840         * sysdeps/posix/wait3.c: Likewise.
34842         * All files with FSF copyright notices: Update copyright dates
34843         using scripts/update-copyrights.
34844         * intl/plural.c: Regenerated.
34845         * locale/programs/charmap-kw.h: Likewise.
34846         * locale/programs/locfile-kw.h: Likewise.
34848 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
34850         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
34851         four values.
34853         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
34854         calculation loop and add branch prediction.
34856         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
34857         check access beyond bounds of m1np.
34859         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
34860         MPTWO.
34861         (__inv): Remove local variable MPTWO to use the global
34862         constant.
34863         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
34864         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
34865         variable MPTWO.
34866         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
34867         MP3HALFS static const.
34869 2013-01-01  David S. Miller  <davem@davemloft.net>
34871         * po/ca.po: Update from translation team.
34873 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
34875         * scripts/update-copyrights: New file.
34876         * Makeconfig: Reformat copyright notice.
34877         * ctype/ctype.h: Likewise.
34878         * debug/swprintf_chk.c: Likewise.
34879         * elf/dl-cache.c: Likewise.
34880         * elf/dl-debug.c: Likewise.
34881         * elf/dl-object.c: Likewise.
34882         * grp/initgroups.c: Likewise.
34883         * hurd/Makefile: Likewise.
34884         * hurd/hurd/signal.h: Likewise.
34885         * hurd/hurdfault.c: Likewise.
34886         * hurd/hurdioctl.c: Likewise.
34887         * hurd/hurdlookup.c: Likewise.
34888         * hurd/intr-msg.c: Likewise.
34889         * iconv/gconv_open.c: Likewise.
34890         * libio/swprintf.c: Likewise.
34891         * locale/lc-ctype.c: Likewise.
34892         * locale/nl_langinfo.c: Likewise.
34893         * mach/Machrules: Likewise.
34894         * mach/Makefile: Likewise.
34895         * malloc/obstack.h: Likewise.
34896         * manual/Makefile: Likewise.
34897         * manual/tsort.awk: Likewise.
34898         * misc/bits/stab.def: Likewise.
34899         * nis/nis_print_group_entry.c: Likewise.
34900         * nis/nis_table.c: Likewise.
34901         * nis/nss_compat/compat-pwd.c: Likewise.
34902         * nis/nss_compat/compat-spwd.c: Likewise.
34903         * po/Makefile: Likewise.
34904         * posix/fnmatch.c: Likewise.
34905         * posix/regex.h: Likewise.
34906         * resolv/Makefile: Likewise.
34907         * resolv/nss_dns/dns-network.c: Likewise.
34908         * resolv/res_hconf.c: Likewise.
34909         * scripts/gen-sorted.awk: Likewise.
34910         * soft-fp/soft-fp.h: Likewise.
34911         * stdio-common/printf.h: Likewise.
34912         * stdlib/monetary.h: Likewise.
34913         * stdlib/random.c: Likewise.
34914         * stdlib/random_r.c: Likewise.
34915         * sysdeps/generic/Makefile: Likewise.
34916         * sysdeps/gnu/Makefile: Likewise.
34917         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
34918         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
34919         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
34920         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
34921         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
34922         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
34923         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
34924         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
34925         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
34926         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
34927         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
34928         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
34929         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
34930         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
34931         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
34932         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
34933         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
34934         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
34935         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
34936         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
34937         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
34938         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
34939         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
34940         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
34941         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
34942         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
34943         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
34944         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
34945         * sysdeps/mach/hurd/errnos.awk: Likewise.
34946         * sysdeps/mach/hurd/fork.c: Likewise.
34947         * sysdeps/mach/hurd/getcwd.c: Likewise.
34948         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
34949         * sysdeps/mach/hurd/mmap.c: Likewise.
34950         * sysdeps/mach/hurd/utimes.c: Likewise.
34951         * sysdeps/mach/hurd/xmknod.c: Likewise.
34952         * sysdeps/posix/profil.c: Likewise.
34953         * sysdeps/posix/readdir_r.c: Likewise.
34954         * sysdeps/powerpc/bits/mathdef.h: Likewise.
34955         * sysdeps/powerpc/bits/setjmp.h: Likewise.
34956         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
34957         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
34958         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34959         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
34960         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
34961         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
34962         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34963         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
34964         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
34965         * sysdeps/pthread/lio_listio.c: Likewise.
34966         * sysdeps/sparc/dl-procinfo.h: Likewise.
34967         * sysdeps/unix/i386/sysdep.S: Likewise.
34968         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
34969         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
34970         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
34971         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
34972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
34973         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
34974         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
34975         * sysdeps/unix/sysv/linux/speed.c: Likewise.
34976         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
34977         * sysdeps/wordsize-32/divdi3.c: Likewise.
34978         * time/sys/time.h: Likewise.
34979         * wcsmbs/Makefile: Likewise.
34981 2013-01-01  David S. Miller  <davem@davemloft.net>
34983         * po/fr.po: Update from translation team.
34985         * catgets/gencat.c: Update copyright year.
34986         * csu/version.c: Likewise.
34987         * debug/catchsegv.sh: Likewise.
34988         * debug/pcprofiledump.c: Likewise.
34989         * debug/xtrace.sh: Likewise.
34990         * elf/ldconfig.c: Likewise.
34991         * elf/ldd.bash.in: Likewise.
34992         * elf/pldd.c: Likewise.
34993         * elf/sotruss.ksh: Likewise.
34994         * elf/sprof.c: Likewise.
34995         * iconv/iconv_prog.c: Likewise.
34996         * iconv/iconvconfig.c: Likewise.
34997         * locale/programs/locale.c: Likewise.
34998         * locale/programs/localedef.c: Likewise.
34999         * login/programs/pt_chown.c: Likewise.
35000         * malloc/memusage.sh: Likewise.
35001         * malloc/memusagestat.c: Likewise.
35002         * malloc/mtrace.pl: Likewise.
35003         * nscd/nscd.c: Likewise.
35004         * nss/getent.c: Likewise.
35005         * nss/makedb.c: Likewise.
35006         * posix/getconf.c: Likewise.
35008 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
35010         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
35011         numbers.
35013 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
35015         * math/bits/mathcalls.h (modf): Use __nonnull.
35017 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35019         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
35020         (split): Use macro CN instead of the bare value.
35021         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
35022         could be used.
35023         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
35024         instead of the bare value.
35025         (power1): Likewise.
35027 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35029         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
35030         __ATAN_TWOM.
35031         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
35033         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
35034         their values.
35035         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
35036         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
35037         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
35038         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
35040 2012-12-28  Andreas Jaeger  <aj@suse.de>
35042         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
35043         values are from Linux 3.7.
35045         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
35046         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
35048 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35050         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
35051         TRUE case.
35053         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
35054         (norm): Likewise.
35055         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
35056         variables with preprocessor constants.
35057         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
35058         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
35059         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
35061 2012-12-27  Bruno Haible  <bruno@clisp.org>
35063         [BZ #14317]
35064         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
35065         only if needed.
35067 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
35069         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
35070         and use variable directly.
35071         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
35073         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
35074         MPONE.
35075         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
35076         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
35077         variable MPONE.
35078         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
35079         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
35080         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
35081         include directive.  Remove local variable MPONE.
35082         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
35083         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
35084         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
35086 2012-12-25  David S. Miller  <davem@davemloft.net>
35088         * version.h (RELEASE): Set to "development".
35089         (VERSION): Set to "2.17.90".
35090         * NEWS: Add 2.18 section.
35092 2012-12-21  David S. Miller  <davem@davemloft.net>
35094         * po/hr.po: Update from translation team.
35096 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35098         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
35100 2012-12-19  Steve Ellcey  <sellcey@mips.com>
35102         * NEWS:  Mention new memcpy for MIPS.
35104 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35106         * manual/contrib.texi (Contributors): Spelling correction.
35108 2012-12-15  David S. Miller  <davem@davemloft.net>
35110         * po/ru.po: Update from translation team.
35112 2012-12-13  David S. Miller  <davem@davemloft.net>
35114         * NEWS: Mention IFUNC testsuite enhancements.
35116         * po/pl.po: Update from translation team.
35117         * po/bg.po: Likewise.
35119         * manual/contrib.texi (Contributors): Update entries for Hongjiu
35120         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
35122 2012-12-11  David S. Miller  <davem@davemloft.net>
35124         * po/sv.po: Update from translation team.
35126         * po/vi.po: Update from translation team.
35128         * po/cs.po: Update from translation team.
35130         * po/de.po: Update from translation team.
35131         * po/eo.po: Likewise.
35132         * po/nl.po: Likewise.
35134 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
35136         [BZ #14246]
35137         * manual/argp.texi (Argp Helper Functions): Move node to follow
35138         Argp Parsing State.
35140         [BZ #14872]
35141         * manual/conf.texi (Limits on File System Capacity): Mention if
35142         terminating null is included in the max size.
35144 2012-12-10  Andreas Jaeger  <aj@suse.de>
35146         * po/cs.po: Update from translation team.
35148 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
35150         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
35151         void pointer and cast to uintptr_t.
35152         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
35153         path.
35154         * sysdeps/s390/s390-64/memcpy.S: Likewise.
35155         * sysdeps/s390/s390-64/memset.S: Likewise.
35157 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
35159         [BZ #14833]
35160         * menual/message.texi (Message Translation): Fix typos.
35161         (Helper programs for gettext): Likewise.
35163 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
35165         [BZ #14898]
35166         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
35167         Change to -1.
35169 2012-12-07  David S. Miller  <davem@davemloft.net>
35171         * po/libc.pot: Update.
35173 2012-12-07  Richard Henderson  <rth@redhat.com>
35175         [BZ #10114]
35176         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
35177         normal/normal case to before the switch.
35178         (_FP_DIV): Likewise.
35180 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
35181             Mike Frysinger  <vapier@gentoo.org>
35183         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
35184         check for __NR_fadvise64_64.
35186 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
35188         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
35189         0, not just to plain "0" as a statement.
35190         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
35191         with cw.
35193 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
35195         * NEWS: Use sourceware.org in Bugzilla URL.
35197 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
35199         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
35200         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
35202         * stdio-common/tst-put-error.c (do_test): Add newline to the
35203         padded test to ensure flush.
35205 2012-12-05  Jeff Law  <law@redhat.com>
35207         * sunrpc/etc.rpc (fedfs_admin): Add entry.
35209 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
35211         * README: Don't refer to ports add-on as distributed separately.
35212         Mention AArch64 in list of systems supported in the ports add-on.
35214         * LICENSES: Add more non-FSF copyright and license notices.
35216         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
35217         ((unused)).
35219         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
35221         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
35222         10000 as width of padded output.
35224 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
35226         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
35228         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
35229         variable LX with __attribute__ ((unused)).
35230         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
35231         Likewise.
35232         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
35233         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35234         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
35235         with __attribute__ ((unused)).
35237 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
35239         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
35241 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
35243         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
35244         (CFLAGS-nldbl-acos.c): New variable.
35245         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
35246         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
35247         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
35248         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
35249         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
35250         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
35251         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
35252         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
35253         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
35254         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
35255         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
35256         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
35257         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
35258         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
35259         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
35260         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
35261         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
35262         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
35263         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
35264         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
35265         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
35266         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
35267         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
35268         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
35269         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
35270         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
35271         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
35272         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
35273         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
35274         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
35275         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
35276         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
35277         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
35278         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
35279         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
35280         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
35281         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
35282         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
35283         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
35284         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
35285         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
35286         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
35287         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
35288         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
35289         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
35290         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
35291         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
35292         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
35293         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
35294         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
35295         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
35296         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
35297         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
35298         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
35299         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
35300         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
35301         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
35302         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
35303         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
35304         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
35305         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
35306         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
35307         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
35308         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
35309         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
35310         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
35311         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
35312         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
35313         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
35314         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
35315         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
35316         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
35317         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
35318         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
35319         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
35320         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
35321         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
35322         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
35323         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
35324         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
35325         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
35326         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
35327         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
35328         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
35329         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
35330         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
35331         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
35332         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
35333         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
35334         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
35335         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
35336         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
35337         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
35338         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
35339         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
35340         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
35341         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
35343         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
35344         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
35346         [BZ #14914]
35347         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
35348         whole low double instead of just low 47 bits when splitting values
35349         into two parts.
35351 2012-12-03  Allan McRae  <allan@archlinux.org>
35353         * manual/stdio.texi (Predefined Printf Handlers): Remove
35354         @hsep and @vsep usage.
35356 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
35358         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
35359         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
35361 2012-12-03  Jeff Law  <law@redhat.com>
35363         * time/sys/time.h (settimeofday): Do not mark TV argument
35364         as __nonnull.
35366 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
35368         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
35369         when currently writing and seek to current position when not.
35370         * libio/Makefile (tests): Remove bug-fclose1.
35371         * libio/bug-fclose1.c: Delete.
35373 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
35375         * manual/arith.texi (feenableexcept): Fix typo.
35376         (fedisableexcept): Likewise.
35378 2012-11-30  Roland McGrath  <roland@hack.frob.com>
35380         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
35381         second, differently-typed declaration, rather than a cast.
35383 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
35385         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
35386         * include/rpc/svc.h: ... here.
35388 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
35390         [BZ #13013]
35391         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
35392         depending n and resplen2 to catch cases where answer
35393         equals answerp2.
35395 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
35397         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
35398         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
35400 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
35402         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
35404 2012-11-29  Roland McGrath  <roland@hack.frob.com>
35406         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
35408 2012-11-28  Jeff Law  <law@redhat.com>
35410         [BZ #13761]
35411         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
35412         dataset_temporary.  Track alloca usage into alloca_used.
35413         If dataset is large allocate and release it via malloc/free.
35415 2012-06-04  Florian Weimer  <fweimer@redhat.com>
35417         [BZ #14197]
35418         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
35420 2012-11-28  David S. Miller  <davem@davemloft.net>
35422         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35424 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35426         [BZ #14803]
35427         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
35428         of pi/2 rounded to nearest to 64 bits.
35429         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
35430         nearest to 64 bits.
35431         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
35432         bits.
35434 2012-11-28  Jeff Law <law@redhat.com>
35435             Martin Osvald <mosvald@redhat.com>
35437         [BZ #14889]
35438         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
35439         * sunrpc/svc.c: Include time.h.
35440         (__svc_accept_failed): New function.
35441         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
35442         any reason other than EINTR, call __svc_accept_failed.
35443         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
35444         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
35446 2012-11-28  Andreas Schwab  <schwab@suse.de>
35448         * scripts/abilist.awk: Also handle indirect functions in .opd
35449         section.
35451 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35453         [BZ #13881]
35454         * sysdeps/x86/fpu/powl_helper.c: New file.
35455         * sysdeps/x86/fpu/Makefile: Likewise.
35456         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
35457         (p3): New object.
35458         (__ieee754_powl): Use __powl_helper for finite arguments except
35459         integer exponents below 8.
35460         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
35461         (p3): New object.
35462         (__ieee754_powl): Use __powl_helper for finite arguments except
35463         integer exponents below 8.
35464         * math/libm-test.inc (pow_test): Add more tests and enable some
35465         previously disabled tests.
35466         * sysdeps/i386/fpu/libm-test-ulps: Update.
35467         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35469 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35470             Carlos O'Donell  <carlos_odonell@mentor.com>
35472         * nss/makedb.c (is_prime): Assert that input is odd and greater
35473         than 4.  Note that fact in a comment too.
35474         (next_prime): Add 4 to input.
35476 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
35478         [BZ #11741]
35479         * libio/Makefile (tests): Add test case tst-fwrite-error.
35480         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
35481         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
35482         * libio/tst-fwrite-error.c: New test case.
35484 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
35486         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
35487         before casting to void *.
35488         * include/libc-internal.h (__pointer_type): New macro.
35489         (__integer_if_pointer_type_sub): Likewise.
35490         (__integer_if_pointer_type): Likewise.
35491         (cast_to_integer): Likewise.
35492         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
35493         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
35494         before casting to atomic64_t.
35495         (atomic_exchange_acq): Likewise.
35496         (__arch_exchange_and_add_body): Likewise.
35497         (__arch_add_body): Likewise.
35498         (atomic_add_negative): Likewise.
35499         (atomic_add_zero): Likewise.
35501 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
35503         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
35504         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
35505         (add_fdes): Likewise.
35506         (linear_search_fdes): Likewise.
35507         (binary_search_unencoded_fdes): Likewise.
35509 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
35511         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
35513 2012-11-24  Adam Conrad  <adconrad@0c3.net>
35515         * configure.in: Autodetect C++ header directories.
35516         * configure: Regenerated.
35518 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
35520         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
35522 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
35524         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35526 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
35528         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
35529         LDBL_MANT_DIG == 106]: Disable some tests.
35530         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35531         Likewise.
35532         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35533         Likewise.
35535         [BZ #14871]
35536         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
35537         input for small inputs.  Return +/- pi/2 for large inputs.
35538         * math/libm-test.inc (atan_test): Add more tests.
35540         * sysdeps/generic/unwind-dw2-fde-glibc.c
35541         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
35542         __attribute__ ((unused)).
35544         [BZ #14645]
35545         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
35546         x * y if x and y are nonzero and z is zero.
35548         [BZ #14811]
35549         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
35550         nonzero exponents with absolute value below 0x1p-117 to +/-
35551         0x1p-117.
35553         [BZ #14869]
35554         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
35555         up arguments below 2**-450, not just those below 2**-500.
35556         * math/libm-test.inc (hypot_test): Add another test.
35558         [BZ #14868]
35559         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
35560         Return a+b for ratio over 2**120, not 2**60.
35561         * math/libm-test.inc (hypot_test): Add another test.
35563         * math/libm-test.inc (clog_test): Use
35564         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
35565         (clog10_test): Likewise.
35567         [BZ #6778]
35568         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
35570 2012-11-22  Andreas Schwab  <schwab@suse.de>
35572         * sysdeps/i386/fpu/libm-test-ulps: Update.
35574 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
35576         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
35577         printf output with newline.
35579 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
35581         [BZ #14865]
35582         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
35583         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
35584         -z nodlopen, -z initfirst and -z execstack support.
35585         * configure: Regenerated.
35587         * elf/elf.h (DF_1_NODIRECT): New macro.
35588         (DF_1_IGNMULDEF): Likewise.
35589         (DF_1_NOKSYMS): Likewise.
35590         (DF_1_NOHDR): Likewise.
35591         (DF_1_EDITED): Likewise.
35592         (DF_1_NORELOC): Likewise.
35593         (DF_1_SYMINTPOSE): Likewise.
35594         (DF_1_GLOBAUDIT): Likewise.
35595         (DF_1_SINGLETON): Likewise.
35596         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
35597         DT_1_SUPPORTED_MASK bits.
35598         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
35600 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
35602         * sysdeps/unix/make-syscalls.sh: Document prefixes.
35604 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
35606         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
35607         macro.
35609         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
35610         (sendmmsg): Move declarations...
35611         * socket/sys/socket.h: ... here.
35612         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
35613         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
35614         include it from...
35615         * socket/recvmmsg.c: ... this new file.
35616         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
35617         (sendmmsg): Rename to __sendmmsg, create weak alias and make
35618         definition of __sendmmsg hidden.
35619         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
35620         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
35621         Move ENOSYS stub into and include it from...
35622         * socket/sendmmsg.c: ... this new file.
35623         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
35624         (sysdep_routines): Move recvmmsg and sendmmsg...
35625         * socket/Makefile (routines): ... here.
35626         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
35627         (GLIBC_PRIVATE): Add __sendmmsg.
35628         * include/sys/socket.h (__sendmmsg): Add declarations.
35629         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
35630         sendmmsg.
35632 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
35634         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
35635         variable I1 with __attribute__ ((unused)).
35636         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
35638 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
35640         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
35641         DUMMY variables with __attribute__ ((unused)).
35643         * bits/byteswap.h: Include <bits/types.h>.
35644         (__bswap_64): Use __uint64_t instead of unsigned long long int.
35646 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
35648         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
35649         string_t.  Do not manually set errno.
35650         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
35651         length with __strnlen.  Make sure to both set errno and return it on
35652         failure.
35654 2012-11-19  David S. Miller  <davem@davemloft.net>
35656         With help from Joseph Myers.
35657         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
35658         very large arguments properly.
35659         * math/libm-test.inc (atan_test): New tests.
35660         (atan2_test): New tests.
35661         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35662         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35664 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
35666         [BZ #14856]
35667         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
35668         Define to 3.
35670         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
35671         [POSIX] (EADDRNOTAVAIL): Likewise.
35672         [POSIX] (EAFNOSUPPORT): Likewise.
35673         [POSIX] (EALREADY): Likewise.
35674         [POSIX] (ECONNABORTED): Likewise.
35675         [POSIX] (ECONNREFUSED): Likewise.
35676         [POSIX] (ECONNRESET): Likewise.
35677         [POSIX] (EDESTADDRREQ): Likewise.
35678         [POSIX] (EDQUOT): Likewise.
35679         [POSIX] (EHOSTUNREACH): Likewise.
35680         [POSIX] (EIDRM): Likewise.
35681         [POSIX] (EISCONN): Likewise.
35682         [POSIX] (ELOOP): Likewise.
35683         [POSIX] (EMULTIHOP): Likewise.
35684         [POSIX] (ENETDOWN): Likewise.
35685         [POSIX] (ENETUNREACH): Likewise.
35686         [POSIX] (ENOBUFS): Likewise.
35687         [POSIX] (ENODATA): Likewise.
35688         [POSIX] (ENOLINK): Likewise.
35689         [POSIX] (ENOMSG): Likewise.
35690         [POSIX] (ENOPROTOOPT): Likewise.
35691         [POSIX] (ENOSR): Likewise.
35692         [POSIX] (ENOSTR): Likewise.
35693         [POSIX] (ENOTCONN): Likewise.
35694         [POSIX] (ENOTSOCK): Likewise.
35695         [POSIX] (EOPNOTSUPP): Likewise.
35696         [POSIX] (EOVERFLOW): Likewise.
35697         [POSIX] (EPROTO): Likewise.
35698         [POSIX] (EPROTONOSUPPORT): Likewise.
35699         [POSIX] (EPROTOTYPE): Likewise.
35700         [POSIX] (ESTALE): Likewise.
35701         [POSIX] (ETIME): Likewise.
35702         [POSIX] (ETXTBSY): Likewise.
35703         [POSIX] (EWOULDBLOCK): Likewise.
35704         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
35705         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
35706         [POSIX] (SEEK_CUR): Likewise.
35707         [POSIX] (SEEK_END): Likewise.
35708         [POSIX || UNIX98] (mode_t): Do not require.
35709         [POSIX] (off_t): Likewise.
35710         [POSIX] (pid_t): Likewise.
35711         [POSIX] (sys/stat.h): Do not allow header.
35712         [POSIX] (unistd.h): Likewise.
35713         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
35714         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
35715         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
35716         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
35717         require.
35718         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
35719         sigevent): Specify elements.
35720         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
35721         entry.
35722         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
35723         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
35725         * conform/data/cpio.h-data [POSIX]: Disable whole file.
35726         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
35727         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
35728         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
35729         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
35730         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
35731         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
35732         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
35733         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
35734         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
35735         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
35736         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
35737         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
35738         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
35739         Likewise.
35740         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
35741         Likewise.
35742         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
35743         Likewise.
35744         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
35745         Likewise.
35746         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
35747         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
35748         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
35749         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
35750         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
35751         Specify lower bound on value.
35752         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
35753         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
35754         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
35755         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
35756         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
35757         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
35758         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
35759         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
35760         value.
35761         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
35762         as optional.
35763         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
35764         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
35765         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
35766         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
35767         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
35768         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
35769         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
35770         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
35771         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
35772         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
35773         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
35774         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
35775         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
35776         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
35777         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
35778         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
35779         entry.
35780         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
35781         optional.
35782         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
35783         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
35784         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
35785         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
35786         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
35787         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
35788         Likewise.
35789         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
35790         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
35791         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
35792         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
35793         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
35794         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
35795         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
35796         as optional.
35797         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
35798         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
35799         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
35800         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
35801         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
35802         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
35803         specify as optional.
35804         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
35805         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
35806         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
35807         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
35808         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
35809         [XPG3] (NL_LANGMAX): Likewise.
35810         [POSIX || XPG3] (NL_MSGMAX): Likewise.
35811         [POSIX || XPG3] (NL_NMAX): Likewise.
35812         [POSIX || XPG3] (NL_SETMAX): Likewise.
35813         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
35814         [XPG3] (NZERO): Likewise.
35815         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
35816         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
35817         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
35818         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
35819         (REG_ERANGE): Expect.
35820         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
35821         optional-constant.
35822         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
35823         Use (void) in prototype.
35824         [POSIX] (*_t): Allow.
35825         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
35826         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
35827         (WRDE_BADVAL): Expect.
35829         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
35830         expect.
35831         [XPG3 || XPG4] (O_RSYNC): Likewise.
35832         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
35833         Likewise.
35834         [XPG3 || XPG4] (pthread_sigmask): Likewise.
35835         [XPG3 || XPG4] (sigqueue): Likewise.
35836         [XPG3 || XPG4] (sigtimedwait): Likewise.
35837         [XPG3 || XPG4] (sigwaitinfo): Likewise.
35838         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
35839         [XPG3 || XPG4] (vsnprintf): Likewise.
35840         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
35841         Likewise.
35842         [XPG3 || XPG4] (blksize_t): Likewise.
35843         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
35844         Likewise.
35845         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
35846         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
35847         [XPG3 || XPG4] (struct itimerspec): Likewise.
35848         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
35849         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
35850         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
35851         [XPG3 || XPG4] (clockid_t): Likewise.
35852         [XPG3 || XPG4] (timer_t): Likewise.
35853         [XPG3 || XPG4] (clock_getres): Likewise.
35854         [XPG3 || XPG4] (clock_gettime): Likewise.
35855         [XPG3 || XPG4] (clock_settime): Likewise.
35856         [XPG3 || XPG4] (nanosleep): Likewise.
35857         [XPG3 || XPG4] (timer_create): Likewise.
35858         [XPG3 || XPG4] (timer_delete): Likewise.
35859         [XPG3 || XPG4] (timer_gettime): Likewise.
35860         [XPG3 || XPG4] (timer_getoverrun): Likewise.
35861         [XPG3 || XPG4] (timer_settime): Likewise.
35862         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
35863         [XPG3 || XPG4] (getlogin_r): Likewise.
35864         [XPG3 || XPG4] (pread): Likewise.
35865         [XPG3 || XPG4] (pthread_atfork): Likewise.
35866         [XPG3 || XPG4] (pwrite): Likewise.
35868         [BZ #14835]
35869         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
35870         <bits/siginfo.h>.
35872 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
35874         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
35875         finalizing MALLSTREAM.
35877         * sysdeps/mach/hurd/syncfs.c: New file.
35879 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
35881         [BZ #14719]
35882         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
35883         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
35884         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
35885         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
35886         (_nss_dns_gethostbyname4_r): Likewise.
35887         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
35888         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
35890 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
35892         [BZ #13763]
35893         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
35895 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
35897         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
35898         * elf/cache.c (print_entry): Print ",AArch64" for
35899         FLAG_AARCH64_LIB64
35901         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
35902         * elf/cache.c (print_entry): Print ",hard-float" for
35903         FLAG_ARM_LIBHF.
35905 2012-11-18  David S. Miller  <davem@davemloft.net>
35907         With help from Joseph Myers.
35908         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
35909         cutoff to 2**-13.
35910         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
35911         cutoff to 2**-25.
35912         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
35913         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
35914         small.
35915         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
35916         * math/libm-test.inc (y0_test): New tests.
35917         (y1_test): New tests.
35918         * sysdeps/i386/fpu/libm-test-ulps: Update.
35919         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35920         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35922 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
35924         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
35925         64-bit targets.
35926         * configure: Regenerated.
35928 2012-11-17  David S. Miller  <davem@davemloft.net>
35930         [BZ #14811]
35931         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
35932         nonzero exponents with absolute value below 0x1p-128 to +/-
35933         0x1p-128.
35935 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
35937         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
35939         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
35941         * posix/getconf-speclist.c: New file.
35942         * posix/posix-envs.def: Likewise.
35943         * posix/confstr.c (START_ENV_GROUP): New macro.
35944         (END_ENV_GROUP): Likewise.
35945         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
35946         (KNOWN_PRESENT_ENV_STRING): Likewise.
35947         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
35948         (UNKNOWN_ENVIRONMENT): Likewise.
35949         (confstr): Include posix-envs.def instead of handling
35950         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
35951         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
35952         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
35953         (END_ENV_GROUP): Likewise.
35954         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
35955         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
35956         (UNKNOWN_ENVIRONMENT): Likewise.
35957         (__sysconf): Include posix-envs.def instead of handling associated
35958         cases directly here.
35959         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
35960         preprocessing getconf-speclist.c rather than running getconf or
35961         generating empty file.
35963 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
35965         * scripts/check-local-headers.sh: Ignore 'mach' headers.
35967 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
35969         [BZ #14672]
35970         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
35972 2012-11-16  David S. Miller  <davem@davemloft.net>
35974         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
35975         smaller than LDBL_EPSILON/2.0L, just return xm1.
35977 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
35979         * elf/tst-array1.c (init): Set constructor priority to 1000.
35980         (fini): Set destructor priority to 1000.
35981         * elf/tst-array2dep.c: Likewise.
35983 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
35985         [BZ #11741]
35986         * libio/fileops.c (_IO_new_file_write): Correctly return error.
35987         (_IO_new_file_xsputn): Also return EOF if none of the input
35988         data was written when overflow failed.
35989         * libio/iopadn.c (_IO_padn): Likewise.
35990         * libio/iowpadn.c (_IO_wpadn): Likewise.
35991         * stdio-common/tst-put-error.c: Add copyright notice.
35992         (do_test): Add case for printing padded string.
35993         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
35994         _IO_padn returned error.
35995         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
35996         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
35997         return EOF.
35999 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
36001         * libio/libioP.h: Add comment note that the references to C++
36002         bits are now obsolete.
36004 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36006         * math/libm-test.inc (check_complex): Use asprintf.
36008 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
36010         * debug/pcprofiledump.c (print_version): Update copyright year.
36011         * malloc/memusagestat.c (print_version): Likewise.
36013 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
36015         [BZ #14831]
36016         * elf/Makefile (tests): Add tst-audit8.
36017         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
36018         ($(objpfx)tst-audit8.out): New target.
36019         (tst-audit8-ENV): New variable.
36020         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
36021         audit if l_reloc_result is NULL.
36022         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
36023         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
36024         * elf/tst-audit8.c: New file.
36026 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36028         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
36029         * misc/Makefile (CFLAGS-select.c): Define.
36030         * posix/Makefile (CFLAGS-pause.c): Define.
36032 2012-11-13  David S. Miller  <davem@davemloft.net>
36034         * crypt/Makefile: Move test targets after toplevel Rules
36035         inclusion.  Grab any necessary sysdep routines when linking.
36036         * crypt/md5.c (md5_process_block): Remove define, we will always
36037         name it __md5_process_block.
36038         (md5_finish_ctx): Update md5_process_block call.
36039         (md5_stream): Likewise.
36040         (md5_process_bytes): Likewise.
36041         (md5_process_block): Rename to __md5_process_block and move to ...
36042         * crypt/md5-block.c: ... here.
36043         * crypt/sha256.c (sha256_process_block): Move to ...
36044         * crypt/sha256-block.c: ... here.
36045         * crypt/sha512.c (sha512_process_block): Move to ...
36046         * crypt/sha512-block.c: ... here.
36047         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
36048         path.
36049         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
36050         * sysdeps/sparc/sparc64/multiarch/Makefile
36051         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
36052         crypt subdir.
36053         (localedef-aux): Add md5 crypto assembler when in locale subdir.
36054         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
36055         multiarch changes.
36056         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
36057         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
36058         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
36059         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
36060         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
36061         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
36062         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
36063         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
36064         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
36065         file.
36066         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
36067         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
36068         file.
36069         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
36071 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
36073         * timezone/tzselect.ksh: Update from tzcode git revision
36074         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
36075         * timezone/zdump.c: Likewise.
36076         * timezone/zic.c: Likewise.
36077         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
36078         in TZVERSION setting, not $(PKGVERSION).
36079         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
36080         REPORT_BUGS_TO settings.
36082         [BZ #14838]
36083         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
36084         macro.
36086 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36088         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
36089         detection to immediately after _FP_ROUND().
36090         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
36091         bits are 0.
36093 2012-11-11  David S. Miller  <davem@davemloft.net>
36095         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
36096         inttypes.h
36097         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
36098         __close rather than their public counterparts.
36100 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
36102         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
36103         file.
36104         [UNIX98] (sem_timedwait): Do not expect.
36105         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
36106         [XPG4 || UNIX98] (sockatmark): Do not expect.
36107         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
36108         (clock_getcpuclockid): Do not expect.
36109         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
36110         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
36111         Do not expect.
36112         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
36113         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
36114         [UNIX98] (vwscanf): Likewise.
36115         [UNIX98] (vswscanf): Likewise.
36117 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
36119         * timezone/version.h: Remove file.
36120         * timezone/README: Do not refer to version.h.
36121         * timezone/Makefile ($(objpfx)zic.o): New dependency on
36122         $(objpfx)version.h.
36123         ($(objpfx)zdump.o): Likewise.
36124         ($(objpfx)version.h): New target.
36126         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
36127         2012i.
36128         * timezone/README: Don't mention modification to tzselect.ksh.
36129         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
36130         work on unmodified tzselect.ksh.  Substitute version numbers in
36131         tzselect.ksh.
36133         * Makefile (format-me): Remove.
36134         (INSTALL): Adjust indentation.  Use commands directly instead of
36135         using $(format-me).
36137         * aclocal.m4 (ACX_PKGVERSION): New macro.
36138         (ACX_BUGURL): Likewise.
36139         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
36140         (PKGVERSION): New AC_DEFINE_UNQUOTED.
36141         (REPORT_BUGS_TO): Likewise.
36142         * configure: Regenerated.
36143         * config.h.in (PKGVERSION): New macro.
36144         (REPORT_BUGS_TO): Likewise.
36145         * config.make.in (PKGVERSION): New variable.
36146         (PKGVERSION_TEXI): Likewise.
36147         (REPORT_BUGS_TO): Likewise.
36148         (REPORT_BUGS_TEXI): Likewise.
36149         * Makefile (format-me): Use -I$(common-objpfx)manual.
36150         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
36151         ($(common-objpfx)manual/%): New target.
36152         (manual/%): Remove target.
36153         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
36154         (print_version): Use PKGVERSION.
36155         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
36156         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
36157         and REPORT_BUGS_TO.
36158         ($(objpfx)xtrace): Likewise.
36159         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
36160         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
36161         (print_version): Use PKGVERSION.
36162         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
36163         (do_version): Use PKGVERSION.
36164         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
36165         REPORT_BUGS_TO.
36166         (common-ldd-rewrite): Likewise.
36167         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
36168         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
36169         (print_version): Use PKGVERSION.
36170         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
36171         * elf/pldd.c (argp_program_bug_address): Remove variable.
36172         (more_help): New function.
36173         (argp): Use more_help.
36174         (print_version): Use PKGVERSION.
36175         * elf/sln.c (main): Use PKGVERSION.
36176         (usage): Use REPORT_BUGS_TO.
36177         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
36178         (top level): Use PKGVERSION.
36179         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
36180         (print_version): Use PKGVERSION.
36181         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
36182         (print_version): Use PKGVERSION.
36183         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
36184         (print_version): Use PKGVERSION.
36185         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
36186         (print_version): Use PKGVERSION.
36187         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
36188         (print_version): Use PKGVERSION.
36189         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
36190         (print_version): Use PKGVERSION.
36191         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
36192         and BUGURL.
36193         ($(objpfx)memusage): Likewise.
36194         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
36195         (do_version): Use PKGVERSION.
36196         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
36197         (print_version): Use PKGVERSION.
36198         * malloc/mtrace.pl ($PACKAGE): Remove variable.
36199         ($PKGVERSION): New variable.
36200         ($REPORT_BUGS_TO): Likewise.
36201         (usage): Use $REPORT_BUGS_TO.
36202         (top level): Use $PKGVERSION.
36203         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
36204         ($(objpfx)pkgvers.texi): New rule.
36205         ($(objpfx)stamp-pkgvers): Likewise.
36206         * manual/install.texi: Include pkgvers.texi.
36207         (--with-pkgversion): Document new configure option.
36208         (--with-bugurl): Likewise.
36209         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
36210         than necessarily for this particular distribution.  Use
36211         REPORT_BUGS_TO for where to report bugs.
36212         * INSTALL: Regenerated.
36213         * manual/libc.texinfo: Include pkgvers.texi.
36214         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
36215         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
36216         (print_version): Use PKGVERSION.
36217         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
36218         (print_version): Use PKGVERSION.
36219         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
36220         (print_version): Use PKGVERSION.
36221         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
36222         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
36223         macro.
36224         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
36225         (print_version): Use PKGVERSION.
36226         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
36227         (print_version): Use PKGVERSION.
36228         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
36229         and PKGVERSION.
36231         * timezone/checktab.awk: Update from tzcode 2012i.
36232         * timezone/ialloc.c: Likewise.
36233         * timezone/private.h: Likewise.
36234         * timezone/scheck.c: Likewise.
36235         * timezone/tzfile.h: Likewise.
36236         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
36237         (TZVERSION): Hardcode tzcode version number.
36238         * timezone/zdump.c: Update from tzcode 2012i.
36239         * timezone/zic.c: Likewise.
36240         * timezone/version.h: New file.
36241         * timezone/README: Describe version.h.  Update upstream location.
36243         [BZ #14824]
36244         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
36245         (mktemp): Enable declaration.
36246         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
36247         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
36248         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
36249         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
36250         Likewise.
36251         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
36252         Likewise.
36253         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
36254         Likewise.
36255         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
36256         Likewise.
36257         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
36258         Likewise.
36259         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
36260         Likewise.
36262         [BZ #14821]
36263         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
36264         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
36265         for copies of such integer values.
36266         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
36267         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
36269 2012-11-09  Andreas Jaeger  <aj@suse.de>
36271         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
36272         definitions and declarations that are provided by
36273         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
36275 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36277         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
36278         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
36279         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
36280         definition.
36282 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36284         * elf/elf.h: Update comment before AArch64 relocations.
36286 2012-11-07  David S. Miller  <davem@davemloft.net>
36288         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
36289         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
36290         (__start_context): Declare.
36291         (__makecontext_ret): Delete.
36292         (__makecontext): Hook up __start_context instead of
36293         __makecontext_ret.
36294         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
36295         (sysdep_routines): Add __start_context when in stdlib.
36297 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36299         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
36300         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
36301         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
36302         hardcoded "nm".
36303         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
36304         (READELF): New variable.  Use it instead of hardcoded "readelf".
36306 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
36308         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
36309         * sysdeps/x86/Makefile: Here.
36310         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
36311         * sysdeps/x86/tst-xmmymm.sh: This.
36313 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36315         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
36316         expectations.
36317         [UNIX98] (pthread_barrier_t): Do not expect.
36318         [UNIX98] (pthread_barrierattr_t): Likewise.
36319         [UNIX98] (pthread_spinlock_t): Likewise.
36320         [UNIX98] (pthread_barrier_destroy): Likewise.
36321         [UNIX98] (pthread_barrier_init): Likewise.
36322         [UNIX98] (pthread_barrier_wait): Likewise.
36323         [UNIX98] (pthread_barrierattr_destroy): Likewise.
36324         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
36325         [UNIX98] (pthread_barrierattr_init): Likewise.
36326         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
36327         [UNIX98] (pthread_getcpuclockid): Likewise.
36328         [UNIX98] (pthread_mutex_timedlock): Likewise.
36329         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
36330         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
36331         [UNIX98] (pthread_sigmask): Likewise.
36332         [UNIX98] (pthread_spin_destroy): Likewise.
36333         [UNIX98] (pthread_spin_init): Likewise.
36334         [UNIX98] (pthread_spin_lock): Likewise.
36335         [UNIX98] (pthread_spin_trylock): Likewise.
36336         [UNIX98] (pthread_spin_unlock): Likewise.
36337         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
36338         Do not expect.
36339         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
36340         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
36341         [XPG3 || XPG4] (pthread_cond_t): Likewise.
36342         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
36343         [XPG3 || XPG4] (pthread_key_t): Likewise.
36344         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
36345         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
36346         [XPG3 || XPG4] (pthread_once_t): Likewise.
36347         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
36348         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
36349         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
36350         [XPG3 || XPG4] (pthread_t): Likewise.
36352         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
36353         not expect.
36354         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
36356         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
36357         Change function return type to int.
36359         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
36360         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
36361         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
36362         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
36363         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
36364         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
36365         [!POSIX] (posix_madvise): Likewise.
36366         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
36367         && !UNIX98].
36368         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
36369         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
36370         (mode_t): Likewise.
36371         (posix_mem_offset): Likewise.
36372         (posix_typed_mem_get_info): Likewise.
36373         (posix_typed_mem_open): Likewise.
36375         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
36376         Change condition to [XOPEN2K8].
36378         * conform/conformtest.pl: Preprocess allow-header data with -x c
36379         instead of from stdin.
36380         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
36381         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
36382         [C99-based standards] (cerfc): Likewise.
36383         [C99-based standards] (cexp2): Likewise.
36384         [C99-based standards] (cexpm1): Likewise.
36385         [C99-based standards] (clog10): Likewise.
36386         [C99-based standards] (clog1p): Likewise.
36387         [C99-based standards] (clog2): Likewise.
36388         [C99-based standards] (clgamma): Likewise.
36389         [C99-based standards] (ctgamma): Likewise.
36390         [C99-based standards] (cerff): Likewise.
36391         [C99-based standards] (cerfcf): Likewise.
36392         [C99-based standards] (cexp2f): Likewise.
36393         [C99-based standards] (cexpm1f): Likewise.
36394         [C99-based standards] (clog10f): Likewise.
36395         [C99-based standards] (clog1pf): Likewise.
36396         [C99-based standards] (clog2f): Likewise.
36397         [C99-based standards] (clgammaf): Likewise.
36398         [C99-based standards] (ctgammaf): Likewise.
36399         [C99-based standards] (cerfl): Likewise.
36400         [C99-based standards] (cerfcl): Likewise.
36401         [C99-based standards] (cexp2l): Likewise.
36402         [C99-based standards] (cexpm1l): Likewise.
36403         [C99-based standards] (clog10l): Likewise.
36404         [C99-based standards] (clog1pl): Likewise.
36405         [C99-based standards] (clog2l): Likewise.
36406         [C99-based standards] (clgammal): Likewise.
36407         [C99-based standards] (ctgammal): Likewise.
36408         * conform/data/inttypes.h-data [C99-based standards]: Include
36409         stdint.h-data.  Remove all expectations for stdint.h contents.
36410         [C99-based standards] (PRI*): Do not allow.
36411         [C99-based standards] (SCN*): Likewise.
36412         [C99-based standards] (*_t): Likewise.
36413         [C99-based-standards] (PRId8): Expect macro.
36414         [C99-based-standards] (PRIi8): Likewise.
36415         [C99-based-standards] (PRIo8): Likewise.
36416         [C99-based-standards] (PRIu8): Likewise.
36417         [C99-based-standards] (PRIx8): Likewise.
36418         [C99-based-standards] (PRIX8): Likewise.
36419         [C99-based-standards] (SCNd8): Likewise.
36420         [C99-based-standards] (SCNi8): Likewise.
36421         [C99-based-standards] (SCNo8): Likewise.
36422         [C99-based-standards] (SCNu8): Likewise.
36423         [C99-based-standards] (SCNx8): Likewise.
36424         [C99-based-standards] (PRIdLEAST8): Likewise.
36425         [C99-based-standards] (PRIiLEAST8): Likewise.
36426         [C99-based-standards] (PRIoLEAST8): Likewise.
36427         [C99-based-standards] (PRIuLEAST8): Likewise.
36428         [C99-based-standards] (PRIxLEAST8): Likewise.
36429         [C99-based-standards] (PRIXLEAST8): Likewise.
36430         [C99-based-standards] (SCNdLEAST8): Likewise.
36431         [C99-based-standards] (SCNiLEAST8): Likewise.
36432         [C99-based-standards] (SCNoLEAST8): Likewise.
36433         [C99-based-standards] (SCNuLEAST8): Likewise.
36434         [C99-based-standards] (SCNxLEAST8): Likewise.
36435         [C99-based-standards] (PRIdFAST8): Likewise.
36436         [C99-based-standards] (PRIiFAST8): Likewise.
36437         [C99-based-standards] (PRIoFAST8): Likewise.
36438         [C99-based-standards] (PRIuFAST8): Likewise.
36439         [C99-based-standards] (PRIxFAST8): Likewise.
36440         [C99-based-standards] (PRIXFAST8): Likewise.
36441         [C99-based-standards] (SCNdFAST8): Likewise.
36442         [C99-based-standards] (SCNiFAST8): Likewise.
36443         [C99-based-standards] (SCNoFAST8): Likewise.
36444         [C99-based-standards] (SCNuFAST8): Likewise.
36445         [C99-based-standards] (SCNxFAST8): Likewise.
36446         [C99-based-standards] (PRId16): Likewise.
36447         [C99-based-standards] (PRIi16): Likewise.
36448         [C99-based-standards] (PRIo16): Likewise.
36449         [C99-based-standards] (PRIu16): Likewise.
36450         [C99-based-standards] (PRIx16): Likewise.
36451         [C99-based-standards] (PRIX16): Likewise.
36452         [C99-based-standards] (SCNd16): Likewise.
36453         [C99-based-standards] (SCNi16): Likewise.
36454         [C99-based-standards] (SCNo16): Likewise.
36455         [C99-based-standards] (SCNu16): Likewise.
36456         [C99-based-standards] (SCNx16): Likewise.
36457         [C99-based-standards] (PRIdLEAST16): Likewise.
36458         [C99-based-standards] (PRIiLEAST16): Likewise.
36459         [C99-based-standards] (PRIoLEAST16): Likewise.
36460         [C99-based-standards] (PRIuLEAST16): Likewise.
36461         [C99-based-standards] (PRIxLEAST16): Likewise.
36462         [C99-based-standards] (PRIXLEAST16): Likewise.
36463         [C99-based-standards] (SCNdLEAST16): Likewise.
36464         [C99-based-standards] (SCNiLEAST16): Likewise.
36465         [C99-based-standards] (SCNoLEAST16): Likewise.
36466         [C99-based-standards] (SCNuLEAST16): Likewise.
36467         [C99-based-standards] (SCNxLEAST16): Likewise.
36468         [C99-based-standards] (PRIdFAST16): Likewise.
36469         [C99-based-standards] (PRIiFAST16): Likewise.
36470         [C99-based-standards] (PRIoFAST16): Likewise.
36471         [C99-based-standards] (PRIuFAST16): Likewise.
36472         [C99-based-standards] (PRIxFAST16): Likewise.
36473         [C99-based-standards] (PRIXFAST16): Likewise.
36474         [C99-based-standards] (SCNdFAST16): Likewise.
36475         [C99-based-standards] (SCNiFAST16): Likewise.
36476         [C99-based-standards] (SCNoFAST16): Likewise.
36477         [C99-based-standards] (SCNuFAST16): Likewise.
36478         [C99-based-standards] (SCNxFAST16): Likewise.
36479         [C99-based-standards] (PRId32): Likewise.
36480         [C99-based-standards] (PRIi32): Likewise.
36481         [C99-based-standards] (PRIo32): Likewise.
36482         [C99-based-standards] (PRIu32): Likewise.
36483         [C99-based-standards] (PRIx32): Likewise.
36484         [C99-based-standards] (PRIX32): Likewise.
36485         [C99-based-standards] (SCNd32): Likewise.
36486         [C99-based-standards] (SCNi32): Likewise.
36487         [C99-based-standards] (SCNo32): Likewise.
36488         [C99-based-standards] (SCNu32): Likewise.
36489         [C99-based-standards] (SCNx32): Likewise.
36490         [C99-based-standards] (PRIdLEAST32): Likewise.
36491         [C99-based-standards] (PRIiLEAST32): Likewise.
36492         [C99-based-standards] (PRIoLEAST32): Likewise.
36493         [C99-based-standards] (PRIuLEAST32): Likewise.
36494         [C99-based-standards] (PRIxLEAST32): Likewise.
36495         [C99-based-standards] (PRIXLEAST32): Likewise.
36496         [C99-based-standards] (SCNdLEAST32): Likewise.
36497         [C99-based-standards] (SCNiLEAST32): Likewise.
36498         [C99-based-standards] (SCNoLEAST32): Likewise.
36499         [C99-based-standards] (SCNuLEAST32): Likewise.
36500         [C99-based-standards] (SCNxLEAST32): Likewise.
36501         [C99-based-standards] (PRIdFAST32): Likewise.
36502         [C99-based-standards] (PRIiFAST32): Likewise.
36503         [C99-based-standards] (PRIoFAST32): Likewise.
36504         [C99-based-standards] (PRIuFAST32): Likewise.
36505         [C99-based-standards] (PRIxFAST32): Likewise.
36506         [C99-based-standards] (PRIXFAST32): Likewise.
36507         [C99-based-standards] (SCNdFAST32): Likewise.
36508         [C99-based-standards] (SCNiFAST32): Likewise.
36509         [C99-based-standards] (SCNoFAST32): Likewise.
36510         [C99-based-standards] (SCNuFAST32): Likewise.
36511         [C99-based-standards] (SCNxFAST32): Likewise.
36512         [C99-based-standards] (PRId64): Likewise.
36513         [C99-based-standards] (PRIi64): Likewise.
36514         [C99-based-standards] (PRIo64): Likewise.
36515         [C99-based-standards] (PRIu64): Likewise.
36516         [C99-based-standards] (PRIx64): Likewise.
36517         [C99-based-standards] (PRIX64): Likewise.
36518         [C99-based-standards] (SCNd64): Likewise.
36519         [C99-based-standards] (SCNi64): Likewise.
36520         [C99-based-standards] (SCNo64): Likewise.
36521         [C99-based-standards] (SCNu64): Likewise.
36522         [C99-based-standards] (SCNx64): Likewise.
36523         [C99-based-standards] (PRIdLEAST64): Likewise.
36524         [C99-based-standards] (PRIiLEAST64): Likewise.
36525         [C99-based-standards] (PRIoLEAST64): Likewise.
36526         [C99-based-standards] (PRIuLEAST64): Likewise.
36527         [C99-based-standards] (PRIxLEAST64): Likewise.
36528         [C99-based-standards] (PRIXLEAST64): Likewise.
36529         [C99-based-standards] (SCNdLEAST64): Likewise.
36530         [C99-based-standards] (SCNiLEAST64): Likewise.
36531         [C99-based-standards] (SCNoLEAST64): Likewise.
36532         [C99-based-standards] (SCNuLEAST64): Likewise.
36533         [C99-based-standards] (SCNxLEAST64): Likewise.
36534         [C99-based-standards] (PRIdFAST64): Likewise.
36535         [C99-based-standards] (PRIiFAST64): Likewise.
36536         [C99-based-standards] (PRIoFAST64): Likewise.
36537         [C99-based-standards] (PRIuFAST64): Likewise.
36538         [C99-based-standards] (PRIxFAST64): Likewise.
36539         [C99-based-standards] (PRIXFAST64): Likewise.
36540         [C99-based-standards] (SCNdFAST64): Likewise.
36541         [C99-based-standards] (SCNiFAST64): Likewise.
36542         [C99-based-standards] (SCNoFAST64): Likewise.
36543         [C99-based-standards] (SCNuFAST64): Likewise.
36544         [C99-based-standards] (SCNxFAST64): Likewise.
36545         [C99-based-standards] (PRIdMAX): Likewise.
36546         [C99-based-standards] (PRIiMAX): Likewise.
36547         [C99-based-standards] (PRIoMAX): Likewise.
36548         [C99-based-standards] (PRIuMAX): Likewise.
36549         [C99-based-standards] (PRIxMAX): Likewise.
36550         [C99-based-standards] (PRIXMAX): Likewise.
36551         [C99-based-standards] (SCNdMAX): Likewise.
36552         [C99-based-standards] (SCNiMAX): Likewise.
36553         [C99-based-standards] (SCNoMAX): Likewise.
36554         [C99-based-standards] (SCNuMAX): Likewise.
36555         [C99-based-standards] (SCNxMAX): Likewise.
36556         [C99-based-standards] (PRIdPTR): Likewise.
36557         [C99-based-standards] (PRIiPTR): Likewise.
36558         [C99-based-standards] (PRIoPTR): Likewise.
36559         [C99-based-standards] (PRIuPTR): Likewise.
36560         [C99-based-standards] (PRIxPTR): Likewise.
36561         [C99-based-standards] (PRIXPTR): Likewise.
36562         [C99-based-standards] (SCNdPTR): Likewise.
36563         [C99-based-standards] (SCNiPTR): Likewise.
36564         [C99-based-standards] (SCNoPTR): Likewise.
36565         [C99-based-standards] (SCNuPTR): Likewise.
36566         [C99-based-standards] (SCNxPTR): Likewise.
36567         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
36568         allow.
36569         * conform/data/stdint.h-data: Update comments to clarify
36570         requirements.
36571         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
36572         type.
36573         [C99-based standards] (INT8_MAX): Likewise.
36574         [C99-based standards] (INT16_MIN): Likewise.
36575         [C99-based standards] (INT16_MAX): Likewise.
36576         [C99-based standards] (INT32_MIN): Likewise.
36577         [C99-based standards] (INT32_MAX): Likewise.
36578         [C99-based standards] (INT64_MIN): Likewise.
36579         [C99-based standards] (INT64_MAX): Likewise.
36580         [C99-based standards] (UINT8_MAX): Likewise.
36581         [C99-based standards] (UINT16_MAX): Likewise.
36582         [C99-based standards] (UINT32_MAX): Likewise.
36583         [C99-based standards] (UINT64_MAX): Likewise.
36584         [C99-based standards] (INT_LEAST8_MIN): Likewise.
36585         [C99-based standards] (INT_LEAST8_MAX): Likewise.
36586         [C99-based standards] (INT_LEAST16_MIN): Likewise.
36587         [C99-based standards] (INT_LEAST16_MAX): Likewise.
36588         [C99-based standards] (INT_LEAST32_MIN): Likewise.
36589         [C99-based standards] (INT_LEAST32_MAX): Likewise.
36590         [C99-based standards] (INT_LEAST64_MIN): Likewise.
36591         [C99-based standards] (INT_LEAST64_MAX): Likewise.
36592         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
36593         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
36594         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
36595         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
36596         [C99-based standards] (INT_FAST8_MIN): Likewise.
36597         [C99-based standards] (INT_FAST8_MAX): Likewise.
36598         [C99-based standards] (INT_FAST16_MIN): Likewise.
36599         [C99-based standards] (INT_FAST16_MAX): Likewise.
36600         [C99-based standards] (INT_FAST32_MIN): Likewise.
36601         [C99-based standards] (INT_FAST32_MAX): Likewise.
36602         [C99-based standards] (INT_FAST64_MIN): Likewise.
36603         [C99-based standards] (INT_FAST64_MAX): Likewise.
36604         [C99-based standards] (UINT_FAST8_MAX): Likewise.
36605         [C99-based standards] (UINT_FAST16_MAX): Likewise.
36606         [C99-based standards] (UINT_FAST32_MAX): Likewise.
36607         [C99-based standards] (UINT_FAST64_MAX): Likewise.
36608         [C99-based standards] (INTPTR_MIN): Likewise.
36609         [C99-based standards] (INTPTR_MAX): Likewise.
36610         [C99-based standards] (UINTPTR_MAX): Likewise.
36611         [C99-based standards] (INTMAX_MIN): Likewise.
36612         [C99-based standards] (INTMAX_MAX): Likewise.
36613         [C99-based standards] (UINTMAX_MAX): Likewise.
36614         [C99-based standards] (PTRDIFF_MIN): Likewise.
36615         [C99-based standards] (PTRDIFF_MAX): Likewise.
36616         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
36617         [C99-based standards] (SIZE_MAX): Likewise.
36618         [C99-based standards] (WCHAR_MAX): Likewise.
36619         [C99-based standards] (WINT_MAX): Likewise.
36620         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
36621         constraint on value.
36622         [C99-based standards] (WCHAR_MIN): Likewise.
36623         [C99-based standards] (WINT_MIN): Likewise.
36624         [C99-based standards] (*_t): Allow.
36625         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
36626         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
36627         Include math.h-data and complex.h-data.  Remove all expectations
36628         of math.h and complex.h contents.
36629         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
36630         at end of line.
36631         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
36632         (struct tm): Expect tag.
36633         [C99-based-standards] (wcstof): Expect function.
36634         [C99-based-standards] (wcstold): Likewise.
36635         [C99-based-standards] (wcstoll): Likewise.
36636         [C99-based-standards] (wcstoull): Likewise.
36637         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
36638         macro-int-constant.  Specify type.
36639         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
36640         constraint on value.
36641         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36642         Specify type.
36643         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
36644         Specify value.
36645         [ISO C standards]: Do not allow headers.
36646         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
36647         wcs[abcdefghijklmnopqrstuvwxyz]*.
36648         [ISO C standards] (*_t): Do not allow.
36649         * conform/data/wctype.h-data [C99-based standards] (iswblank):
36650         Expect function.
36651         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
36652         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36653         Specify type.
36654         [ISO C standards]: Do not allow headers.
36655         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
36656         is[abcdefghijklmnopqrstuvwxyz]*.
36657         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
36658         to[abcdefghijklmnopqrstuvwxyz]*.
36659         [ISO C standards] (*_t): Do not allow.
36660         * conform/data/stdalign.h-data: New file.
36661         * conform/data/stdbool.h-data: Likewise.
36662         * conform/data/stdnoreturn.h-data: Likewise.
36664 2012-11-07  Roland McGrath  <roland@hack.frob.com>
36666         [BZ #14815]
36667         * manual/filesys.texi (Directory Entries): Typo fix.
36668         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
36670 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36672         * elf/elf.h (EM_AARCH64): New macro.
36673         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
36674         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
36675         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
36676         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
36677         (R_AARCH64_TLSDESC): Likewise.
36678         (NT_ARM_TLS): Likewise.
36679         (NT_ARM_HW_BREAK): Likewise.
36680         (NT_ARM_HW_WATCH): Likewise.
36682 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36684         [BZ #14811]
36685         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
36686         (__ieee754_powl): Saturate nonzero exponents with absolute value
36687         below 0x1p-79 to +/- 0x1p-79.
36688         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
36689         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
36690         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
36691         nonzero exponents with absolute value below 0x1p-32 to +/-
36692         0x1p-32.
36693         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
36694         (__ieee754_powl): Saturate nonzero exponents with absolute value
36695         below 0x1p-79 to +/- 0x1p-79.
36696         * math/libm-test.inc (pow_test): Add more tests.
36698 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36700         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
36701         _dl_s390_cap_flags with kernel. Increase string length.
36702         (_dl_s390_platforms): Add z196 and zEC12.
36704 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36706         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
36707         Change XOPEN21K to XOPEN2K.
36709 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
36711         * string/memmove.c: Use memcpy when possible.
36713 2012-11-06  Andreas Jaeger  <aj@suse.de>
36715         * po/eo.po: Update from translation team.
36717 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
36719         [BZ #14793]
36720         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
36721         exponent and small x and y exponents, scale x or y up.  Increase
36722         by 2 the exponent used in scaling up.
36723         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36724         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36725         * math/libm-test.inc (fma_test): Add more tests.
36726         (fma_test_towardzero): Likewise.
36727         (fma_test_downward): Likewise.
36728         (fma_test_upward): Likewise.
36730 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
36732         [BZ #14805]
36733         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
36734         fenv_t *.
36736         [BZ #14801]
36737         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
36738         namespace for names of struct fields.
36739         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
36740         fenv_t fields.
36741         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
36742         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
36744 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36746         [BZ #3665]
36747         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
36749 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
36751         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
36752         PTR_DEMANGLE.
36754         [BZ #5246]
36755         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
36756         PTR_DEMANGLE.
36758 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
36760         [BZ #14797]
36761         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
36762         definitely overflow as x * y not x * y + z.
36763         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36764         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36765         * math/libm-test.inc (fma_test): Add more tests.
36766         (fma_test_towardzero): Likewise.
36767         (fma_test_downward): Likewise.
36768         (fma_test_upward): Likewise.
36770 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
36772         [BZ #157]
36774         * include/stub-tag.h: Remove file.
36775         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
36776         '#include' of it.
36777         * manual/maint.texi (Porting): Don't reference it.
36778         * Makerules ($(objpfx)stubs): Likewise.
36779         * dirent/closedir.c: Don't include <stub-tag.h>.
36780         * dirent/dirfd.c: Likewise.
36781         * dirent/fdopendir.c: Likewise.
36782         * dirent/getdents.c: Likewise.
36783         * dirent/getdents64.c: Likewise.
36784         * dirent/opendir.c: Likewise.
36785         * dirent/readdir.c: Likewise.
36786         * dirent/readdir64.c: Likewise.
36787         * dirent/readdir64_r.c: Likewise.
36788         * dirent/readdir_r.c: Likewise.
36789         * dirent/rewinddir.c: Likewise.
36790         * dirent/seekdir.c: Likewise.
36791         * dirent/telldir.c: Likewise.
36792         * gmon/profil.c: Likewise.
36793         * grp/setgroups.c: Likewise.
36794         * inet/if_index.c: Likewise.
36795         * io/access.c: Likewise.
36796         * io/chdir.c: Likewise.
36797         * io/chmod.c: Likewise.
36798         * io/chown.c: Likewise.
36799         * io/close.c: Likewise.
36800         * io/dup.c: Likewise.
36801         * io/dup2.c: Likewise.
36802         * io/dup3.c: Likewise.
36803         * io/euidaccess.c: Likewise.
36804         * io/faccessat.c: Likewise.
36805         * io/fchdir.c: Likewise.
36806         * io/fchmod.c: Likewise.
36807         * io/fchmodat.c: Likewise.
36808         * io/fchown.c: Likewise.
36809         * io/fchownat.c: Likewise.
36810         * io/fcntl.c: Likewise.
36811         * io/flock.c: Likewise.
36812         * io/fstatfs.c: Likewise.
36813         * io/fstatfs64.c: Likewise.
36814         * io/fstatvfs.c: Likewise.
36815         * io/fstatvfs64.c: Likewise.
36816         * io/futimens.c: Likewise.
36817         * io/fxstat.c: Likewise.
36818         * io/fxstat64.c: Likewise.
36819         * io/fxstatat.c: Likewise.
36820         * io/fxstatat64.c: Likewise.
36821         * io/getcwd.c: Likewise.
36822         * io/isatty.c: Likewise.
36823         * io/lchmod.c: Likewise.
36824         * io/lchown.c: Likewise.
36825         * io/link.c: Likewise.
36826         * io/linkat.c: Likewise.
36827         * io/lseek.c: Likewise.
36828         * io/lseek64.c: Likewise.
36829         * io/lxstat64.c: Likewise.
36830         * io/mkdir.c: Likewise.
36831         * io/mkdirat.c: Likewise.
36832         * io/mkfifo.c: Likewise.
36833         * io/mkfifoat.c: Likewise.
36834         * io/open.c: Likewise.
36835         * io/open64.c: Likewise.
36836         * io/openat.c: Likewise.
36837         * io/openat64.c: Likewise.
36838         * io/pipe.c: Likewise.
36839         * io/pipe2.c: Likewise.
36840         * io/poll.c: Likewise.
36841         * io/posix_fadvise.c: Likewise.
36842         * io/posix_fadvise64.c: Likewise.
36843         * io/posix_fallocate.c: Likewise.
36844         * io/posix_fallocate64.c: Likewise.
36845         * io/read.c: Likewise.
36846         * io/readlink.c: Likewise.
36847         * io/readlinkat.c: Likewise.
36848         * io/rmdir.c: Likewise.
36849         * io/sendfile.c: Likewise.
36850         * io/sendfile64.c: Likewise.
36851         * io/statfs.c: Likewise.
36852         * io/statfs64.c: Likewise.
36853         * io/statvfs.c: Likewise.
36854         * io/statvfs64.c: Likewise.
36855         * io/symlink.c: Likewise.
36856         * io/symlinkat.c: Likewise.
36857         * io/ttyname.c: Likewise.
36858         * io/ttyname_r.c: Likewise.
36859         * io/umask.c: Likewise.
36860         * io/unlink.c: Likewise.
36861         * io/unlinkat.c: Likewise.
36862         * io/utime.c: Likewise.
36863         * io/utimensat.c: Likewise.
36864         * io/write.c: Likewise.
36865         * io/xmknod.c: Likewise.
36866         * io/xmknodat.c: Likewise.
36867         * io/xstat.c: Likewise.
36868         * io/xstat64.c: Likewise.
36869         * login/getpt.c: Likewise.
36870         * login/grantpt.c: Likewise.
36871         * login/unlockpt.c: Likewise.
36872         * math/e_acoshl.c: Likewise.
36873         * math/e_acosl.c: Likewise.
36874         * math/e_asinl.c: Likewise.
36875         * math/e_atan2l.c: Likewise.
36876         * math/e_atanhl.c: Likewise.
36877         * math/e_coshl.c: Likewise.
36878         * math/e_expl.c: Likewise.
36879         * math/e_fmodl.c: Likewise.
36880         * math/e_gammal_r.c: Likewise.
36881         * math/e_hypotl.c: Likewise.
36882         * math/e_j0l.c: Likewise.
36883         * math/e_j1l.c: Likewise.
36884         * math/e_jnl.c: Likewise.
36885         * math/e_lgammal_r.c: Likewise.
36886         * math/e_log10l.c: Likewise.
36887         * math/e_log2l.c: Likewise.
36888         * math/e_logl.c: Likewise.
36889         * math/e_powl.c: Likewise.
36890         * math/e_rem_pio2l.c: Likewise.
36891         * math/e_sinhl.c: Likewise.
36892         * math/e_sqrtl.c: Likewise.
36893         * math/fclrexcpt.c: Likewise.
36894         * math/fedisblxcpt.c: Likewise.
36895         * math/feenablxcpt.c: Likewise.
36896         * math/fegetenv.c: Likewise.
36897         * math/fegetexcept.c: Likewise.
36898         * math/fegetround.c: Likewise.
36899         * math/feholdexcpt.c: Likewise.
36900         * math/fesetenv.c: Likewise.
36901         * math/fesetround.c: Likewise.
36902         * math/feupdateenv.c: Likewise.
36903         * math/fgetexcptflg.c: Likewise.
36904         * math/fraiseexcpt.c: Likewise.
36905         * math/fsetexcptflg.c: Likewise.
36906         * math/ftestexcept.c: Likewise.
36907         * math/k_cosl.c: Likewise.
36908         * math/k_rem_pio2l.c: Likewise.
36909         * math/k_sinl.c: Likewise.
36910         * math/k_tanl.c: Likewise.
36911         * math/s_asinhl.c: Likewise.
36912         * math/s_atanl.c: Likewise.
36913         * math/s_cbrtl.c: Likewise.
36914         * math/s_erfl.c: Likewise.
36915         * math/s_expm1l.c: Likewise.
36916         * math/s_log1pl.c: Likewise.
36917         * math/s_tanhl.c: Likewise.
36918         * misc/acct.c: Likewise.
36919         * misc/brk.c: Likewise.
36920         * misc/chflags.c: Likewise.
36921         * misc/chroot.c: Likewise.
36922         * misc/fchflags.c: Likewise.
36923         * misc/fgetxattr.c: Likewise.
36924         * misc/flistxattr.c: Likewise.
36925         * misc/fremovexattr.c: Likewise.
36926         * misc/fsetxattr.c: Likewise.
36927         * misc/fsync.c: Likewise.
36928         * misc/ftruncate.c: Likewise.
36929         * misc/futimes.c: Likewise.
36930         * misc/futimesat.c: Likewise.
36931         * misc/getdomain.c: Likewise.
36932         * misc/getdtsz.c: Likewise.
36933         * misc/gethostid.c: Likewise.
36934         * misc/gethostname.c: Likewise.
36935         * misc/getloadavg.c: Likewise.
36936         * misc/getpagesize.c: Likewise.
36937         * misc/getsysstats.c: Likewise.
36938         * misc/getxattr.c: Likewise.
36939         * misc/gtty.c: Likewise.
36940         * misc/ioctl.c: Likewise.
36941         * misc/lgetxattr.c: Likewise.
36942         * misc/listxattr.c: Likewise.
36943         * misc/llistxattr.c: Likewise.
36944         * misc/lremovexattr.c: Likewise.
36945         * misc/lsetxattr.c: Likewise.
36946         * misc/lutimes.c: Likewise.
36947         * misc/madvise.c: Likewise.
36948         * misc/mincore.c: Likewise.
36949         * misc/mlock.c: Likewise.
36950         * misc/mlockall.c: Likewise.
36951         * misc/mmap.c: Likewise.
36952         * misc/mprotect.c: Likewise.
36953         * misc/msync.c: Likewise.
36954         * misc/munlock.c: Likewise.
36955         * misc/munlockall.c: Likewise.
36956         * misc/munmap.c: Likewise.
36957         * misc/preadv.c: Likewise.
36958         * misc/preadv64.c: Likewise.
36959         * misc/ptrace.c: Likewise.
36960         * misc/pwritev.c: Likewise.
36961         * misc/pwritev64.c: Likewise.
36962         * misc/readv.c: Likewise.
36963         * misc/reboot.c: Likewise.
36964         * misc/remap_file_pages.c: Likewise.
36965         * misc/removexattr.c: Likewise.
36966         * misc/revoke.c: Likewise.
36967         * misc/select.c: Likewise.
36968         * misc/setdomain.c: Likewise.
36969         * misc/setegid.c: Likewise.
36970         * misc/seteuid.c: Likewise.
36971         * misc/sethostid.c: Likewise.
36972         * misc/sethostname.c: Likewise.
36973         * misc/setregid.c: Likewise.
36974         * misc/setreuid.c: Likewise.
36975         * misc/setxattr.c: Likewise.
36976         * misc/sstk.c: Likewise.
36977         * misc/stty.c: Likewise.
36978         * misc/swapoff.c: Likewise.
36979         * misc/swapon.c: Likewise.
36980         * misc/sync.c: Likewise.
36981         * misc/syncfs.c: Likewise.
36982         * misc/syscall.c: Likewise.
36983         * misc/truncate.c: Likewise.
36984         * misc/ualarm.c: Likewise.
36985         * misc/usleep.c: Likewise.
36986         * misc/ustat.c: Likewise.
36987         * misc/utimes.c: Likewise.
36988         * misc/vhangup.c: Likewise.
36989         * misc/writev.c: Likewise.
36990         * posix/_exit.c: Likewise.
36991         * posix/alarm.c: Likewise.
36992         * posix/execve.c: Likewise.
36993         * posix/fexecve.c: Likewise.
36994         * posix/fork.c: Likewise.
36995         * posix/fpathconf.c: Likewise.
36996         * posix/getaddrinfo.c: Likewise.
36997         * posix/getegid.c: Likewise.
36998         * posix/geteuid.c: Likewise.
36999         * posix/getgid.c: Likewise.
37000         * posix/getgroups.c: Likewise.
37001         * posix/getlogin.c: Likewise.
37002         * posix/getlogin_r.c: Likewise.
37003         * posix/getpgid.c: Likewise.
37004         * posix/getpid.c: Likewise.
37005         * posix/getppid.c: Likewise.
37006         * posix/getresgid.c: Likewise.
37007         * posix/getresuid.c: Likewise.
37008         * posix/getsid.c: Likewise.
37009         * posix/getuid.c: Likewise.
37010         * posix/glob64.c: Likewise.
37011         * posix/nanosleep.c: Likewise.
37012         * posix/pathconf.c: Likewise.
37013         * posix/pause.c: Likewise.
37014         * posix/posix_madvise.c: Likewise.
37015         * posix/pread.c: Likewise.
37016         * posix/pread64.c: Likewise.
37017         * posix/pwrite.c: Likewise.
37018         * posix/pwrite64.c: Likewise.
37019         * posix/sched_getaffinity.c: Likewise.
37020         * posix/sched_getp.c: Likewise.
37021         * posix/sched_gets.c: Likewise.
37022         * posix/sched_primax.c: Likewise.
37023         * posix/sched_primin.c: Likewise.
37024         * posix/sched_rr_gi.c: Likewise.
37025         * posix/sched_setaffinity.c: Likewise.
37026         * posix/sched_setp.c: Likewise.
37027         * posix/sched_sets.c: Likewise.
37028         * posix/sched_yield.c: Likewise.
37029         * posix/setgid.c: Likewise.
37030         * posix/setlogin.c: Likewise.
37031         * posix/setpgid.c: Likewise.
37032         * posix/setresgid.c: Likewise.
37033         * posix/setresuid.c: Likewise.
37034         * posix/setsid.c: Likewise.
37035         * posix/setuid.c: Likewise.
37036         * posix/sleep.c: Likewise.
37037         * posix/spawni.c: Likewise.
37038         * posix/sysconf.c: Likewise.
37039         * posix/times.c: Likewise.
37040         * posix/wait.c: Likewise.
37041         * posix/wait3.c: Likewise.
37042         * posix/wait4.c: Likewise.
37043         * posix/waitpid.c: Likewise.
37044         * resolv/gai_sigqueue.c: Likewise.
37045         * resource/getpriority.c: Likewise.
37046         * resource/getrlimit.c: Likewise.
37047         * resource/getrusage.c: Likewise.
37048         * resource/nice.c: Likewise.
37049         * resource/setpriority.c: Likewise.
37050         * resource/setrlimit.c: Likewise.
37051         * resource/ulimit.c: Likewise.
37052         * rt/aio_cancel.c: Likewise.
37053         * rt/aio_fsync.c: Likewise.
37054         * rt/aio_read.c: Likewise.
37055         * rt/aio_sigqueue.c: Likewise.
37056         * rt/aio_suspend.c: Likewise.
37057         * rt/aio_write.c: Likewise.
37058         * rt/clock_getres.c: Likewise.
37059         * rt/clock_gettime.c: Likewise.
37060         * rt/clock_nanosleep.c: Likewise.
37061         * rt/clock_settime.c: Likewise.
37062         * rt/lio_listio.c: Likewise.
37063         * rt/mq_close.c: Likewise.
37064         * rt/mq_getattr.c: Likewise.
37065         * rt/mq_notify.c: Likewise.
37066         * rt/mq_open.c: Likewise.
37067         * rt/mq_receive.c: Likewise.
37068         * rt/mq_send.c: Likewise.
37069         * rt/mq_setattr.c: Likewise.
37070         * rt/mq_timedreceive.c: Likewise.
37071         * rt/mq_timedsend.c: Likewise.
37072         * rt/mq_unlink.c: Likewise.
37073         * rt/shm_open.c: Likewise.
37074         * rt/shm_unlink.c: Likewise.
37075         * rt/timer_create.c: Likewise.
37076         * rt/timer_delete.c: Likewise.
37077         * rt/timer_getoverr.c: Likewise.
37078         * rt/timer_gettime.c: Likewise.
37079         * rt/timer_settime.c: Likewise.
37080         * setjmp/__longjmp.c: Likewise.
37081         * setjmp/setjmp.c: Likewise.
37082         * signal/kill.c: Likewise.
37083         * signal/killpg.c: Likewise.
37084         * signal/raise.c: Likewise.
37085         * signal/sigaction.c: Likewise.
37086         * signal/sigaltstack.c: Likewise.
37087         * signal/sigblock.c: Likewise.
37088         * signal/sigignore.c: Likewise.
37089         * signal/sigintr.c: Likewise.
37090         * signal/signal.c: Likewise.
37091         * signal/sigpause.c: Likewise.
37092         * signal/sigpending.c: Likewise.
37093         * signal/sigqueue.c: Likewise.
37094         * signal/sigreturn.c: Likewise.
37095         * signal/sigset.c: Likewise.
37096         * signal/sigsetmask.c: Likewise.
37097         * signal/sigstack.c: Likewise.
37098         * signal/sigsuspend.c: Likewise.
37099         * signal/sigtimedwait.c: Likewise.
37100         * signal/sigvec.c: Likewise.
37101         * signal/sigwait.c: Likewise.
37102         * signal/sigwaitinfo.c: Likewise.
37103         * signal/sysv_signal.c: Likewise.
37104         * socket/accept.c: Likewise.
37105         * socket/accept4.c: Likewise.
37106         * socket/bind.c: Likewise.
37107         * socket/connect.c: Likewise.
37108         * socket/getpeername.c: Likewise.
37109         * socket/getsockname.c: Likewise.
37110         * socket/getsockopt.c: Likewise.
37111         * socket/isfdtype.c: Likewise.
37112         * socket/listen.c: Likewise.
37113         * socket/recv.c: Likewise.
37114         * socket/recvfrom.c: Likewise.
37115         * socket/recvmsg.c: Likewise.
37116         * socket/send.c: Likewise.
37117         * socket/sendmsg.c: Likewise.
37118         * socket/sendto.c: Likewise.
37119         * socket/setsockopt.c: Likewise.
37120         * socket/shutdown.c: Likewise.
37121         * socket/sockatmark.c: Likewise.
37122         * socket/socket.c: Likewise.
37123         * socket/socketpair.c: Likewise.
37124         * stdio-common/ctermid.c: Likewise.
37125         * stdio-common/cuserid.c: Likewise.
37126         * stdio-common/remove.c: Likewise.
37127         * stdio-common/rename.c: Likewise.
37128         * stdio-common/renameat.c: Likewise.
37129         * stdio-common/tempname.c: Likewise.
37130         * stdlib/getcontext.c: Likewise.
37131         * stdlib/makecontext.c: Likewise.
37132         * stdlib/setcontext.c: Likewise.
37133         * stdlib/swapcontext.c: Likewise.
37134         * stdlib/system.c: Likewise.
37135         * streams/fattach.c: Likewise.
37136         * streams/fdetach.c: Likewise.
37137         * streams/getmsg.c: Likewise.
37138         * streams/getpmsg.c: Likewise.
37139         * streams/putmsg.c: Likewise.
37140         * streams/putpmsg.c: Likewise.
37141         * sysdeps/unix/bsd/getpt.c: Likewise.
37142         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
37143         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
37144         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
37145         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
37146         Likewise.
37147         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
37148         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
37149         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
37150         * sysvipc/msgctl.c: Likewise.
37151         * sysvipc/msgget.c: Likewise.
37152         * sysvipc/msgrcv.c: Likewise.
37153         * sysvipc/msgsnd.c: Likewise.
37154         * sysvipc/semctl.c: Likewise.
37155         * sysvipc/semget.c: Likewise.
37156         * sysvipc/semop.c: Likewise.
37157         * sysvipc/semtimedop.c: Likewise.
37158         * sysvipc/shmat.c: Likewise.
37159         * sysvipc/shmctl.c: Likewise.
37160         * sysvipc/shmdt.c: Likewise.
37161         * sysvipc/shmget.c: Likewise.
37162         * termios/tcdrain.c: Likewise.
37163         * termios/tcflow.c: Likewise.
37164         * termios/tcflush.c: Likewise.
37165         * termios/tcgetattr.c: Likewise.
37166         * termios/tcgetpgrp.c: Likewise.
37167         * termios/tcsendbrk.c: Likewise.
37168         * termios/tcsetattr.c: Likewise.
37169         * termios/tcsetpgrp.c: Likewise.
37170         * time/adjtime.c: Likewise.
37171         * time/clock.c: Likewise.
37172         * time/getitimer.c: Likewise.
37173         * time/gettimeofday.c: Likewise.
37174         * time/setitimer.c: Likewise.
37175         * time/settimeofday.c: Likewise.
37176         * time/stime.c: Likewise.
37177         * time/time.c: Likewise.
37179 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
37181         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
37182         /usr/old/bin.
37184         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
37185         instead of spaces.
37186         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
37188 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
37190         [BZ #14796]
37191         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
37192         FE_TONEAREST before applying Dekker multiplication and Knuth
37193         addition.  Clear inexact exceptions and check for exact zero
37194         results afterwards.
37195         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37196         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
37197         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37198         * math/libm-test.inc (fma_test): Add more tests.
37199         (fma_test_towardzero): Likewise.
37200         (fma_test_downward): Likewise.
37201         (fma_test_upward): Likewise.
37202         * sysdeps/generic/math_private.h (default_libc_fesetround): New
37203         function.
37204         (libc_fesetround): New macro.
37205         (libc_fesetroundf): Likewise.
37206         (libc_fesetroundl): Likewise.
37207         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
37208         function.
37209         (libc_fesetround_387): Likewise.
37210         (libc_fesetroundf): New macro.
37211         (libc_fesetround): Likewise.
37212         (libc_fesetroundl): Likewise.
37213         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
37214         function.
37215         (libc_fesetroundf): New macro.
37216         (libc_fesetround): Likewise.
37217         (libc_fesetroundl): Likewise.
37218         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
37219         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
37220         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
37221         libm_hidden_ver.
37222         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
37223         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
37224         libm_hidden_def.
37225         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
37226         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
37227         libm_hidden_ver.
37228         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
37229         libm_hidden_def.
37231         [BZ #3439]
37232         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
37233         integer constant usable in #if and use that to give value to enum
37234         constant.
37235         (FE_DIVBYZERO): Likewise.
37236         (FE_UNDERFLOW): Likewise.
37237         (FE_OVERFLOW): Likewise.
37238         (FE_INVALID): Likewise.
37239         (FE_INVALID_SNAN): Likewise.
37240         (FE_INVALID_ISI): Likewise.
37241         (FE_INVALID_IDI): Likewise.
37242         (FE_INVALID_ZDZ): Likewise.
37243         (FE_INVALID_IMZ): Likewise.
37244         (FE_INVALID_COMPARE): Likewise.
37245         (FE_INVALID_SOFTWARE): Likewise.
37246         (FE_INVALID_SQRT): Likewise.
37247         (FE_INVALID_INTEGER_CONVERSION): Likewise.
37248         (FE_TONEAREST): Likewise.
37249         (FE_TOWARDZERO): Likewise.
37250         (FE_UPWARD): Likewise.
37251         (FE_DOWNWARD): Likewise.
37252         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
37253         (FE_DIVBYZERO): Likewise.
37254         (FE_OVERFLOW): Likewise.
37255         (FE_UNDERFLOW): Likewise.
37256         (FE_INEXACT): Likewise.
37257         (FE_TONEAREST): Likewise.
37258         (FE_DOWNWARD): Likewise.
37259         (FE_UPWARD): Likewise.
37260         (FE_TOWARDZERO): Likewise.
37261         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
37262         (FE_UNDERFLOW): Likewise.
37263         (FE_OVERFLOW): Likewise.
37264         (FE_DIVBYZERO): Likewise.
37265         (FE_INVALID): Likewise.
37266         (FE_TONEAREST): Likewise.
37267         (FE_TOWARDZERO): Likewise.
37268         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
37269         (FE_OVERFLOW): Likewise.
37270         (FE_UNDERFLOW): Likewise.
37271         (FE_DIVBYZERO): Likewise.
37272         (FE_INEXACT): Likewise.
37273         (FE_TONEAREST): Likewise.
37274         (FE_TOWARDZERO): Likewise.
37275         (FE_UPWARD): Likewise.
37276         (FE_DOWNWARD): Likewise.
37277         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
37278         (FE_DIVBYZERO): Likewise.
37279         (FE_OVERFLOW): Likewise.
37280         (FE_UNDERFLOW): Likewise.
37281         (FE_INEXACT): Likewise.
37282         (FE_TONEAREST): Likewise.
37283         (FE_DOWNWARD): Likewise.
37284         (FE_UPWARD): Likewise.
37285         (FE_TOWARDZERO): Likewise.
37287 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
37289         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
37291 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
37293         * scripts/cross-test-ssh.sh (command): Use newlines to separate
37294         commands.  Quote $PWD.
37295         (blacklist_exports): Don't use remove_newlines.  Replace "declare
37296         -x" by "export".
37297         (remove_newlines): Remove.
37299 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
37301         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
37302         * stdlib/stdlib.h (atof): Moved to ...
37303         * include/bits/stdlib-float.h: Here.  New file.
37304         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
37305         * stdlib/bits/stdlib-float.h: New file.
37306         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
37307         -mno-sse -mno-mmx.
37308         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
37309         <xmmintrin.h>.
37311 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
37313         * conform/conformtest.pl (@headers): Add fenv.h.
37314         * conform/data/fenv.h-data: New file.
37315         * include/fenv.h [_ISOMAC]: Disable all contents of file except
37316         include of <math/fenv.h>.
37318         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
37319         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
37320         && !UNIX98].  Enables tests for XOPEN2K8.
37321         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
37322         POSIX2008]: Likewise.
37324         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
37325         (struct rusage): Do not expect type or its members.
37327         [BZ #3439]
37328         * math/math.h (FP_NAN): Define macro to integer constant usable in
37329         #if and use that to give value to enum constant.
37330         (FP_INFINITE): Likewise.
37331         (FP_ZERO): Likewise.
37332         (FP_SUBNORMAL): Likewise.
37333         (FP_NORMAL): Likewise.
37335 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
37337         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
37338         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
37339         arguments.
37341 2012-11-02  Roland McGrath  <roland@hack.frob.com>
37343         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
37344         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
37345         autoconf-time if not.
37346         * configure.in: Remove AC_PREREQ.
37348 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37350         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
37351         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
37352         of the internal implementation.
37354 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
37356         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
37357         except include of <misc/sys/syslog.h>.
37359 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
37361         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
37362         function returns with a NULL context exit with zero.
37364 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37366         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
37368 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
37370         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
37371         (run_program_cmd): This.
37372         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
37373         (tst_langinfo): New variable.  Use it.
37375 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
37377         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
37378         floating point opcodes.
37380 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37382         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
37383         variable.
37385         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
37387         * sysdeps/mach/hurd/powerpc: Remove directory.
37388         * sysdeps/mach/powerpc: Likewise.
37390 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
37392         * scripts/check-local-headers.sh: Ignore c++ headers.
37394 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37396         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
37397         __libc_cleanup_region_start argument.
37399 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
37401         [BZ #14784]
37402         [BZ #14785]
37403         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
37404         x * y using scaling, not as x * y + z.
37405         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37406         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37407         * math/libm-test.inc (fma_test): Add more tests.
37408         (fma_test_towardzero): Likewise.
37409         (fma_test_downward): Likewise.
37410         (fma_test_upward): Likewise.
37412 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37414         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
37416 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
37418         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
37419         New variable.
37421 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
37423         * rt/tst-shm.c (worker): Correct checking for mmap failure.
37425 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
37427         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37428         Fix sort order.
37429         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37430         Likewise.
37432 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37434         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37435         Fix the order of the list for glibc 2.17.
37436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37437         Likewise.
37439 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
37441         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37443 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
37445         [BZ #14610]
37446         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
37447         for low part of x being zero before using __atanl (y).
37448         * math/libm-test.inc (atan2_test): Add another test.
37450         * manual/install.texi (Configuring and compiling): Document
37451         general use of test-wrapper and test-wrapper-env.
37452         * INSTALL: Regenerated.
37454         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
37455         (__fma): Do not extract and scale down low bits on after-rounding
37456         systems when result rounded to normal precision would have normal
37457         exponent.
37458         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
37459         (__fmal): Do not extract and scale down low bits on after-rounding
37460         systems when result rounded to normal precision would have normal
37461         exponent.
37462         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
37463         (__fmal): Do not extract and scale down low bits on after-rounding
37464         systems when result rounded to normal precision would have normal
37465         exponent.
37466         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
37467         macro.
37468         (fma_test): Add more tests.
37469         (fma_test_towardzero): Likewise.
37470         (fma_test_downward): Likewise.
37471         (fma_test_upward): Likewise.
37473 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
37475         * sysdeps/i386/tininess.h: Renamed to ...
37476         * sysdeps/x86/tininess.h: This.
37477         * sysdeps/x86_64/tininess.h: Removed.
37479 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37481         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
37482         input.  Use $(build-program-cmd).
37483         ($(objpfx)tst-array1-static.out): Likewise.
37484         ($(objpfx)tst-array2.out): Likewise.
37485         ($(objpfx)tst-array3.out): Likewise.
37486         ($(objpfx)tst-array4.out): Likewise.
37487         ($(objpfx)tst-array5.out): Likewise.
37488         ($(objpfx)tst-array5-static.out): Likewise.
37490 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
37492         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
37493         if defined.
37495         * nss/nsswitch.h (nss_interface_function): Provide new
37496         macro for use with NSS functions.
37497         * grp/initgroups.c: Use new macro.
37498         * nss/getXXbyYY.c: Likewise.
37499         * nss/getXXbyYY_r.c: Likewise.
37500         * nss/getXXent.c: Likewise.
37501         * nss/getXXent_r.c: Likewise.
37502         * sysdeps/posix/getaddrinfo.c: Likewise.
37504 2012-10-30  Andreas Jaeger  <aj@suse.de>
37506         * po/ru.po: Update Russion translation from translation project.
37508 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37510         [BZ #14152]
37511         [BZ #14783]
37512         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
37513         result and shift together with sticky bit instead of replicating
37514         round-to-nearest rounding.
37515         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37516         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37517         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
37518         missing underflow exceptions.
37519         (fma_test_towardzero): Add more tests.
37520         (fma_test_downward): Likewise.
37521         (fma_test_upward): Likewise.
37523         [BZ #14047]
37524         * sysdeps/generic/tininess.h: New file.
37525         * sysdeps/i386/tininess.h: Likewise.
37526         * sysdeps/sh/tininess.h: Likewise.
37527         * sysdeps/x86_64/tininess.h: Likewise.
37528         * stdlib/tst-strtod-underflow.c: Likewise.
37529         * stdlib/tst-tininess.c: Likewise.
37530         * stdlib/strtod_l.c: Include <tininess.h>.
37531         (round_and_return): Do not set errno for exact underflow cases.
37532         Force an underflow exception when setting errno for underflow.
37533         Determine underflow based on rounding to normal precision if
37534         TININESS_AFTER_ROUNDING.
37535         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
37536         ERANGE for exact underflow cases.
37537         * stdlib/Makefile (tests): Add tst-tininess and
37538         tst-strtod-underflow.
37539         ($(objpfx)tst-tininess): Use $(link-libm).
37540         ($(objpfx)tst-strtod-underflow): Likewise.
37542 2012-10-30  Andreas Jaeger  <aj@suse.de>
37544         [BZ#14767]
37545         * elf/Makefile (tests): Remove conditional for have-initfini-array
37546         since this is now always required and the variable does not exist
37547         anymore.
37548         (tests-static): Likewise.
37549         (modules-names): Likewise.
37551         * po/eo.po: Add Esperanto translation from translation project.
37553         * elf/tst-array1.c (fini_array): Make writeable so that it can be
37554         merged with constructor/destructor.
37555         (init_array): Likewise.
37556         * elf/tst-array2dep.c (fini_array): Likewise.
37557         (init_array): Likewise.
37559 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
37561         * manual/message.texi: Delete @cartouche tags.
37563 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
37565         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
37566         EOPNOTSUPP.
37567         * sysdeps/mach/hurd/fsync.c: Likewise.
37569         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
37570         [_POSIX_REALTIME_SIGNALS]: Change condition to
37571         [_POSIX_REALTIME_SIGNALS > 0].
37573 2012-10-27  Andreas Jaeger  <aj@suse.de>
37575         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
37576         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
37577         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
37578         [__WORDSIZE != 64]: Likewise.
37580 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
37582         *  iconvdata/tst-table.sh: Remove ${SHELL}.
37583         *  iconvdata/tst-tables.sh: Likewise.
37585 2012-10-25  David S. Miller  <davem@davemloft.net>
37587         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37588         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
37589         of strtoull.
37591         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
37592         ifunc-impl-list.c
37593         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
37594         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
37595         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
37596         file.
37598 2012-10-25  Roland McGrath  <roland@hack.frob.com>
37600         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37601         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
37602         __getdirentries.
37604 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
37605             Jim Blandy  <jimb@codesourcery.com>
37607         * scripts/cross-test-ssh.sh: New file.
37608         * manual/install.texi (Configuring and compiling): Document use of
37609         cross-test-ssh.sh.
37610         * INSTALL: Regenerated.
37612 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
37614         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
37615         EOPNOTSUPP.
37617 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
37619         * Makeconfig (run-program-prefix): Fix comment.
37621 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
37622             Jim Blandy  <jimb@codesourcery.com>
37624         * Makeconfig (test-wrapper): New variable,
37625         (test-wrapper-env): Likewise.
37626         [$(cross-compiling) = yes && $(test-wrapper) != ""]
37627         (run-built-tests): Define to yes.
37628         (run-program-prefix): Use $(test-wrapper).
37629         (built-program-cmd): Likewise.
37630         * Rules (make-test-out): Use $(test-wrapper-env) and
37631         $(host-built-program-cmd).
37632         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
37633         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
37634         tst-pathopt.sh.
37635         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
37636         $(test-wrapper-env) to tst-rtld-load-self.sh.
37637         ($(objpfx)order2.out): Use $(test-wrapper).
37638         ($(objpfx)tst-initorder.out): Likewise.
37639         ($(objpfx)tst-initorder2.out): Likewise.
37640         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
37641         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
37642         (test_wrapper_env): New variable.  Use it to run ld.so.
37643         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
37644         Use it to run ld.so.
37645         (test_wrapper_env): Likewise.
37646         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
37647         $(test-wrapper) to run-iconv-test.sh.
37648         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
37649         (ICONV): Use $test_wrapper.
37650         * posix/Makefile ($(objpfx)globtest.out): Pass
37651         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
37652         globtest.sh, not $(run-program-prefix).
37653         * posix/globtest.sh (run_via_rtld_prefix): New variable.
37654         (test_wrapper): Likewise.
37655         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
37656         set together with run_via_rtld_prefix.
37657         (run_program_prefix): Define in terms of test_wrapper and
37658         run_via_rtld_prefix.
37660 2012-10-24  Roland McGrath  <roland@hack.frob.com>
37662         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
37663         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
37664         Targets removed.
37666         [BZ #14743]
37667         * include/time.h: Remove librt_hidden_proto (clock_gettime).
37668         Declare __clock_getres, __clock_gettime, __clock_settime,
37669         __clock_nanosleep, and __clock_getcpuclockid.
37670         * rt/clock_gettime.c: Define __clock_gettime as an alias.
37671         Remove librt_hidden_def (clock_gettime).
37672         * sysdeps/unix/clock_gettime.c: Likewise.
37673         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
37674         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
37675         * rt/clock_getres.c: Define __clock_getres as an alias.
37676         * sysdeps/posix/clock_getres.c: Likewise.
37677         * rt/clock_settime.c: Define __clock_settime as an alias.
37678         * sysdeps/unix/clock_settime.c: Likewise.
37679         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
37680         * sysdeps/unix/clock_nanosleep.c: Likewise.
37681         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
37682         * rt/clock-compat.c: New file.
37683         * rt/Makefile (librt-routines): Add clock-compat and move
37684         $(clock-routines) to ...
37685         (routines): ... here, new variable.
37686         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
37687         Don't add get_clockfreq here.
37688         * rt/Versions (libc: GLIBC_2.17): New version set.
37689         Add clock_* symbols here.
37690         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
37691         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
37692         (GLIBC_2.17): Add clock_* symbols.
37693         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37694         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37695         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37696         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37697         Likewise.
37698         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37699         Likewise.
37700         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37701         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37702         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37703         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37704         * NEWS: Mention the move.
37706         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
37707         Use __open, __read, __close rather than their public counterparts.
37708         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37709         (__get_clockfreq_via_cpuinfo): Likewise.
37710         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
37711         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
37713         * config.h.in (HAVE_IFUNC): New #undef.
37714         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
37715         was successful.
37716         * configure: Regenerated.
37718 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
37720         * configure.in: Move READELF check to start of file.
37721         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
37722         libc_cv_asm_gnu_indirect_function in the process.
37723         * configure: Regenerated.
37725 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
37727         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
37728         send the output to /dev/null.
37729         (libc_cv_cc_with_libunwind): Likewise.
37730         (libc_cv_as_noexecstack): Likewise.
37731         * configure: Regenerate.
37733 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
37735         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
37737         * posix/globtest.sh (TMPDIR): Do not set.
37738         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
37739         (testout): Likewise.
37741 2012-10-24  Andreas Jaeger  <aj@suse.de>
37743         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
37744         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
37745         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
37746         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
37747         posix_fadvise64, posix_fallocate64.
37749         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
37750         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
37751         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
37752         Likewise.
37753         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
37754         Likewise.
37755         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
37757         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
37758         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
37759         <bits/fcntl-linux.h>.
37760         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
37762         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
37763         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
37764         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
37765         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
37766         [__WORDSIZE != 64]: Likewise.
37768 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
37770         * Makeconfig (run-built-tests): New variable.
37771         * Rules [$(cross-compiling) = yes]: Change condition to
37772         [$(run-built-tests) = no].
37773         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
37774         to [$(run-built-tests) = yes].
37775         * elf/Makefile [$(cross-compiling) = no]: Likewise
37776         * grp/Makefile [$(cross-compiling) = no]: Likewise.
37777         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
37778         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
37779         * intl/Makefile [$(cross-compiling) = no]: Likewise.
37780         * io/Makefile [$(cross-compiling) = no]: Likewise.
37781         * libio/Makefile [$(cross-compiling) = no]: Likewise.
37782         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
37783         * misc/Makefile [$(cross-compiling) = no]: Likewise.
37784         * posix/Makefile [$(cross-compiling) = no]: Likewise.
37785         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
37786         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
37787         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
37788         * string/Makefile [$(cross-compiling) = no]: Likewise.
37790         * posix/Makefile ($(objpfx)globtest.out): Pass
37791         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
37792         $(rtld-installed-name).
37793         * posix/globtest.sh (elf_objpfx): Remove variable.
37794         (rtld_installed_name): Likewise.
37795         (library_path): Likewise.
37796         (run_program_prefix): New variable.  Use for running globtest
37797         binary.
37799 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
37800             Joseph Myers  <joseph@codesourcery.com>
37802         * Makeconfig (host-built-program-cmd): New variable.
37803         * elf/Makefile (tst-stackguard1-ARGS): Use
37804         $(host-built-program-cmd).
37805         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
37806         (tst-spawn-ARGS): Likewise.
37807         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
37809 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
37810             Jim Blandy  <jimb@codesourcery.com>
37812         * Makeconfig (run-via-rtld-prefix): New variable.
37813         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
37814         (built-program-cmd): Likewise.
37816 2012-10-22  Andreas Jaeger  <aj@suse.de>
37818         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
37819         __O_RSYNC if it exists, otherwise to O_SYNC.
37821 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
37822             Joseph Myers  <joseph@codesourcery.com>
37824         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
37825         /dev/null.
37826         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
37827         from /dev/null
37828         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
37829         /dev/null.
37831 2012-10-22  Andreas Jaeger  <aj@suse.de>
37833         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
37834         Define always.
37835         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
37837         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37838         bits/fcntl-linux.h.
37840         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
37841         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
37843         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
37844         to __O_LARGEFILE.
37845         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
37846         to __O_LARGEFILE.
37848 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
37849             Joseph Myers  <joseph@codesourcery.com>
37851         * config.make.in (NM): New variable.
37853 2012-10-21  Andreas Jaeger  <aj@suse.de>
37855         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
37856         definitions and declarations that are provided by
37857         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
37859 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
37861         [BZ #14683]
37862         * elf/Makefile (tests-static): Add tst-leaks1-static.
37863         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
37864         ($(objpfx)tst-leaks1-static): New rule.
37865         ($(objpfx)tst-leaks1-static-mem): Likewise.
37866         (tst-leaks1-static-ENV): New macro.
37867         * elf/dl-open.c (dl_open_worker): Check the main application
37868         only if SHARED is defined.
37869         * elf/tst-leaks1-static.c: New file.
37871 2012-10-20  Andreas Jaeger  <aj@suse.de>
37873         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
37874         generic values for Linux.
37875         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
37876         and declarations that are provided by <bits/fcntl-linux.h> and
37877         include <bits/fcntl-linux.h>.
37878         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
37879         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
37881 2012-10-20  Roland McGrath  <roland@hack.frob.com>
37883         * io/fcntl.h: Move include of <bits/types.h> to the top and
37884         include it unconditionally.
37886 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
37888         * wcsmbs/Makefile (tests-ifunc): New variable.
37889         (tests): Add $(tests-ifunc).
37890         * wcsmbs/test-wcschr-ifunc.c: New file.
37891         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
37892         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
37893         * wcsmbs/test-wcslen-ifunc.c: Likewise.
37894         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
37895         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
37897         * string/Makefile (tests-ifunc): New variable.
37898         (tests): Add $(tests-ifunc).
37899         * string/test-memccpy.c (TEST_NAME): New macro.
37900         * string/test-memchr.c (TEST_NAME): Likewise.
37901         * string/test-memcmp.c (TEST_NAME): Likewise.
37902         * string/test-memcpy.c (TEST_NAME): Likewise.
37903         * string/test-memmem.c (TEST_NAME): Likewise.
37904         * string/test-memmove.c (TEST_NAME): Likewise.
37905         * string/test-memset.c (TEST_NAME): Likewise.
37906         * string/test-rawmemchr.c (TEST_NAME): Likewise.
37907         * string/test-stpcpy.c (TEST_NAME): Likewise.
37908         * string/test-stpncpy.c (TEST_NAME): Likewise.
37909         * string/test-strcasecmp.c (TEST_NAME): Likewise.
37910         * string/test-strcasestr.c (TEST_NAME): Likewise.
37911         * string/test-strcat.c (TEST_NAME): Likewise.
37912         * string/test-strchr.c (TEST_NAME): Likewise.
37913         * string/test-strcmp.c(TEST_NAME): Likewise.
37914         * string/test-strcpy.c (TEST_NAME): Likewise.
37915         * string/test-strcspn.c (TEST_NAME): Likewise.
37916         * string/test-strlen.c (TEST_NAME): Likewise.
37917         * string/test-strncasecmp.c (TEST_NAME): Likewise.
37918         * string/test-strncmp.c (TEST_NAME): Likewise.
37919         * string/test-strncpy.c (TEST_NAME): Likewise.
37920         * string/test-strnlen.c (TEST_NAME): Likewise.
37921         * string/test-strpbrk.c (TEST_NAME): Likewise.
37922         * string/test-strrchr.c (TEST_NAME): Likewise.
37923         * string/test-strspn.c (TEST_NAME): Likewise.
37924         * string/test-strstr.c (TEST_NAME): Likewise.
37925         * string/test-bcopy-ifunc.c: New file.
37926         * string/test-bzero-ifunc.c: Likewise.
37927         * string/test-memccpy-ifunc.c: Likewise.
37928         * string/test-memchr-ifunc.c: Likewise.
37929         * string/test-memcmp-ifunc.c: Likewise.
37930         * string/test-memcpy-ifunc.c: Likewise.
37931         * string/test-memmem-ifunc.c: Likewise.
37932         * string/test-memmove-ifunc.c: Likewise.
37933         * string/test-mempcpy-ifunc.c: Likewise.
37934         * string/test-memset-ifunc.c: Likewise.
37935         * string/test-rawmemchr-ifunc.c: Likewise.
37936         * string/test-stpcpy-ifunc.c: Likewise.
37937         * string/test-stpncpy-ifunc.c: Likewise.
37938         * string/test-strcasecmp-ifunc.c: Likewise.
37939         * string/test-strcasestr-ifunc.c: Likewise.
37940         * string/test-strcat-ifunc.c: Likewise.
37941         * string/test-strchr-ifunc.c: Likewise.
37942         * string/test-strchrnul-ifunc.c: Likewise.
37943         * string/test-strcmp-ifunc.c: Likewise.
37944         * string/test-strcpy-ifunc.c: Likewise.
37945         * string/test-strcspn-ifunc.c: Likewise.
37946         * string/test-strlen-ifunc.c: Likewise.
37947         * string/test-strncasecmp-ifunc.c: Likewise.
37948         * string/test-strncat-ifunc.c: Likewise.
37949         * string/test-strncmp-ifunc.c: Likewise.
37950         * string/test-strncpy-ifunc.c: Likewise.
37951         * string/test-strnlen-ifunc.c: Likewise.
37952         * string/test-strpbrk-ifunc.c: Likewise.
37953         * string/test-strrchr-ifunc.c: Likewise.
37954         * string/test-strspn-ifunc.c: Likewise.
37955         * string/test-strstr-ifunc.c: Likewise.
37957         * debug/Makefile (tests-ifunc): New variable.
37958         (tests): Add $(tests-ifunc).
37959         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
37960         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
37961         * debug/test-stpcpy_chk-ifunc.c: New file.
37962         * debug/test-strcpy_chk-ifunc.c: Likewise.
37964 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
37966         [BZ #13601]
37967         * elf/dl-load.c (open_verify): Retry read if the entire ELF
37968         header is not read in.
37970 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
37972         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
37973         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
37974         directly.  Pass built executable to script as
37975         $(built-program-cmd).
37976         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
37977         $testprogram without using LD_LIBRARY_PATH and $ldso.
37979         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
37980         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
37981         $(rtld-installed-name).
37982         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
37983         (rtld_installed_name): Likewise.
37984         (library_path): Likewise.
37985         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
37986         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
37987         $(run-program-prefix) to tst-tables.sh.
37988         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
37989         it to run tst-table-from and tst-table-to.
37990         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
37991         Pass it to tst-table.sh.
37992         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
37993         $(run-program-prefix) to tst-gettext.sh.
37994         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
37995         tst-translit.sh.
37996         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
37997         tst-gettext2.sh.
37998         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
37999         to run tst-gettext.
38000         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
38001         to run tst-gettext2.
38002         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
38003         to run tst-translit.
38004         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
38005         $(run-program-prefix) to tst-mtrace.sh.
38006         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
38007         to run tst-mtrace.
38008         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
38009         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
38010         $(rtld-installed-name).
38011         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
38012         (rtld_installed_name): Likewise.
38013         (run_program_prefix): New variable.  Use it to run wordexp-test.
38015         * Makeconfig (ARCH): Remove all definitions.
38016         (machine): Likewise.
38017         [ARCH]: Remove conditional code.
38018         [!objdir]: Give error.
38019         [!objdir] (objpfx): Remove.
38020         [!objdir] (common-objpfx): Likewise.
38021         [!objdir] (common-objdir): Likewise.
38022         * configure.in (config_makefile): Remove.  Hardcode Makefile in
38023         AC_CONFIG_FILES call.
38024         * configure: Regenerated.
38026         [BZ #13888]
38027         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
38028         or TMPDIR.
38029         (testout): Likewise.
38031         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
38032         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
38033         $(rtld-installed-name).
38034         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
38035         (rtld_installed_name): Likwise.
38036         (runit): Remove function.
38037         (run_getconf): New variable,  Use it for running getconf binary.
38039 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
38041         [BZ #14716]
38042         * string/test-memmem.c (check_result): New function.
38043         (do_one_test): Use it.
38044         (check1): New function.
38045         (test_main): Use it.
38047 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
38049         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
38051 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
38053         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
38054         (_G_LSEEK64): Likewise.
38055         (_G_MMAP64): Likewise.
38056         (_G_FSTAT64): Likewise.
38057         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
38058         (_G_LSEEK64): Likewise.
38059         (_G_MMAP64): Likewise.
38060         (_G_FSTAT64): Likewise.
38061         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
38062         unconditional.  Call __mmap64 directly.
38063         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
38064         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
38065         __lseek64 directly.
38066         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
38067         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
38068         __mmap64 directly.
38069         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
38070         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
38071         __lseek64 directly.
38072         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
38073         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
38074         __lseek64 directly.
38075         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
38076         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
38077         __lseek64 directly.
38078         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
38079         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
38080         __fxstat64 directly.
38081         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
38082         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
38083         unconditional.
38084         (freopen64) [!_G_OPEN64]: Remove conditional code.
38085         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
38086         unconditional.
38087         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
38088         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
38089         unconditional.
38090         (ftello64) [!_G_LSEEK64]: Remove conditional code.
38091         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
38092         unconditional.
38093         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
38094         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
38095         unconditional.
38096         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
38097         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
38098         unconditional.
38099         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
38100         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
38101         unconditional.
38102         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
38103         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
38104         unconditional.
38105         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
38107 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
38109         [BZ #12140]
38110         * manual/memory.texi (Malloc Tunable Parameters): Add note
38111         about free list pointers overwriting some perturb bytes.
38112         Wording suggested by Roland McGrath.
38114 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
38116         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
38117         (lgamma_test): Likewise.
38118         (tgamma_test): Likewise.
38120 2012-10-16  Florian Weimer  <fweimer@redhat.com>
38122         [BZ #14700]
38123         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
38124         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
38126 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
38128         * NEWS: Mention BZ #14716.
38129         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
38130         when removing AVAILABLE1_USES_J macro.
38132 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
38134         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
38135         (__bswap_64): __uint64_t for unsigned 64-bit int.
38137 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
38139         * include/string.h (memmem): Declare libc hidden alias.
38140         * string/memmem.c (memmem): Define libc hidden alias.
38141         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
38142         __read, __close instead of open, read, close.
38144 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
38146         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
38147         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
38148         global and hidden.
38149         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
38150         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
38151         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
38152         Likewise.
38153         (__rawmemchr_sse2): Likewise.
38154         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
38155         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
38156         (__strchr_sse2): Likewise.
38157         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
38158         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
38159         (__strcasecmp_sse2): Likewise.
38160         (__strncasecmp_sse2): Likewise.
38161         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
38162         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
38163         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
38164         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
38165         (__strrchr_sse2): Likewise.
38166         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
38167         ifunc-impl-list.c.
38168         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
38169         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
38170         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
38171         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
38172         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
38173         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
38174         * sysdeps/x86_64/multiarch/memset.S: Likewise.
38175         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
38176         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
38177         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
38178         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
38179         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
38180         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
38181         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
38182         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
38183         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
38184         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
38185         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
38186         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
38187         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
38188         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
38189         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
38190         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
38191         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
38192         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
38193         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
38194         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
38195         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
38196         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
38197         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
38199         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
38200         global and hidden.
38201         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
38202         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
38203         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
38204         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
38205         Likewise.
38206         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
38207         Likewise.
38208         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
38209         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
38210         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
38211         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
38212         ifunc-impl-list.c.
38213         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
38214         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
38215         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
38216         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
38217         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
38218         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
38219         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
38220         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
38221         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
38222         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
38223         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
38224         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
38225         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
38226         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
38227         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
38228         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
38229         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
38230         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
38231         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
38232         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
38233         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
38234         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
38235         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
38236         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
38237         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
38238         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
38239         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
38240         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
38241         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
38242         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
38243         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
38244         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
38245         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
38246         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
38247         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
38248         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
38249         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
38250         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
38251         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
38252         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
38253         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
38255         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
38256         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
38257         * include/ifunc-impl-list.h: New file.
38258         * misc/ifunc-impl-list.c: Likewise.
38259         * misc/Makefile (routines): Add ifunc-impl-list.
38260         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
38261         * string/test-string.h: Include <ifunc-impl-list.h>.
38262         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
38263         TEST_NAME]: New variables.
38264         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
38265         are defined.
38266         (test_init): Call __libc_ifunc_impl_list to initialize
38267         func_list if TEST_IFUNC and TEST_NAME are defined.
38269         * string/Makefile (strop-tests): Add bcopy and bzero.
38270         * string/test-bcopy.c: New file.
38271         * string/test-bzero.c: Likewise.
38272         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
38273         defined.
38274         * string/test-memset.c: Support bzero test if TEST_BZERO is
38275         defined.
38276         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
38277         __libc_memmove.
38278         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
38279         __libc_memset.
38280         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
38281         of memset.
38283 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
38285         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
38286         * configure: Regenerated.
38288         * Makeconfig (+link-static-before-libc): Don't include
38289         $(link-static-libc).
38291         * libio/libio.h (_IO_pos_t): Remove.
38293 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38295         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
38296         McGrath.
38298 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38300         * crypt/crypt-entry.c: Include fips-private.h.
38301         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
38302         * crypt/md5c-test.c (main): Tolerate disabled MD5.
38303         * sysdeps/unix/sysv/linux/fips-private.h: New file.
38304         * sysdeps/generic/fips-private.h: New file, dummy fallback.
38306 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38308         * crypt/crypt-private.h: Include stdbool.h.
38309         (_ufc_setup_salt_r): Return bool.
38310         * crypt/crypt-entry.c: Include errno.h.
38311         (__crypt_r): Return NULL with EINVAL for bad salt.
38312         * crypt/crypt_util.c (bad_for_salt): New.
38313         (_ufc_setup_salt_r): Check that salt is long enough and within
38314         the specified alphabet.
38315         * crypt/badsalttest.c: New file.
38316         * crypt/Makefile (tests): Add it.
38317         ($(objpfx)badsalttest): New.
38319 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
38321         * NEWS: Add entry for BZ #14602.
38323 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
38325         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
38326         type-generic.
38327         * math/libm-test.inc: Update comment listing what functions and
38328         macros are tested.
38329         (isgreater_test): New function.
38330         (isgreaterequal_test): Likewise.
38331         (isless_test): Likewise.
38332         (islessequal_test): Likewise.
38333         (islessgreater_test): Likewise.
38334         (isunordered_test): Likewise.
38335         (main): Call the new functions.
38337 2012-10-09  Roland McGrath  <roland@hack.frob.com>
38339         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
38340         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
38341         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
38342         * sysdeps/i386/configure: Regenerated.
38343         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
38344         * sysdeps/mach/configure: Regenerated.
38345         * sysdeps/mach/hurd/configure: Regenerated.
38346         * sysdeps/powerpc/configure: Regenerated.
38347         * sysdeps/powerpc/powerpc32/configure: Regenerated.
38348         * sysdeps/powerpc/powerpc64/configure: Regenerated.
38349         * sysdeps/s390/s390-32/configure: Regenerated.
38350         * sysdeps/s390/s390-64/configure: Regenerated.
38351         * sysdeps/sh/configure: Regenerated.
38352         * sysdeps/sparc/configure: Regenerated.
38353         * sysdeps/unix/sysv/linux/configure: Regenerated.
38354         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
38355         * sysdeps/x86_64/configure: Regenerated.
38357         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
38358         defined.  Don't check if MAP is NULL.
38360 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
38362         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
38363         (_G_stat64): Likewise.
38364         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
38365         (_G_stat64): Likewise.
38366         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
38367         instead of struct _G_stat64.
38368         * libio/fileops.c (mmap_remap_check): Likewise.
38369         (decide_maybe_mmap): Likewise.
38370         (_IO_new_file_seekoff): Likewise.
38371         (_IO_file_stat): Likewise.
38372         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
38373         _G_off64_t.
38374         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
38375         instead of struct _G_stat64.
38376         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38378 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
38380         [BZ #14602]
38381         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38382         Replace with ...
38383         (CHECK_EOL): New macro.
38384         (two_way_short_needle): Check beginning of haystack for EOL.  Use
38385         CHECK_EOL.
38386         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38387         Replace with CHECK_EOL.
38388         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38389         Replace with CHECK_EOL.
38391 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
38393         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
38394         type-generic.
38395         * math/libm-test.inc: Update comment listing what functions and
38396         macros are tested.
38397         (finite_test): New function.
38398         (isinf_test): Likewise.
38399         (isnan_test): Likewise.
38400         (fpclassify_test): Test subnormal input.
38401         (isfinite_test): Likewise.
38402         (isnormal_test): Likewise.
38403         (main): Call the new functions.
38405 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
38407         [BZ #14660]
38408         * Makerules (%.dynsym): Force C locale when running
38409         $(OBJDUMP) --dynamic-syms.
38411 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
38413         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
38414         <stdint.h>.
38416 2012-10-06  David S. Miller  <davem@davemloft.net>
38418         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
38419         upper 32-bits of the length value in %o2 since we use branch-on-register
38420         tests which consider the entire 64-bit register.
38422 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
38424         * string/test-strstr.c (check2): Add a test for page boundary.
38426 2012-10-05  David S. Miller  <davem@davemloft.net>
38428         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
38429         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
38430         file.
38431         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38432         sysdep_routines.
38433         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38434         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
38435         and bzero when HWCAP_SPARC_CRYPTO is present.
38437 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
38439         [BZ #14602]
38440         * string/test-strstr.c (check2): New function.
38441         (test_main): Call check2.
38443         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
38444         and bug-strchr1.
38445         * string/bug-strcasestr1.c (do_test): Moved to ...
38446         * string/test-strcasestr.c (check1): Here.  New function.
38447         (do_one_test): Break out result checking code into ...
38448         (check_result): This.  New function.
38449         (do_one_test): Call check_result.
38450         (test_main): Call check1.
38451         * string/bug-strchr1.c (do_test): Moved to ...
38452         * string/test-strchr.c (check1): Here.  New function.
38453         (do_one_test): Break out result checking code into ...
38454         (check_result): This.  New function.
38455         (do_one_test): Call check_result.
38456         (test_main): Call check1.
38457         * string/bug-strstr1.c (main): Moved to ...
38458         * string/test-strstr.c (check1): Here.  New function.
38459         (do_one_test): Break out result checking code into ...
38460         (check_result): This.  New function.
38461         (do_one_test): Call check_result.
38462         (test_main): Call check1.
38463         * string/bug-strcasestr1.c: Removed.
38464         * string/bug-strchr1.c: Likewise.
38465         * string/bug-strstr1.c: Likewise.
38467         * elf/Makefile (dl-routines): Add hwcaps.
38468         * elf/dl-support.c (_dl_important_hwcaps): Removed.
38469         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
38470         (_dl_important_hwcaps): Moved to ...
38471         * elf/dl-hwcaps.c: Here.  New file.
38472         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
38474         [BZ #14557]
38475         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
38476         if IS_IN_rtld isn't defined.
38478         * elf/dl-support.c (_dl_sysinfo_map): New.
38479         Include "get-dynamic-info.h" and "setup-vdso.h".
38480         (_dl_non_dynamic_init): Call setup_vdso.
38481         * elf/dynamic-link.h: Don't include <assert.h>.
38482         (elf_get_dynamic_info): Moved to ...
38483         * elf/get-dynamic-info.h: Here.  New file.
38484         * elf/dynamic-link.h: Include "get-dynamic-info.h".
38485         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
38486         * elf/setup-vdso.h: Here.  New file.
38487         * elf/rtld.c: Include "setup-vdso.h".
38488         (dl_main): Call setup_vdso.
38490 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
38492         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
38493         creal in comment listing functions tested.  List finite, isinf,
38494         isnan, isless, islessequal, isgreater, isgreaterequal,
38495         islessgreater, isunordered, lgamma_r and pow10 as functions and
38496         macros not tested.  Mention which functions not tested are aliases
38497         for other functions.  Fix typo.  Note that signs of NaNs are not
38498         tested.
38500         * scripts/config.guess: Update from config.git.
38501         * scripts/config.sub: Likewise.
38503 2012-10-04  Roland McGrath  <roland@hack.frob.com>
38505         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
38506         * misc/madvise.c (madvise): Renamed to __madvise.
38507         Make madvise a weak alias.
38508         * include/sys/mman.h: Declare __madvise.
38509         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
38510         * sysdeps/unix/syscalls.list
38511         (madvise): Make __madvise the strong name, and madvise a weak alias.
38512         * sysdeps/unix/sysv/linux/syscalls.list
38513         (madvise, mmap): Remove redundant entries.
38514         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
38515         * malloc/malloc.c (mtrim): Likewise.
38516         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
38518 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38520         * sysdeps/mach/hurd/dl-cache.c: File removed.
38521         * config.h.in (USE_LDCONFIG): New #undef.
38522         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
38523         * configure: Regenerated.
38524         * elf/Makefile (dl-routines): Add dl-cache only under
38525         [$(use-ldconfig) = yes].
38526         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
38527         cache on [USE_LDCONFIG].
38528         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
38529         [USE_LDCONFIG].
38530         * elf/rtld.c (dl_main): Likewise.
38532 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
38534         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
38535         _SC_LEVEL4_CACHE_LINESIZE.
38537 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38539         * sysdeps/unix/bsd/confstr.h: File removed.
38541 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
38543         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
38544         sys/sdt-config.h.
38546 2012-10-02  Roland McGrath  <roland@hack.frob.com>
38548         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
38549         Make 'mapoff' field ElfW(Off) rather than off_t.
38551 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
38553         * nscd/Makefile: Remove nscd-cflags and all its users.
38554         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
38555         (CFLAGS-nonlib): Add compiler flags for nscd modules.
38557         [BZ #10631]
38558         * malloc.c (malloc_printerr): Clarify error message.
38560 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
38562         [BZ #14648]
38563         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
38564         Set bit_FMA_Usable if FMA is supported.
38565         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
38566         macro.
38567         (bit_FMA4_Usable): Updated.
38568         (index_FMA_Usable): New macro.
38569         (CPUID_FMA): Likewise
38570         (HAS_FMA): Defined with bit_FMA_Usable.
38572 2012-10-01  Roland McGrath  <roland@hack.frob.com>
38574         * bits/types.h (__swblk_t): Type removed.
38575         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
38576         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
38577         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38578         (__SWBLK_T_TYPE): Likewise.
38579         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38580         (__SWBLK_T_TYPE): Likewise.
38581         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38582         (__SWBLK_T_TYPE): Likewise.
38583         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38584         (__SWBLK_T_TYPE): Likewise.
38586 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
38587             Honza Horak <hhorak@redhat.com>
38589         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
38590         (xdr_mapname): Use YPMAXMAP as maxsize.
38591         (xdr_peername): Use YPMAXPEER as maxsize.
38592         (xdr_keydat): Use YPAXRECORD as maxsize.
38593         (xdr_valdat): Use YPMAXRECORD as maxsize.
38595 2012-10-01  Roland McGrath  <roland@hack.frob.com>
38597         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
38599         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
38600         * csu/init-first.c: ... here.
38601         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
38602         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
38603         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
38604         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
38605         * sysdeps/i386/init-first.c: File removed.
38606         * sysdeps/sh/init-first.c: File removed.
38608 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
38610         [BZ #14645]
38611         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
38612         if x * y might underflow to zero and z is zero.
38613         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
38614         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38615         * math/libm-test.inc (min_subnorm_value): New variable.
38616         (fma_test): Add more tests.
38617         (fma_test_towardzero): Likewise.
38618         (fma_test_downward): Likewise
38619         (fma_test_upward): Likewise.
38620         (initialize): Set min_subnorm_value.
38622 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
38624         [BZ #14638]
38625         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
38626         0 + 0.
38627         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
38628         mode for addition resulting in exact zero.
38629         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
38630         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
38631         exact 0 + 0.
38632         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
38633         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38634         * math/libm-test.inc (fma_test): Add more tests.
38635         (fma_test_towardzero): New function.
38636         (fma_test_downward): Likewise.
38637         (fma_test_upward): Likewise.
38638         (main): Call the new functions.
38640 2012-09-28  David S. Miller  <davem@davemloft.net>
38642         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
38644 2012-09-28  Roland McGrath  <roland@hack.frob.com>
38646         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
38647         instead of SIGALRM.
38649         * sysdeps/gnu/_G_config.h: Moved to ...
38650         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
38651         * sysdeps/mach/hurd/_G_config.h: Moved to ...
38652         * sysdeps/generic/_G_config.h: ... here.
38654         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
38656         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
38658         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
38659         Conditionalize target on [libnss_test1.so-version].
38661         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
38663         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
38664         (elfobjdir): Move out of conditionals.
38666         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
38667         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
38668         (__nss_lookup_function): Conditionalize label remove_from_tree on
38669         [!DO_STATIC_NSS || SHARED], matching its only use.
38671 2012-09-28  David S. Miller  <davem@davemloft.net>
38673         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
38674         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
38675         file.
38676         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38677         sysdep_routines.
38678         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38679         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
38680         when HWCAP_SPARC_CRYPTO is present.
38682 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38684         * io/tst-mknodat.c: Create a FIFO instead of a socket.
38686 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
38688         [BZ #6530]
38689         * stdio-common/vfprintf.c (process_string_arg): Revert
38690         2000-07-22 change.
38692 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
38694         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
38695         for testcase.
38696         * stdio-common/tst-sprintf.c: Include <locale.h>
38697         (main): Test sprintf's handling of incomplete multibyte
38698         characters.
38700 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
38702         * elf/dl-runtime.c (VERSYMIDX): Removed.
38703         * elf/dl-version.c (VERSYMIDX): Likewise.
38704         * elf/do-rel.h (VERSYMIDX): Likewise.
38705         (VALIDX): Likewise.
38706         * elf/dynamic-link.h (VERSYMIDX): Likewise.
38707         * elf/rtld.c (VALIDX): Likewise.
38708         (ADDRIDX): Likewise.
38709         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
38710         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
38711         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
38712         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
38713         (VALIDX): Likewise.
38714         (ADDRIDX): Likewise.
38716 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38718         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
38720 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
38722         [BZ #11438]
38723         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
38724         to global scope.
38725         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
38726         addresses are in the same scope as 192.0.2/24.
38727         * posix/gai.conf: Document new scope table defaults.
38729 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38731         [BZ #5298]
38732         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
38733         for ftell.  Compute offsets from write pointers instead.
38734         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38736 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38738         [BZ #14543]
38739         * libio/Makefile (tests): New test case tst-fseek.
38740         * libio/tst-fseek.c: New test case to verify that fseek/ftell
38741         combination works in wide mode.
38742         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
38743         state when the external buffer state changes.
38745 2012-09-27  David S. Miller  <davem@davemloft.net>
38747         [BZ #14376]
38748         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
38749         pass reloc->r_addend in as the 'high' argument to
38750         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
38752         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38754 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38756         * rt/tst-aio2.c: Include <pthread.h>.
38757         * rt/tst-aio3.c: Likewise.
38759 2012-09-27  Steve Ellcey  <sellcey@mips.com>
38761         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
38763 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
38765         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
38766         contents on [SHARED].
38768 2012-09-26  Marek Polacek  <polacek@redhat.com>
38770         [BZ #14530]
38771         [BZ #13741]
38772         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
38773         for C++ and GCC <4.3 as well as for non GCC compilers.
38775 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
38777         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38779 2012-09-25  Roland McGrath  <roland@hack.frob.com>
38781         * Makefile.in (all, install): Declare with .PHONY.
38782         Reported by Michael Hope <michael.hope@linaro.org>.
38784 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38786         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
38787         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
38788         system header.
38789         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
38790         Likewise.
38791         (sydep_routines): Add the new and the internal functions.
38792         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
38793         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
38794         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
38795         (GLIBC_2.17): Add the new function.
38796         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38797         (GLIBC_2.17): Likewise.
38798         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
38799         (GLIBC_2.17): Likewise.
38800         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
38801         (GLIBC_2.17): Likewise.
38802         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
38804 2012-09-25  Alan Modra  <amodra@gmail.com>
38806         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
38807         Add release barrier before setting once_control to say
38808         initialisation is done.  Add hints on lwarx.  Use macro in
38809         place of isync.
38810         (clear_once_control): Add release barrier.
38812 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
38814         [BZ #13629]
38815         * math/s_clog.c (__clog): Handle more values close to |z| = 1
38816         specially.
38817         * math/s_clog10.c (__clog10): Likewise.
38818         * math/s_clog10f.c (__clog10f): Likewise.
38819         * math/s_clog10l.c (__clog10l): Likewise.
38820         * math/s_clogf.c (__clogf): Likewise.
38821         * math/s_clogl.c (__clogl): Likewise.
38822         * math/Makefile (libm-calls): Add x2y2m1.
38823         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
38824         (__x2y2m1): Likewise.
38825         (__x2y2m1l): Likewise.
38826         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
38827         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
38828         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
38829         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
38830         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
38831         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
38832         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
38833         * sysdeps/i386/fpu/libm-test-ulps: Update.
38834         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38836         [BZ #14621]
38837         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
38838         int as type of variable DEPTH.
38839         (glob): Use size_t instead of int as type of variables NEWCOUNT
38840         and OLD_PATHC.
38842 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38844         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
38845         Add s_sincosf-sse2.
38846         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
38847         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
38848         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
38849         macros for using routine as __sincosf_ia32.
38850         Use macro for function declaration and weak_alias.
38851         * sysdeps/i386/fpu/libm-test-ulps: Update.
38853         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
38854         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38856         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
38857         subnormal argument.
38858         * math/s_cexpf.c (__cexpf): Likewise.
38859         * math/s_csinf.c (__csinf): Likewise.
38860         * math/s_csinhf.c (__csinhf): Likewise.
38861         * math/s_ctanf.c (__ctanf): Likewise.
38862         * math/s_ctanhf.c (__ctanhf): Likewise.
38863         * math/s_ccosh.c (__ccoshf): Likewise.
38864         * math/s_cexp.c (__cexpl): Likewise.
38865         * math/s_csin.c (__csin): Likewise.
38866         * math/s_csinh.c (__csinh): Likewise.
38867         * math/s_ctan.c (__ctan): Likewise.
38868         * math/s_ctanh.c (ctanh): Likewise.
38869         * math/s_ccoshl.c (__ccoshl): Likewise.
38870         * math/s_cexpl.c (__cexpl): Likewise.
38871         * math/s_csinl.c (__csinl): Likewise.
38872         * math/s_csinhl.c (__csinhl): Likewise.
38873         * math/s_ctanl.c (__ctanl): Likewise.
38874         * math/s_ctanhl.c (__ctanhl): Likewise.
38876 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
38878         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
38879         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
38880         (_IO_off_t): Define to __off_t, not _G_off_t.
38881         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
38882         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
38883         (_IO_wint_t): Define to wint_t, not _G_wint_t.
38884         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
38885         type of __dummy and __dummy2 fields.
38886         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
38887         (_G_ssize_t): Likewise.
38888         (_G_off_t): Likewise.
38889         (_G_pid_t): Likewise.
38890         (_G_uid_t): Likewise.
38891         (_G_wchar_t): Likewise.
38892         (_G_wint_t): Likewise.
38893         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
38894         (_G_ssize_t): Likewise.
38895         (_G_off_t): Likewise.
38896         (_G_pid_t): Likewise.
38897         (_G_uid_t): Likewise.
38898         (_G_wchar_t): Likewise.
38899         (_G_wint_t): Likewise.
38900         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
38901         (_G_ssize_t): Likewise.
38902         (_G_off_t): Likewise.
38903         (_G_pid_t): Likewise.
38904         (_G_uid_t): Likewise.
38905         (_G_wchar_t): Likewise.
38906         (_G_wint_t): Likewise.
38908 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
38910         * malloc/arena.c: Include malloc-sysdep.h.
38911         (shrink_heap): Use check_may_shrink_heap to decide if madvise
38912         is sufficient to shrink the heap or an unmap is needed.
38913         * sysdeps/generic/malloc-sysdep.h: New file.  Define
38914         new function check_may_shrink_heap.
38915         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
38916         new function check_may_shrink_heap.
38918 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
38920         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
38921         comments.
38923 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
38925         * catgets/test-gencat.sh: Add "set -e".
38926         * elf/tst-pathopt.sh: Likewise.
38927         * grp/tst_fgetgrent.sh: Likewise.
38928         * iconvdata/run-iconv-test.sh: Likewise.
38929         * intl/tst-gettext.sh: Likewise.
38930         * intl/tst-gettext2.sh: Likewise.
38931         * intl/tst-gettext4.sh: Likewise.
38932         * intl/tst-gettext6.sh: Likewise.
38933         * intl/tst-translit.sh: Likewise.
38934         * io/ftwtest-sh: Likewise.
38935         * libio/test-freopen.sh: Likewise.
38936         * malloc/tst-mtrace.sh: Likewise.
38937         * posix/globtest.sh: Likewise.
38938         * posix/tst-getconf.sh: Likewise.
38939         * posix/wordexp-tst.sh: Likewise.
38940         * stdio-common/tst-printf.sh: Likewise.
38941         * stdio-common/tst-unbputc.sh: Likewise.
38942         * stdlib/tst-fmtmsg.sh: Likewise.
38943         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
38944         * catgets/Makefile: Do not specify -e option when running
38945         testsuite shell scripts.
38946         * elf/Makefile: Likewise.
38947         * grp/Makefile: Likewise.
38948         * iconvdata/Makefile: Likewise.
38949         * intl/Makefile: Likewise.
38950         * io/Makefile: Likewise.
38951         * libio/Makefile: Likewise.
38952         * malloc/Makefile: Likewise.
38953         * posix/Makefile: Likewise.
38954         * stdio-common/Makefile: Likewise.
38955         * stdlib/Makefile: Likewise.
38956         * sysdeps/x86_64/Makefile: Likewise.
38958         * io/ftwtest-sh: Add copyright header.
38959         * posix/globtest.sh: Likewise.
38960         * posix/tst-getconf.sh: Likewise.
38961         * posix/wordexp-tst.sh: Likewise.
38962         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
38964 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
38966         [BZ #13679]
38967         * Makeconfig (+link): Defined as $(+link-static) if
38968         $(build-shared) isn't yes.
38969         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
38970         isn't yes.
38971         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
38973         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
38975         [BZ #14562]
38976         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
38977         new chunk size with MALLOC_ALIGN_MASK.
38979 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
38981         [BZ #5044]
38982         * stdio-common/printf_fphex.c: Include <stdbool.h> and
38983         <rounding-mode.h>.
38984         (__printf_fphex): Determine rounding using get_rounding_mode and
38985         round_away.
38986         * stdio-common/tst-printf-round.c (struct hex_test): New
38987         structure.
38988         (hex_tests): New variable.
38989         (test_hex_in_one_mode): New function.
38990         (do_test): Also run tests for hex float output.
38992 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
38994         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
38995         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
38996         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
38997         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
38998         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
38999         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
39000         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
39001         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
39003 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
39005         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
39006         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
39007         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
39008         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
39010 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
39012         [BZ #14579]
39013         * elf/rtld.c (dl_main): Limit the check for self loading to normal
39014         mode only.
39015         * elf/tst-rtld-load-self.sh: New test.
39016         * elf/Makefile: Run it.
39018 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
39020         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
39021         (tst-writev-ENV): Remove.
39022         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
39024 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
39026         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
39028 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
39030         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
39031         unconditional.
39032         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
39033         Likewise.
39034         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
39035         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
39036         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
39037         Likewise.
39039 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
39041         [BZ #14587]
39042         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
39043         * config.make.in (have-cpp-asm-debuginfo): Removed.
39044         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
39045         * configure: Regenerated.
39047 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
39049         [BZ #5044]
39050         * stdio-common/printf_fp.c: Include <stdbool.h> and
39051         <rounding-mode.h>.
39052         (___printf_fp): Determine rounding using get_rounding_mode and
39053         round_away.
39054         * stdio-common/tst-printf-round.c: New file.
39055         * stdio-common/Makefile (tests): Add tst-printf-round.
39056         (link-libm): New variable.
39057         ($(objpfx)tst-printf-round): Depend in $(link-libm).
39059 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
39061         [BZ #14576]
39062         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
39063         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
39064         Likewise.
39065         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
39066         Likewise.
39068 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
39070         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
39071         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39072         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39073         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39075 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
39077         [BZ #14518]
39078         * include/rounding-mode.h: New file.
39079         * sysdeps/generic/get-rounding-mode.h: Likewise.
39080         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
39081         * stdlib/strtod_l.c: Include <rounding-mode.h>.
39082         (MAX_VALUE): New macro.
39083         (MIN_VALUE): Likewise.
39084         (overflow_value): New function.
39085         (underflow_value): Likewise.
39086         (round_and_return): Use overflow_value and underflow_value to
39087         determine return values in overflow and underflow cases.  Use
39088         round_away to determine rounding depending on rounding mode.
39089         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
39090         determine return values in overflow and underflow cases.
39091         * stdlib/tst-strtod-round.c: Include <fenv.h>.
39092         (struct test_results): New structure.
39093         (struct test): Use struct test_results to store expected results
39094         for all rounding modes.
39095         (TEST): Include expected results for all rounding modes.
39096         (test_in_one_mode): New function.
39097         (do_test): Use test_in_one_mode to compute and check results.
39098         Check results for all rounding modes.
39099         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
39100         $(link-libm).
39102 2012-12-09  Allan McRae  <allan@archlinux.org>
39104         * sysdeps/i386/fpu/libm-test-ulps: Update
39106 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
39108         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
39109         (_G_int32_t): Likewise.
39110         (_G_uint16_t): Likewise.
39111         (_G_uint32_t): Likewise.
39112         (_G_HAVE_BOOL): Likewise.
39113         (_G_HAVE_ATEXIT): Likewise.
39114         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39115         (_G_HAVE_IO_FILE_OPEN): Likewise.
39116         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
39117         (_G_int32_t): Likewise.
39118         (_G_uint16_t): Likewise.
39119         (_G_uint32_t): Likewise.
39120         (_G_HAVE_BOOL): Likewise.
39121         (_G_HAVE_ATEXIT): Likewise.
39122         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39123         (_G_HAVE_IO_FILE_OPEN): Likewise.
39124         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
39125         (_G_int32_t): Likewise.
39126         (_G_uint16_t): Likewise.
39127         (_G_uint32_t): Likewise.
39128         (_G_HAVE_BOOL): Likewise.
39129         (_G_HAVE_ATEXIT): Likewise.
39130         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39131         (_G_HAVE_IO_FILE_OPEN): Likewise.
39133 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
39135         * csu/libc-tls.c: Update copyright years.
39137 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
39139         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
39140         [!_G_USING_THUNKS]: Remove conditional code.
39141         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
39142         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
39144         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
39145         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
39146         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39147         (_G_VTABLE_LABEL_PREFIX): Likewise.
39148         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39149         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39150         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39151         (_G_VTABLE_LABEL_PREFIX): Likewise.
39152         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
39153         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39154         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39155         (_G_VTABLE_LABEL_PREFIX): Likewise.
39156         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
39158 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
39160         * libio/Makefile: Include ../Makeconfig before tests.
39161         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
39162         only if $(build-shared) is yes.
39164         * iconv/gconv_db.c: Update copyright years.
39166 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39168         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
39169         unwind info if defined PIC. Fix special cases description.
39170         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
39172         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
39173         DP_HI_MASK entry.
39174         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
39176 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
39178         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
39180         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
39181         is NULL.
39183         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
39184         (LDLIBS-tst-chk4): This.
39185         (LDFLAGS-tst-chk5): Renamed to ...
39186         (LDLIBS-tst-chk5): This.
39187         (LDFLAGS-tst-chk6): Renamed to ...
39188         (LDLIBS-tst-chk6): This.
39189         (LDFLAGS-tst-lfschk4): Renamed to ...
39190         (LDLIBS-tst-lfschk4): This.
39191         (LDFLAGS-tst-lfschk5): Renamed to ...
39192         (LDLIBS-tst-lfschk5): This.
39193         (LDFLAGS-tst-lfschk6): Renamed to ...
39194         (LDLIBS-tst-lfschk6): This.
39196         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
39197         on $(common-objpfx)soversions.mk.
39199 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
39201         [BZ #10014]
39202         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
39203         example host name.
39205 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
39207         * malloc/arena.c (arena_get_retry): New function that gets
39208         another arena for the caller to try its request on.
39209         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
39210         current arena cannot fulfill the request.
39211         (__libc_memalign): Likewise.
39212         (__libc_memalign): Likewise.
39213         (__libc_pvalloc): Likewise.
39214         (__libc_calloc): Likewise.
39216 2012-09-05  John Tobey  <john.tobey@gmail.com>
39218         [BZ #13542]
39219         * manual/arith.texi (Operations on Complex): Fix description
39220         of carg branch cut.
39222 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
39224         [BZ #10014]
39225         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
39226         host name.
39228         [BZ #10038]
39229         * manual/memory.texi (Memory): Make order of menu items match
39230         order of sections.
39232 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39234         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
39235         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
39236         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
39238 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39240         * csu/libc-tls.c (static_dtv): Renamed to ...
39241         (_dl_static_dtv): This.  Make it global.
39242         (_dl_initial_dtv): Removed.
39243         (__libc_setup_tls): Updated.
39244         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
39245         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
39246         DL_INITIAL_DTV.
39248 2012-09-06  Petr Machata  <pmachata@redhat.com>
39250         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
39251         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
39252         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
39253         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
39255 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39257         [BZ #14545]
39258         * csu/libc-tls.c (_dl_initial_dtv): New variable.
39259         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
39260         freeing dtv[-1].
39262 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39264         [BZ #14544]
39265         * Makeconfig (link-static-before-libc): Replace $(+prector)
39266         with $(+prectorT).
39267         (link-static-after-libc): Replace $(+postctor) with
39268         $(+postctorT).
39269         (link-bounded): Replace $(+prector)/$(+postctor) with
39270         $(+prectorT)/$(+postctorT).
39271         (+prectorT): New macro.
39272         (+postctorT): Likewise.
39274 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
39276         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
39277         (round_str): Handle values above the maximum for IBM long double
39278         as inexact.
39279         * stdlib/tst-strtod-round.c (tests): Regenerated.
39281 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39283         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
39284         assembler flag.
39285         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
39286         zarch_nohighgprs around the zarch optimized routines.
39287         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
39288         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
39289         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
39290         for zarch.
39292 2012-09-05  David S. Miller  <davem@davemloft.net>
39294         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39296         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
39297         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
39298         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
39299         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
39300         entries.
39302 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39304         * malloc/arena.c: Fold copyright years.
39305         * malloc/mcheck.c, malloc/memusage.c: Likewise.
39307 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39309         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
39311 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39313         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
39315 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39317         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
39318         change internal state upon failure.
39320 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39322         * malloc/mcheck.c (mcheck_check_all): Fix typo.
39323         * malloc/memusage.c (mmap): Likewise.
39324         (mmap64, mremap): Likewise.  Adjust name in comment.
39326 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
39328         * libio/fileops.c: Fix typos in comments.
39329         * libio/oldfileops.c: Likewise.
39330         * libio/wfileops.c: Likewise.
39332 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
39334         [BZ #1349]
39335         * malloc/Makefile (tests): Add tst-malloc-usable test case.
39336         (tst-malloc-usable-ENV): Set environment for test case.
39337         * malloc/hooks.c (malloc_check_get_size): New function to get
39338         requested size.
39339         * malloc/malloc.c (musable): Use malloc_check_get_size.
39340         * malloc/tst-malloc-usable.c: New test case.
39342 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
39344         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
39346 2012-09-05  Allan McRae  <allan@archlinux.org>
39348         [BZ #13966]
39349         * configure.in (CXX_SYSINCLUDES): Use compiler output to
39350         determine header location.
39351         * configure: Regenerated.
39353 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
39355         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
39356         float format.
39357         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
39358         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
39359         format.
39360         (test): Regenerate.
39362 2012-09-04  David S. Miller  <davem@davemloft.net>
39364         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
39365         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
39366         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
39368 2012-09-04  Florian Weimer  <fweimer@redhat.com>
39370         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
39371         failures.
39373         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
39375 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
39377         [BZ #9914]
39378         * libio/iogetdelim.c: Include <limits.h>.
39379         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
39380         + len + 1 would overflow.
39382 2012-09-03  Andreas Jaeger  <aj@suse.de>
39384         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39385         * sysdeps/i386/fpu/libm-test-ulps: Update.
39387 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39389         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
39390         Add s_sinf-sse2, s_conf-sse2.
39392         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
39393         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
39394         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
39395         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
39397         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
39398         for using routine as __sinf_ia32.
39399         Use macro for function declaration and weak_alias.
39400         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
39401         for using routine as __cosf_ia32.
39402         Use macro for function declaration and weak_alias.
39404         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
39405         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
39407         * sysdeps/x86_64/fpu/s_sinf.S: New file.
39408         * sysdeps/x86_64/fpu/s_cosf.S: New file.
39409         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39411         * math/libm-test.inc (cos_test): Add more test cases.
39412         (sin_test): Likewise.
39413         (sincos_test): Likewise.
39415 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39417         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
39418         (IFUNC_RESOLVE): Make pointers to the specialized implementations
39419         hidden.
39420         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
39422 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
39424         [BZ #14538]
39425         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
39426         first element of the GOT.
39427         (elf_machine_load_address): Return the difference between
39428         the runtime address of _DYNAMIC and elf_machine_dynamic ().
39430 2012-09-01  Allan McRae  <allan@archlinux.org>
39432         [BZ #13412]
39433         * configure.in (AWK): Require gawk version 3.0 or later.
39434         * configure: Regenerated.
39436 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
39438         * sysdeps/unix/sysv/linux/kernel-features.h
39439         (__ASSUME_POSIX_CPU_TIMERS): Remove.
39440         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39441         [__NR_clock_getres]: Make code unconditional.
39442         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
39443         (clock_getcpuclockid): Remove code left unreachable by removal of
39444         conditionals.
39445         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
39446         code unconditional.
39447         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39448         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39449         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
39450         Make code unconditional.
39451         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39452         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39453         * sysdeps/unix/sysv/linux/clock_settime.c
39454         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
39455         conditional code.
39456         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
39457         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39459 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
39461         [BZ #14476]
39462         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
39463         scripts/test-installation.pl.
39465         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
39466         and $ld_so_version if it is set.
39468 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
39470         [BZ #14516]
39471         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
39472         failure if reading from procfs failed.
39473         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
39475 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39477         * sysdeps/unix/sysv/linux/kernel-features.h
39478         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
39479         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39480         Remove conditional code.
39481         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39482         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
39483         Remove conditional code.
39484         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39485         * sysdeps/unix/sysv/linux/i386/fxstat.c
39486         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39487         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39488         * sysdeps/unix/sysv/linux/i386/fxstatat.c
39489         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39490         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39491         * sysdeps/unix/sysv/linux/i386/lxstat.c
39492         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39493         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39494         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
39495         Remove conditional code.
39496         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39497         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39498         Remove conditional code.
39499         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39500         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
39501         <kernel-features.h>.
39502         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
39503         Remove.
39504         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
39505         Remove conditional code.
39506         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39507         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
39508         Remove conditional.
39510 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
39512         [BZ #5400]
39513         * NEWS: Add fixed bug number.
39515 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39517         [BZ #14519]
39518         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
39519         underflowing exponent in case of negative sign.
39520         * stdlib/tst-strtod-round-data: Add more tests.
39521         * stdlib/tst-strtod-round.c (tests): Regenerated.
39523         [BZ #3479]
39524         * stdlib/strtod_l.c (NDIG): Remove.
39525         (HEXNDIG): Likewise.
39526         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
39527         smallest representable value.
39528         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
39529         lie within an exact representation of 1/2 ulp of the result.
39530         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
39531         unconditionally.
39532         (TENS_P9_IDX): Define unconditionally.
39533         (TENS_P9_SIZE): Likewise.
39534         (TENS_P10_IDX): Likewise.
39535         (TENS_P10_SIZE): Likewise.
39536         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
39537         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
39538         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
39539         entries for 10^2^13 and 10^2^14.
39540         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
39541         (TENS_P13_IDX): Define.
39542         (TENS_P13_SIZE): Likewise.
39543         (TENS_P14_IDX): Likewise.
39544         (TENS_P14_SIZE): Likewise.
39545         (_fpioconst_pow10): Change array size to
39546         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
39547         unconditional.
39548         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
39549         1024]: Add entries for 10^2^13 and 10^2^14.
39550         [LAST_POW10 > _LAST_POW10]: Remove #error.
39551         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
39552         (_fpioconst_pow10): Change array size to
39553         FPIOCONST_POW10_ARRAY_SIZE.
39554         * stdlib/gen-fpioconst.c: New file.
39555         * stdlib/gen-tst-strtod-round.c: Likewise.
39556         * stdlib/tst-strtod-round-data: Likewise.
39557         * stdlib/tst-strtod-round.c: Likewise.
39558         * stdlib/Makefile (tests): Add tst-strtod-round.
39560         [BZ #14459]
39561         * stdlib/strtod_l.c: Include <stdint.h>.
39562         (NDEBUG): Do not define.
39563         (round_and_return): Change EXPONENT parameter to type intmax_t.
39564         Rearrange calculations to avoid internal overflow possibilities.
39565         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
39566         Rearrange calculations to avoid internal overflow possibilities.
39567         Assert that number fits inside MPNSIZE limbs.
39568         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
39569         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
39570         calculations and add assertions to avoid internal overflow
39571         possibilities.  Add casts to avoid signed/unsigned operations.
39572         * stdlib/tst-strtod-overflow.c: New file.
39573         * stdlib/Makefile (tests): Add tst-strtod-overflow.
39575 2012-08-25  Marek Polacek  <polacek@redhat.com>
39577         * time/time.h: Fix some typos in comments.
39579 2012-08-23  Roland McGrath  <roland@hack.frob.com>
39581         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
39582         * posix/tst-rfc3484-2.c: Likewise.
39583         * posix/tst-rfc3484-3.c: Likewise.
39585 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
39587         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
39588         (EF_ARM_ABI_FLOAT_HARD): Likewise.
39590 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
39592         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
39593         #include of fxstatat64.c.
39595 2012-08-22  Roland McGrath  <roland@hack.frob.com>
39597         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
39598         * shadow/getspent_r.c: Likewise.
39599         * shadow/getspnam.c: Likewise.
39600         * shadow/getspnam_r.c: Likewise.
39601         * gshadow/getsgent.c: Likewise.
39602         * gshadow/getsgent_r.c: Likewise.
39603         * gshadow/getsgnam.c: Likewise.
39604         * gshadow/getsgnam_r.c: Likewise.
39605         * inet/getnetbyad.c: Likewise.
39606         * inet/getnetbyad_r.c: Likewise.
39607         * inet/getnetbynm.c: Likewise.
39608         * inet/getnetbynm_r.c: Likewise.
39609         * inet/getnetent.c: Likewise.
39610         * inet/getnetent_r.c: Likewise.
39611         * inet/getproto.c: Likewise.
39612         * inet/getproto_r.c: Likewise.
39613         * inet/getprtent.c: Likewise.
39614         * inet/getprtent_r.c: Likewise.
39615         * inet/getprtname.c: Likewise.
39616         * inet/getprtname_r.c: Likewise.
39617         * inet/getrpcbyname.c: Likewise.
39618         * inet/getrpcbyname_r.c: Likewise.
39619         * inet/getrpcbynumber.c: Likewise.
39620         * inet/getrpcbynumber_r.c: Likewise.
39621         * inet/getrpcent.c: Likewise.
39622         * inet/getrpcent_r.c: Likewise.
39623         * inet/getaliasent.c: Likewise.
39624         * inet/getaliasent_r.c: Likewise.
39625         * inet/getaliasname.c: Likewise.
39626         * inet/getaliasname_r.c: Likewise.
39627         * nscd/getgrgid_r.c: Likewise.
39628         * nscd/getgrnam_r.c: Likewise.
39629         * nscd/gethstbyad_r.c: Likewise.
39630         * nscd/gethstbynm3_r.c: Likewise.
39631         * nscd/getpwnam_r.c: Likewise.
39632         * nscd/getpwuid_r.c: Likewise.
39633         * nscd/getsrvbynm_r.c: Likewise.
39634         * nscd/getsrvbypt_r.c: Likewise.
39635         * nscd/gai.c: Likewise.
39637         * configure.in (build_nscd): New substituted variable, set
39638         by --disable-build-nscd and defaults to $use_nscd.
39639         * configure: Regenerated.
39640         * config.make.in (build-nscd): New substituted variable.
39641         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
39642         Change conditional to require [$(build-nscd) = yes] as well.
39643         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
39645         [BZ# 13696]
39646         * configure.in (use_nscd): New substituted variable, set by
39647         --disable-nscd.  If enabled, define USE_NSCD.
39648         * configure: Regenerated.
39649         * config.h.in: Add USE_NSCD.
39650         * config.make.in (use-nscd): New substituted variable.
39651         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
39652         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
39653         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
39654         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
39655         (CFLAGS-getgrnam_r.c): Likewise.
39656         (CFLAGS-initgroups.c): Likewise.
39657         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
39658         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
39659         Variables removed.
39660         * inet/getnetgrent_r.c
39661         (nscd_setnetgrent): New function, broken out of ...
39662         (setnetgrent): ... here.  Call it.
39663         (innetgr): Conditionalize nscd bits on [USE_NSCD].
39664         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
39665         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
39666         * nscd/Makefile (routines, aux): Move definitions after include of
39667         Makeconfig.  Conditionalize on [$(use-nscd) != no].
39668         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
39669         Conditionalize on [USE_NSCD].
39670         (is_nscd, nscd_init_cb): Likewise.
39671         (nss_load_library): Conditionalize init callback on [USE_NSCD].
39672         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
39673         * nss/nss_db/db-init.c: Likewise.
39674         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
39675         [USE_NSCD].
39676         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
39677         (make_request): Use it.
39678         (cache_valid_p): New function.
39679         (__check_pf): Use it.
39680         * NEWS: Add item for --disable-nscd.
39682 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
39684         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
39685         to support sed >= 4.2.1-20-ga9bf076.
39686         * configure: Regenerated.
39688 2012-08-22  Roland McGrath  <roland@hack.frob.com>
39690         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
39691         Conditionalize whole body on [IREL].
39693 2012-08-22  Jeff Law <law@redhat.com>
39695         [BZ #14505]
39696         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
39697         if the family is PF_UNSPEC.
39699 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
39701         * Makerules (lib-version): Rename from V.
39702         (install-lib-nosubdir): Change V to lib-version.
39704 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
39706         [BZ #14252]
39707         * powerpc32/power6/wcschr.c: New file.
39708         * powerpc32/power6/wcscpy.c: New file.
39709         * powerpc32/power6/wcsrchr.c: New file.
39710         * powerpc64/power6/wcschr.c: New file.
39711         * powerpc64/power6/wcscpy.c: New file.
39712         * powerpc64/power6/wcsrchr.c: New file.
39714 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
39716         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
39717         (two_way_short_needle): Use it.
39718         * string/strstr.c (AVAILABLE1_USES_J): Define.
39719         * string/strcasestr.c: Likewise.
39721         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
39722         array references.
39723         * string/strcasestr.c (TOLOWER): Make side-effect safe.
39725         [BZ #11607]
39726         * NEWS: Add an entry.
39727         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
39728         define their defaults.
39729         (two_way_short_needle): Detect end-of-string on-the-fly.
39730         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
39731         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
39732         * string/bug-strcasestr1.c: New test.
39733         * string/Makefile: Run it.
39735 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
39737         [BZ #11607]
39738         * string/str-two-way.h (two_way_short_needle): Optimize matching of
39739         the first character.
39741 2012-08-21  Roland McGrath  <roland@hack.frob.com>
39743         * csu/elf-init.c (__libc_csu_irel): Function removed.
39744         * csu/libc-start.c (apply_irel): New function.
39745         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
39747 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
39749         * sysdeps/unix/sysv/linux/kernel-features.h
39750         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
39751         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
39752         <kernel-features.h>.
39753         [__NR_fadvise64_64]: Make code unconditional.
39754         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
39755         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
39756         !__NR_fadvise64_64)]: Likewise.
39757         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
39758         !__NR_fadvise64_64))]: Likewise.
39759         [__NR_fadvise64]: Make code unconditional.
39760         [!__NR_fadvise64]: Remove conditional code.
39761         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
39762         <kernel-features.h>.
39763         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39764         unconditional.
39765         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39766         conditional code.
39767         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
39768         not include <kernel-features.h>.
39769         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39770         unconditional.
39771         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39772         conditional code.
39773         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
39774         include <kernel-features.h>.
39775         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39776         unconditional.
39777         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39778         conditional code.
39780 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
39782         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
39783         slight instruction rearrangements per scrollpipe analysis.
39784         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
39786 2012-08-20  Roland McGrath  <roland@hack.frob.com>
39788         * manual/syslog.texi (syslog; vsyslog, closelog):
39789         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
39790         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
39792         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
39793         DSOCAPS to match condition on defining it.
39795 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
39797         * sysdeps/unix/sysv/linux/kernel-features.h
39798         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
39799         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
39800         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39801         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39802         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
39803         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39804         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39805         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
39806         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39807         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39809         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
39810         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
39812         * sysdeps/unix/sysv/linux/kernel-features.h
39813         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
39814         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
39815         unconditional.
39816         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39817         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
39818         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
39819         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39820         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
39821         Make code unconditional.
39822         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39823         (__mmap64) [!__NR_mmap2]: Likewise.
39824         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
39825         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
39826         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39827         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
39828         [__NR_mmap2]: Make code unconditional.
39829         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39830         (__mmap64) [!__NR_mmap2]: Likewise.
39832 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39834         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
39836 2012-08-18  Andreas Jaeger  <aj@suse.de>
39838         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
39840 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
39842         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
39843         * include/unistd.h (__have_sock_cloexec): Likewise.
39844         (__have_pipe2): Likewise.
39845         (__have_dup3): Likewise.
39847 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
39849         [BZ #9685]
39850         * include/unistd.h (__have_pipe2): Change define into an extern int.
39851         (__have_dup3): Likewise.
39852         * socket/have_sock_cloexec.c: Include fcntl.h.
39853         (__have_pipe2): New variable.
39854         (__have_dup3): Likewise.
39856 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
39858         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
39860 2012-08-17  Marek Polacek  <polacek@redhat.com>
39862         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
39863         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
39865 2012-08-17  Roland McGrath  <roland@hack.frob.com>
39867         * configure.in: Add AC_SUBST for sysheaders.
39868         * configure: Regenerated.
39869         * config.make.in (sysheaders): New substituted variable.
39871         * sysdeps/unix/mkfifo.c: Moved ...
39872         * sysdeps/posix/mkfifo.c: ... here.
39873         * sysdeps/unix/mkfifoat.c: Moved ...
39874         * sysdeps/posix/mkfifoat.c: ... here.
39876         * sysdeps/unix/utime.c: Moved ...
39877         * sysdeps/posix/utime.c: ... here.
39879         * sysdeps/unix/time.c: Moved ...
39880         * sysdeps/posix/time.c: ... here.
39881         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
39882         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
39884         * sysdeps/unix/nice.c: Moved ...
39885         * sysdeps/posix/nice.c: ... here.
39887         * sysdeps/unix/alarm.c: Moved ...
39888         * sysdeps/posix/alarm.c: ... here.
39890         * intl/Makefile ($(codeset_mo)): Depend on the input file.
39892 2012-08-17  Jeff Law <law@redhat.com>
39894         * intl/Makefile (codeset_mo): New variable.
39895         ($(codeset_mo)): New target.
39896         (tst-codeset.out): Depend on that.  Remove explicit rule.
39897         (tst-gettext3.out, tst-gettext5.out): Likewise.
39898         (LOCPATH-ENV, tst-codeset-ENV): New variables.
39899         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
39900         * intl/tst-codeset.sh: Remove.
39901         * intl/tst-gettext3.sh: Likewise.
39902         * intl/tst-gettext5.sh: Likewise.
39904 2012-08-17  Roland McGrath  <roland@hack.frob.com>
39906         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
39907         * sysdeps/unix/syscalls.list: ... here.
39909         * sysdeps/posix/getaddrinfo.c
39910         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
39911         (gaiconf_init, gaiconf_reload): Use them.
39912         [!_STATBUF_ST_NSEC]
39913         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
39914         Define using time_t rather than struct timespec.
39916         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
39917         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
39918         Macros removed.
39919         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
39920         [!NO_THREADS].
39921         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
39922         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
39923         Likewise.
39925         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
39926         __libc_cleanup_push argument.
39928         * bits/param.h: New file.
39929         * misc/sys/param.h: New file.
39930         * include/sys/param.h: New file.
39931         * misc/Makefile (headers): Add bits/param.h.
39932         * sysdeps/generic/sys/param.h: File removed.
39933         * sysdeps/unix/sysv/linux/bits/param.h: New file.
39934         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
39935         * sysdeps/mach/hurd/bits/param.h: New file.
39936         * sysdeps/mach/hurd/sys/param.h: File removed.
39938         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
39939         last change.
39941         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
39942         [_IO_MTSAFE_IO].
39943         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
39944         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
39945         New macros.
39947         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
39948         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
39949         rather than -D_IO_MTSAFE_IO conditionally.
39950         * stdio-common/Makefile (CPPFLAGS): Likewise.
39951         * wcsmbs/Makefile (CPPFLAGS): Likewise.
39952         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
39953         Use $(libio-mtsafe).
39954         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
39955         of -D_IO_MTSAFE_IO.
39956         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
39957         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
39958         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
39959         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
39960         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
39961         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
39962         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
39963         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
39964         (CFLAGS-fread_u_chk.c): Likewise.
39965         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
39966         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
39967         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
39968         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
39969         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
39970         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
39971         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
39972         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
39973         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
39975         * libio/Makefile: Test [$(libc-reentrant) = yes]
39976         instead of [$(filter %REENTRANT, $(defines)) nonempty].
39978         * Makeconfig
39979         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
39980         * sysdeps/pthread/configure: File removed.
39981         * sysdeps/pthread/Makeconfig: New file.
39982         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
39983         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
39985 2012-08-16  Gary Benson  <gbenson@redhat.com>
39987         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
39988         unmapping the first object in a namespace.
39990 2012-08-16  Roland McGrath  <roland@hack.frob.com>
39992         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
39993         (__internal_setnetgrent): ... this.  Add internal_function to
39994         definition.  Add libc_hidden_def.
39995         (setnetgrent): Update caller.
39996         (internal_endnetgrent): Renamed to ...
39997         (__internal_endnetgrent): ... this.  Add internal_function to
39998         definition.  Add libc_hidden_def.
39999         (endnetgrent): Update caller.
40000         (internal_getnetgrent_r): Renamed to ...
40001         (__internal_getnetgrent_r): ... this.  Add internal_function to
40002         definition.  Add libc_hidden_def.
40003         (__getnetgrent_r): Update caller.
40004         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
40006 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
40008         * stdlib/longlong.h: Update from GCC.
40010 2012-08-16  Roland McGrath  <roland@hack.frob.com>
40012         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
40013         on _QL, which is set by umul_ppmm but never used.
40014         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
40015         variables, which are set by GMP macros but never used.
40016         * stdio-common/_itowa.c (_itowa): Likewise.
40017         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
40018         * stdlib/mod_1.c (mpn_mod_1): Likewise.
40020 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
40022         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
40023         struct La_sh_regs is not constant.
40024         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
40025         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
40026         and struct La_sparc64_regs are not constant.
40028 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
40030         * sysdeps/unix/sysv/linux/kernel-features.h
40031         (__ASSUME_POSIX_TIMERS): Remove.
40032         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
40033         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40034         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
40035         Make code unconditional.
40036         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40037         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
40038         Make code unconditional.
40039         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40040         * sysdeps/unix/sysv/linux/clock_nanosleep.c
40041         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
40042         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40043         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
40044         Make code unconditional.
40045         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40046         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
40047         (__libc_missing_posix_timers): Remove.
40049 2012-08-15  Roland McGrath  <roland@hack.frob.com>
40051         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
40052         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
40054         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
40056         * elf/dl-sym.c: Include <stdlib.h>.
40058         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
40059         constants, which avoids warnings in 32-bit builds.
40061         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
40062         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
40064         * misc/lseek.c: File moved to ...
40065         * io/lseek.c: ... here.
40067         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
40069         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
40070         shifting LEN more than 31 bits at once.
40072 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40074         [BZ #14195]
40075         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
40076         segmentation fault for a case of two empty input strings.
40077         * string/test-strncasecmp.c (check1): Renamed to...
40078         (bz12205): ...this.
40079         (bz14195): Add new testcase for two empty input strings and N > 0.
40080         (test_main): Call new testcase, adapt for renamed function.
40082 2012-08-15  Andreas Jaeger  <aj@suse.de>
40084         [BZ #14090]
40085         * crypt/md5test2.c: New test, based on test supplied by Serge
40086         Belyshev <belyshev@depni.sinp.msu.ru>.
40087         * crypt/Makefile (xtests): Add md5test-giant..
40088         * crypt/Makefile ($(objpfx)md5test-giant): Add.
40090 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
40092         [BZ #14090]
40093         * crypt/md5.c (md5_process_block): Don't assume the buffer
40094         length is less than 2**32.
40095         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
40096         length is less than 2**64.
40098 2012-08-15  Roland McGrath  <roland@hack.frob.com>
40100         * string/str-two-way.h: Include <sys/param.h>.
40101         (MAX): Macro removed.
40103         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
40104         Move #define and #undef of memmove to just before and after
40105         including <string.h>.
40107         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
40108         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
40109         and after including <string.h>.  Move declarations of
40110         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
40111         to before #include "string/memmove.c".
40113         * include/dirent.h: Declare __getdirentries.
40115         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
40116         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
40118 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
40120         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
40121         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
40122         * sysdeps/i386/configure: Regenerated.
40123         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
40124         STABS_CURRENT_FILE, and STABS_FUN.
40125         (END): Remove call to STABS_FUN_END.
40126         (STABS_CURRENT_FILE1): Delete.
40127         (STABS_CURRENT_FILE): Likewise.
40128         (STABS_FUN): Likewise.
40129         (STABS_FUN_END): Likewise.
40130         (STABS_FUN2): Likewise.
40131         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
40132         * sysdeps/x86_64/configure: Regenerated.
40134 2012-08-14  Roland McGrath  <roland@hack.frob.com>
40136         * elf/dl-open.c: Include <atomic.h>.
40137         * elf/dl-lookup.c: Likewise.
40139 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
40141         * sysdeps/unix/sysv/linux/kernel-features.h
40142         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
40143         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
40144         unconditionally.
40145         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
40146         unconditionally.
40147         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
40148         condition on __ASSUME_CLONE_THREAD_FLAGS.
40150 2012-08-14  Andreas Jaeger  <aj@suse.de>
40152         * sysdeps/i386/fpu/libm-test-ulps: Update.
40154 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
40156         * include/atomic.h (atomic_exchange_and_add): Split into ...
40157         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
40158         New atomic macros.
40160 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
40162         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40164 2012-08-13  Jeff Law <law@redhat.com>
40166         * manual/stdio.texi (snprintf): Clarify handling of the trailing
40167         null byte in the output string.
40169 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
40171         * sysdeps/unix/sysv/linux/kernel-features.h
40172         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
40173         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
40174         (__ASSUME_ARG_MAX_STACK_BASED): Define.
40175         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
40176         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
40177         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
40178         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
40180 2012-08-09  Jeff Law <law@redhat.com>
40182         [BZ #13939]
40183         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
40184         When avoid_arena is set, don't retry in the that arena.  Pick the
40185         next one, whatever it might be.
40186         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
40187         (arena_lock): Pass in new parameter to arena_get2.
40188         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
40189         arena_get2.
40190         (__libc_malloc): Unify retrying after main arena failure with
40191         __libc_memalign version.
40192         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
40194 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
40196         [BZ #14166]
40197         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
40198         to __redirect_strstr.
40199         (__strstr_sse42): Use typeof __redirect_strstr.
40200         (__strstr_ia32): Likewise.
40201         (__libc_strstr): New prototype.
40202         (strstr): Renamed to ...
40203         (__libc_strstr): This.
40204         (strstr): New strong alias of __libc_strstr.
40205         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
40206         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
40207         __redirect_time.
40208         Include <time.h>.
40209         (__libc_time): New prototype.
40210         (time_ifunc): Replace time with __libc_time.
40211         (time): New strong alias and hidden definition of __libc_time.
40212         (__GI_time): Remove strong alias.
40213         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
40214         Include <stddef.h>.
40215         (memmove): Redefined to __redirect_memmove.
40216         (__memmove_sse2): Use typeof __redirect_memmove.
40217         (__memmove_ssse3): Likewise.
40218         (__memmove_ssse3_back): Likewise.
40219         (__libc_memmove): New prototype.
40220         (memmove): Renamed to ...
40221         (__libc_memmove): This.
40222         (memmove): New strong alias of __libc_memmove.
40224 2012-08-08  Mark Salter  <msalter@redhat.com>
40226         * elf/elf.h
40227         (R_MN10300_TLS_GD): Define.
40228         (R_MN10300_TLS_LD): Likewise.
40229         (R_MN10300_TLS_LDO): Likewise.
40230         (R_MN10300_TLS_GOTIE): Likewise.
40231         (R_MN10300_TLS_IE): Likewise.
40232         (R_MN10300_TLS_LE): Likewise.
40233         (R_MN10300_TLS_DTPMOD): Likewise.
40234         (R_MN10300_TLS_DTPOFF): Likewise.
40235         (R_MN10300_TLS_TPOFF): Likewise.
40236         (R_MN10300_SYM_DIFF): Likewise.
40237         (R_MN10300_ALIGN): Likewise.
40238         (R_MN10300_NUM): Update.
40240 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
40242         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
40243         Remove.
40245 2012-08-08  Roland McGrath  <roland@hack.frob.com>
40247         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
40249         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
40250         sysdeps/unix -> sysdeps/posix move.
40251         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
40253 2012-08-07      Allan McRae     <allan@archlinux.org>
40255         [BZ #14303]
40256         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
40257         (SUNOS_CPP): Likewise.
40258         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
40259         not found.
40260         (open_input): Call CPP using execvp.
40262 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
40264         * sysdeps/unix/sysv/linux/kernel-features.h
40265         (__ASSUME_PROT_GROWSUPDOWN): Remove.
40266         (__ASSUME_NO_CLONE_DETACHED): Likewise.
40267         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40268         (__ASSUME_WAITID_SYSCALL): Likewise.
40269         * sysdeps/unix/sysv/linux/dl-execstack.c
40270         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
40271         code unconditional.
40272         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
40273         conditional code.
40274         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
40275         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
40276         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
40277         code.
40278         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
40279         unconditional.
40280         [__ASSUME_WAITID_SYSCALL]: Likewise.
40281         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
40283 2012-08-07  Roland McGrath  <roland@hack.frob.com>
40285         * sysdeps/unix/closedir.c: Renamed to ...
40286         * sysdeps/posix/closedir.c: ... here.
40287         * sysdeps/unix/dirfd.c: Renamed to ...
40288         * sysdeps/posix/dirfd.c: ... here.
40289         * sysdeps/unix/dirstream.h: Renamed to ...
40290         * sysdeps/posix/dirstream.h: ... here.
40291         * sysdeps/unix/fdopendir.c: Renamed to ...
40292         * sysdeps/posix/fdopendir.c: ... here.
40293         * sysdeps/unix/opendir.c: Renamed to ...
40294         * sysdeps/posix/opendir.c: ... here.
40295         * sysdeps/unix/readdir.c: Renamed to ...
40296         * sysdeps/posix/readdir.c: ... here.
40297         * sysdeps/unix/readdir_r.c: Renamed to ...
40298         * sysdeps/posix/readdir_r.c: ... here.
40299         * sysdeps/unix/rewinddir.c: Renamed to ...
40300         * sysdeps/posix/rewinddir.c: ... here.
40301         * sysdeps/unix/seekdir.c: Renamed to ...
40302         * sysdeps/posix/seekdir.c: ... here.
40303         * sysdeps/unix/telldir.c: Renamed to ...
40304         * sysdeps/posix/telldir.c: ... here.
40305         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
40306         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
40307         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
40308         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
40310         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
40311         * bits/fcntl.h: ... here.
40313         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
40314         not 0.
40315         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
40316         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
40317         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
40318         (struct flock): Move l_start, l_len to the beginning.
40319         Use __pid_t for l_pid.
40320         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
40321         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
40322         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
40323         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
40324         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
40325         [__USE_LARGEFILE64] (struct flock64): New type.
40326         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
40328         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
40329         * bits/dirent.h: ... here.
40331         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
40332         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
40334 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
40336         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40337         Change from 2.6.0 to 2.6.16.
40338         * sysdeps/unix/sysv/linux/configure: Regenerated.
40339         * sysdeps/unix/sysv/linux/kernel-features.h
40340         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
40341         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
40342         version.
40343         (__ASSUME_UTIMES): Likewise.
40344         (__ASSUME_CLONE_STOPPED): Remove.
40345         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
40346         architectures, not kernel version.
40347         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
40348         (__ASSUME_NO_CLONE_DETACHED): Likewise.
40349         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40350         (__ASSUME_WAITID_SYSCALL): Likewise.
40351         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
40352         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
40353         * README: State 2.6.16 as minimum Linux kernel version.  Do not
40354         refer to older versions.
40356 2012-08-06  Roland McGrath  <roland@hack.frob.com>
40358         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
40359         Define alphasort64 as an alias.
40360         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
40361         Define versionsort64 as an alias.
40362         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
40363         Define scandir64 as an alias.
40364         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
40365         Define scandirat64 as an alias.
40366         * dirent/alphasort64.c (alphasort64):
40367         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
40368         * dirent/versionsort64.c: Likewise.
40369         * dirent/scandir64.c: Likewise.
40370         * dirent/scandirat64.c: Likewise.
40371         * sysdeps/wordsize-64/alphasort.c: File removed.
40372         * sysdeps/wordsize-64/alphasort64.c: File removed.
40373         * sysdeps/wordsize-64/scandir.c: File removed.
40374         * sysdeps/wordsize-64/scandir64.c: File removed.
40375         * sysdeps/wordsize-64/scandirat.c: File removed.
40376         * sysdeps/wordsize-64/scandirat64.c: File removed.
40377         * sysdeps/wordsize-64/versionsort.c: File removed.
40378         * sysdeps/wordsize-64/versionsort64.c: File removed.
40379         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
40380         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
40381         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
40382         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
40383         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
40384         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
40385         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
40386         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
40388         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
40389         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40390         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
40391         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40392         [defined __arch64__ || defined __sparcv9]
40393         (__INO_T_MATCHES_INO64_T): New macro.
40394         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40395         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
40396         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
40397         * sysdeps/unix/sysv/linux/bits/dirent.h
40398         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
40399         (_DIRENT_MATCHES_DIRENT64): New macro.
40401         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
40402         Define lockf64 as an alias.
40403         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
40404         Define fseeko64 as an alias.
40405         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
40406         Define ftello64 as an alias.
40407         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
40408         Define _IO_fgetpos64 and fgetpos64 as aliases.
40409         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
40410         Define _IO_fsetpos64 and fsetpos64 as aliases.
40411         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
40412         Conditionalize body on this.
40413         * libio/fseeko64.c: Likewise.
40414         * libio/ftello64.c: Likewise.
40415         * libio/iofgetpos64.c: Likewise.
40416         * libio/iofsetpos64.c: Likewise.
40417         * sysdeps/wordsize-64/lockf.c: File removed.
40418         * sysdeps/wordsize-64/lockf64.c: File removed.
40419         * sysdeps/wordsize-64/fseeko.c: File removed.
40420         * sysdeps/wordsize-64/fseeko64.c: File removed.
40421         * sysdeps/wordsize-64/ftello.c: File removed.
40422         * sysdeps/wordsize-64/ftello64.c: File removed.
40423         * sysdeps/wordsize-64/iofgetpos.c: File removed.
40424         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
40425         * sysdeps/wordsize-64/iofsetpos.c: File removed.
40426         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
40427         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
40428         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
40429         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
40430         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
40431         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
40432         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
40433         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
40434         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
40435         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
40436         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
40438         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40439         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40440         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
40441         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40442         [defined __arch64__ || defined __sparcv9]
40443         (__OFF_T_MATCHES_OFF64_T): New macro.
40444         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40445         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40446         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40447         (__OFF_T_MATCHES_OFF64_T): New macro.
40449 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40451         * stdlib/secure-getenv.c (__secure_getenv): Replace
40452         GLIBC_2_16 with GLIBC_2_17.
40454 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40456         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
40457         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40459 2012-08-03  David S. Miller  <davem@davemloft.net>
40461         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40463 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40465         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
40466         Remove.
40467         (__ASSUME_CORRECT_SI_PID): Likewise.
40468         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
40469         (__ASSUME_TMPFS_NAME): Likewise.
40470         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
40471         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
40472         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
40473         (HAVE_AUX_SECURE): Make definition unconditional.
40474         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
40475         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
40477 2012-08-03  Roland McGrath  <roland@hack.frob.com>
40479         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
40480         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
40481         * sysdeps/mach/hurd/eloop-threshold.h: New file.
40482         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40483         __eloop_threshold instead of SYMLOOP_MAX.
40485         * sysdeps/generic/eloop-threshold.h: New file.
40486         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
40487         of MAXSYMLINKS.
40488         * elf/chroot_canon.c (chroot_canon): Likewise.
40490 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40492         [BZ #13717]
40493         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40494         Change to 2.6.0 everywhere.
40495         * sysdeps/unix/sysv/linux/configure: Regenerated.
40496         * sysdeps/unix/sysv/linux/kernel-features.h
40497         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
40498         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
40499         kernel versions.
40500         (__ASSUME_POSIX_TIMERS): Define unconditionally.
40501         (__ASSUME_FUTEX_REQUEUE): Remove.
40502         (__ASSUME_STATFS64): Define unconditionally.
40503         (__ASSUME_AT_SECURE): Likewise.
40504         (__ASSUME_CORRECT_SI_PID): Likewise.
40505         (__ASSUME_TGKILL): Define without depending on kernel version for
40506         i386.
40507         (__ASSUME_UTIMES): Likewise.
40508         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
40509         kernel version.
40510         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
40511         (__ASSUME_TMPFS_NAME): Likewise.
40512         * README: Update reference to Linux kernel versions.
40514 2012-08-02  Marek Polacek  <polacek@redhat.com>
40516         [BZ# 14150]
40517         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
40518         libc_cv_asm_type_prefix with %.
40519         * configure: Regenerated.
40520         * include/libc-symbols.h: Remove comment about
40521         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40522         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
40523         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
40524         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
40525         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
40526         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40527         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
40528         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
40529         * elf/tst-unique2mod1.c: Likewise.
40530         * elf/tst-unique1mod2.c: Likewise.
40531         * elf/tst-unique1mod1.c: Likewise.
40532         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
40533         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
40534         Replace ASM_TYPE_DIRECTIVE with .type.
40535         * sysdeps/s390/s390-64/sysdep.h: Likewise.
40536         * sysdeps/i386/sysdep.h: Likewise.
40537         * sysdeps/x86_64/sysdep.h: Likewise.
40538         * sysdeps/sh/sysdep.h: Likewise.
40539         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
40540         Do not define ASM_TYPE_DIRECTIVE.
40541         * sysdeps/powerpc/sysdep.h: Likewise.
40542         * sysdeps/powerpc/powerpc32/sysdep.h:
40543         Replace ASM_TYPE_DIRECTIVE with .type.
40544         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40545         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40546         * sysdeps/i386/fpu/e_powf.S: Likewise.
40547         * sysdeps/i386/fpu/e_expl.S: Likewise.
40548         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
40549         * sysdeps/i386/fpu/e_acosh.S: Likewise.
40550         * sysdeps/i386/fpu/e_pow.S: Likewise.
40551         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
40552         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
40553         * sysdeps/i386/fpu/s_expm1.S: Likewise.
40554         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
40555         * sysdeps/i386/fpu/e_log2.S: Likewise.
40556         * sysdeps/i386/fpu/e_log2l.S: Likewise.
40557         * sysdeps/i386/fpu/e_scalb.S: Likewise.
40558         * sysdeps/i386/fpu/e_powl.S: Likewise.
40559         * sysdeps/i386/fpu/e_log10f.S: Likewise.
40560         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
40561         * sysdeps/i386/fpu/e_logl.S: Likewise.
40562         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
40563         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
40564         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
40565         * sysdeps/i386/fpu/e_log2f.S: Likewise.
40566         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
40567         * sysdeps/i386/fpu/e_log.S: Likewise.
40568         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
40569         * sysdeps/i386/fpu/e_logf.S: Likewise.
40570         * sysdeps/i386/fpu/e_log10l.S: Likewise.
40571         * sysdeps/i386/fpu/e_atanh.S: Likewise.
40572         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
40573         * sysdeps/i386/fpu/e_log10.S: Likewise.
40574         * sysdeps/i386/fpu/s_frexp.S: Likewise.
40575         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
40576         * sysdeps/i386/fpu/s_asinh.S: Likewise.
40577         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
40578         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
40579         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
40580         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
40581         * sysdeps/i386/i686/strtok.S: Likewise.
40582         * sysdeps/i386/i386-mcount.S: Likewise.
40583         * sysdeps/i386/strtok.S: Likewise.
40584         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
40585         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
40586         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
40587         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
40588         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
40589         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
40590         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
40591         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
40592         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
40593         * sysdeps/x86_64/_mcount.S: Likewise.
40594         * sysdeps/x86_64/strtok.S: Likewise.
40595         * sysdeps/sh/_mcount.S: Likewise.
40597 2012-08-01  Roland McGrath  <roland@hack.frob.com>
40599         * libio/iofopen.c: Include <fcntl.h>.
40600         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
40601         (_IO_fopen64, fopen64): Define as aliases.
40602         * libio/iofopen64.c: Include <fcntl.h>.
40603         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
40604         Conditionalize body on this.
40605         * sysdeps/wordsize-64/iofopen.c: File removed.
40606         * sysdeps/wordsize-64/iofopen64.c: File removed.
40608 2012-08-01  Marek Polacek  <polacek@redhat.com>
40610         * libc/Makeconfig: Use elf in place of binfmt-subdir.
40611         Use dlfcn directly instead of a variable.
40612         (binfmt-subdir): Do not define.
40613         (dlfcn): Likewise.
40615 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
40617         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
40618         Remove all definitions.
40619         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
40620         <kernel-features.h>.
40621         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40622         (miss_F_GETOWN_EX): Remove all definitions.
40623         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
40624         macro definition.
40625         [!__ASSUME_FCNTL64]: Remove conditional code.
40626         [__ASSUME_FCNTL64]: Make code unconditional.
40627         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
40628         <kernel-features.h>.
40629         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40630         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
40631         (lockf64) [__NR_fcntl64]: Make code unconditional.
40632         (lockf64) [__ASSUME_FCNTL64]: Likewise.
40634         * sysdeps/unix/sysv/linux/kernel-features.h
40635         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
40636         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
40637         Make code unconditional.
40638         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40639         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40640         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
40641         [__NR_vfork]: Make code unconditional.
40642         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40643         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40644         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
40645         [__NR_vfork]: Make code unconditional.
40646         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40647         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40649 2012-08-01  Roland McGrath  <roland@hack.frob.com>
40651         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
40652         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
40654         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40655         Define mkstemp64 as an alias.
40656         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40657         Define mkstemps64 as an alias.
40658         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40659         Define mkostemp64 as an alias.
40660         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40661         Define mkostemps64 as an alias.
40662         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
40663         Conditionalize body on this.
40664         * misc/mkostemp64.c: Likewise.
40665         * misc/mkostemps64.c: Likewise.
40666         * misc/mkstemps64.c: Likewise.
40667         * sysdeps/wordsize-64/mkstemp64.c: File removed.
40668         * sysdeps/wordsize-64/mkostemp64.c: File removed.
40669         * sysdeps/wordsize-64/mkostemp.c: File removed.
40670         * sysdeps/wordsize-64/mkstemp.c: File removed.
40671         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
40672         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
40673         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
40674         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
40676         [BZ #14138]
40677         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
40678         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
40679         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
40680         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
40682         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
40683         compat_symbol macros from <shlib-compat.h> rather than the underlying
40684         default_symbol_version and symbol_version macros, so that DEFAULT
40685         lines in shlib-versions are respected.
40686         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
40688 2012-08-01  Florian Weimer  <fweimer@redhat.com>
40690         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
40691         Declare with warn_unused_result.
40692         (setgid, setregid, setegid, setresgid): Likewise.
40693         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
40694         Likewise.
40695         * WUR-REPORT: Remove set*id functions.
40697 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
40699         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
40701 2012-07-31  Roland McGrath  <roland@hack.frob.com>
40703         [BZ #10191]
40704         * include/sys/socket.h (__libc_accept, __libc_accept4):
40705         Add attribute_hidden.
40706         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
40708         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
40709         use of PTR_MANGLE.
40710         * inet/getnetgrent_r.c (setup): Likewise.
40712         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
40714 2012-07-31  David S. Miller  <davem@davemloft.net>
40716         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40718 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
40720         [BZ #13629]
40721         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
40722         value between 1.0 and 2.0 and smaller part has absolute value less
40723         than 1.0.
40724         * math/s_clog10.c (__clog10): Likewise.
40725         * math/s_clog10f.c (__clog10f): Likewise.
40726         * math/s_clog10l.c (__clog10l): Likewise.
40727         * math/s_clogf.c (__clogf): Likewise.
40728         * math/s_clogl.c (__clogl): Likewise.
40729         * math/libm-test.inc (clog_test): Add more tests.
40730         (clog10_test): Likewise.
40731         * sysdeps/i386/fpu/libm-test-ulps: Update.
40732         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40734 2012-07-31  Florian Weimer  <fweimer@redhat.com>
40736         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
40737         Exit with zero in case no suitable GID is found, and write a
40738         message to standard error.
40740 2012-07-30  Roland McGrath  <roland@hack.frob.com>
40742         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
40743         rather than to 1.
40744         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
40745         (MAXPATHLEN): Removed.
40746         (NOGROUP, NODEV): New macros.
40747         (setbit, clrbit, isset, isclr): New macros.
40748         (howmany, roundup, powerof2): New macros.
40749         (DEV_BSIZE): New macro.
40751         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
40752         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
40754         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
40755         definition on [!__NO_LONG_DOUBLE_MATH].
40757         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
40758         PTR_MANGLE and PTR_DEMANGLE.
40760         * socket/accept4.c (accept4): Rename to __libc_accept4.
40761         Define accept4 as a weak alias.
40763         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
40764         on [_DIRENT_HAVE_D_TYPE].
40765         * io/ftw.c (ftw_dir): Likewise.
40767         * io/xmknod.c (__xmknod): Don't check PATH for being null.
40769         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
40771         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
40772         Use the BSD numbers rather than the arbitrary ones we had.
40773         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
40774         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
40775         (SIGXCPU, SIGXFSZ): New macros.
40776         (_NSIG): Now 32.
40778         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
40779         initializer on [_LIBC_REENTRANT].
40781         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
40782         definitions inside [_POSIX_MAPPED_FILES].
40784         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
40786         * dirent/opendir.c: Include <fcntl.h>.
40788         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
40789         (__libc_getspecific): Likewise.
40790         (__libc_key_create): Likewise.
40792         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
40793         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
40794         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
40795         (tmpfile64): Define as alias.
40796         * sysdeps/wordsize-64/tmpfile.c: File removed.
40797         * sysdeps/wordsize-64/tmpfile64.c: File removed.
40798         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
40799         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
40801         * stdio-common/vfscanf.c: Include <stdbool.h>.
40802         * nss/makedb.c: Likewise.
40803         * stdio-common/_i18n_number.h: Likewise.
40804         * argp/argp-help.c: Likewise.
40805         * posix/wordexp.c: Likewise.
40806         * sysdeps/posix/spawni.c: Likewise.
40807         * nss/nss_files/files-initgroups.c: Likewise.
40808         * stdio-common/reg-modifier.c: Include <stdlib.h>.
40809         * nss/nss_files/files-initgroups.c: Likewise.
40810         * nss/nss_db/db-netgrp.c: Likewise.
40811         * nss/nss_db/db-initgroups.c: Likewise.
40812         * io/fchmodat.c: Include <sys/stat.h>.
40814         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
40815         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
40817         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
40818         [HAVE_MMAP].
40820         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
40821         Add multiple inclusion protection.
40823 2012-07-27  David S. Miller  <davem@davemloft.net>
40825         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40827 2012-07-27  Gary Benson  <gbenson@redhat.com>
40829         [BZ #14298]
40830         * elf/rtld.c: Include <stap-probe.h>.
40831         (dl_main): Added static probes "init_start" and "init_complete".
40832         * elf/dl-load.c: Include <stap-probe.h>.
40833         (lose): Take new parameter "nsid".
40834         Added static probe "map_failed".
40835         (_dl_map_object_from_fd): Pass namespace id to lose.
40836         Added static probe "map_start".
40837         (open_verify): Pass namespace id to lose.
40838         * elf/dl-open.c: Include <stap-probe.h>.
40839         (dl_open_worker) Added static probes "map_complete", "reloc_start"
40840         and "reloc_complete".
40841         * elf/dl-close.c: Include <stap-probe.h>.
40842         (_dl_close_worker): Added static probes "unmap_start" and
40843         "unmap_complete".
40844         * elf/rtld-debugger-interface.txt: New file documenting the above.
40846 2012-07-26  Roland McGrath  <roland@hack.frob.com>
40848         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
40849         rather than a string variable.
40850         * sunrpc/rpc_main.c (h_output): Likewise.
40851         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
40853 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
40855         * inet/check_native.c: New file.
40857 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
40859         [BZ #13629]
40860         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
40861         if larger part has absolute value 1.0.
40862         * math/s_clog10.c (__clog10): Likewise.
40863         * math/s_clog10f.c (__clog10f): Likewise.
40864         * math/s_clog10l.c (__clog10l): Likewise.
40865         * math/s_clogf.c (__clogf): Likewise.
40866         * math/s_clogl.c (__clogl): Likewise.
40867         * math/libm-test.inc (clog_test): Add more tests.
40868         (clog10_test): Likewise.
40869         * sysdeps/i386/fpu/libm-test-ulps: Update.
40870         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40872         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
40873         (pltexit): Likewise.
40874         (La_regs): Likewise.
40875         (La_retval): Likewise.
40876         (int_retval): Likewise.
40877         Update #error for removed macros to refer only to definitions in
40878         tst-audit.h.
40879         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
40880         macro.
40881         (pltexit): Likewise.
40882         (La_regs): Likewise.
40883         (La_retval): Likewise.
40884         (int_retval): Likewise.
40885         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
40886         macro.
40887         (pltexit): Likewise.
40888         (La_regs): Likewise.
40889         (La_retval): Likewise.
40890         (int_retval): Likewise.
40891         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
40892         macro.
40893         (pltexit): Likewise.
40894         (La_regs): Likewise.
40895         (La_retval): Likewise.
40896         (int_retval): Likewise.
40897         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
40898         macro.
40899         (pltexit): Likewise.
40900         (La_regs): Likewise.
40901         (La_retval): Likewise.
40902         (int_retval): Likewise.
40903         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
40904         macro.
40905         (pltexit): Likewise.
40906         (La_regs): Likewise.
40907         (La_retval): Likewise.
40908         (int_retval): Likewise.
40909         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
40910         macro.
40911         (pltexit): Likewise.
40912         (La_regs): Likewise.
40913         (La_retval): Likewise.
40914         (int_retval): Likewise.
40915         * sysdeps/generic/tst-audit.h: Update comment to refer only to
40916         macro definitions in tst-audit.h.
40917         * sysdeps/i386/tst-audit.h: New file.
40918         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
40919         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
40920         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
40921         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
40922         * sysdeps/sh/tst-audit.h: Likewise.
40923         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
40924         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
40925         * sysdeps/x86_64/tst-audit.h: Likewise.
40927 2012-07-26  Andreas Jaeger  <aj@suse.de>
40929         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
40930         ptrace.
40932         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
40933         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
40934         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
40935         PTRACE_O_MASK.
40936         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
40937         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
40938         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
40940         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
40941         value.
40943         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
40944         _sigsys.
40945         (si_call_addr, si_syscall, si_arch): Define new macro.
40946         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
40947         _sigsys.
40948         (si_call_addr, si_syscall, si_arch): Define new marcro.
40949         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
40950         _sigsys.
40951         (si_call_addr, si_syscall, si_arch): Define new macro.
40952         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
40953         _sigsys.
40954         (si_call_addr, si_syscall, si_arch): Define new macro.
40956 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
40958         [BZ #13717]
40959         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40960         Change to 2.4.21 where previously 2.4.1.
40961         * sysdeps/unix/sysv/linux/configure: Regenerated.
40962         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
40963         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
40964         Linux kernel version.
40965         (__ASSUME_STD_AUXV): Remove.
40966         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
40967         kernel version.
40968         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
40969         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
40970         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
40971         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
40972         (__ASSUME_NETLINK_SUPPORT): Likewise.
40973         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
40974         (__no_netlink_support): Remove conditional definition.
40975         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
40976         Remove.
40977         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
40978         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
40979         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
40980         (if_nameindex_ioctl): Remove.
40981         (if_nameindex_netlink): Do not handle __no_netlink_support.
40982         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
40983         code.
40984         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
40985         Remove conditional code.
40986         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
40987         code.
40988         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
40989         unconditional.
40990         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
40991         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
40992         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
40993         Remove.
40994         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
40995         [!__ASSUME_STD_AUXV]: Remove conditional code.
40996         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
40997         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
40998         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
40999         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
41000         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
41001         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
41002         code.
41003         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
41004         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
41005         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
41006         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
41007         conditional code.
41008         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
41009         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
41010         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
41011         code.
41012         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
41013         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
41014         conditional code.
41015         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
41016         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41017         code unconditional.
41018         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41019         conditional code.
41020         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41021         unconditional.
41022         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41023         conditional code.
41024         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
41025         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41026         unconditional.
41027         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41028         conditional code.
41029         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
41030         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41031         code unconditional.
41032         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41033         conditional code.
41034         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41035         unconditional.
41036         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41037         conditional code.
41038         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
41039         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41040         code unconditional.
41041         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41042         conditional code.
41043         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41044         unconditional.
41045         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41046         conditional code.
41048 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
41050         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
41051         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
41052         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
41053         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
41054         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
41055         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
41056         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
41057         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
41058         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
41059         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
41060         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
41061         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
41062         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
41063         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
41064         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
41065         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
41066         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
41067         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
41068         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
41069         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
41070         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
41071         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
41072         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
41074 2012-07-25  Florian Weimer  <fweimer@redhat.com>
41076         * Versions.def: Add GLIBC_2.17.
41077         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
41078         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
41079         Introduce __libc_secure_getenv.
41080         * stdlib/Versions (2.17): Add secure_getenv
41081         (GLIBC_PRIVATE): Add __libc_secure_getenv.
41082         * stdlib/secure-getenv.c: Rename __secure_getenv to
41083         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
41084         symbol __secure_getenv for GLIBC_2.0.
41085         * stdlib/tst-secure-getenv.c: New.
41086         * stdlib/Makefile (tests): Add testcase.
41087         * manual/startup.texi (Environment Access): Document
41088         secure_getenv.
41089         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
41090         __libc_secure_getenv.
41091         * inet/ruserpass.c (ruserpass): Likewise.
41092         * malloc/mtrace.c (mtrace): Likewise.
41093         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
41094         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
41095         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
41096         * sysdeps/posix/tempname.c: Likewise.  Evaluate
41097         HAVE_SECURE_GETENV.
41098         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
41099         __secure_getenv to __libc_secure_getenv.
41100         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
41101         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41102         Likewise.
41103         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41104         Likewise.
41105         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
41106         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
41107         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
41108         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
41109         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
41110         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
41111         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
41113 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
41115         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
41116         (struct La_i86_retval): Likewise.
41117         (struct La_x86_64_regs): Likewise.
41118         (struct La_x86_64_retval): Likewise.
41119         (struct La_x32_regs): Likewise.
41120         (struct La_x32_retval): Likewise.
41121         (struct La_ppc32_regs): Likewise.
41122         (struct La_ppc32_retval): Likewise.
41123         (struct La_ppc64_regs): Likewise.
41124         (struct La_ppc64_retval): Likewise.
41125         (struct La_sh_regs): Likewise.
41126         (struct La_sh_retval): Likewise.
41127         (struct La_s390_32_regs): Likewise.
41128         (struct La_s390_32_retval): Likewise.
41129         (struct La_s390_64_regs): Likewise.
41130         (struct La_s390_64_retval): Likewise.
41131         (struct La_sparc32_regs): Likewise.
41132         (struct La_sparc32_retval): Likewise.
41133         (struct La_sparc64_regs): Likewise.
41134         (struct La_sparc64_retval): Likewise.
41135         (struct audit_ifaces): Remove architecture-specific pltenter and
41136         pltexit members.
41137         * sysdeps/i386/ldsodefs.h: New file.
41138         * sysdeps/powerpc/ldsodefs.h: Likewise.
41139         * sysdeps/s390/ldsodefs.h: Likewise.
41140         * sysdeps/sh/ldsodefs.h: Likewise.
41141         * sysdeps/sparc/ldsodefs.h: Likewise.
41142         * sysdeps/x86_64/ldsodefs.h: Likewise.
41144 2012-07-25  Marek Polacek  <polacek@redhat.com>
41146         [BZ #6808]
41147         * math/libm-test.inc (yn_test): Add another test.
41148         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
41149         to ERANGE when the result is +-Inf.
41150         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
41151         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
41152         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
41153         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
41155 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
41157         * conform/data/time.h-data (NULL): Use macro-constant.  Require
41158         equal to 0.
41159         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
41160         clock_t.
41161         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
41163 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
41165         * configure.in <sysdeps resolving>: Correct printing
41166         Implies_before.
41167         * configure: Regenerate.
41169 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
41171         * math/w_ilogb.c: Include <limits.h>.
41172         * math/w_ilogbl.c: Likewise.
41174 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
41176         * manual/lang.texi (__va_copy): Document primarily as ISO C99
41177         va_copy.  Document allowing for unavailable va_copy only as
41178         pre-C99 compatibility.
41179         * manual/string.texi (Copying and Concatenation): Use va_copy
41180         instead of __va_copy in concat example.
41182 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
41184         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
41185         (__sendto): Use create_address_port.  Initialize APORT and deallocate
41186         it if not null.
41188         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
41189         with O_NOLINK passed to __file_name_lookup.
41191         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
41192         with O_NOLINK passed to __file_name_lookup.
41194         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
41195         negative N or less than NGIDS.
41197         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
41198         type to string_t.  Set ERANGE as errno and return it if NAME is not big
41199         enough.  Use memcpy instead of strncpy.
41201 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
41203         * elf/Makefile (check-data): Remove.
41204         (localplt.data): New vpath directive.
41205         ($(objpfx)check-localplt.out): Use localplt.data from vpath
41206         instead of $(check-data).
41207         * scripts/data/localplt-generic.data: Move to ...
41208         * sysdeps/generic/localplt.data: ... here.
41209         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
41210         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
41211         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
41212         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
41213         ... here.
41214         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
41215         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
41216         ... here.
41217         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
41218         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
41219         ... here.
41220         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
41221         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
41222         ... here.
41223         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
41224         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
41225         ... here.
41226         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
41227         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
41228         ... here.
41230 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41232         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
41233         PPC32 and PPC64 files.
41234         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
41235         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
41237 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41239         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
41240         __makecontext_ret to ...
41241         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
41242         ... here and call exit if uc_link is NULL.  New file.
41243         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
41244         __makecontext_ret.S.
41245         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
41246         __makecontext_ret to ...
41247         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
41248         ... here and call exit if uc_link is NULL.  New file.
41249         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
41250         __makecontext_ret.S.
41252 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41254         * elf/elf.h (R_390_IRELATIVE): New definition.
41255         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
41256         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
41257         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
41258         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
41259         (elf_machine_lazy_rel): Likewise.
41260         * sysdeps/s390/dl-irel.h: New file.
41261         * sysdeps/s390/s390-64/memcpy.S: New asm code.
41262         * sysdeps/s390/s390-64/memset.S: New asm code.
41263         * sysdeps/s390/s390-64/memcmp.S: New asm code.
41264         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
41265         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
41266         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
41267         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
41268         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
41269         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
41270         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
41271         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
41272         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
41273         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
41274         * sysdeps/s390/s390-32/memcpy.S: New asm code.
41275         * sysdeps/s390/s390-32/memset.S: New asm code.
41276         * sysdeps/s390/s390-32/memcmp.S: New asm code.
41278 2012-07-17  Marek Polacek  <polacek@redhat.com>
41280         [BZ #14349]
41281         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
41282         * sysdeps/s390/s390-64/configure.in: Likewise.
41283         * sysdeps/sparc/configure.in: Likewise.
41284         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
41285         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
41286         * sysdeps/i386/configure.in: Likewise.
41287         * sysdeps/x86_64/configure.in: Likewise.
41288         * sysdeps/sh/configure.in: Likewise.
41289         * sysdeps/s390/s390-32/configure: Regenerated.
41290         * sysdeps/s390/s390-64/configure: Likewise.
41291         * sysdeps/x86_64/configure: Likewise.
41292         * sysdeps/sh/configure: Likewise.
41293         * sysdeps/powerpc/powerpc64/configure: Likewise.
41294         * sysdeps/powerpc/powerpc32/configure: Likewise.
41295         * sysdeps/sparc/configure: Likwise.
41296         * sysdeps/i386/configure: Likewise.
41298         * elf/dl-open.c: Comment fixes.
41300 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
41302         * Makefile [CXX] (check-data): Remove.
41303         [CXX] (c++-types.data): New vpath directive.
41304         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
41305         vpath.  Do not allow for C++ type data being missing.
41306         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
41307         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
41308         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
41309         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
41310         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
41311         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
41312         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
41313         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
41314         ... here.
41315         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
41316         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
41317         ... here.
41318         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
41319         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
41320         ... here.
41321         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
41322         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
41323         ... here.
41324         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
41325         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
41326         ... here.
41327         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
41328         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
41329         ... here.
41330         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
41331         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
41332         ... here.
41333         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
41334         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
41336         * elf/tls-macros.h (TLS_LE): Move architecture-specific
41337         definitions to architecture-specific files.
41338         (TLS_IE): Likewise.
41339         (TLS_LD): Likewise.
41340         (TLS_GD): Likewise.
41341         * sysdeps/i386/tls-macros.h: New file.
41342         * sysdeps/powerpc/tls-macros.h: Likewise.
41343         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
41344         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
41345         * sysdeps/sh/tls-macros.h: Likewise.
41346         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
41347         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
41348         * sysdeps/x86_64/tls-macros.h: Likewise.
41350 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
41352         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
41353         zero value for regular exit case.
41355         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
41356         (__start_context): Preserve zero value for regular exit case.
41358 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
41359             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41361         * manual/setjmp.texi (setcontext): Clarify normal process
41362         termination when uc_link is the null pointer.
41363         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
41364         exit call.
41366 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
41368         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
41369         preprocessor.  Test for each exception mask separately.
41371 2012-07-16  Andreas Jaeger  <aj@suse.de>
41373         * po/ru.po: Update from translation team.
41375 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
41377         * conform/data/string.h-data (NULL): Use macro-constant.  Require
41378         equal to 0.
41379         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
41380         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
41381         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
41382         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
41383         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41385 2012-07-13  Andreas Jaeger  <aj@suse.de>
41387         * po/fr.po: Update from translation team.
41389 2012-07-12  Marek Polacek  <polacek@redhat.com>
41391         [BZ #14173]
41392         * math/libm-test.inc (yn_test): Add test for BZ #14173.
41393         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
41394         loop condition.
41396 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
41398         [BZ #13717]
41399         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41400         Change to 2.4.1 where previously 2.4.0.
41401         * sysdeps/unix/sysv/linux/configure: Regenerated.
41402         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
41403         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
41404         version.
41405         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
41406         (__ASSUME_AT_CLKTCK): Remove.
41407         (__ASSUME_AT_PAGESIZE): Likewise.
41408         (__ASSUME_AT_XID): Likewise.
41409         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
41410         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
41411         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
41412         unconditionally.
41413         (HAVE_AUX_PAGESIZE): Likewise.
41414         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
41415         [__ASSUME_AT_CLKTCK]: Make code unconditional.
41416         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
41418 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
41420         [BZ #14307]
41421         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
41422         the temporary buffer used to invoke __gethostbyname2_r,
41423         __gethostbyaddr_r and gethostbyname4_r to make room for struct
41424         host_data / struct gaih_addrtuple.
41425         * resolv/nss_dns/dns-host.c (global scope): Move definition of
41426         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
41427         header file nss/nsswitch.h.
41428         * nss/nsswitch.h (global scope): Add definition of implementation
41429         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
41430         resolv/nss_dns/dns-host.c).
41432 2012-07-11  Andreas Jaeger  <aj@suse.de>
41434         * po/fr.po: Update from translation team.
41436         * po/sv.po: Update from translation team
41437         * po/fr.po: Another update from translation team.
41439 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41441         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
41442         for subnormals or multiply small sinh result by itself.
41443         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
41444         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41446 2012-07-11  David S. Miller  <davem@davemloft.net>
41448         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41450 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
41452         [BZ #14347]
41453         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
41454         (INTERNAL_MARK): Shift it here.
41456 2012-07-10  Marek Polacek  <polacek@redhat.com>
41458         [BZ #14151]
41459         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
41460         libc_cv_asm_global_directive with .globl.
41461         * configure: Regenerated.
41462         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
41463         with .globl.
41464         * sysdeps/i386/configure: Regenerated.
41465         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
41466         with .globl.
41467         * sysdeps/x86_64/configure: Regenerated.
41468         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
41469         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
41470         * elf/tst-unique2mod2.c: Likewise.
41471         * elf/tst-unique2mod1.c: Likewise.
41472         * elf/tst-unique1mod2.c: Likewise.
41473         * elf/tst-unique1mod1.c: Likewise.
41474         * sysdeps/s390/s390-32/sysdep.h: Likewise.
41475         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
41476         * sysdeps/s390/s390-64/sysdep.h: Likewise.
41477         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
41478         * sysdeps/mach/sysdep.h: Likewise.
41479         * sysdeps/i386/sysdep.h: Likewise.
41480         * sysdeps/i386/i386-mcount.S: Likewise.
41481         * sysdeps/x86_64/_mcount.S: Likewise.
41482         * sysdeps/x86_64/sysdep.h: Likewise.
41483         * sysdeps/sh/_mcount.S: Likewise.
41484         * sysdeps/sh/sysdep.h: Likewise.
41485         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
41486         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
41487         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
41488         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
41489         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
41490         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
41491         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
41492         * locale/localeinfo.h: Likewise.
41493         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
41494         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
41496 2012-07-09  Roland McGrath  <roland@hack.frob.com>
41498         [BZ #14336]
41499         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
41500         system".
41501         * manual/message.texi (The Uniforum approach): Likewise.
41502         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
41503         (glibc iconv Implementation): Likewise.
41505 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
41507         [BZ #14337]
41508         * math/s_clog.c (__clog): Avoid scaling a value down where that
41509         could result in underflow.
41510         * math/s_clog10.c (__clog10): Likewise.
41511         * math/s_clog10f.c (__clog10f): Likewise.
41512         * math/s_clog10l.c (__clog10l): Likewise.
41513         * math/s_clogf.c (__clogf): Likewise.
41514         * math/s_clogl.c (__clogl): Likewise.
41515         * math/libm-test.inc (clog_test): Add more tests.
41516         (clog10_test): Likewise.
41517         * sysdeps/i386/fpu/libm-test-ulps: Update.
41518         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41520 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
41522         [BZ #14283]
41523         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
41524         by 7 not 8 to examine high bit of fractional part.
41526         [BZ #14042]
41527         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
41528         for call to __mcount_internal.
41529         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
41530         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
41531         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
41533 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
41535         [BZ #14154]
41536         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
41537         approximation for values within 0x1p-13f of an odd multiple of
41538         pi/4.
41539         * math/libm-test.inc (tan_test): Do not allow spurious underflow
41540         exception.  Add more tests.
41541         * sysdeps/i386/fpu/libm-test-ulps: Update.
41543         [BZ #6778]
41544         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
41545         inputs and return -1 for them.  Do not check for +Inf in case not
41546         reachable for +Inf.
41547         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
41548         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
41549         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41550         and return -1 for them.  Do not check for +Inf in case not
41551         reachable for +Inf.
41552         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
41553         define.
41554         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41555         and return -1 for them.  Do not check for +Inf in case not
41556         reachable for +Inf.
41557         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
41558         spurious underflow.
41559         * sysdeps/i386/fpu/libm-test-ulps: Update.
41560         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41562 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
41564         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
41566 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
41568         [BZ #14157]
41569         [BZ #14331]
41570         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
41571         could result in spurious underflow.  Scale down values above
41572         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
41573         * math/s_csqrtf.c (__csqrtf): Likewise.
41574         * math/s_csqrtl.c (__csqrtl): Likewise.
41575         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
41576         spurious underflow.
41577         * sysdeps/i386/fpu/libm-test-ulps: Update.
41578         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41580 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
41582         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
41583         xopen-msg.sed.
41584         * catgets/xopen-msg.awk: New file.
41585         * catgets/xopen-msg.sed: Removed.
41587         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
41588         po2text.sed.
41589         * intl/po2test.awk: New file.
41590         * intl/po2test.sed: Removed.
41592 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
41594         [BZ #14328]
41595         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
41596         or multiply small sinh result by itself.
41597         * math/s_ctanf.c (__ctanf): Likewise.
41598         * math/s_ctanh.c (__ctanh): Likewise.
41599         * math/s_ctanhf.c (__ctanhf): Likewise.
41600         * math/s_ctanhl.c (__ctanhl): Likewise.
41601         * math/s_ctanl.c (__ctanl): Likewise.
41602         * math/libm-test.inc (ctan_test_tonearest): New function.
41603         (ctan_test_towardzero): Likewise.
41604         (ctan_test_downward): Likewise.
41605         (ctan_test_upward): Likewise.
41606         (ctanh_test_tonearest): Likewise.
41607         (ctanh_test_towardzero): Likewise.
41608         (ctanh_test_downward): Likewise.
41609         (ctanh_test_upward): Likewise.
41610         (main): Call these new functions.
41611         * sysdeps/i386/fpu/libm-test-ulps: Update.
41612         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41614 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
41616         * .gitignore: Delete /ports entry.
41618 2012-07-03  Andreas Jaeger  <aj@suse.de>
41620         * po/bg.po: Update from translation team.
41621         * po/cs.po: Likewise.
41622         * po/de.po: Likewise.
41623         * po/hr.po: Likewise.
41624         * po/nl.pl: Likewise.
41625         * po/pl.po: Likewise.
41626         * po/vi.po: Likewise.
41628 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
41630         * Makeconfig [!+link] (+link-before-libc): New variable.
41631         [!+link] (+link-after-libc): Likewise.
41632         [!+link] (+link-tests): Likewise.
41633         [!+link] (+link): Define in terms of $(+link-before-libc) and
41634         $(+link-after-libc).
41635         [!+link-static] (+link-static-before-libc): New variable.
41636         [!+link-static] (+link-static-after-libc): Likewise.
41637         [!+link-static] (+link-static-tests): Likewise.
41638         [!+link-static] (+link-static): Define in terms of
41639         $(+link-static-before-libc) and $(+link-static-after-libc).
41640         [build-shared] (link-libc-before-gnulib): New variable.
41641         [build-shared] (link-libc-tests): Likewise.
41642         [build-shared] (link-libc): Define in terms of
41643         $(link-libc-before-gnulib).
41644         [!build-shared] (link-libc-tests): New variable.
41645         (link-libc-static-tests): New variable.
41646         [!gnulib] (gnulib-arch): New variable.
41647         [!gnulib] (gnulib-tests): Likewise.
41648         [!gnulib] (static-gnulib-arch): Likewise.
41649         [!gnulib] (static-gnulib-tests): Likewise.
41650         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
41651         Define with "=" instead of ":=".
41652         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
41653         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
41654         * Rules (binaries-all-notests): New variable.
41655         (binaries-all-tests): Likewise.
41656         (binaries-static-notests): Likewise.
41657         (binaries-static-tests): Likewise.
41658         (binaries-all): Define using $(binaries-all-notests) and
41659         $(binaries-all-tests).
41660         (binaries-static): Define using $(binaries-static-notests) and
41661         $(binaries-static-tests).
41662         (binaries-shared-tests): New variable.
41663         (binaries-shared-notests): Likewise.
41664         (binaries-shared): Remove variable.
41665         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
41666         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
41667         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
41668         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
41669         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
41670         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
41671         * elf/Makefile (sln-modules): New variable.
41672         (extra-objs): Add $(sln-modules:=.o).
41673         (ldconfig-modules): Add static-stubs.
41674         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
41675         * elf/static-stubs.c: New file.
41677         [BZ #14283]
41678         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
41679         by 7 not 8 to examine high bit of fractional part.  Use volatile
41680         variables when splitting into final array of floats if
41681         __FLT_EVAL_METHOD__ != 0.
41682         * math/libm-test.inc (cos_test): Add another test.
41683         (sin_test): Likewise.
41684         * sysdeps/i386/fpu/libm-test-ulps: Update.
41686         [BZ #14273]
41687         * math/libm-test.inc (cosh_test): Add more tests.
41689         * version.h (RELEASE): Set to "development".
41690         (VERSION): Set to "2.16.90".
41692 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
41694         * NEWS: Update copyright. Remove last-updated date.
41695         Mention math library bug fixes and timezone data changes.
41696         * README: Mention GNU/Hurd, x32, and HPPA support status.
41698 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
41700         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
41702 2012-06-27  Andreas Jaeger  <aj@suse.de>
41704         * manual/contrib.texi (Contributors): Add Samuel Thibault.
41706 2012-06-25  Andreas Jaeger  <aj@suse.de>
41708         * sysdeps/s390/fpu/libm-test-ulps: Update.
41710 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
41711             Thomas Schwinge  <thomas@codesourcery.com>
41713         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
41714         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
41715         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
41716         fanotify_mark.
41718 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
41720         * sysdeps/mach/start.c: Remove file.
41721         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
41722         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
41723         * sysdeps/sh/init-first.c: Likewise.
41725         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
41726         registers for frame unwinding purposes, add CFI directives.
41727         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
41728         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
41729         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
41730         Likewise.
41732         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
41733         __fortify_fail returning.
41734         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
41736         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
41737         sysdeps/sh/____longjmp_chk.S.
41738         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
41739         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
41740         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
41741         (gen-as-const-headers): Append sigaltstack-offsets.sym.
41743         * sysdeps/sh/abort-instr.h: New file.
41744         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
41745         process in case exit returns.
41747         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
41748         initialize the GOT register before use.
41750         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
41751         calculation of ARGC > 4.
41753         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
41754         meaningful names to some local labels.
41756 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
41757             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41759         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
41760         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
41761         (__arch_compare_and_exchange_val_16_acq): Likewise.
41762         (__arch_compare_and_exchange_val_32_acq): Likewise.
41763         (atomic_exchange_and_add): Fix gUSA sequence.
41764         (atomic_add): Likewise.
41765         (atomic_add_negative): Likewise.
41766         (atomic_add_zero): Likewise.
41767         (atomic_bit_test_set): Likewise.
41769 2012-06-22  Andreas Schwab  <schwab@redhat.com>
41771         [BZ #13579]
41772         * include/link.h (struct link_map): Add l_free_initfini.
41773         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
41774         l_initfini.
41775         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
41776         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
41777         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
41778         set.
41780 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
41782         * configure.in: Use AC_LANG_SOURCE.
41783         * configure: Regenerate.
41785 2012-06-22  Roland McGrath  <roland@hack.frob.com>
41787         * configure.in (libc_cv_localstatedir): New substituted variable.
41788         * configure: Regenerated.
41789         * config.make.in (localstatedir): New variable, substituted from
41790         libc_cv_localstatedir.
41791         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
41792         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
41793         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
41794         * sysdeps/gnu/configure: Regenerated.
41796 2012-06-21  Jeff Law  <law@redhat.com>
41798         [BZ #14277]
41799         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
41800         free.  Simplify list management for _LIBC case.
41802 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
41804         [BZ #14273]
41805         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
41806         Clear sign bit of 64-bit integer value before comparing against
41807         overflow value.
41809         * sysdeps/mach/configure: Regenerated.
41811 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
41813         [BZ #14278]
41814         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
41816 2012-06-21  Jeff Law  <law@redhat.com>
41818         [BZ #13882]
41819         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
41820         uint16_t for elements in the "seen" array to avoid char overflows.
41821         * elf/dl-fini.c (_dl_sort_fini): Likewise.
41822         * elf/dl-open.c (dl_open_worker): Likewise.
41824 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
41826         * scripts/list-sources.sh: Scan PORTS for translations.
41827         * po/libc.pot: Regenerated.
41829 2012-06-21  Andreas Jaeger  <aj@suse.de>
41831         [BZ #12194]
41832         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
41833         warning.
41834         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
41835         * bits/byteswap-16.h (__bswap_16): Likewise.
41836         * bits/byteswap.h (__bswap_constant_16): Likewise.
41838 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
41840         [BZ #14117]
41841         * sysdeps/i386/fpu_control.h: Removed.
41842         * sysdeps/x86_64/fpu_control.h: Moved to ...
41843         * sysdeps/x86/fpu_control.h: Here.
41845         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
41846         (_FPU_SETCW): Likewise.
41848 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
41850         [BZ #14117]
41851         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
41852         * sysdeps/x86/fpu/bits/mathinline.h: This.
41853         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
41855         [BZ #14050]
41856         [BZ #14117]
41857         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
41858         functions if __x86_64__ is defined.
41860 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
41862         * string/endian.h: Add !__ASSEMBLER__ condition for including
41863         conversion interfaces.
41865 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
41867         [BZ #14241]
41868         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
41869         of ABS(x) in calculating zero to negative powers other than odd
41870         integers.
41871         * math/libm-test.inc (pow_test): Add more tests.
41873 2012-06-15  Andreas Jaeger  <aj@suse.de>
41875         * manual/contrib.texi (Contributors): Update entry of Liubov
41876         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
41877         Machado Filho.
41879 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
41881         * string/string.h: Add __wur to GNU version of strerror_r.
41883 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
41885         [BZ #14229]
41886         * string/Makefile (tests): Add tst-strtok_r.
41887         * string/tst-strtok_r.c: New file.
41888         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
41889         RAX_LP/RDX_LP on SAVE_PTR.
41891 2012-06-14  Roland McGrath  <roland@hack.frob.com>
41893         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
41895 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
41897         * libm_test.inc (csqrt_test): Allow more spurious underflow
41898         exceptions.
41899         (j0_test): Likewise.
41900         (j1_test): Likewise.
41901         (y0_test): Likewise.
41902         (y1_test): Likewise.
41904 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
41906         * po/Makefile (libc.pot): Use UTF-8 charset.
41908 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
41910         [BZ #14210]
41911         Suppress sign-conversion warning from FD_SET.
41912         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
41913         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
41914         not unsigned long int.
41915         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
41917 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
41919         [BZ #14050]
41920         [BZ #14117]
41921         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
41922         __extern_always_inline instead of __extern_inline.
41923         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
41924         (__signbit): Likewise.
41925         (__signbitl): Support C++ namespace.
41926         (lrintf): New inline function.
41927         (lrint): Likewise.
41928         (llrintf): Likewise.
41929         (llrint): Likewise.
41930         (fmaxf): Likewise.
41931         (fmax): Likewise.
41932         (fminf): Likewise.
41933         (fmin): Likewise.
41934         (rint): Likewise.
41935         (rintf): Likewise.
41936         (ceil): Likewise.
41937         (ceilf): Likewise.
41938         (floor): Likewise.
41939         (floorf): Likewise.
41940         (nearbyint): Likewise.
41941         (nearbyintf): Likewise.
41943 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
41945         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
41946         non-default versions.
41948 2012-06-11  Roland McGrath  <roland@hack.frob.com>
41950         [BZ #14218]
41951         * manual/argp.texi (Argp): Reword argp_parse description slightly.
41953 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
41955         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
41956         (FE_UPWARD, FE_DOWNWARD): Don't define.
41957         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
41958         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
41960         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
41961         reading it.
41962         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
41963         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
41965 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41967         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
41968         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
41969         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
41970         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
41972 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
41974         [BZ #14117]
41975         * sysdeps/i386/fpu/bits/fenv.h: Removed.
41976         * sysdeps/i386/fpu/Implies: New file.
41977         * sysdeps/x86_64/fpu/Implies: Likewise.
41978         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
41979         * sysdeps/x86/fpu/bits/fenv.h: This.
41981         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
41982         __SSE_MATH__.
41984 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
41986         [BZ #14134]
41987         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
41988         character 0xffff that matches the last element of the
41989         conversion table.
41991 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41993         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
41994         fmodl commit.
41996 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41998         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
41999         values higher than 25.6283.
42001 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42003         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
42004         subnormal exponent extraction and add some __builtin_expect.
42005         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
42006         Fix for subnormal mantissa calculation.
42008 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
42010         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
42011         cpu2 is -1 and errno is not ENOSYS.
42013 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
42015         [BZ #14117]
42016         * sysdeps/i386/i486/bits/string.h: Renamed to ...
42017         * sysdeps/x86/bits/string.h: This.
42018         * sysdeps/x86_64/bits/string.h: Removed.
42020         * sysdeps/i386/i486/bits/string.h: Define inline functions only
42021         if not compiling for x86-64, but compiling for >= i486.
42023         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
42024         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
42026         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
42027         New macro from Linux kernel 3.4.0.
42028         (FP_XSTATE_MAGIC2): Likewise.
42029         (FP_XSTATE_MAGIC2_SIZE): Likewise.
42030         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
42031         (struct _fpx_sw_bytes): New struct.
42032         (struct _xsave_hdr): Likewise.
42033         (struct _ymmh_state): Likewise.
42034         (struct _xstate): Likewise.
42036         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
42037         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
42038         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
42039         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
42040         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
42041         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
42043         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
42044         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
42045         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
42046         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
42047         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
42048         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
42050 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42052         [BZ #13743]
42053         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
42054         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
42055         (sysdep_headers): Include sys/platform/ppc.h.
42056         * sysdeps/powerpc/test-gettimebase.c: Test for
42057         __ppc_get_timebase() to catch future ISA opcode/insn changes.
42058         * manual/Makefile (appendices): Include platform.texi.
42059         * manual/contrib.texi (Contributors): Update @node pointers.
42060         * manual/maint.texi (Maintenance): Likewise.
42061         (Platform): New node.
42062         * manual/platform.texi: New file.  Document the new features.
42064 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
42065             Jakub Jelinek  <jakub@redhat.com>
42067         [BZ #14188]
42068         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
42069         where __builtin_expect is unavailable.
42071 2012-06-03  David S. Miller  <davem@davemloft.net>
42073         * stdlib/longlong.h: Updated from GCC.
42075 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
42077         [BZ #14042]
42078         * sysdeps/powerpc/powerpc32/mcount.c: New file.
42079         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
42080         __mcount_internal.
42081         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
42082         (GLIBC_2.16): Likewise.
42084 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42086         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
42088 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
42090         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
42091         (default-abi): New variable.
42092         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
42093         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
42094         variable.
42095         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
42096         Likewise.
42097         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
42098         Likewise.
42099         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
42100         Likewise.
42102         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
42103         definition.  Document in comment.
42105 2012-06-01  David S. Miller  <davem@davemloft.net>
42107         * stdlib/longlong.h: Updated from GCC.
42109 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42111         [BZ #14117]
42112         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
42113         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
42114         sys/debugreg.h sys/io.h here.
42115         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
42116         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
42117         sys/io.h.
42118         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
42119         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
42120         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
42121         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
42122         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
42123         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
42125         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
42126         Define only if __x86_64__ is defined.
42128 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
42130         [BZ #14048]
42131         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
42132         Use int64_t for variable i.
42133         * math/libm-test.inc (fmod_test): Add more tests.
42135         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
42136         z computation is not scheduled after fetestexcept.
42137         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
42138         Use math_force_eval instead of asm to ensure calculation scheduled
42139         before exception test.
42140         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
42141         Ensure a1 + u.d computation is not scheduled after fetestexcept.
42143 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
42145         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
42146         computation is not scheduled after fetestexcept.
42148 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42150         [BZ #14117]
42151         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
42152         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
42154 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42156         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
42157         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
42159 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
42161         [BZ #14117]
42162         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
42163         <bits/wordsize.h>.
42164         (__WCHAR_MIN): Support __WORDSIZE == 64.
42165         (__WCHAR_MAX): Likewise.
42167         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
42168         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
42170         [BZ #14183]
42171         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
42172         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
42174         [BZ #14117]
42175         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
42176         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
42178         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
42179         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
42181         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
42182         Defined to 1 if __x86_64__ isn't defined.
42183         (_STAT_VER_LINUX_OLD): New.
42184         (st_atime): Remove duplicate.
42185         (st_mtime): Likewise.
42186         (st_ctime): Likewise.
42188 2012-05-31  David S. Miller  <davem@davemloft.net>
42190         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
42191         entries.
42193 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
42195         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
42196         gen-libm-test.pl.
42198         [BZ #14132]
42199         * elf/dl-reloc.c: Include <_itoa.h>.
42200         (_dl_reloc_bad_type): Remove use of INTUSE.
42201         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
42202         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
42203         * stdio-common/psiginfo.c (psiginfo): Likewise.
42204         * stdio-common/psignal.c (psignal): Likewise.
42205         * string/strsignal.c (strsignal): Likewise.
42206         * include/signal.h (_sys_siglist): Declare hidden proto.
42207         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
42208         INTVARDEF with libc_hidden_data_def.
42209         * stdio-common/itoa-udigits.c: Likewise.
42210         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
42211         (_itoa_lower_digits_internal): Remove declaration.
42212         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
42213         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
42214         (_sys_sigabbrev_internal): Remove aliases.
42215         (_sys_siglist): Define hidden alias.
42217 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
42219         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42220         bits/sysctl.h.
42222 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
42224         [BZ #14117]
42225         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
42226         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
42228         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
42229         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
42230         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
42231         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
42232         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
42233         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
42235         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
42236         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
42237         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
42239         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
42240         with __addr.
42241         (insw): Likewise.
42242         (insl): Likewise.
42243         (outsb): Likewise.
42244         (outsw): Likewise.
42245         (outsl): Likewise.
42247         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
42248         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
42249         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
42251         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
42252         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
42253         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
42254         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
42255         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
42256         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
42258         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
42259         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
42261         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
42262         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
42264         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
42265         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
42266         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
42268         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
42269         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
42270         to ...
42271         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
42273         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
42274         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
42275         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
42277         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
42278         for x86-64.
42279         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
42281 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
42283         * math/math.h (M_El): Use two more decimal places.
42284         (M_LOG2El): Likewise.
42285         (M_LOG10El): Likewise.
42286         (M_LN2l): Likewise.
42287         (M_LN10l): Likewise.
42288         (M_PIl): Likewise.
42289         (M_PI_2l): Likewise.
42290         (M_PI_4l): Likewise.
42291         (M_1_PIl): Likewise.
42292         (M_2_PIl): Likewise.
42293         (M_2_SQRTPIl): Likewise.
42294         (M_SQRT2l): Likewise.
42295         (M_SQRT1_2l): Likewise.
42297 2012-05-31  David S. Miller  <davem@davemloft.net>
42299         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
42300         values between float registers.
42301         * sysdeps/sparc/sparc64/memset.S: Likewise.
42302         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
42304 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
42306         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
42307         -D_FORTIFY_SOURCE=1.
42308         (CPPFLAGS-tst-longjmp_chk.c): Define.
42309         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
42310         (CPPFLAGS-tst-longjmp_chk2.c): Define.
42311         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
42312         CFLAGS-tst-wchar-h.c.
42314 2012-05-31  Marek Polacek  <polacek@redhat.com>
42316         [BZ #14132]
42317         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
42318         __endmntent_internal): Remove declaration.
42319         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
42320         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
42321         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
42323 2012-05-30  David S. Miller  <davem@davemloft.net>
42325         * sysdeps/sparc/sparc32/soft-fp/q_util.c
42326         (___Q_simulate_exceptions): Use real FP ops rather than writing
42327         into the %fsr.
42328         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
42329         Likewise.
42331 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42333         [BZ #14117]
42334         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
42335         * sysdeps/x86/bits/xtitypes.h: This.
42337         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
42338         * sysdeps/x86/bits/wordsize.h: This.
42340         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
42341         * sysdeps/x86/bits/huge_vall.h: This.
42343         * sysdeps/i386/bits/select.h: Removed.
42344         * sysdeps/x86_64/bits/select.h: Renamed to ...
42345         * sysdeps/x86/bits/select.h: This.
42347         * sysdeps/i386/bits/setjmp.h: Removed.
42348         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
42349         * sysdeps/x86/bits/setjmp.h: This.
42351         * sysdeps/i386/bits/mathdef.h: Removed.
42352         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
42353         * sysdeps/x86/bits/mathdef.h: This.
42355 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
42357         [BZ #14132]
42358         * include/sys/socket.h (__connect_internal)
42359         (__libc_sa_len_internal): Remove declaration.
42360         (__connect, __libc_sa_len): Declare hidden_proto.
42361         (SA_LEN): Remove use of INTUSE.
42362         * socket/connect.c: Add libc_hidden_def.
42363         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
42364         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
42365         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
42366         alias.
42367         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
42368         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
42369         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
42370         of adding _internal alias.
42372 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42374         [BZ #14117]
42375         * sysdeps/i386/bits/link.h: Removed.
42376         * sysdeps/i386/bits/linkmap.h: Likewise.
42377         * sysdeps/x86_64/bits/link.h: Renamed to ...
42378         * sysdeps/x86/bits/link.h: This.
42379         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
42380         * sysdeps/x86/bits/linkmap.h: This.
42382         * sysdeps/i386/bits/endian.h: Removed.
42383         * sysdeps/x86_64/bits/endian.h: Renamed to ...
42384         * sysdeps/x86/bits/endian.h: This.
42386         * sysdeps/i386/bits/byteswap.h: Removed.
42387         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42388         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
42389         * sysdeps/x86/bits/byteswap.h: This.
42390         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
42391         * sysdeps/x86/bits/byteswap-16.h: This.
42392         * sysdeps/i386/Implies: Add x86.
42393         * sysdeps/x86_64/Implies: Likewise.
42395 2012-05-30  David S. Miller  <davem@davemloft.net>
42397         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
42398         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
42399         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
42400         (FP_TRAPPING_EXCEPTIONS): Define.
42401         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
42402         (FP_TRAPPING_EXCEPTIONS): Define.
42403         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
42404         subnormals only when inexact has been signalled or underflow
42405         exceptions are enabled.
42406         (_FP_PACK_CANONICAL): Likewise.
42408 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42410         [BZ #14183]
42411         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
42412         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
42414 2012-05-30  Richard Henderson  <rth@twiddle.net>
42416         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
42417         with #ifndef NOT_IN_libc.
42419         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
42420         marked to avoid plt entry.
42422 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42424         [BZ #14112]
42425         * Makeconfig (default-abi): New macro.
42426         (abi-includes): Likewise.
42427         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
42428         $(abi-$(default-abi)-lib-soname) for soname if defined.
42429         ($(common-objpfx)gnu/lib-names.stmp): Generate from
42430         abi-variants.
42431         * Makefile (installed-stubs): Likewise.
42432         * include/stubs-biarch.h: Removed.
42433         * scripts/lib-names.awk: Only handle one library at a time.
42434         * scripts/soversions.awk: Remove WORDSIZE support.
42435         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
42436         entries.
42437         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
42438         Removed.
42439         (syscall-list-default-condition): Likewise.
42440         (syscall-list-default-condition): Likewise.
42441         (syscall-list-includes): Likewise.
42442         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
42443         syscall-list-* with abi-*.  Handle undefined abi-variants.
42444         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
42445         * sysdeps/unix/sysv/linux/i386/Implies: New file.
42446         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
42447         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
42448         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
42449         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
42450         Removed.
42451         (syscall-list-32-options): Likewise.
42452         (syscall-list-32-condition): Likewise.
42453         (syscall-list-64-options): Likewise.
42454         (syscall-list-64-condition): Likewise.
42455         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
42456         macro.
42457         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
42458         Renamed to ...
42459         (abi-*): This.
42460         (abi-64-ld-soname): New macro.
42461         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
42462         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
42463         Renamed to ...
42464         (abi-*): This.
42465         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
42466         * sysdeps/x86_64/x32/shlib-versions: Likewise.
42468 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
42470         * sysdeps/unix/sysv/linux/kernel-features.h
42471         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
42472         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
42473         include <kernel-features.h>.
42474         [!__NR_ftruncate64]: Remove conditional code.
42475         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42476         [__NR_ftruncate64]: Make code unconditional.
42477         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42478         * sysdeps/unix/sysv/linux/truncate64.c: Do not
42479         include <kernel-features.h>.
42480         [!__NR_ftruncate64]: Remove conditional code.
42481         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42482         [__NR_ftruncate64]: Make code unconditional.
42483         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42484         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
42485         include <kernel-features.h>.
42486         [!__NR_ftruncate64]: Remove conditional code.
42487         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42488         [__NR_ftruncate64]: Make code unconditional.
42489         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42490         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
42491         include <kernel-features.h>.
42492         [!__NR_ftruncate64]: Remove conditional code.
42493         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42494         [__NR_ftruncate64]: Make code unconditional.
42495         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42497         * configure.in (libc_cv_fpie): Weaken to a compile test using
42498         LIBC_TRY_CC_OPTION.
42499         * configure: Regenerated.
42501 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42503         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
42504         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
42505         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
42506         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42507         Refreshed.
42508         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
42509         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
42510         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
42511         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
42512         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
42513         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42514         Refreshed.
42516 2012-05-27  David S. Miller  <davem@davemloft.net>
42518         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
42519         (___Q_zero): New.
42520         (__Q_simulate_exceptions): Return void.  Change to simulate
42521         exceptions by writing into the %fsr.
42522         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
42523         (__Qp_handle_exceptions): Likewise.
42524         (numbers): Delete.
42525         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
42526         __Qp_handle_exceptions.
42527         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
42528         __Qp_handle_exceptions.
42529         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42530         as unused and give dummy FP_RND_NEAREST initializer.
42531         (FP_INHIBIT_RESULTS): Define.
42532         (___Q_simulate_exceptions): Update declaration.
42533         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
42534         formatting.
42535         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42536         as unused and give dummy FP_RND_NEAREST initializer.
42537         (__Qp_handle_exceptions): Update declaration.
42538         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
42539         formatting.
42541 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
42543         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
42544         the temporary FPU control word.
42545         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
42546         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
42547         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
42548         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
42549         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
42550         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
42551         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
42552         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
42553         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
42554         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
42555         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
42557 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42559         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
42560         fields.
42562 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
42564         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
42565         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
42566         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
42567         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
42568         Likewise.
42569         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
42570         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
42571         Likewise.
42573 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
42575         * po/h.po: Update from translation team.
42577 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
42579         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
42581         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
42582         handling of denormals.
42583         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
42584         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
42585         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
42586         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
42587         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
42588         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
42589         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
42590         Likewise.
42592 2012-05-26  Marek Polacek  <polacek@redhat.com>
42594         [BZ #14152]
42595         * math/libm-test.inc (fma_test): Don't always expect underflow
42596         exception.
42598 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42600         [BZ #12416]
42601         * elf/tst-execstack.c: Include stackinfo.h.
42602         (do_test): Adjust test case to ensure that pthread_getattr_np
42603         behaviour remains the same after marking stack executable.
42605 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
42607         * sysdeps/unix/sysv/linux/kernel-features.h
42608         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
42609         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
42610         kernel-features.h.
42611         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42612         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42613         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
42614         kernel-features.h.
42615         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42616         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42618 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
42620         * configure.in: Define the default includes to being none.
42621         * configure: Regenerated.
42623 2012-05-25  Roland McGrath  <roland@hack.frob.com>
42625         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
42626         * sysdeps/x86_64/setjmp.S: Likewise.
42627         * sysdeps/i386/bsd-setjmp.S: Likewise.
42628         * sysdeps/i386/bsd-_setjmp.S: Likewise.
42629         * sysdeps/i386/setjmp.S: Likewise.
42630         * sysdeps/i386/__longjmp.S: Likewise.
42631         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
42632         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
42634         * include/stap-probe.h: New file.
42635         * configure.in: Handle --enable-systemtap.
42636         * configure: Regenerated.
42637         * config.h.in (USE_STAP_PROBE): New #undef.
42638         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
42639         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
42640         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
42642 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
42644         [BZ #13717]
42645         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
42646         to 2.4.0 where earlier.
42647         * sysdeps/unix/sysv/linux/configure: Regenerated.
42648         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
42649         <kernel-features.h>.
42650         [__ASSUME_32BITUIDS]: Make code unconditional.
42651         [!__ASSUME_32BITUIDS]: Remove conditional code.
42652         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
42653         <kernel-features.h>.
42654         [__ASSUME_32BITUIDS]: Make code unconditional.
42655         [!__ASSUME_32BITUIDS]: Remove conditional code.
42656         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
42657         [__ASSUME_32BITUIDS]: Make code unconditional.
42658         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
42659         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
42660         <kernel-features.h>.
42661         [__ASSUME_32BITUIDS]: Make code unconditional.
42662         [!__ASSUME_32BITUIDS]: Remove conditional code.
42663         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
42664         <kernel-features.h>.
42665         [__ASSUME_32BITUIDS]: Make code unconditional.
42666         [!__ASSUME_32BITUIDS]: Remove conditional code.
42667         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
42668         <kernel-features.h>.
42669         [__ASSUME_32BITUIDS]: Make code unconditional.
42670         [!__ASSUME_32BITUIDS]: Remove conditional code.
42671         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
42672         <kernel-features.h>.
42673         [__ASSUME_32BITUIDS]: Make code unconditional.
42674         [!__ASSUME_32BITUIDS]: Remove conditional code.
42675         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
42676         <kernel-features.h>.
42677         [__ASSUME_32BITUIDS]: Make code unconditional.
42678         [!__ASSUME_32BITUIDS]: Remove conditional code.
42679         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
42680         <kernel-features.h>.
42681         [__ASSUME_32BITUIDS]: Make code unconditional.
42682         [!__ASSUME_32BITUIDS]: Remove conditional code.
42683         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
42684         <kernel-features.h>.
42685         [__ASSUME_32BITUIDS]: Make code unconditional.
42686         [!__ASSUME_32BITUIDS]: Remove conditional code.
42687         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
42688         <kernel-features.h>.
42689         [__ASSUME_32BITUIDS]: Make code unconditional.
42690         [!__ASSUME_32BITUIDS]: Remove conditional code.
42691         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
42692         <kernel-features.h>.
42693         [__ASSUME_32BITUIDS]: Make code unconditional.
42694         [!__ASSUME_32BITUIDS]: Remove conditional code.
42695         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
42696         <kernel-features.h>.
42697         [__ASSUME_32BITUIDS]: Make code unconditional.
42698         [!__ASSUME_32BITUIDS]: Remove conditional code.
42699         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
42700         <kernel-features.h>.
42701         [__NR_setresgid] (__setresgid): Do not declare.
42702         [__ASSUME_32BITUIDS]: Make code unconditional.
42703         [!__ASSUME_32BITUIDS]: Remove conditional code.
42704         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
42705         <kernel-features.h>.
42706         [__NR_setresuid] (__setresuid): Do not declare.
42707         [__ASSUME_32BITUIDS]: Make code unconditional.
42708         [!__ASSUME_32BITUIDS]: Remove conditional code.
42709         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
42710         <kernel-features.h>.
42711         [__ASSUME_32BITUIDS]: Make code unconditional.
42712         [!__ASSUME_32BITUIDS]: Remove conditional code.
42713         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
42714         <kernel-features.h>.
42715         [__ASSUME_32BITUIDS]: Make code unconditional.
42716         [!__ASSUME_32BITUIDS]: Remove conditional code.
42717         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
42718         <kernel-features.h>.
42719         [__ASSUME_32BITUIDS]: Make code unconditional.
42720         [!__ASSUME_32BITUIDS]: Remove conditional code.
42721         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
42722         <kernel-features.h>.
42723         [__ASSUME_32BITUIDS]: Make code unconditional.
42724         [!__ASSUME_32BITUIDS]: Remove conditional code.
42725         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
42726         <kernel-features.h>.
42727         [__ASSUME_32BITUIDS]: Make code unconditional.
42728         [!__ASSUME_32BITUIDS]: Remove conditional code.
42729         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
42730         <kernel-features.h>.
42731         [__ASSUME_32BITUIDS]: Make code unconditional.
42732         [!__ASSUME_32BITUIDS]: Remove conditional code.
42733         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
42734         <kernel-features.h>.
42735         [__ASSUME_32BITUIDS]: Make code unconditional.
42736         [!__ASSUME_32BITUIDS]: Remove conditional code.
42737         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
42738         <kernel-features.h>.
42739         [__ASSUME_32BITUIDS]: Make code unconditional.
42740         [!__ASSUME_32BITUIDS]: Remove conditional code.
42741         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
42742         <kernel-features.h>.
42743         [__ASSUME_32BITUIDS]: Make code unconditional.
42744         [!__ASSUME_32BITUIDS]: Remove conditional code.
42745         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
42746         <kernel-features.h>.
42747         [__ASSUME_32BITUIDS]: Make code unconditional.
42748         [!__ASSUME_32BITUIDS]: Remove conditional code.
42749         * sysdeps/unix/sysv/linux/kernel-features.h
42750         (__ASSUME_SETRESUID_SYSCALL): Remove.
42751         (__ASSUME_SETRESGID_SYSCALL): Likewise.
42752         (__ASSUME_32BITUIDS): Likewise.
42753         (__ASSUME_LDT_WORKS): Likewise.
42754         (__ASSUME_O_DIRECTORY): Likewise.
42755         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
42756         architecture but not kernel version.
42757         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
42758         (__ASSUME_MMAP2_SYSCALL): Likewise.
42759         (__ASSUME_STAT64_SYSCALL): Likewise.
42760         (__ASSUME_IPC64): Likewise.
42761         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
42762         <kernel-features.h>.
42763         [__ASSUME_32BITUIDS]: Make code unconditional.
42764         [!__ASSUME_32BITUIDS]: Remove conditional code.
42765         * sysdeps/unix/sysv/linux/opendir.c: Do not include
42766         <kernel-features.h>.
42767         [__ASSUME_O_DIRECTORY]: Make code unconditional.
42768         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
42769         132096]: Remove conditional code.
42770         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
42771         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
42772         <kernel-features.h>.
42773         [__ASSUME_32BITUIDS]: Make code unconditional.
42774         [!__ASSUME_32BITUIDS]: Remove conditional code.
42775         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
42776         <kernel-features.h>.
42777         [__ASSUME_32BITUIDS]: Make code unconditional.
42778         [!__ASSUME_32BITUIDS]: Remove conditional code.
42779         * sysdeps/unix/sysv/linux/setegid.c: Do not include
42780         <kernel-features.h>.
42781         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
42782         unconditional.
42783         (__setresgid): Do not declare.
42784         [__ASSUME_32BITUIDS]: Make code unconditional.
42785         [!__ASSUME_32BITUIDS]: Remove conditional code.
42786         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
42787         <kernel-features.h>.
42788         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
42789         unconditional.
42790         (__setresuid): Do not declare.
42791         [__ASSUME_32BITUIDS]: Make code unconditional.
42792         [!__ASSUME_32BITUIDS]: Remove conditional code.
42793         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
42794         <kernel-features.h>.
42795         [__ASSUME_32BITUIDS]: Make code unconditional.
42796         [!__ASSUME_32BITUIDS]: Remove conditional code.
42797         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
42798         <kernel-features.h>.
42799         [__ASSUME_32BITUIDS]: Make code unconditional.
42800         [!__ASSUME_32BITUIDS]: Remove conditional code.
42802 2012-05-25  Richard Henderson  <rth@twiddle.net>
42804         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
42805         dl_hwcap to ifunc resolver.
42806         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
42807         elf_ifunc_invoke.
42808         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
42809         dl_hwcap to ifunc resolver.
42810         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
42812 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42814         [BZ #14153]
42815         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
42816         for |x| <= 2**-26, not 2**-57.
42817         * math/libm-test.inc (acos_test): Do not allow spurious underflow
42818         exception.
42820 2012-05-24  Jeff Law  <law@redhat.com>
42822         * stdio-common/Makefile (tests): Add bug25.
42823         * stdio-common/bug25.c: New test.
42825 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
42827         [BZ #13576]
42828         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
42829         multiple of MALLOC_ALIGNMENT in size.
42830         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
42832 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42834         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
42835         Require >= 256.
42836         (FILENAME_MAX): Use macro-int-constant.
42837         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
42838         (_IOFBF): Use macro-int-constant.
42839         (_IOLBF): Likewise.
42840         (_IONBF): Likewise.
42841         (SEEK_CUR): Likewise.
42842         (SEEK_END): Likewise.
42843         (SEEK_SET): Likewise.
42844         (TMP_MAX): Likewise.
42845         (EOF): Use macro-int-constant.  Require < 0.
42846         (NULL): Use macro-constant.  Require == 0.
42847         (stdin): Require type to be FILE *.
42848         (stdout): Likewise.
42849         (stderr): Likewise.
42850         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
42851         macro-int-constant.
42852         (EXIT_SUCCESS): Likewise.
42853         (NULL): Use macro-constant.  Require == 0.
42854         (RAND_MAX): Use macro-int-constant.
42855         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
42856         [C99-based standards] (strtof): Require function.
42857         [C99-based standards] (strtold): Likewise.
42858         [C99-based standards] (strtoll): Likewise.
42859         [C99-based standards] (strtoull): Likewise.
42860         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
42861         [ISO || ISO99 || ISO11] (limits.h): Likewise.
42862         [ISO || ISO99 || ISO11] (math.h): Likewise.
42863         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
42864         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
42865         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42867 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
42869         [BZ #14132]
42870         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
42871         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
42872         * intl/dgettext.c (DCGETTEXT): Likewise.
42873         * intl/gettext.c (DCGETTEXT): Likewise.
42874         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
42875         * posix/regex_internal.h (gettext): Likewise.
42876         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
42877         Remove declaration.
42878         * include/argz.h (__argz_count_internal)
42879         (__argz_stringify_internal): Remove declaration.
42880         (__argz_count, __argz_stringify): Declare hidden proto.
42881         * intl/dcgettext.c: Remove use of INTDEF.
42882         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
42883         * string/argz-stringify.c: Likewise.
42884         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
42885         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
42886         Declare hidden proto.
42887         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
42888         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
42889         Declare hidden proto.
42890         * include/stdio.h (__asprintf_internal): Don't declare.
42891         (__asprintf): Don't define as macro.  Declare hidden proto.
42892         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
42893         (__fsetlocking): Declare hidden proto.
42894         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
42895         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
42896         hidden proto.
42897         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
42898         (_IO_setlinebuf): Remove use of INTUSE.
42899         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
42900         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
42901         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
42902         Remove declaration.
42903         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
42904         (_IO_do_flush): Remove use of INTUSE.
42905         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
42906         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
42907         (_IO_adjust_column, _IO_least_wmarker)
42908         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
42909         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
42910         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
42911         (_IO_default_doallocate, _IO_wdefault_doallocate)
42912         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
42913         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
42914         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
42915         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
42916         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
42917         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
42918         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
42919         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
42920         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
42921         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
42922         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
42923         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
42924         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
42925         proto.
42926         (_IO_flush_all_internal, _IO_adjust_column_internal)
42927         (_IO_default_uflow_internal, _IO_default_finish_internal)
42928         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
42929         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
42930         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
42931         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
42932         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
42933         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
42934         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
42935         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
42936         (_IO_file_close_internal, _IO_file_close_it_internal)
42937         (_IO_file_underflow_internal, _IO_file_overflow_internal)
42938         (_IO_file_init_internal, _IO_file_attach_internal)
42939         (_IO_file_fopen_internal, _IO_file_read_internal)
42940         (_IO_file_sync_internal, _IO_file_seek_internal)
42941         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
42942         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
42943         (_IO_str_underflow_internal, _IO_str_overflow_internal)
42944         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
42945         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
42946         (_IO_list_all_internal, _IO_link_in_internal)
42947         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
42948         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
42949         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
42950         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
42951         (_IO_do_write_internal, _IO_padn_internal)
42952         (_IO_getline_info_internal, _IO_getline_internal)
42953         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
42954         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
42955         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
42956         (_IO_vfscanf_internal, _IO_vfprintf_internal)
42957         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
42958         (_IO_init_internal, _IO_un_link_internal): Don't declare.
42959         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
42960         with libc_hidden_ver, remove use of INTUSE.
42961         * libio/genops.c: Likewise.
42962         * libio/freopen.c: Likewise.
42963         * libio/freopen64.c: Likewise.
42964         * libio/iofclose.c: Likewise.
42965         * libio/iofdopen.c: Likewise.
42966         * libio/iofflush.c: Likewise.
42967         * libio/iofflush_u.c: Likewise.
42968         * libio/iofgets.c: Likewise.
42969         * libio/iofgets_u.c: Likewise.
42970         * libio/iofopen.c: Likewise.
42971         * libio/iofopncook.c: Likewise.
42972         * libio/iofread.c: Likewise.
42973         * libio/iofread_u.c: Likewise.
42974         * libio/ioftell.c: Likewise.
42975         * libio/iofwrite.c: Likewise.
42976         * libio/iogetline.c: Likewise.
42977         * libio/iogets.c: Likewise.
42978         * libio/iogetwline.c: Likewise.
42979         * libio/iopadn.c: Likewise.
42980         * libio/iopopen.c: Likewise.
42981         * libio/ioseekoff.c: Likewise.
42982         * libio/ioseekpos.c: Likewise.
42983         * libio/iosetbuffer.c: Likewise.
42984         * libio/iosetvbuf.c: Likewise.
42985         * libio/ioungetc.c: Likewise.
42986         * libio/ioungetwc.c: Likewise.
42987         * libio/iovdprintf.c: Likewise.
42988         * libio/iovsprintf.c: Likewise.
42989         * libio/iovsscanf.c: Likewise.
42990         * libio/memstream.c: Likewise.
42991         * libio/obprintf.c: Likewise.
42992         * libio/oldfileops.c: Likewise.
42993         * libio/oldiofclose.c: Likewise.
42994         * libio/oldiofdopen.c: Likewise.
42995         * libio/oldiofopen.c: Likewise.
42996         * libio/oldiopopen.c: Likewise.
42997         * libio/oldstdfiles.c: Likewise.
42998         * libio/putc.c: Likewise.
42999         * libio/setbuf.c: Likewise.
43000         * libio/setlinebuf.c: Likewise.
43001         * libio/stdfiles.c: Likewise.
43002         * libio/strops.c: Likewise.
43003         * libio/vasprintf.c: Likewise.
43004         * libio/vscanf.c: Likewise.
43005         * libio/vsnprintf.c: Likewise.
43006         * libio/vswprintf.c: Likewise.
43007         * libio/wfiledoalloc.c: Likewise.
43008         * libio/wfileops.c: Likewise.
43009         * libio/wgenops.c: Likewise.
43010         * libio/wmemstream.c: Likewise.
43011         * libio/wstrops.c: Likewise.
43012         * libio/__fpurge.c: Likewise.
43013         * libio/__fsetlocking.c: Likewise.
43014         * assert/assert.c: Likewise.
43015         * debug/fgets_chk.c: Likewise.
43016         * debug/fgets_u_chk.c: Likewise.
43017         * debug/fread_chk.c: Likewise.
43018         * debug/fread_u_chk.c: Likewise.
43019         * debug/gets_chk.c: Likewise.
43020         * debug/obprintf_chk.c: Likewise.
43021         * debug/vasprintf_chk.c: Likewise.
43022         * debug/vdprintf_chk.c: Likewise.
43023         * debug/vsnprintf_chk.c: Likewise.
43024         * debug/vsprintf_chk.c: Likewise.
43025         * malloc/mtrace.c: Likewise.
43026         * misc/error.c: Likewise.
43027         * misc/syslog.c: Likewise.
43028         * stdio-common/asprintf.c: Likewise.
43029         * stdio-common/fxprintf.c: Likewise.
43030         * stdio-common/getw.c: Likewise.
43031         * stdio-common/isoc99_fscanf.c: Likewise.
43032         * stdio-common/isoc99_scanf.c: Likewise.
43033         * stdio-common/isoc99_vfscanf.c: Likewise.
43034         * stdio-common/isoc99_vscanf.c: Likewise.
43035         * stdio-common/isoc99_vsscanf.c: Likewise.
43036         * stdio-common/printf-prs.c: Likewise.
43037         * stdio-common/printf_fp.c: Likewise.
43038         * stdio-common/printf_fphex.c: Likewise.
43039         * stdio-common/printf_size.c: Likewise.
43040         * stdio-common/putw.c: Likewise.
43041         * stdio-common/scanf.c: Likewise.
43042         * stdio-common/sprintf.c: Likewise.
43043         * stdio-common/tmpfile.c: Likewise.
43044         * stdio-common/vfprintf.c: Likewise.
43045         * stdio-common/vfscanf.c: Likewise.
43046         * stdlib/strfmon_l.c: Likewise.
43047         * sunrpc/openchild.c: Likewise.
43048         * sunrpc/xdr_stdio.c: Likewise.
43049         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
43050         * sysdeps/mach/hurd/tmpfile.c: Likewise.
43052 2012-05-24  Roland McGrath  <roland@hack.frob.com>
43054         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43056         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
43057         in the third column, to generate for the shared library an IFUNC
43058         that uses _dl_vdso_vsym.
43059         * Makerules (COMPILE.c, compile-stdin.c): New variables.
43060         * Makeconfig (object-suffixes-noshared): New variable.
43062         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
43063         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
43064         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
43065         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
43067         [BZ #14132]
43068         * include/sys/time.h (__gettimeofday): Remove macro.
43069         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
43070         * time/gettimeofday.c (__gettimeofday): Remove #undef.
43071         Remove INTDEF.
43072         (__gettimeofday): Add libc_hidden_def.
43073         (gettimeofday): Add libc_hidden_weak.
43074         * sysdeps/mach/gettimeofday.c: Likewise.
43075         * sysdeps/posix/gettimeofday.c: Likewise.
43076         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
43077         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
43078         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
43079         (__gettimeofday_internal): Remove strong_alias.
43080         (__gettimeofday): Add libc_hidden_def.
43081         (gettimeofday): Add libc_hidden_weak.
43082         * sysdeps/unix/syscalls.list (gettimeofday):
43083         Remove __gettimeofday_internal alias.
43085 2012-05-24  Daniel Jacobowitz  <drow@false.org>
43086             H.J. Lu  <hongjiu.lu@intel.com>
43088         [BZ #12495]
43089         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
43090         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
43091         (largebin_index_32_big): New.
43092         (largebin_index): Use it for 16-byte alignment.
43093         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
43094         correction with front_misalign.
43096 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
43098         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
43099         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
43100         Likewise.
43101         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
43102         Likewise.
43103         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
43104         Likewise.
43105         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
43106         Likewise.
43107         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
43108         Likewise.
43109         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
43110         Likewise.
43111         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
43112         Likewise.
43113         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
43114         Likewise.
43115         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
43116         Likewise.
43117         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
43118         Likewise.
43119         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
43120         Likewise.
43121         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
43122         Likewise.
43124         * scripts/data/c++-types-x32-linux-gnu.data: New file.
43125         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
43127 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
43129         [BZ #10846]
43130         [BZ #14036]
43131         * math/libm-test.inc (exp_test): Add test from bug 14036.
43132         (pow_test): Add test from bug 10846.
43134         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
43135         and other flags.
43136         (special_function): Do not include flags in test name.
43137         (parse_args): Likewise.
43138         * sysdeps/i386/fpu/libm-test-ulps: Update.
43139         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
43140         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
43141         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
43142         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43144         * math/gen-libm-test.pl (%beautify): Add entries for underflow
43145         exceptions.
43146         * math/libm-test.inc ("Philosophy"): Update comment about
43147         exception testing.
43148         (UNDERFLOW_EXCEPTION): New macro.
43149         (UNDERFLOW_EXCEPTION_OK): Likewise.
43150         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
43151         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
43152         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
43153         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
43154         (INVALID_EXCEPTION_OK): Update value.
43155         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43156         (OVERFLOW_EXCEPTION_OK): Likewise.
43157         (IGNORE_ZERO_INF_SIGN): Likewise.
43158         (test_exceptions): Handle underflow exceptions.
43159         (acos_test): Update for underflow exception expectations.
43160         (cexp_test): Likewise.
43161         (clog_test): Likewise.
43162         (clog10_test): Likewise.
43163         (csqrt_test): Likewise.
43164         (ctan_test): Likewise.
43165         (ctanh_test): Likewise.
43166         (exp_test): Likewise.
43167         (exp10_test): Likewise.
43168         (exp2_test): Likewise.
43169         (expm1_test): Likewise.
43170         (fma_test): Likewise.
43171         (j0_test): Likewise.
43172         (jn_test): Likewise.
43173         (nexttoward_test): Likewise.
43174         (pow_test): Likewise.
43175         (scalbn_test): Likewise.
43176         (scalbln_test): Likewise.
43177         (tan_test): Likewise.
43178         (y1_test): Likewise.
43179         * sysdeps/i386/fpu/libm-test-ulps: Update.
43180         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43182 2012-05-23  David S. Miller  <davem@davemloft.net>
43184         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
43185         (__libc_sigaction): Remove unused local variables.
43187 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43189         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
43191 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
43193         mktime: avoid signed integer overflow
43194         * time/mktime.c (__mktime_internal): Do not mishandle the case
43195         where diff == INT_MIN.
43197         mktime: simplify computation of average
43198         * time/mktime.c (ranged_convert): Use new time_t_avg function
43199         instead of rolling our own (probably-slower) code.
43201         mktime: do not assume signed right shift propagates sign bit
43202         * time/mktime.c (isdst_differ): New static function.
43203         (__mktime_internal): No need to normalize tm_isdst now.
43204         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
43205         tm_isdst values.
43207         mktime: merge another wrapv change from gnulib
43208         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
43209         from some compilers.
43211         mktime: remove incorrect attempt at unusual arithmetics
43212         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
43213         The code didn't really work on such machines anyway.
43214         (TYPE_MINIMUM): Assume two's complement.
43215         (twos_complement_arithmetic): Verify that long_int and time_t
43216         are two's complement (or unsigned, in the latter case).
43218         mktime: check signed shifts on long_int and time_t, too
43219         * time/mktime.c (SHR): Check that shifts work as desired
43220         on the types long_int and time_t too, as SHR is used on
43221         such types.
43223         mktime: do not assume 'long' is wide enough
43224         * time/mktime.c (verify): Move decl up.
43225         (long_int): New type.
43226         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
43227         to remove assumption in the code that 'long' is wide enough to
43228         store year values.  This assumption is not true on x32 and on
43229         some non-glibc platforms.
43231         mktime: merge wrapv change from gnulib
43232         * time/mktime.c (WRAPV): New macro.
43233         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
43234         (guess_time_tm, __mktime_internal): Do not assume that signed
43235         integer overflow wraps around; modern compilers generate code
43236         where this assumption is no longer valid.
43238 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43240         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43241         Replace "jmp L(pseudo_end)" with "ret".
43242         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
43243         Likewise.
43245 2012-05-23  Andreas Jaeger  <aj@suse.de>
43247         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
43248         * sysdeps/unix/sysv/linux/poll.c: Remove file.
43250 2012-05-23  Andreas Jaeger  <aj@suse.de>
43251             Maximilian Attems  <max@stro.at>
43253         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
43254         New macros.
43256 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43258         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
43259         code so that pseudo_end is just ret and the stack pointer is
43260         correct also for static library in error case.
43262 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
43264         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
43265         move to syscalls.list.
43266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
43267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
43268         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
43269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
43271         * manual/install.texi (Running make install): Do not mention Linux
43272         kernel version for which pt_chown is not needed.
43273         (Linux): Do not mention problems with nscd with 2.0 kernels.
43274         * INSTALL: Regenerated.
43276 2012-05-23  Andreas Jaeger  <aj@suse.de>
43278         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
43279         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
43280         macro.
43281         * sysdeps/unix/sysv/linux/s390/bits/mman.h
43282         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43283         * sysdeps/unix/sysv/linux/sh/bits/mman.h
43284         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43285         * sysdeps/unix/sysv/linux/i386/bits/mman.h
43286         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43287         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
43288         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43289         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
43290         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43291         * sysdeps/unix/sysv/linux/bits/in.h
43292         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
43294 2012-05-22  Roland McGrath  <roland@hack.frob.com>
43296         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
43297         (PREPARE_VERSION): Just use assert instead, it will be elided
43298         under [NDEBUG] anyway.
43300 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43302         * sysdeps/unix/sysv/linux/Makefile: Include
43303         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
43304         (sysdep_routines): Remove sysctl.
43305         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
43306         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
43307         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
43308         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
43309         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
43311 2012-05-22  Andreas Jaeger  <aj@suse.de>
43313         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
43314         that pseudo_end is just ret and the stack pointer is correct also
43315         for static library in error case.
43317 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
43319         [BZ #14122]
43320         * nss/nsswitch.c (defconfig_entries): New variable.
43321         (__nss_database_lookup): Don't leak defconfig entries.
43322         (nss_parse_service_list): Don't leak on error paths.
43323         (free_database_entries): New function.
43324         (free_defconfig): New function.
43325         (free_mem): Move common code to free_database_entries.
43327 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43329         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
43330         Add arch_prctl.
43331         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
43333         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
43334         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
43335         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
43336         New macro.
43337         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
43338         (INTERNAL_SYSCALL_TYPES): Likewise.
43339         (LOAD_ARGS_TYPES_[1-6]): Likewise.
43340         (LOAD_REGS_TYPES_[1-6]): Likewise.
43341         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
43342         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
43344 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43346         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
43347         copysignl for GLIBC_2_0.
43348         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
43349         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
43350         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
43351         logbl for GLIBC_2_0.
43352         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
43353         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
43355 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43357         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
43358         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43360         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43361         Use "neg %eax".
43363         * time/mktime.c: Update copyright years.
43365 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
43367         mktime: merge comment-quoting-style change from gnulib
43368         * time/mktime.c: Quote 'like this' in comments.
43369         The GNU coding standards suggest that we no longer quote `like this',
43370         as "`" and "'" are typically rendered asymmetrically nowadays.
43371         The typical gnulib style is to quote 'like this' when quoting
43372         code, and "like this" when quoting English.
43374         * time/mktime.c (compile-command): Add "-I.".
43376         mktime: merge mktime-internal.h change from gnulib
43377         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
43379         mktime: merge time_r change from gnulib
43380         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
43382         mktime: merge DEBUG change from gnulib
43383         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
43384         case system <time.h> has a #define.
43386         mktime: merge <sys/types.h> change from gnulib
43387         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
43388         since <time.t> is now guaranteed to define time_t.
43390         mktime: merge HAVE_CONFIG_H change from gnulib
43391         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
43393 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43395         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43396         Use "neg %eax".
43398         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
43399         __rlim_t cast.
43400         (struct rusage): Use anonymous union to pad each field to
43401         __syscall_slong_t.
43403 2012-05-21  David S. Miller  <davem@davemloft.net>
43405         * Makefules (o-iterator): Remove .s cases.
43406         (compile-command.s): Delete.
43407         (COMPILE.s): Delete.
43408         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
43410 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
43412         * configure.in (libc_cv_predef_stack_protector): Only consider
43413         "foobar" and "__stack_chk_fail" lines in libc_undefs.
43414         * configure: Regenerated.
43416 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43418         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43419         New macro.  Use R*LP on int and pointer.
43420         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
43421         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
43422         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
43423         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
43425         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
43426         [__WORDSIZE_TIME64_COMPAT32] instead of
43427         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
43428         (struct utmp): Likewise.
43429         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
43430         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
43431         Renamed to ...
43432         (__WORDSIZE_TIME64_COMPAT32): This.
43433         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
43434         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
43435         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
43436         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
43437         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
43438         (__WORDSIZE_TIME64_COMPAT32): New macro.
43440 2012-05-21  Andreas Jaeger  <aj@suse.de>
43442         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
43443         only if [SHARED]. Add prototype for __wcschr_ia32.
43445 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43447         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
43448         of %rbp unmolested in the jmp_buf while mangling the low bits.
43449         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
43450         unmolested high bits of %rbp while demangling the low bits.
43451         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
43453 2012-05-21  Andreas Jaeger  <aj@suse.de>
43455         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
43456         * sunrpc/svc_simple.c: Use it for registerrpc.
43457         * sunrpc/xcrypt.c: Use it for passwd2des.
43459         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
43461 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43463         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
43464         Don't define if [__SYSCALL_WORDSIZE != 32].
43465         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
43466         New macro.
43468 2012-05-21  Bruno Haible  <bruno@clisp.org>
43469             Andreas Jaeger  <aj@suse.de>
43471         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
43472         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
43473         inptr and inend for must_buffer_ch.
43474         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
43475         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
43476         * stdio-common/Makefile (tests): Remove bug15.
43477         (bug15-ENV): Remove macro.
43478         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
43479         anymore.
43481 2012-05-19  Andreas Jaeger  <aj@suse.de>
43482             Roland McGrath  <roland@hack.frob.com>
43484         * manual/contrib.texi: Completely rewritten. It contains now an
43485         alphabetical list of contributors and their contributions.
43487 2012-05-21  Richard Henderson  <rth@twiddle.net>
43489         * misc/getauxval.c (__getauxval): Use unsigned long int.
43490         * misc/sys/auxv.h: Include <sys/cdefs.h>.
43491         (getauxval): Use unsigned long int.
43493 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43495         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43497 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43499         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
43500         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
43501         __alignof__ (long double).
43503 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43505         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43507 2012-05-20  Richard Henderson  <rth@twiddle.net>
43509         * misc/getauxval.c: New file.
43510         * misc/sys/auxv.h: New file.
43511         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
43512         (routines): Add getauxval.
43513         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
43514         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
43515         * elf/dl-sysdep.c (_dl_auxv): Remove.
43516         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
43517         * elf/dl-support.c (_dl_auxv): New variable.
43518         (_dl_aux_init): Initialize it.
43519         * manual/startup.texi (Auxiliary Vector): New node.
43520         * sysdeps/generic/bits/hwcap.h: New file.
43521         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
43522         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
43523         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
43524         * sysdeps/sparc/sysdep.h: ... here.  Include it.
43525         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
43526         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
43527         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
43528         Update.
43529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
43530         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
43531         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
43532         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
43533         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43534         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43535         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
43536         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
43538 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43540         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43542 2012-05-19  David S. Miller  <davem@davemloft.net>
43544         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43546 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
43548         [BZ #14123]
43549         * math/s_ccosh.c: Include <float.h>
43550         (__ccosh): Avoid internal overflow calculating sinh and cosh
43551         values before multiplying by sin and cos values.
43552         * math/s_ccoshf.c: Likewise.
43553         * math/s_ccoshl.c: Likewise.
43554         * math/s_csin.c: Likewise.
43555         * math/s_csinf.c: Likewise.
43556         * math/s_csinl.c: Likewise.
43557         * math/s_csinh.c: Likewise.
43558         * math/s_csinhf.c: Likewise.
43559         * math/s_csinhl.c: Likewise.
43560         * math/libm-test.inc (ccos_test): Add more tests.
43561         (ccosh_test): Likewise.
43562         (csin_test): Likewise.
43563         (csinh_test): Likewise.
43564         * sysdeps/i386/fpu/libm-test-ulps: Update.
43565         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43567 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
43569         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
43570         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
43572         * sysdeps/x86_64/x32/_itoa.h: Add comment.
43574 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
43576         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
43577         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
43578         * sysdeps/powerpc/soft-fp/Versions: Likewise.
43579         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
43580         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
43581         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
43582         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
43583         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
43584         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
43585         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
43586         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
43587         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
43588         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
43589         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
43590         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
43591         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
43592         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
43593         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
43594         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
43595         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
43596         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
43597         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
43598         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
43599         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
43600         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
43601         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
43602         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
43603         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
43604         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
43605         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
43606         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
43608 2012-05-18  Andreas Jaeger  <aj@suse.de>
43610         * csu/.gitignore: Delete.
43612 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43614         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
43615         (timex): Use __syscall_slong_t.
43617 2012-05-18  Andreas Jaeger  <aj@suse.de>
43618             Carlos O'Donell  <carlos_odonell@mentor.com>
43620         * manual/install.texi (Configuring and compiling): Update
43621         description about files modified in the source directory.
43622         * INSTALL: Regenerated.
43624 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43626         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
43627         value.  Use "or" to set return value to -1.
43628         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
43629         negate return value.
43631 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43633         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
43634         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
43635         failure if the compiler has Graphite support disabled.
43636         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
43637         Likewise.
43638         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
43639         (CFLAGS-memmove.c): Likewise.
43640         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
43641         Likewise.
43643 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43645         * sysdeps/x86_64/x32/_itoa.h: New file.
43647         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
43648         getdents system call only if kernel and user dirents have the
43649         same d_ino and d_off.
43651         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43652         LLONG_MAX != LONG_MAX.
43653         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43654         (_fitoa_word): Likewise.
43656         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
43657         years.
43658         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
43659         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
43660         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
43662         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
43663         include <bits/wordsize.h>.  Check __x86_64__ instead of
43664         __WORDSIZE.
43665         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
43666         if __x86_64__ is defined.  Use anonymous union on fpstate.
43668         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
43669         anonymous union.
43671 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
43673         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
43674         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
43675         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
43676         Refer to _rtld_local_ro instead of _rtld_global_ro.
43677         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
43678         Likewise.
43679         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
43680         Likewise.
43681         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
43682         Likewise.
43683         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
43684         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
43685         of _rtld_global, and rtld_progname instead of _dl_argv[0].
43687         * sysdeps/powerpc/powerpc32/dl-machine.c
43688         (__elf_machine_runtime_setup) [PROF]: Don't reference
43689         _dl_prof_resolve.
43691 2012-05-18  Andreas Jaeger  <aj@suse.de>
43693         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
43694         function only available for GCCs before 3.4 since GCC 3.4
43695         introduced a builtin.
43696         (lrint): Likewise.
43697         (llrintf): Likewise.
43698         (llrint): Likewise.
43699         (fmaxf): Likewise.
43700         (fmax): Likewise.
43701         (fminf): Likewise.
43702         (fmin): Likewise.
43703         (rint): Likewise.
43704         (rintf): Likewise.
43705         (nearbyint): Likewise.
43706         (nearbyintf): Likewise.
43707         (ceil): Likewise.
43708         (ceilf): Likewise.
43709         (floor): Likewise.
43710         (floorf): Likewise.
43712 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43714         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
43715         on both fields and cast pointer to __syscall_ulong_t.
43717         * bits/types.h (__fsword_t): New type.
43718         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
43719         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
43720         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43721         (__FSWORD_T_TYPE): Likewise.
43722         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43723         (__FSWORD_T_TYPE): Likewise.
43724         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43725         (__FSWORD_T_TYPE): Likewise.
43726         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
43727         (__FSWORD_T_TYPE): Likewise.
43728         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
43729         __SWORD_TYPE with __fsword_t.
43730         (statfs64): Likewise.
43732 2012-05-17  David S. Miller  <davem@davemloft.net>
43734         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
43736 2012-05-17  Andreas Jaeger  <aj@suse.de>
43738         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
43739         warning.
43741 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43743         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
43745 2012-05-17  Andreas Jaeger  <aj@suse.de>
43747         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
43748         when it is used.
43750 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
43752         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
43754 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43756         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
43757         * sysdeps/x86_64/tst-mallocalign1.c: New file.
43759 2012-05-17  Andreas Jaeger  <aj@suse.de>
43760             Carlos O'Donell  <carlos_odonell@mentor.com>
43762         [BZ #14059]
43763         * sysdeps/x86_64/multiarch/init-arch.h
43764         (bit_YMM_Usable): Rename to...
43765         (bit_AVX_Usable): ... this.
43766         (bit_FMA4_Usable): New macro.
43767         (bit_XMM_state): New macro.
43768         (bit_YMM_state): New macro.
43769         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
43770         [__ASSEMBLER__] (index_AVX_Usable): ... this.
43771         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
43772         (CPUID_OSXSAVE): New macro.
43773         (CPUID_AVX): New macro.
43774         (CPUID_FMA4): New macro.
43775         (index_YMM_Usable): Rename to...
43776         (index_AVX_Usable): ... this.
43777         (HAS_AVX): Use HAS_ARCH_FEATURE.
43778         (HAS_FMA4): Likewise.
43779         (HAS_YMM_USABLE): Remove.
43780         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
43781         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
43782         are present.
43783         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
43784         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
43785         * sysdeps/x86_64/multiarch/Makefile: Likewise.
43786         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
43787         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
43789 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
43791         * math/libm-test.c: Support platforms without multiple rounding modes.
43792         * math/bug-nextafter.c: Support platforms without FP exceptions.
43793         * math/bug-nexttoward.c: Likewise.
43794         * math/test-fenv.c: Likewise.
43795         * math/test-misc.c: Likewise.
43796         * stdlib/bug-getcontext.c: Likewise.
43798 2012-05-17  Andreas Jaeger  <aj@suse.de>
43800         * manual/examples/search.c (critter_cmp): Change signature to
43801         avoid warnings.
43802         * manual/string.texi (Collation Functions): Likewise.
43804 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43806         * bits/types.h: Fold copyright years.
43807         * bits/typesizes.h: Likewise.
43808         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
43809         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
43810         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
43811         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
43812         * time/time.h: Likewise.
43814 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
43816         [BZ #208]
43817         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
43818         in instead of returning them.  Return void.
43819         (__libc_mallinfo): Accumulate over all arenas.
43820         (__malloc_stats): Adjust for change in int_mallinfo interface.
43822 2012-05-16  Roland McGrath  <roland@hack.frob.com>
43824         [BZ #10375]
43825         * configure.in (NM): Add AC_CHECK_TOOL for it.
43826         (libc_extra_cflags): New substituted variable.
43827         Check for -fstack-protector being used implicitly.
43828         * configure: Regenerated.
43829         * config.make.in (config-extra-cflags): New variable,
43830         gets @libc_extra_cflags@.
43831         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
43833         [BZ #10375]
43834         * configure.in: Check for _FORTIFY_SOURCE being predefined.
43835         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
43836         * configure: Regenerated.
43837         * config.make.in (CPPUNDEFS): New substituted variable.
43838         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
43839         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
43840         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
43842 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43844         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
43845         (mq_attr): Use __syscall_slong_t.
43847 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43849         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
43850         Check __x86_64__ instead of __WORDSIZE.
43851         (_STAT_VER_LINUX): Likewise.
43852         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
43853         __syscall_ulong_t and __syscall_slong_t.
43854         (stat64): Likewise.
43856 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43858         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
43860 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43862         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
43864 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43866         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
43867         __syscall_ulong_t.
43869         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
43870         include <bits/wordsize.h>.  Check __x86_64__ instead of
43871         __WORDSIZE.
43872         (greg_t): Use "__extension__ long long int" if __x86_64__ is
43873         defined.
43874         (mcontext_t): Replace "unsigned long" with "unsigned long long".
43876         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
43877         include <bits/wordsize.h>.  Check __x86_64__ instead of
43878         __WORDSIZE.
43879         (user_regs_struct): Use "__extension__ unsigned long long"
43880         instead of "unsigned long" if __x86_64__ is defined.
43881         (user): Likewise.  Pad after pointer field if __ILP32__ is
43882         defined.
43884 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
43886         * configure.in (makeinfo): Require version 4.5 or later.  Allow
43887         versions 5 to 9.
43888         * configure: Regenerated.
43889         * manual/install.texi (texinfo): Increase version requirement to
43890         4.5 or later.
43891         * INSTALL: Regenerated.
43893         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
43895 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43897         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
43899         * sysdeps/x86_64/x32/ffs.c: New file.
43901         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
43902         __syscall_ulong_t.
43903         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
43904         defined.  Use __syscall_ulong_t.
43905         (shminfo): Use __syscall_ulong_t.
43906         (shm_info): Likewise.
43908         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
43909         __syscall_ulong_t.
43911         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
43912         <bits/wordsize.h>.
43913         (msgqnum_t): Use __syscall_ulong_t.
43914         (msglen_t): Likewise.
43915         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
43916         __syscall_ulong_t.
43918         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
43919         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43921         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
43923         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
43924         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
43926         * sysvipc/sys/msg.h (msgbuf): Replace long int with
43927         __syscall_slong_t.
43929         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
43930         include <bits/wordsize.h>.  Check __x86_64__ instead of
43931         __WORDSIZE.
43933         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
43934         "unsigned long long int" if __x86_64__ is defined.
43935         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
43937         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
43938         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43939         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
43941         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
43942         <stdint.h>.
43943         (GET_PC): Cast to uintptr_t first.
43944         (GET_FRAME): Likewise.
43945         (GET_STACK): Likewise.
43947         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
43948         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
43949         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
43950         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
43951         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
43952         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
43953         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
43954         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
43955         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
43956         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
43957         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
43958         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
43959         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
43960         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
43961         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
43962         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
43963         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
43964         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
43965         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
43966         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
43967         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
43968         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
43969         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
43970         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
43971         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
43972         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
43973         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
43974         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
43975         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
43977 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
43979         * Makerules (+depfiles): Also collect depfiles from .oS in
43980         $(extra-objs).
43981         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
43982         .oS, $(libnldbl-routines)).
43984         * Makerules (native-compile-mkdep-flags): Define.
43985         * sunrpc/Makefile (extra-objs): Add $(addprefix
43986         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
43987         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
43988         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
43989         calling $(make-target-directory).
43991 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43993         * bits/types.h (__snseconds_t): Removed.
43994         * time/time.h (struct timespec): Replace __snseconds_t with
43995         __syscall_slong_t.
43996         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
43997         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
43998         Likewise.
43999         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44000         (__SNSECONDS_T_TYPE): Likewise.
44001         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44002         (__SNSECONDS_T_TYPE): Likewise.
44003         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44004         (__SNSECONDS_T_TYPE): Likewise.
44006 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44008         * sysdeps/mach/hurd/bits/typesizes.h
44009         (__SYSCALL_SLONG_TYPE): New macro.
44010         (__SYSCALL_ULONG_TYPE): Likewise.
44012 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44014         * bits/types.h (__syscall_slong_t): New type.
44015         (__syscall_ulong_t): Likewise.
44017         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
44018         (__SYSCALL_ULONG_TYPE): Likewise.
44019         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44020         (__SYSCALL_SLONG_TYPE): Likewise.
44021         (__SYSCALL_ULONG_TYPE): Likewise.
44022         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44023         (__SYSCALL_SLONG_TYPE): Likewise.
44024         (__SYSCALL_ULONG_TYPE): Likewise.
44025         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44026         (__SYSCALL_SLONG_TYPE): Likewise.
44027         (__SYSCALL_ULONG_TYPE): Likewise.
44029 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44031         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
44032         Add sigaltstack-offsets.sym.
44033         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
44034         <sigaltstack-offsets.h>.
44035         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
44036         longjmp_msg pointer.
44037         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
44038         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
44039         signal stack.
44040         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
44042 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
44044         * elf/stackguard-macros.h: Remove file.
44045         * sysdeps/generic/stackguard-macros.h: New file.
44046         * sysdeps/i386/stackguard-macros.h: Likewise.
44047         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
44048         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
44049         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
44050         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
44051         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
44052         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
44053         * sysdeps/x86_64/stackguard-macros.h: Likewise.
44054         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
44055         <elf/stackguard-macros.h>.
44057         [BZ #14109]
44058         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
44059         __aligned__ in attribute.
44060         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
44061         (gregset_t): Likewise.
44063 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44065         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
44066         * sysdeps/x86_64/64/Implies-after: Here.  New file.
44067         * sysdeps/x86_64/x32/Implies-after: New file.
44069 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44071         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
44072         and access return value for _dl_profile_fixup.  Use R10_LP to
44073         load frame size.
44075 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44077         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
44079 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44081         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
44082         * sysdeps/x86_64/x32/sysdep.h: New file.
44084 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44086         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
44087         * sysdeps/x86_64/setjmp.S: Likewise.
44089 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44091         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
44092         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
44093         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
44094         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
44095         remove unused global constant.
44097 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
44099         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
44100         include of <not-cancel.h>.
44102 2012-05-15  Roland McGrath  <roland@hack.frob.com>
44104         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
44106 2012-05-15  Jeff Law  <law@redhat.com>
44107             Andreas Jaeger  <aj@suse.de>
44109         [BZ #13594]
44110         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
44111         out from...
44112         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
44113         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
44114         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
44115         code changing __hst_map_handle.map.
44117 2012-05-15  Roland McGrath  <roland@hack.frob.com>
44119         * configure.in (sysnames): Look for Implies-before and Implies-after
44120         files.
44121         * configure: Regenerated.
44123 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44125         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
44126         8-byte data alignment with LP_SIZE alignment.
44128 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44130         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
44131         into R10_LP.
44133 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44135         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
44137 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44139         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
44140         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
44141         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
44142         Likewise.
44143         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
44145 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44147         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
44148         (stackinfo_sub_sp): Likewise.
44150 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44152         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
44153         RAX_LP.
44155 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44157         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
44158         into R*_LP.
44160 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44162         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
44163         sizes into R*_LP.
44165 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44167         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
44169 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44171         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
44172         into R11_LP and load __x86_64_shared_cache_size_half into
44173         R8_LP.
44175 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44177         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
44178         R8_LP.
44180 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44182         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
44183         logb for POWER7.
44184         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
44185         logbf for POWER7.
44186         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
44187         logbl for POWER7.
44188         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
44189         powerpc32/power7/fpu/s_logb.c via #include.
44190         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
44191         powerpc32/power7/fpu/s_logbf.c via #include.
44192         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
44193         powerpc32/power7/fpu/s_logbl.c via #include.
44195 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
44197         * README.libm: Remove file.
44199 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44201         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
44202         count for x32.  Use R*_LP and omit operand-size suffix.
44204 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44206         * shlib-versions: Move x86_64-.*-linux.* entries to ...
44207         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
44208         * sysdeps/x86_64/x32/shlib-versions: New file.
44210 2012-05-14  Roland McGrath  <roland@hack.frob.com>
44212         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
44213         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
44214         Use _dl_fatal_printf instead.
44216 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
44218         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
44219         set if not set by the user.  Do not allow for being unset.
44220         * sysdeps/unix/sysv/linux/configure: Regenerated.
44222 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44224         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
44225         the `q' suffix from lea and replace .quad with ASM_ADDR.
44227 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44229         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
44230         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
44231         instead of $17.
44232         (PTR_DEMANGLE): Likewise.
44234 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44236         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
44237         (LP_OP): Likewise.
44238         (ASM_ADDR): Likewise.
44239         (RAX_LP): Likewise.
44240         (RBP_LP): Likewise.
44241         (RBX_LP): Likewise.
44242         (RCX_LP): Likewise.
44243         (RDI_LP): Likewise.
44244         (RSI_LP): Likewise.
44245         (RSP_LP): Likewise.
44246         (R8_LP): Likewise.
44247         (R9_LP): Likewise.
44248         (R10_LP): Likewise.
44249         (R10_LP): Likewise.
44250         (R11_LP): Likewise.
44251         (R12_LP): Likewise.
44252         (R13_LP): Likewise.
44253         (R14_LP): Likewise.
44254         (R15_LP): Likewise.
44256 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44258         * sysdeps/x86_64/x32/dl-machine.h: New file.
44260 2012-05-14  Andreas Jaeger  <aj@suse.de>
44262         * manual/Makefile (subdir): Remove export of subdir.
44263         (all): Remove target.
44264         (.PHONY): Remove all from list.
44265         (mkinstalldirs): Remove.
44266         (.PHONY): Remove installdirs from list.
44267         ($(inst_infodir)/libc.info): Use make-target-directory.
44268         (installdirs): Remove.
44269         (subdir_%): Remove.
44270         (glibc-targets): Remove.
44271         (lib): Remove.
44272         (stubs): Remove.
44273         ($(objpfx)stubs ../po/manual.pot): Remove.
44274         ($(objpfx)stamp%): Remove.
44275         (make-target-directory): Remove.
44276         (subdir_install): Remove.
44277         (routines): Remove.
44278         (aux): Remove.
44279         (sources): Remove.
44280         (objects): Remove.
44281         (headers): Remove.
44283         [BZ #13750]
44284         * manual/.gitignore: Remove, it's not needed anymore.
44285         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
44286         all files in it.
44287         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
44288         directory.
44289         (texis): Renamed to $(objpfx)texis.
44290         (texis-path): New, contains path to generated files.
44291         (chapters.%): Use texis-path for complete path, add extra argument
44292         libc-texinfo.sh.
44293         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
44294         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
44295         (summary,texi, stamp-summary): Use complete path of
44296         files. Generate files in build dir.
44297         (dir-add.texi): Build in build dir.
44298         (libm-err.texi,stamp-libm-err): Likewise.
44299         (version.texi, stamp-version): Likewise.
44300         (.%c.texi): Likewise.
44301         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
44302         (mostlyclean): Remove target.
44303         (realclean): Remove target.
44304         (generated): Add new variable with contents from mostlyclean and
44305         realclean, remove entries duplicated in common-mostlyclean, add
44306         stamp-libm-err and stamp-version.
44307         (generated-dirs): Add libc directory.
44308         ($(inst_infodir)/libc.info): Install files from build dir.
44310         * manual/install.texi (Configuring and compiling): Adjust since
44311         the info files are not part of the tar ball anymore.
44313 2012-05-14  Andreas Jaeger  <aj@suse.de>
44315         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
44316         variable.
44318 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
44320         [BZ #13717]
44321         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
44322         to 2.2.0 where earlier.
44323         * sysdeps/unix/sysv/linux/configure: Regenerated.
44324         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
44325         Remove conditional code.
44326         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
44327         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
44328         Remove conditional code.
44329         [!__NR_lchown]: Likewise.
44330         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44331         [__NR_lchown]: Likewise.
44332         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
44333         comment referencing __ASSUME_LCHOWN_SYSCALL.
44334         * sysdeps/unix/sysv/linux/i386/sigaction.c
44335         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44336         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44337         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
44338         Remove conditional code.
44339         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
44340         (__protocol_available): Remove #if 0 code.
44341         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
44342         conditional code.
44343         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
44344         * sysdeps/unix/sysv/linux/kernel-features.h
44345         (__ASSUME_GETCWD_SYSCALL): Don't define.
44346         (__ASSUME_REALTIME_SIGNALS): Likewise.
44347         (__ASSUME_PREAD_SYSCALL): Likewise.
44348         (__ASSUME_PWRITE_SYSCALL): Likewise.
44349         (__ASSUME_POLL_SYSCALL): Likewise.
44350         (__ASSUME_LCHOWN_SYSCALL): Likewise.
44351         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
44352         non-SPARC.
44353         (__ASSUME_SIOCGIFNAME): Don't define.
44354         (__ASSUME_MSG_NOSIGNAL): Likewise.
44355         (__ASSUME_SENDFILE): Define unconditionally.
44356         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
44357         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
44358         conditional code.
44359         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
44360         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
44361         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44362         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44363         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
44364         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44365         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44366         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
44367         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44368         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44369         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
44370         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44371         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
44373         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44374         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
44376         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44377         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
44379         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44380         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
44382         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44383         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
44385         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44386         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
44388         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44389         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44390         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
44391         Remove conditional code.
44392         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44393         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44394         Remove conditional code.
44395         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44396         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
44397         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
44398         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44399         Remove conditional code.
44400         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44401         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
44402         Remove conditional code.
44403         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44404         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
44405         Remove conditional code.
44406         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44407         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44408         Remove conditional code.
44409         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44410         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44411         Remove conditional code.
44412         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44413         * sysdeps/unix/sysv/linux/sh/pwrite64.c
44414         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44415         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44416         * sysdeps/unix/sysv/linux/sigaction.c
44417         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44418         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44419         * sysdeps/unix/sysv/linux/sigpending.c
44420         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44421         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44422         * sysdeps/unix/sysv/linux/sigprocmask.c
44423         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44424         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44425         * sysdeps/unix/sysv/linux/sigsuspend.c
44426         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44427         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44428         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
44429         (__libc_missing_rt_sigs): Remove.
44430         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
44431         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
44432         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
44433         Remove conditional code.
44434         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
44435         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
44436         return 1.
44437         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
44438         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
44439         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
44440         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
44442 2012-05-14  Andreas Jaeger  <aj@suse.de>
44444         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
44445         it's not used in glibc.
44446         (__coshm1): Likewise.
44447         (__acosh1p): Likewise.
44448         (__sgn): Likewise.
44450         * manual/string.texi (Copying and Concatenation): Add missing
44451         variable in concat example.
44452         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
44454 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44456         [BZ #14103]
44457         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
44458         __builtin_clzl with __builtin_clzll.
44460 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44462         [BZ #14104]
44463         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
44464         libc_freeres_ptr.
44466 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44468         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
44469         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
44470         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
44471         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
44473 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
44475         * NEWS: Update ia64 info.
44477 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
44479         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
44480         used as bcopy.
44482 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
44484         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
44485         * sysdeps/unix/syscalls.list (dup3): Likewise.
44486         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
44487         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
44489 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44491         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
44492         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
44494 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44496         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
44497         thread pointer.
44498         (TLS_IE): Use mov/add instead of movq/addq to load thread
44499         pointer.
44500         (TLS_GD_PREFIX): New.
44501         (TLS_GD): Use it.
44503 2012-05-11  David S. Miller  <davem@davemloft.net>
44505         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
44506         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
44507         (_FPU_SETCW): Likewise.
44509 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44511         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
44512         is 32-byte aligned.
44514 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
44516         [BZ #11837]
44517         * iconvdata/gb18030.c: Update tables.
44518         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
44519         characters specially.
44520         (BODY for TO_LOOP): Add encoding of missing ranges.
44522 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
44524         [BZ #13673]
44525         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
44526         * sysdeps/mach/hurd/dup3.c: Likewise.
44527         * sysdeps/mach/hurd/readlinkat.c: Likewise.
44528         * sysdeps/powerpc/memmove.c:: Likewise.
44530 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44532         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
44533         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
44535 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44537         * elf/elf.h (R_X86_64_RELATIVE64): New.
44538         (R_X86_64_NUM): Updated.
44539         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
44540         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
44541         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
44542         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
44543         tst-quad1pie tst-quad2pie
44544         (modules-names): Add tst-quadmod1 tst-quadmod2.
44545         ($(objpfx)tst-quad1): New dependency.
44546         ($(objpfx)tst-quad2): Likewise.
44547         ($(objpfx)tst-quad1pie): Likewise.
44548         ($(objpfx)tst-quad2pie): Likewise.
44549         * sysdeps/x86_64/tst-quad1.c: New file.
44550         * sysdeps/x86_64/tst-quad1pie.c: New file.
44551         * sysdeps/x86_64/tst-quad2.c: Likewise.
44552         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
44553         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
44554         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
44555         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
44556         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
44558 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44560         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
44561         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
44562         * streams/stropts.h (t_scalar_t): Define type.
44564         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
44565         (_PATH_PRESERVE): Set to "/var/lib".
44566         (_PATH_RWHODIR): Set to "/var/spool/rwho".
44568         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
44569         instead of int.
44571         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
44572         if __dir_mkfile succeeded.
44574         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
44575         checking for _hurd_dtablesize.  Unlock it right after having
44576         finished _hurd_dtable allocation.
44578 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44580         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
44581         * sysdeps/mach/hurd/configure: Regenerated.
44582         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
44583         special-casing to...
44584         * sysdeps/gnu/configure.in: ... this new file.
44585         * sysdeps/unix/sysv/linux/configure: Regenerated.
44586         * sysdeps/gnu/configure: New generated file.
44588         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
44589         for Linux: use nsec instead of usec, as well as:
44590         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
44591         members of type struct timespec.
44592         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
44593         New macros.
44594         (struct stat64): Likewise.
44595         (_STATBUF_ST_NSEC): New macro.
44596         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
44598         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
44599         __strtoul_internal rather than strtoul.
44601 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44603         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
44604         and reject them.
44606 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44608         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
44609         which preserves existing values.
44610         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
44612 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44614         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
44615         TIMEOUT values.  Return EINVAL for NFDS values either negative or
44616         greater than FD_SETSIZE.
44618 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44620         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
44621         allocated, call __vm_protect to finish enabling the existing space, and
44622         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
44623         allocate the remainder.
44625 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44627         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
44628         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
44630 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44632         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
44633         sysdeps/mach/hurd/readlink.c.
44635         * posix/tst-sysconf.c (posix_options): Only use
44636         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
44637         _POSIX_SYNCHRONIZED_IO when they are defined
44638         * sysdeps/mach/hurd/bits/posix_opt.h:
44639         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
44640         (_XOPEN_REALTIME): Undefine macro.
44641         (_XOPEN_REALTIME_THREADS): Undefine macro.
44642         (_XOPEN_SHM): Undefine macro.
44643         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
44644         macro to -1.
44645         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
44646         macro to -1.
44647         (_POSIX_ASYNC_IO): Undefine macro.
44648         (_POSIX_PRIORITIZED_IO): Undefine macro.
44649         (_POSIX_SPIN_LOCKS): Define macro to -1.
44651         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
44652         SA_NODEFER, SA_RESETHAND.
44653         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
44654         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
44655         F_DUPFD_CLOEXEC.
44657 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44659         * elf/Makefile (pldd-modules): Define unconditionally.
44661 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44663         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
44665 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44667         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
44668         Return ENOENT when name is empty.
44669         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
44671 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44673         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
44675         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
44677 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44679         Fix mlock in all cases except non-readable pages.
44680         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
44681         instead of VM_PROT_ALL as parameter to __vm_wire function.
44683         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
44684         (__mkdir): When path is `/', just fail with EEXIST.
44685         * sysdeps/mach/hurd/mkdirat.c: Likewise.
44687 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44689         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
44690         <sys/uio.h> (for writev).
44691         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
44692         and <sys/param.h> (for MIN).
44694 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44696         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
44697         REQUESTED_TIME.  Properly set the remaining time and return EINTR
44698         if interrupted.
44700 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44702         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
44703         Depend on against $(link-rpcuserlibs).
44705 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44707         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
44708         (__libc_stack_end): Do not use attribute_relro.
44709         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
44710         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
44711         to libthread-provided value.
44712         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
44713         attribute_relro.
44715 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44717         [BZ #3748]
44718         * bits/libc-lock.h (__libc_once_get): New macro.
44719         * sysdeps/mach/bits/libc-lock.h: Likewise.
44720         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
44721         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
44722         instead of using implementation details.
44724         * libio/fileops.c: Unconditionally include <kernel-features.h>.
44725         * libio/freopen.c: Likewise.
44726         * libio/freopen64.c: Likewise.
44727         * misc/syslog.c: Likewise.
44728         * nscd/connections.c: Likewise.
44729         * nscd/netgroupcache.c: Likewise.
44730         * sysdeps/posix/getcwd.c: Likewise.
44732 2012-05-10  Roland McGrath  <roland@hack.frob.com>
44734         * math/w_ilogbf.c: Add #include <limits.h>.
44736 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44738         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
44739         path instead of returning without unlocking.
44741         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
44742         immediate-write ioctls.
44743         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
44745 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44747         * sysdeps/mach/hurd/i386/init-first.c (init): Use
44748         __builtin_frame_address instead of making assumptions about the
44749         location of the return address relative to DATA.  Force early load of
44750         the return address.
44751         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
44752         __builtin_frame_address.
44754         dup3 for GNU Hurd.
44755         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
44756         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
44757         implement dup3 and do some further code clean-ups.
44758         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
44759         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
44761 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44763         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
44765         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
44766         HURD_CRITICAL_END around holding _hurd_dtable_lock.
44767         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
44768         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
44769         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
44770         d->port.lock.
44772         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
44773         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
44774         when handler == SIG_ERR, not when handler != SIG_ERR.
44776 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44778         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
44779         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
44780         definitions.
44782         accept4 for GNU Hurd.
44783         * include/sys/socket.h (__libc_accept4): New prototype.
44784         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
44785         to implement __libc_accept4.
44786         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
44787         __libc_accept4.
44788         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
44790         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
44791         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
44792         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
44793         signal-defines.sym.
44795 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44797         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
44799 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44801         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
44802         assertion on O_CLOEXEC flag.
44803         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
44804         * hurd/intern-fd.c: Likewise.
44805         * hurd/port2fd.c: Likewise.
44807 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44809         [BZ #3906]
44810         * bits/in.h (IPV6_PKTINFO): Define new macro.
44811         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
44813 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44815         [BZ #13954]
44816         [BZ #13955]
44817         [BZ #13956]
44818         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
44819         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
44820         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
44821         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
44822         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
44823         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
44824         * math/libm-test.inc (logb_test) : Additional logb tests.
44826 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
44827             Andreas Jaeger  <aj@suse.de>
44829         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
44830         * configure: Regenerated.
44831         * config.h.in (LINK_OBSOLETE_RPC): New macro.
44832         * config.make.in (link-obsolete-rpc): New substituted variable.
44833         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
44834         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
44835         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
44836         (shared-only-routines): Don't set it under [link-obsolete-rpc],
44837         so that libc.a contains the symbols.
44838         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
44839         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
44840         * sunrpc/auth_none.c: Likewise.
44841         * sunrpc/auth_unix.c: Likewise.
44842         * sunrpc/authdes_prot.c: Likewise.
44843         * sunrpc/authuxprot.c: Likewise.
44844         * sunrpc/clnt_gen.c: Likewise.
44845         * sunrpc/clnt_perr.c: Likewise.
44846         * sunrpc/clnt_raw.c: Likewise.
44847         * sunrpc/clnt_simp.c: Likewise.
44848         * sunrpc/clnt_tcp.c: Likewise.
44849         * sunrpc/clnt_udp.c: Likewise.
44850         * sunrpc/clnt_unix.c: Likewise.
44851         * sunrpc/des_crypt.c: Likewise.
44852         * sunrpc/des_soft.c: Likewise.
44853         * sunrpc/get_myaddr.c: Likewise.
44854         * sunrpc/key_call.c: Likewise.
44855         * sunrpc/key_prot.c: Likewise.
44856         * sunrpc/netname.c: Likewise.
44857         * sunrpc/pm_getmaps.c: Likewise.
44858         * sunrpc/pm_getport.c: Likewise.
44859         * sunrpc/pmap_clnt.c: Likewise.
44860         * sunrpc/pmap_prot.c: Likewise.
44861         * sunrpc/pmap_prot2.c: Likewise.
44862         * sunrpc/pmap_rmt.c: Likewise.
44863         * sunrpc/publickey.c: Likewise.
44864         * sunrpc/rpc_cmsg.c: Likewise.
44865         * sunrpc/rpc_common.c: Likewise.
44866         * sunrpc/rpc_dtable.c: Likewise.
44867         * sunrpc/rpc_prot.c: Likewise.
44868         * sunrpc/rpc_thread.c: Likewise.
44869         * sunrpc/rtime.c: Likewise.
44870         * sunrpc/svc.c: Likewise.
44871         * sunrpc/svc_auth.c: Likewise.
44872         * sunrpc/svc_raw.c: Likewise.
44873         * sunrpc/svc_run.c: Likewise.
44874         * sunrpc/svc_tcp.c: Likewise.
44875         * sunrpc/svc_udp.c: Likewise.
44876         * sunrpc/svc_unix.c: Likewise.
44877         * sunrpc/svcauth_des.c: Likewise.
44878         * sunrpc/xcrypt.c: Likewise.
44879         * sunrpc/xdr.c: Likewise.
44880         * sunrpc/xdr_array.c: Likewise.
44881         * sunrpc/xdr_float.c: Likewise.
44882         * sunrpc/xdr_intXX_t.c: Likewise.
44883         * sunrpc/xdr_mem.c: Likewise.
44884         * sunrpc/xdr_rec.c: Likewise.
44885         * sunrpc/xdr_ref.c: Likewise.
44886         * sunrpc/xdr_sizeof.c: Likewise.
44887         * sunrpc/xdr_stdio.c: Likewise.
44889 2012-05-10  Roland McGrath  <roland@hack.frob.com>
44891         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
44892         change.  Update copyright years.
44894 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
44896         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
44898 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
44899             Joseph Myers  <joseph@codesourcery.com>
44900             Paul Pluzhnikov  <ppluzhnikov@google.com>
44902         [BZ #14012]
44903         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
44904         requiring rpcgen.
44905         [cross-compiling] (extra-libs): Likewise.
44906         [cross-compiling] (extra-libs-others): Likewise.
44907         [cross-compiling] (librpcsvc-routines): Likewise.
44908         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
44909         [cross-compiling] (omit-deps): Likewise.
44910         (sunrpc-CPPFLAGS): New variable.
44911         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
44912         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
44913         (cross-rpcgen-objs): New variable.
44914         (extra-objs): Append $(cross-rpcgen-objs).
44915         ($(cross-rpcgen-objs)): New rule.
44916         ($(objpfx)cross-rpcgen): Likewise.
44917         (rpcgen-cmd): Define to use $(built-program-file).  Expand
44918         comment.
44919         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
44920         ($(objpfx)x%.stmp): Likewise.
44921         * sunrpc/proto.h [IS_IN_build] (_): Define.
44922         [IS_IN_build] (_libc_intl_domainname): Likewise.
44924 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44926         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
44927         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
44928         and R_X86_64_TPOFF64.
44930 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
44932         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
44933         sysdeps/unix/sysv/syscalls.list.
44934         (stime): Likewise.
44935         (utime): Likewise.
44936         * sysdeps/unix/sysv/syscalls.list: Remove file.
44938 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
44940         [BZ #3440]
44941         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
44942         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
44943         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
44944         (__LC_IDENTIFICATION): Make these macros useful in #if
44945         expressions, as required by C99.
44947 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
44949         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
44950         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
44951         after this.
44953 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
44955         * stdlib/longlong.h: Updated from GCC.
44957 2012-05-09  Andreas Jaeger  <aj@suse.de>
44959         * nscd/nscd.c (run_modes): Make named enum, reorder so that
44960         default is first entry.
44961         (run_mode): Set type.
44962         (main): Remove informal message about syslog.
44963         (options): Fix typo.
44965         [BZ #14053]
44966         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
44967         to asm.
44968         (lrint): Likewise.
44969         (llrintf): Likewise.
44970         (llrint): Likewise.
44971         (rint): Likewise.
44972         (rintf): Likewise.
44973         (nearbyint): Likewise.
44974         (nearbyintf): Likewise.
44976 2012-05-09  Andreas Jaeger  <aj@suse.de>
44977             Pedro Alves  <palves@redhat.com>
44979         * nscd/nscd.c (run_mode): Use enum.
44980         (main): Cleanup coding style issue.
44982 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
44983             Andreas Jaeger  <aj@suse.de>
44985         * nscd/nscd.c (go_background): Replaced with...
44986         (run_mode): ... this.
44987         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
44988         (options): Add -F --foreground.
44989         (main): Implement it.
44990         (parse_opt): Parse it.
44992 2012-05-09  Andreas Jaeger  <aj@suse.de>
44994         [BZ #14083]
44995         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
44996         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
44997         -Wconversion warning.
44998         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
44999         Likewise.
45001 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
45003         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
45004         == 0.
45005         (LC_ALL): Use macro-int-constant.
45006         (LC_COLLATE): Likewise.
45007         (LC_CTYPE): Likewise.
45008         (LC_MESSAGES): Likewise.
45009         (LC_MONETARY): Likewise.
45010         (LC_NUMERIC): Likewise.
45011         (LC_TIME): Likewise.
45012         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
45013         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
45014         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45015         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
45016         Specify type.
45017         [C99-based standards] (float_t): Expect type.
45018         [C99-based standards] (double_t): Expect type.
45019         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
45020         type.
45021         [C99-based standards] (HUGE_VALL): Likewise.
45022         [C99-based standards] (INFINITY): Likewise.
45023         [C99-based standards] (NAN): Likewise.
45024         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
45025         [C99-based standards] (FP_NAN): Likewise.
45026         [C99-based standards] (FP_NORMAL): Likewise.
45027         [C99-based standards] (FP_SUBNORMAL): Likewise.
45028         [C99-based standards] (FP_ZERO): Likewise.
45029         [C99-based standards] (FP_FAST_FMA): Use
45030         optional-macro-int-constant.  Specify type.  Require == 1.
45031         [C99-based standards] (FP_FAST_FMAF): Likewise.
45032         [C99-based standards] (FP_FAST_FMAL): Likewise.
45033         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
45034         [C99-based standards] (FP_ILOGBNAN): Likewise.
45035         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
45036         Specify type.
45037         [C99-based standards] (MATH_ERREXCEPT): Likewise.
45038         [C99-based standards] (math_errhandling): Specify type.
45039         [ISO99 || ISO11] (signgam): Do not allow.
45040         [non-C99-based standards] (copysignf): Do not allow.
45041         [non-C99-based standards] (exp2f): Likewise.
45042         [non-C99-based standards] (log2f): Likewise.
45043         [non-C99-based standards] (modff): Allow.
45044         [non-C99-based standards] (erff): Do not allow.
45045         [non-C99-based standards] (erfcf): Likewise.
45046         [non-C99-based standards] (gammaf): Likewise.
45047         [non-C99-based standards] (hypotf): Likewise.
45048         [non-C99-based standards] (j0f): Likewise.
45049         [non-C99-based standards] (j1f): Likewise.
45050         [non-C99-based standards] (jnf): Likewise.
45051         [non-C99-based standards] (lgammaf): Likewise.
45052         [non-C99-based standards] (tgammaf): Likewise.
45053         [non-C99-based standards] (y0f): Likewise.
45054         [non-C99-based standards] (y1f): Likewise.
45055         [non-C99-based standards] (ynf): Likewise.
45056         [non-C99-based standards] (isnanf): Likewise.
45057         [non-C99-based standards] (acoshf): Likewise.
45058         [non-C99-based standards] (asinhf): Likewise.
45059         [non-C99-based standards] (atanhf): Likewise.
45060         [non-C99-based standards] (cbrtf): Likewise.
45061         [non-C99-based standards] (expm1f): Likewise.
45062         [non-C99-based standards] (ilogbf): Likewise.
45063         [non-C99-based standards] (log1pf): Likewise.
45064         [non-C99-based standards] (logbf): Likewise.
45065         [non-C99-based standards] (nextafterf): Likewise.
45066         [non-C99-based standards] (remainderf): Likewise.
45067         [non-C99-based standards] (rintf): Likewise.
45068         [non-C99-based standards] (scalbf): Likewise.
45069         [non-C99-based standards] (copysignl): Likewise.
45070         [non-C99-based standards] (exp2l): Likewise.
45071         [non-C99-based standards] (log2l): Likewise.
45072         [non-C99-based standards] (modfl): Allow.
45073         [non-C99-based standards] (erfl): Do not allow.
45074         [non-C99-based standards] (erfcl): Likewise.
45075         [non-C99-based standards] (gammal): Likewise.
45076         [non-C99-based standards] (hypotl): Likewise.
45077         [non-C99-based standards] (j0l): Likewise.
45078         [non-C99-based standards] (j1l): Likewise.
45079         [non-C99-based standards] (jnl): Likewise.
45080         [non-C99-based standards] (lgammal): Likewise.
45081         [non-C99-based standards] (tgammal): Likewise.
45082         [non-C99-based standards] (y0l): Likewise.
45083         [non-C99-based standards] (y1l): Likewise.
45084         [non-C99-based standards] (ynl): Likewise.
45085         [non-C99-based standards] (isnanl): Likewise.
45086         [non-C99-based standards] (acoshl): Likewise.
45087         [non-C99-based standards] (asinhl): Likewise.
45088         [non-C99-based standards] (atanhl): Likewise.
45089         [non-C99-based standards] (cbrtl): Likewise.
45090         [non-C99-based standards] (expm1l): Likewise.
45091         [non-C99-based standards] (ilogbl): Likewise.
45092         [non-C99-based standards] (log1pl): Likewise.
45093         [non-C99-based standards] (logbl): Likewise.
45094         [non-C99-based standards] (nextafterl): Likewise.
45095         [non-C99-based standards] (remainderl): Likewise.
45096         [non-C99-based standards] (rintl): Likewise.
45097         [non-C99-based standards] (scalbl): Likewise.
45098         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45099         [non-C99-based standards] (FP_*): Do not allow.
45100         [C99-based standards] (FP_*): Change to
45101         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
45102         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45103         allow.
45104         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
45105         (SIG_ERR): Likewise.
45106         [X/Open-based standards] (SIG_HOLD): Likewise.
45107         (SIG_IGN): Likewise.
45108         (SIGABRT): Use macro-int-constant.  Specify type.  Require
45109         positive value.
45110         (SIGFPE): Likewise.
45111         (SIGILL): Likewise.
45112         (SIGINT): Likewise.
45113         (SIGSEGV): Likewise.
45114         (SIGTER): Likewise.
45115         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
45116         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
45117         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
45118         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
45119         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
45120         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
45121         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
45122         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
45123         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
45124         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
45125         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
45126         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
45127         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
45128         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
45129         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
45130         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
45131         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
45132         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
45133         [X/Open-based standards] (SIGTRAP): Likewise.
45134         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
45135         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
45136         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
45137         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
45138         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45139         allow.
45141 2012-05-08  Ian Wienand  <ianw@vmware.com>
45143         [BZ #14080]
45144         * time/tzset.c (__tzset_parse_tz): Update default rules for
45145         daylight time changes in the Energy Policy Act of 2005.
45147 2012-05-09  Andreas Jaeger  <aj@suse.de>
45149         [BZ #13983]
45150         * elf/ldconfig.c (parse_conf): Change string to make clear that
45151         ldconfig only issued a warning if ld.so.conf does not exist.
45153 2012-05-08  David S. Miller  <davem@davemloft.net>
45155         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
45156         movxtod instead of popping the value on the stack.
45158         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45160 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
45162         * config.h.in: Add HAVE_ARM_PCS_VFP.
45164 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
45166         [BZ #13979]
45167         * include/features.h: Warn if user requests __FORTIFY_SOURCE
45168         checking but the checks are disabled for any reason.
45170 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
45172         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
45173         and ELF64_R_TYPE with ELFW(R_TYPE).
45175 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
45177         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
45178         (ulimit): Likewise.
45180         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
45181         (settimeofday): Likewise.
45183 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
45185         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
45186         a struct th_u2 inside the union, and move tu_block/tu_code into
45187         a new th_u3 union of tu_block/tu_code inside of that.  Move
45188         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
45189         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
45190         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
45191         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
45192         (th_stuff): Change to th_u1.tu_stuff.
45193         (th_data): Define.
45194         (th_msg): Change to th_u1.th_u2.tu_data.
45196 2012-05-07  David S. Miller  <davem@davemloft.net>
45198         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45200         [BZ #14074]
45201         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
45202         (SETUP_PIC_REG): Use it.
45203         (SETUP_PIC_REG_LEAF): Use it.
45205 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
45207         [BZ #13885]
45208         [BZ #13923]
45209         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45210         USE_AS_EXPM1L.
45211         (EXPL_FINITE): Likewise.
45212         (FLDLOG): Likewise.
45213         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
45214         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
45215         e_expl.S.
45216         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45217         USE_AS_EXPM1L.
45218         (EXPL_FINITE): Likewise.
45219         (FLDLOG): Likewise.
45220         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
45221         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
45222         e_expl.S.
45223         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
45224         test of -max_value argument for long double.
45225         * sysdeps/i386/fpu/libm-test-ulps: Update.
45226         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45228 2012-05-06  David S. Miller  <davem@davemloft.net>
45230         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
45231         quad soft-float symbols whose references which are compiler
45232         generated.
45233         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
45235 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
45237         [BZ #13884]
45238         [BZ #13914]
45239         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45240         USE_AS_EXP10L.
45241         (EXPL_FINITE): Likewise.
45242         (FLDLOG): Likewise.
45243         (c0): Likewise.
45244         (c1): Likewise.
45245         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
45246         Adjust comments for base varying.
45247         (__expl_finite): Change alias to EXPL_FINITE.
45248         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
45249         e_expl.S.
45250         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
45251         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
45252         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
45253         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
45254         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45255         USE_AS_EXP10L.
45256         (EXPL_FINITE): Likewise.
45257         (FLDLOG): Likewise.
45258         (c0): Likewise.
45259         (c1): Likewise.
45260         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
45261         Adjust comments for base varying.
45262         (__expl_finite): Change alias to EXPL_FINITE.
45263         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
45264         tests for bugs.
45265         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45267         [BZ #14064]
45268         * math/libm-test.inc (check_float_internal): Correct ulp
45269         calculation for subnormal expected results.
45271 2012-05-06  Andreas Jaeger  <aj@suse.de>
45273         * Makeconfig (+math-flags): New, set to -frounding-math.
45274         (+cflags): Add +math-flags so that all of glibc gets compiled with
45275         it.
45277         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
45279 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
45281         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
45282         Disable one test.
45284         [BZ #13787]
45285         [BZ #13922]
45286         [BZ #14036]
45287         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
45288         (__ieee754_expl): Allow for and saturate large arguments.
45289         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
45290         (u_threshold): Likewise.
45291         (__exp): Call __ieee754_exp before checking for overflow and
45292         underflow.
45293         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
45294         (u_threshold): Likewise.
45295         (__expf): Call __ieee754_expf before checking for overflow and
45296         underflow.
45297         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
45298         (u_threshold): Likewise.
45299         (__expl): Call __ieee754_expl before checking for overflow and
45300         underflow.
45301         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
45302         (__ieee754_expl): Allow for and saturate large arguments.
45303         * math/libm-test.inc (exp_test): Add another test.  Do not allow
45304         missing overflow exception on overflow.
45305         (expm1_test): Do not allow missing overflow exception on overflow.
45307         * sysdeps/i386/fpu/e_expl.c: Move to ...
45308         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
45309         rather than using inline asm.
45310         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
45311         * sysdeps/x86_64/fpu/e_expl.S: Copy from
45312         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
45314         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
45315         (nice): Likewise.
45316         (poll): Likewise.
45317         (signal): Likewise.
45318         (time): Likewise.
45319         (times): Likewise.
45321 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45323         * sysdeps/unix/syscalls.list (adjtime): Add entry from
45324         sysdeps/unix/common/syscalls.list.
45325         (fchmod): Likewise.
45326         (fchown): Likewise.
45327         (ftruncate): Likewise.
45328         (getrusage): Likewise.
45329         (gettimeofday): Likewise.
45330         (setpgid): Likewise.
45331         (setregid): Likewise.
45332         (setreuid): Likewise.
45333         (sigaction): Likewise.
45334         (truncate): Likewise.
45335         (vhangup): Likewise.
45336         * sysdeps/unix/common/syscalls.list: Remove file.
45337         * sysdeps/unix/bsd/Implies: Don't include unix/common.
45338         * sysdeps/unix/sysv/linux/Implies: Likewise.
45340 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
45342         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
45343         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
45344         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
45345         Moved to ...
45346         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
45347         Here.
45348         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
45349         to ...
45350         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
45351         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
45352         to ...
45353         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
45354         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
45355         to ...
45356         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
45357         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
45358         to ...
45359         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
45360         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
45361         to ...
45362         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
45363         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
45364         to ...
45365         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
45366         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
45367         to ...
45368         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
45369         Here.
45370         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
45371         to ...
45372         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
45373         Here.
45374         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
45375         to ...
45376         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
45377         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
45378         Moved to ...
45379         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
45380         Here.
45381         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
45382         to ...
45383         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
45385 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45387         * sysdeps/unix/common/bits/dirent.h: Remove file.
45388         * sysdeps/unix/common/bits/fcntl.h: Likewise.
45390         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
45391         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
45392         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
45393         * sysdeps/unix/bsd/isatty.c: Likewise.
45394         * sysdeps/unix/bsd/tcdrain.c: Likewise.
45395         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
45396         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
45398 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45400         [BZ #13563]
45401         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
45402         long double comparison inaccuracies.
45403         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
45404         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45406 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
45408         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
45409         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
45411 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45413         [BZ #14049]
45414         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
45415         nonzero digits before rounding a hex value.
45416         * stdlib/tst-strtod.c (tests): Add another test.
45418 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45420         * sysdeps/s390/fpu/libm-test-ulps: Update.
45422 2012-05-03  Andreas Jaeger  <aj@suse.de>
45424         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
45425         does not get optimized out.
45426         (malloc_opt_barrier): New.
45428 2012-05-03  Andreas Jaeger  <aj@suse.de>
45429             Roland McGrath  <roland@hack.frob.com>
45431         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
45432         intermediate file deletion.
45433         (generated): Add .symlist files.
45435 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
45437         [BZ #13775]
45438         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
45439         Redirect under this condition.
45440         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45441         [__USE_GNU] (__dprintf_chk): Not under this condition.
45442         [__USE_GNU] (__vdprintf_chk): Likewise.
45443         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
45444         under this condition.
45445         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45446         [__USE_XOPEN2K8] (dprintf): Define under this condition.
45447         [__USE_XOPEN2K8] (vdprintf): Likewise.
45448         [__USE_GNU] (__dprintf_chk): Not under this condition.
45449         [__USE_GNU] (__vdprintf_chk): Likewise.
45450         [__USE_GNU] (dprintf): Likewise.
45451         [__USE_GNU] (vdprintf): Likewise.
45453 2012-05-03  Roland McGrath  <roland@hack.frob.com>
45455         * elf/Makefile (common-generated): Set this instead of generated for
45456         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
45457         $(all-built-dso)-derived lists.
45459 2012-05-03  Andreas Jaeger  <aj@suse.de>
45461         * sysdeps/i386/fpu/libm-test-ulps: Update.
45463         * FAQ: Removed.
45464         * FAQ.in: Likewise.
45465         * scripts/gen-FAQ.pl: Likewise.
45466         * manual/install.texi (Installation): Point to online location of
45467         FAQ.
45468         * Makefile (files-for-dist): Remove FAQ.
45469         (FAQ): Remove.
45471 2012-05-02  Allan McRae  <allan@archlinux.org>
45473         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
45474         (LDFLAGS-reldepmod5.so): Likewise.
45475         (LDFLAGS-reldep6mod1.so): Likewise.
45476         (LDFLAGS-reldep6mod4.so): Likewise.
45477         (LDFLAGS-reldep8mod3.so): Likewise.
45478         (LDFLAGS-unload4mod1.so): Likewise.
45479         (LDFLAGS-unload4mod2.so): Likewise.
45480         (LDFLAGS-tst-initorder): Likewise.
45481         (LDFLAGS-tst-initordera2.so): Likewise.
45482         (LDFLAGS-tst-initordera3.so): Likewise.
45483         (LDFLAGS-tst-initordera4.so): Likewise.
45484         (LDFLAGS-tst-initorderb2.so): Likewise.
45485         (LDFLAGS-noload): Likewise.
45486         (LDFLAGS-next): Likewise.
45487         (LDFLAGS-order2mod1.so): Likewise.
45488         (LDFLAGS-order2mod2.so): Likewise.
45489         (LDFLAGS-tst-initorder2): Likewise.
45490         (LDFLAGS-tst-initorder2a.so): Likewise.
45491         (LDFLAGS-tst-initorder2b.so): Likewise.
45492         (LDFLAGS-tst-initorder2c.so): Likewise.
45493         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
45495 2012-05-02  David S. Miller  <davem@davemloft.net>
45497         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45499 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
45501         [BZ #14055]
45502         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
45504 2012-05-02  Andreas Jaeger  <aj@suse.de>
45506         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
45507         since we manipulate rounding mode.
45508         (CPPFLAGS-test-idouble.c): Likewise.
45509         (CPPFLAGS-test-ifloat.c): Likewise.
45510         (CFLAGS-test-ldouble.c): Likewise.
45511         (CFLAGS-test-double.c): Likewise.
45512         (CFLAGS-test-float.c): Likewise.
45513         (CFLAGS-test-misc.c): Likewise.
45514         (CFLAGS-test-test-fenv.c): Likewise.
45516 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45518         [BZ #2550]
45519         [BZ #2570]
45520         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
45521         comparisons to determine direction to adjust input.
45523 2012-05-01  Roland McGrath  <roland@hack.frob.com>
45525         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
45526         output to the target.
45528         * scripts/localplt.awk: New file.
45529         * elf/Makefile ($(objpfx)check-localplt): Target removed.
45530         (check-localplt-CFLAGS): Variable removed.
45531         ($(all-built-dso:=.jmprel)): New static pattern rule.
45532         (generated): Add those targets.
45533         (localplt-built-dso): New variable.
45534         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
45536         * elf/check-localplt.c: File removed.
45538         * scripts/check-execstack.awk: New file.
45539         * elf/Makefile ($(objpfx)check-execstack): Target removed.
45540         (check-execstack-CFLAGS): Variable removed.
45541         ($(objpfx)check-execstack.h): Target removed.
45542         ($(objpfx)execstack-default): New target.
45543         (generated): Add that instead of check-execstack.h.
45544         ($(all-built-dso:=.phdr)): New static pattern rule.
45545         (generated): Add those targets.
45546         * elf/check-execstack.c: File removed.
45548         * scripts/check-textrel.awk: New file.
45549         * elf/Makefile ($(objpfx)check-textrel): Target removed.
45550         (check-textrel-CFLAGS): Variable removed.
45551         (all-built-dso): Use := to define.o
45552         ($(all-built-dso:=.dyn)): New static pattern rule.
45553         (generated): Add those targets.
45554         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
45555         * config.make.in (READELF): New substituted variable.
45556         * elf/check-textrel.c: File removed.
45558 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
45560         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45561         allow.
45562         * conform/data/ctype.h-data [C99-based standards] (isblank):
45563         Expect function.
45564         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
45565         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
45566         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45567         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
45568         Specify type.  Require positive value.
45569         (EILSEQ): Likewise.
45570         (ERANGE): Likewise.
45571         [ISO || POSIX] (EILSEQ): Do not expect.
45572         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
45573         Specify type.  Require positive value.
45574         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
45575         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
45576         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
45577         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
45578         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
45579         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
45580         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
45581         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
45582         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
45583         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
45584         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
45585         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
45586         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
45587         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
45588         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
45589         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
45590         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
45591         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
45592         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
45593         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
45594         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
45595         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
45596         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
45597         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
45598         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
45599         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
45600         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
45601         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
45602         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
45603         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
45604         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
45605         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
45606         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
45607         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
45608         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
45609         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
45610         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
45611         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
45612         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
45613         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
45614         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
45615         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
45616         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
45617         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
45618         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
45619         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
45620         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
45621         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
45622         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
45623         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
45624         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
45625         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
45626         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
45627         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
45628         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
45629         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
45630         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
45631         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
45632         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
45633         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
45634         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
45635         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
45636         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
45637         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
45638         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
45639         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
45640         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
45641         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
45642         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
45643         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
45644         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
45645         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
45646         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
45647         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
45648         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
45649         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
45650         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
45651         Require >= 2.
45652         (FLT_ROUNDS): Expect as macro, not constant.
45653         (FLT_MANT_DIG): Use macro-int-constant.
45654         (DBL_MANT_DIG): Likewise.
45655         (LDBL_MANT_DIG): Likewise.
45656         (FLT_DIG): Likewise.
45657         (DBL_DIG): Likewise.
45658         (LDBL_DIG): Likewise.
45659         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
45660         (DBL_MIN_EXP): Likewise.
45661         (LDBL_MIN_EXP): Likewise.
45662         (FLT_MAX_EXP): Use macro-int-constant.
45663         (DBL_MAX_EXP): Likewise.
45664         (LDBL_MAX_EXP): Likewise.
45665         (FLT_MAX_10_EXP): Likewise.
45666         (DBL_MAX_10_EXP): Likewise.
45667         (LDBL_MAX_10_EXP): Likewise.
45668         (FLT_MAX): Use macro-constant.
45669         (DBL_MAX): Likewise.
45670         (LDBL_MAX): Likewise.
45671         (FLT_EPSILON): Use macro-constant.  Give upper bound.
45672         (DBL_EPSILON): Likewise.
45673         (LDBL_EPSILON): Likewise.
45674         (FLT_MIN): Likewise.
45675         (DBL_MIN): Likewise.
45676         (LDBL_MIN): Likewise.
45677         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
45678         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
45679         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
45680         [ISO11] (FLT_HAS_SUBNORM): Likewise.
45681         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
45682         [ISO11] (DBL_DECIMAL_DIG): Likewise.
45683         [ISO11] (FLT_DECIMAL_DIG): Likewise.
45684         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
45685         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
45686         [ISO11] (FLT_TRUE_MIN): Likewise.
45687         [ISO11] (LDBL_TRUE_MIN): Likewise.
45688         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45689         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
45690         (SCHAR_MIN): Use macro-int-constant.  Specify type.
45691         (SCHAR_MAX): Likewise.
45692         (UCHAR_MAX): Likewise.
45693         (CHAR_MIN): Likewise.
45694         (CHAR_MAX): Likewise.
45695         (MB_LEN_MAX): Use macro-int-constant.
45696         (SHRT_MIN): Use macro-int-constant.  Specify type.
45697         (SHRT_MAX): Likewise.
45698         (USHRT_MAX): Likewise.
45699         (INT_MAX): Likewise.
45700         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
45701         bound negative.
45702         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45703         bound with "U".
45704         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45705         bound with "L".
45706         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
45707         bound negative.  Suffix upper bound with "L".
45708         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45709         bound with "UL".
45710         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
45711         Specify type.
45712         [C99-based standards] (LLONG_MAX): Likewise.
45713         [C99-based standards] (ULLONG_MAX): Likewise.
45714         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
45715         == 0.
45716         [ISO11] (max_align_t): Require type.
45717         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45719         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
45720         from $CFLAGS, without defining away __attribute__ calls.
45721         (checknamespace): Use $CFLAGS_namespace.
45723         * conform/conformtest.pl (@keywords): Only include C99 keywords
45724         for standards based on C99 or C11.
45726         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
45727         Disable tests.
45728         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
45729         UNIX98]: Likewise.
45731         * conform/conformtest.pl: Handle "macro-int-constant" and test for
45732         usability of symbols in #if.
45734         * conform/conformtest.pl: If macro or constant types start
45735         "promoted:", expect the symbol to be of the following type
45736         promoted by the integer promotions.
45738         * conform/conformtest.pl: Parse all "constant" and "macro" lines
45739         in one place.  Also handle "macro-constant".
45741         * conform/conformtest.pl: Only accept expected macro values with
45742         "==".  Parse all "macro" lines in one place.
45743         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
45745         * conform/conformtest.pl: Handle braced types on "constant" lines
45746         instead of handling "typed-constant".
45747         * conform/data/signal.h-data: Use "constant" instead of
45748         "typed-constant".
45750         * conform/conformtest.pl: Handle "optional-" at start of lines in
45751         one place rather than duplicating several cases.  Handle each
45752         format of "macro" line with initial "optional-".
45754         * conform/conformtest.pl: Only accept expected constant or
45755         optional-constant values with "==".  Parse all "constant" lines in
45756         one place.  Parse all "optional-constant" lines in one place.
45757         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
45758         * conform/data/fmtmsg.h-data: Likewise.
45759         * conform/data/netinet/in.h-data: Likewise.
45760         * conform/data/tar.h-data: Likewise.
45761         * conform/data/limits.h-data: Use "==" form on "constant" and
45762         "optional-constant" lines.
45764         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
45765         Use -std=c99 for XOPEN2K.
45766         (@knownproblems): Remove.
45767         (newtoken): Don't check %isknown.
45769         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
45770         Do not expect macro.
45771         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
45772         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
45773         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
45774         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
45775         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
45776         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
45777         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
45778         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
45779         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
45780         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
45781         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
45782         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
45783         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
45784         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
45785         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
45786         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
45787         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
45788         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
45789         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
45790         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
45791         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
45792         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
45793         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
45794         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
45795         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
45796         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
45797         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
45798         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
45799         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
45800         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
45801         [XPG3] (acosh): Likewise.
45802         [XPG3] (asinh): Likewise.
45803         [XPG3] (atanh): Likewise.
45804         [XPG3] (cbrt): Likewise.
45805         [XPG3] (expm1): Likewise.
45806         [XPG3] (ilogb): Likewise.
45807         [XPG3] (log1p): Likewise.
45808         [XPG3] (logb): Likewise.
45809         [XPG3] (nextafter): Likewise.
45810         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
45811         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
45812         [XPG3] (remainder): Likewise.
45813         [XPG3] (rint): Likewise.
45814         [XPG3 || XPG4 || UNIX98] (round): Likewise.
45815         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
45816         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
45817         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
45818         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
45819         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
45820         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
45821         [UNIX98 || XOPEN2K] (scalb): Expect.
45822         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
45823         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
45824         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
45825         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
45826         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
45827         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
45828         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
45829         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
45830         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
45831         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
45832         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
45833         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
45834         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
45835         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
45836         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
45837         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
45838         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
45839         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
45840         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
45841         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
45842         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
45843         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
45844         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
45845         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
45846         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
45847         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
45848         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
45849         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
45850         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
45851         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
45852         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
45853         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
45854         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
45855         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
45856         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
45857         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
45858         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
45859         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
45860         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
45861         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
45862         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
45863         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
45864         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
45865         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
45866         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
45867         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
45868         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
45869         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
45870         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
45871         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
45872         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
45873         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
45874         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
45875         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
45876         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
45877         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
45878         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
45879         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
45880         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
45881         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
45882         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
45883         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
45884         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
45885         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
45886         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
45887         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
45888         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
45889         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
45890         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
45891         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
45892         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
45893         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
45894         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
45895         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
45896         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
45897         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
45898         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
45899         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
45900         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
45901         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
45902         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
45903         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
45904         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
45905         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
45906         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
45907         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
45908         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
45909         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
45910         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
45911         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
45912         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
45913         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
45914         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
45915         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
45916         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
45917         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
45918         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
45919         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
45920         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
45921         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
45922         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
45923         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
45924         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
45925         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
45926         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
45927         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
45928         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
45929         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
45930         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
45931         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
45932         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
45933         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
45934         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
45935         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
45936         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
45937         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
45938         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
45939         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
45940         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
45941         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
45942         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
45943         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
45944         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
45945         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
45946         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
45947         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
45948         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
45949         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
45950         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
45951         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
45952         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
45953         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
45954         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
45955         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
45956         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
45957         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
45958         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
45960         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
45961         _XOPEN_SOURCE_EXTENDED for XPG4.
45963         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
45965         * Makeconfig (localtime): Remove variable.
45966         (inst_localtime-file): Likewise.
45968 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
45970         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
45971         Update.
45972         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
45973         Update.
45974         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
45975         Update.
45976         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
45977         Update.
45978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
45979         Update.
45980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
45981         Update.
45982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
45983         Update.
45984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
45985         Update.
45986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
45987         Update.
45989 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
45991         [BZ #2550]
45992         [BZ #2570]
45993         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
45994         comparisons to determine direction to adjust input.
45995         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
45996         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
45997         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
45998         Likewise.
45999         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
46000         Likewise.
46001         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
46002         Likewise.
46003         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
46004         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
46005         Likewise.
46006         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
46007         Likewise.
46008         * math/libm-test.inc (nexttoward_test): Add more tests.
46010 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
46012         [BZ #14040]
46013         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
46014         in version GLIBC_2.1, not GLIBC_2.0.
46015         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
46016         Likewise.
46018 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
46020         [BZ #13942]
46021         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
46022         (1 - x) * (1 + x).
46023         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
46024         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
46025         * math/libm-test.inc (acos_test): Add more tests.
46026         (asin_test): Likewise.
46027         * sysdeps/i386/fpu/libm-test-ulps: Update.
46028         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46030         [BZ #14034]
46031         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
46032         of square root.
46033         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
46034         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
46035         * math/libm-test.inc (acos_test_tonearest): New function.
46036         (acos_test_towardzero): Likewise.
46037         (acos_test_downward): Likewise.
46038         (acos_test_upward): Likewise.
46039         (asin_test_tonearest): Likewise.
46040         (asin_test_towardzero): Likewise.
46041         (asin_test_downward): Likewise.
46042         (asin_test_upward): Likewise.
46043         (main): Call the new functions.
46044         * sysdeps/i386/fpu/libm-test-ulps: Update.
46045         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46047         [BZ #13884]
46048         [BZ #13924]
46049         * math/e_exp10.c: Include <float.h>.
46050         (__ieee754_exp10): Handle underflow here rather than multiplying
46051         large negative argument by M_LN10.
46052         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
46053         of __ieee754_expf.
46054         * math/e_exp10l.c: Include <float.h>.
46055         (__ieee754_exp10l): Handle underflow here rather than multiplying
46056         large negative argument by M_LN10l.
46057         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
46058         spurious overflow exception on underflow.
46060 2012-04-29  Marek Polacek  <polacek@redhat.com>
46062         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
46063         (__fortify_function): New macro.
46064         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
46065         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
46066         __extern_always_inline.
46067         * libio/bits/stdio2.h: Likewise.
46068         * libio/bits/stdio.h: Likewise.
46069         * string/string.h: Likewise.
46070         * string/bits/string3.h: Likewise.
46071         * include/stdio.h: Likewise.
46072         * stdlib/bits/stdlib.h: Likewise.
46073         * stdlib/stdlib.h: Likewise.
46074         * rt/bits/mqueue2.h: Likewise.
46075         * rt/mqueue.h: Likewise.
46076         * posix/bits/unistd.h: Likewise.
46077         * posix/unistd.h: Likewise.
46078         * io/bits/poll2.h: Likewise.
46079         * io/bits/fcntl2.h: Likewise.
46080         * io/fcntl.h: Likewise.
46081         * io/sys/poll.h: Likewise.
46082         * misc/bits/syslog.h: Likewise.
46083         * misc/bits/syslog-ldbl.h: Likewise.
46084         * misc/sys/syslog.h: Likewise.
46085         * socket/bits/socket2.h: Likewise.
46086         * socket/sys/socket.h: Likewise.
46087         * debug/tst-chk1.c: Likewise.
46088         * wcsmbs/bits/wchar2.h: Likewise.
46089         * wcsmbs/bits/wchar-ldbl.h: Likewise.
46090         * wcsmbs/wchar.h: Likewise.
46092 2012-04-29  Andreas Jaeger  <aj@suse.de>
46094         * Makerules (tests): Remove enable-check-abi protection.
46095         (check-abi-warn): Remove.
46096         (check-abi-%): Remove check-abi-warn usage.
46098         * configure.in: Remove check-abi configure option.
46099         * configure: Regenerated.
46100         * config.make.in (enable-check-abi): Remove.
46102 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
46104         [BZ #14033]
46105         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
46106         double functions to double *_finite functions.
46108         [BZ #13941]
46109         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
46110         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
46111         LDBL_MIN_EXP.
46112         * stdio-common/Makefile (tests): Add tst-sprintf3.
46113         * stdio-common/tst-sprintf3.c: New file.
46115         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
46116         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
46118 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
46120         * conform/conformtest.pl: Remove duplicate typed-constant
46121         handling.
46123 2012-04-28  David S. Miller  <davem@davemloft.net>
46125         * Makerules (%.abilist): Add vpath on sysdep_dirs.
46126         (check-abi-%): Remove AWK script prerequisite and explicit
46127         abilist directory.
46128         (check-abi): Rewrite to just diff the symlist with the abilist.
46129         (config-tls, config-abi-config): Delete, no longer used.
46130         (update-abi-%): Remove AWK script and explicit abilist directory.
46131         (update-abi): Rewrite to simply compare and conditionally copy the
46132         symlist and the sysdep abilist file.  Remove update-abi-config
46133         checks.
46134         * abilist/ld.abilist: Remove.
46135         * abilist/libBrokenLocale.abilist: Remove.
46136         * abilist/libanl.abilist: Remove.
46137         * abilist/libcrypt.abilist: Remove.
46138         * abilist/libdl.abilist: Remove.
46139         * abilist/librt.abilist: Remove.
46140         * abilist/libthread_db.abilist: Remove.
46141         * abilist/libutil.abilist: Remove.
46142         * scripts/extract-abilist.awk: Remove.
46143         * scripts/merge-abilist.awk: Remove.
46144         * sysdeps/generic/libcidn.abilist: New file.
46145         * sysdeps/generic/libnss_compat.abilist: New file.
46146         * sysdeps/generic/libnss_db.abilist: New file.
46147         * sysdeps/generic/libnss_dns.abilist: New file.
46148         * sysdeps/generic/libnss_files.abilist: New file.
46149         * sysdeps/generic/libnss_hesiod.abilist: New file.
46150         * sysdeps/generic/libnss_nis.abilist: New file.
46151         * sysdeps/generic/libnss_nisplus.abilist: New file.
46152         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
46153         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
46154         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
46155         file.
46156         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
46157         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
46158         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
46159         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
46160         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
46161         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
46162         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
46163         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
46164         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
46165         file.
46166         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
46167         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
46168         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
46169         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
46170         file.
46171         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
46172         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
46173         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
46174         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
46175         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
46176         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
46177         file.
46178         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
46179         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
46180         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
46181         file.
46182         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
46183         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
46184         New file.
46185         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
46186         New file.
46187         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
46188         New file.
46189         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
46190         New file.
46191         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
46192         New file.
46193         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
46194         New file.
46195         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
46196         New file.
46197         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
46198         New file.
46199         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
46200         New file.
46201         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
46202         New file.
46203         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
46204         New file.
46205         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
46206         New file.
46207         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
46208         New file.
46209         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
46210         file.
46211         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
46212         New file.
46213         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
46214         New file.
46215         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
46216         file.
46217         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
46218         New file.
46219         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
46220         New file.
46221         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
46222         file.
46223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
46224         New file.
46225         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
46226         New file.
46227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
46228         New file.
46229         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
46230         New file.
46231         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
46232         New file.
46233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
46234         New file.
46235         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
46236         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
46237         file.
46238         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
46239         New file.
46240         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
46241         file.
46242         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
46243         file.
46244         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
46245         file.
46246         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
46247         file.
46248         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
46249         file.
46250         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
46251         New file.
46252         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
46253         file.
46254         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
46255         file.
46256         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
46257         New file.
46258         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
46259         file.
46260         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
46261         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
46262         file.
46263         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
46264         New file.
46265         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
46266         file.
46267         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
46268         file.
46269         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
46270         file.
46271         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
46272         file.
46273         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
46274         file.
46275         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
46276         New file.
46277         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
46278         file.
46279         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
46280         file.
46281         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
46282         New file.
46283         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
46284         file.
46285         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
46286         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
46287         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
46288         file.
46289         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
46290         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
46291         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
46292         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
46293         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
46294         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
46295         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
46296         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
46297         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
46298         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
46299         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
46300         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
46301         file.
46302         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
46303         New file.
46304         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
46305         file.
46306         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
46307         file.
46308         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
46309         file.
46310         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
46311         file.
46312         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
46313         file.
46314         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
46315         New file.
46316         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
46317         New file.
46318         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
46319         file.
46320         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
46321         New file.
46322         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
46323         file.
46324         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
46325         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
46326         file.
46327         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
46328         New file.
46329         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
46330         file.
46331         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
46332         file.
46333         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
46334         file.
46335         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
46336         file.
46337         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
46338         file.
46339         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
46340         New file.
46341         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
46342         New file.
46343         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
46344         file.
46345         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
46346         New file.
46347         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
46348         file.
46350 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
46352         * conform/conformtest.pl: Fix typo in handling typed-constant from
46353         allow-header.
46355 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
46357         * README: Cut down references to pre-2.6 Linux kernels and
46358         Linuxthreads.  Update lists of configurations in libc and ports
46359         and sort alphabetically.  Say "or newer" with Linux kernel version
46360         requirements.
46362         * config.h.in [IS_IN_build]: Allow compiling without optimization.
46364 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
46366         [BZ #887]
46367         * math/libm-test.inc (logb_test_downward): New test to expose
46368         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
46369         rounding mode.
46371 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
46373         [BZ #14027]
46374         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
46375         to be done.
46376         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
46377         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
46379 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
46381         * sysdeps/unix/i386/brk.S: Remove file.
46382         * sysdeps/unix/i386/dl-brk.S: Likewise.
46383         * sysdeps/unix/i386/pipe.S: Likewise.
46384         * sysdeps/unix/i386/sigreturn.S: Likewise.
46385         * sysdeps/unix/i386/syscall.S: Likewise.
46386         * sysdeps/unix/i386/vfork.S: Likewise.
46387         * sysdeps/unix/i386/wait.S: Likewise.
46389         * sysdeps/unix/common/tcsendbrk.c: Move to ...
46390         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
46392         * configure.in (arm*-none*): Do not allow without
46393         --enable-hacker-mode.
46394         (netbsd*): Remove case setting base_os.
46395         (386bsd*): Likewise.
46396         (freebsd*): Likewise.
46397         (bsdi*): Likewise.
46398         (osf*): Likewise.
46399         (sunos*): Likewise.
46400         (ultrix*): Likewise.
46401         (newsos*): Likewise.
46402         (dynix*): Likewise.
46403         (*bsd*): Likewise.
46404         (sysv*): Likewise.
46405         (isc*): Likewise.
46406         (esix*): Likewise.
46407         (sco*): Likewise.
46408         (minix*): Likewise.
46409         (irix4*): Likewise.
46410         (irix6*): Likewise.
46411         (solaris[2-9]*): Likewise.
46412         (none): Likewise.
46413         * configure: Regenerated.
46415 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46417         [BZ #11521]
46418         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
46419         overflow or cancellation in calculating denominator.
46420         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
46421         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
46422         down expression to avoid unexpected rounding in newer GCCs.
46423         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
46425 2012-04-26  David S. Miller  <davem@davemloft.net>
46427         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
46428         long-double compat symbols.
46429         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
46430         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
46431         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
46432         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
46433         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
46434         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
46435         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
46436         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
46437         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
46438         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
46439         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
46440         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
46441         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
46443 2012-04-25  David S. Miller  <davem@davemloft.net>
46445         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
46446         HWCAP_* values only after the memory barriers have been defined.
46447         (atomic_full_barrier): Define.
46448         (atomic_read_barrier): Define.
46449         (atomic_write_barrier): Define.
46451 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
46453         * shlib-versions: Add libgcc_s version information.
46454         * sysdeps/generic/libgcc_s.h: Remove.
46455         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
46456         libgcc_s.h.
46457         * sysdeps/gnu/unwind-resume.c: Likewise.
46458         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
46460 2012-04-25  David S. Miller  <davem@davemloft.net>
46462         * sysdeps/unix/sparc/brk.S: Delete.
46463         * sysdeps/unix/sparc/dl-brk.S: Delete.
46464         * sysdeps/unix/sparc/pipe.S: Delete.
46465         * sysdeps/unix/sparc/sysdep.S: Delete.
46466         * sysdeps/unix/sparc/sysdep.h: Delete.
46467         * sysdeps/unix/sparc/vfork.S: Delete.
46468         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
46469         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
46470         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
46471         (ret_ERRVAL, r0, r1, MOVE): Define.
46472         (JUMPTARGET): Remove.
46473         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
46474         sysdeps/unix/sparc/sysdep.h
46475         (ENTRY, END): Remove.
46476         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46478 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
46480         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
46481         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
46482         -DIS_IN_build.
46484         * timezone/README: Update upstream location and email address for
46485         tzcode and tzdata.
46486         * timezone/zdump.c: Update from tzcode 2012b.
46487         * timezone/zic.c: Likewise.
46489         * configure.in (libc_cv_as_needed): Remove test.
46490         * configure: Regenerated.
46491         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
46492         conditional definition.
46493         [$(have-as-needed) != yes] (no-as-needed): Likewise.
46494         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
46495         * config.make.in (have-as-needed): Remove variable.
46497 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
46498             Paul Pluzhnikov  <ppluzhnikov@google.com>
46500         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
46501         strings correctly.
46503 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
46505         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
46506         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
46507         * sysdeps/sh/strlen.S: Likewise.
46509 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46511         * sysdeps/unix/fork.S: Remove file.
46512         * sysdeps/unix/i386/fork.S: Likewise.
46513         * sysdeps/unix/sparc/fork.S: Likewise.
46515         * sysdeps/unix/system.c: Remove file.
46516         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
46518         * sysdeps/unix/getegid.S: Remove file.
46519         * sysdeps/unix/geteuid.S: Likewise.
46521 2012-04-24  Roland McGrath  <roland@hack.frob.com>
46523         * scripts/check-localplt.awk: New file.
46524         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
46525         of diff.
46526         * scripts/data/localplt-generic.data: Add a comment.
46528         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
46529         NODE when __dir_mkfile failed.
46530         * sysdeps/mach/hurd/symlinkat.c: Likewise.
46531         Reported by Ludovic Courtès <ludo@gnu.org>.
46533 2012-04-24  Andreas Jaeger  <aj@suse.de>
46535         * Makerules (common-clean): Also remove gen-as-const-headers
46536         files.
46538 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46540         * Makerules (native-compile): Do not change working directory for
46541         build.  Use $(OUTPUT_OPTION) in command.
46542         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
46544 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46546         [BZ #13886]
46547         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
46548         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
46549         * math/libm-test.inc (floor_test): Add more tests.
46550         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
46552 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46554         * sysdeps/unix/getdents.c: Remove file.
46555         * sysdeps/unix/sysv/getdents.c: Likewise.
46556         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
46558         * sysdeps/unix/syscalls.list (madvise): Add syscall from
46559         sysdeps/unix/mman/syscalls.list.
46560         (mmap): Likewise.
46561         (mprotect): Likewise.
46562         (msync): Likewise.
46563         (munmap): Likewise.
46564         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
46565         * sysdeps/unix/mman/syscalls.list: Remove.
46566         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
46568         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
46569         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
46570         * configure: Regenerated.
46571         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
46572         $(libgcc_s_suffix).
46573         * config.make.in (libgcc_s_suffix): Remove variable.
46575 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
46577         * sysdeps/unix/sysv/gethostname.c: Move to ...
46578         * sysdeps/posix/gethostname.c: ... here.
46580         * sysdeps/unix/execve.S: Remove file.
46582         * sysdeps/unix/_exit.S: Remove file.
46584 2012-04-23  Andreas Jaeger  <aj@suse.de>
46586         [BZ #13739]
46587         * manual/Makefile: Remove make dist support, there's no
46588         need for a stand-alone documentation tar ball.
46589         (TEXI2DVI): Define always, it's not in Makeconfig.
46590         (dist): Removed.
46591         (tar-it): Removed.
46592         (edition): Removed.
46593         (glibc-doc-$(edition).tar): Removed
46594         (%.Z): Removed.
46595         (%.gz): Removed.
46596         (%.uu): Removed.
46597         (ETAGS): Remove, it's in Makeconfig.
46598         (move-if-change): Remove, it's in Makeconfig.
46600 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
46602         [BZ #13970]
46603         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
46604         (strtod, strtof, strtold, strtol, strtoul, strtoq)
46605         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
46606         (strtod_l, strtof_l, strtold_l): Remove __wur.
46607         It is not necessarily an error to ignore strtol's return value.
46608         One can reliably look at the stored endptr to decide whether
46609         the number had valid syntax.
46611 2012-04-21  Andreas Jaeger  <aj@suse.de>
46613         [BZ #13739]
46614         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
46616 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
46618         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
46619         * sysdeps/unix/sysv/Versions: Remove file.
46621 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
46623         [BZ #13927]
46624         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46626 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
46628         [BZ #7064]
46629         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
46630         version from __vm86.
46632 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
46634         * sysdeps/unix/common/lxstat.c: Remove file.
46635         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
46637         * sysdeps/unix/sysv/Makefile: Remove file.
46639         * sysdeps/unix/sysv/direct.h: Remove file.
46641         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
46642         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
46643         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
46644         * sysdeps/unix/sysv/bits/signum.h: Likewise.
46645         * sysdeps/unix/sysv/bits/stat.h: Likewise.
46646         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
46647         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
46649         * sysdeps/unix/sysv/setrlimit.c: Remove file.
46651         * sysdeps/unix/xmknod.c: Remove file.
46652         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
46654         * sysdeps/unix/sysv/settimeofday.c: Remove file.
46656         * sysdeps/unix/sysv/i386/time.S: Remove file.
46658         * sysdeps/unix/fxstat.c: Remove file.
46659         * sysdeps/unix/xstat.c: Likewise.
46660         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
46662         * sysdeps/unix/sysv/sigaction.c: Remove file.
46664         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
46665         (sysdep_headers): Remove variable.
46666         [termio.h not in sysdep_headers] (generated): Likewise.
46667         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
46668         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
46669         * sysdeps/unix/sysv/tcdrain.c: Likewise.
46670         * sysdeps/unix/sysv/tcflow.c: Likewise.
46671         * sysdeps/unix/sysv/tcflush.c: Likewise.
46672         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
46673         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
46674         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
46675         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
46676         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
46678         * sysdeps/unix/siglist.c: Remove file.
46680         * sysdeps/unix/getppid.S: Remove file.
46682         * sysdeps/unix/mkdir.c: Remove file.
46683         * sysdeps/unix/rmdir.c: Likewise.
46685 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
46687         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
46688         ERR_MAX value.
46689         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
46690         errlist-compat value.
46692 2012-04-18  David S. Miller  <davem@davemloft.net>
46694         * sysdeps/generic/memcopy.h (reg_char): Delete.
46695         * debug/strcat_chk.c: Use char, not reg_char.
46696         * debug/strcpy_chk.c: Likewise.
46697         * debug/strncat_chk.c: Likewise.
46698         * debug/strncpy_chk.c: Likewise.
46699         * string/memchr.c: Likewise.
46700         * string/memrchr.c: Likewise.
46701         * string/rawmemchr.c: Likewise.
46702         * string/strcat.c: Likewise.
46703         * string/strchr.c: Likewise.
46704         * string/strchrnul.c: Likewise.
46705         * string/strcmp.c: Likewise.
46706         * string/strcpy.c: Likewise.
46707         * string/strncat.c: Likewise.
46708         * string/strncmp.c: Likewise.
46709         * string/strncpy.c: Likewise.
46711 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46713         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
46714         __builtin_memcopy is called when src and dest ranges are known to not
46715         overlap.
46717 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46719         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
46720         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
46721         fwd_align_merge macro call.
46722         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
46723         bwd_align_merge macro call.
46724         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
46726 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46728         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
46729         bwd_align_merge macros.
46730         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
46731         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
46732         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
46734 2012-04-18  David S. Miller  <davem@davemloft.net>
46736         * sysdeps/sparc/sparc64/memcopy.h: Delete.
46738 2012-04-18  Andreas Jaeger  <aj@suse.de>
46740         [BZ# 6794]
46741         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
46742         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
46743         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46745         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
46746         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
46747         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46749         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
46750         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
46751         Adjust for changed ldbl-128 files.
46753         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
46754         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
46755         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46757 2012-04-17  David S. Miller  <davem@davemloft.net>
46759         * sysdeps/sparc/sparc32/memcopy.h: Delete.
46761 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
46763         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
46764         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
46765         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
46766         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
46767         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
46768         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
46770 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46772         [BZ #6794]
46773         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
46774         * math/libm-test.inc: Add ilogb errno and exception tests.
46775         * math/w_ilogb.c: New file: ilogb wrapper.
46776         * math/w_ilogbf.c: New file: ilogbf wrapper.
46777         * math/w_ilogbl.c: New file: ilogbl wrapper.
46778         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
46779         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
46780         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
46781         exception being thrown with 0.0 as argument.
46782         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
46783         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
46784         exception being thrown with 0.0 as argument.
46785         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
46786         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
46787         exception being thrown with 0.0 as argument.
46788         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
46789         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
46790         exception being thrown with 0.0 as argument.
46791         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
46792         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
46793         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
46794         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
46795         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
46796         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
46797         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
46798         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
46799         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
46801 2012-04-17  Petr Baudis  <pasky@ucw.cz>
46803         * include/sys/uio.h: Change __vector to __iovec to avoid clash
46804         with altivec.
46806 2012-04-16  Marek Polacek  <polacek@redhat.com>
46808         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
46810 2012-04-16  Marek Polacek  <polacek@redhat.com>
46812         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
46813         operands of fdivp instruction.
46815 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
46817         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
46818         * elf/tst-auditmod3b.c: Likewise.
46819         * elf/tst-auditmod4b.c: Likewise.
46820         * elf/tst-auditmod5b.c: Likewise.
46821         * elf/tst-auditmod6b.c: Likewise.
46822         * elf/tst-auditmod6c.c: Likewise.
46823         * elf/tst-auditmod7b.c: Likewise.
46824         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
46825         * sysdeps/x86_64/preconfigure.in: Likewise.
46826         * sysdeps/x86_64/preconfigure: Regenerated.
46828 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
46830         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
46831         __ILP32__.
46833 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
46835         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
46836         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
46838 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
46840         [BZ #13973]
46841         * locale/iso-639.def: Fix gl language name. Spotted by
46842         Yaron Shahrabani.
46844 2012-04-12  Roland McGrath  <roland@hack.frob.com>
46846         [BZ #2074]
46847         * libio/libio.h (__io_write_fn): Update comment.
46849 2012-04-12  Petr Baudis  <pasky@ucw.cz>
46851         [BZ #2074]
46852         * stdio.texi (Hook Functions): The user provided writer function
46853         is not allowed to return -1.
46855 2012-04-11  David S. Miller  <davem@davemloft.net>
46857         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46859 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
46861         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
46862         Add a leading slash to rtkaio.
46864 2012-04-11  Jim Meyering  <meyering@redhat.com>
46866         [BZ #11959]
46867         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
46868         It is not necessarily an error to ignore fwrite's return
46869         value.  One can reliably use ferror to test for errors after
46870         the fact.
46872 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
46874         * bits/types.h (__snseconds_t): New type.
46875         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
46877         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
46878         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
46879         (__SNSECONDS_T_TYPE): Likewise.
46880         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
46881         (__SNSECONDS_T_TYPE): Likewise.
46882         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
46883         (__SNSECONDS_T_TYPE): Likewise.
46885 2012-04-10  Andreas Jaeger  <aj@suse.de>
46887         [BZ #2636]
46888         * manual/time.texi (Processor Time): Return type of times is
46889         elapsed real time since an arbitrary point in the past.
46890         (CPU Time): Move CLK_TCK from here...
46891         (Processor Time): ...to here.  Correct description.
46892         * manual/conf.texi (Constants for Sysconf): Correct description of
46893         _SC_CLK_TCK.
46895 2012-04-10  David S. Miller  <davem@davemloft.net>
46897         [BZ #13967]
46898         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
46899         where the is a gap between DT_REL(A) and DT_JMPREL.
46901 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
46903         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
46904         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
46905         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
46907 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
46909         * elf/dl-support.c (_dl_inhibit_cache): New variable.
46910         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
46911         (dl_main): Handle --inhibit-cache.
46912         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
46913         _dl_inhibit_cache.
46914         * elf/dl-load.c (_dl_map_object): Use it.
46915         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
46917 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
46919         [BZ #13872]
46920         * sysdeps/i386/fpu/e_powl.S (p78): New object.
46921         (__ieee754_powl): Saturate large exponents rather than testing for
46922         overflow of y*log2(x).
46923         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46924         * math/libm-test.inc (pow_test): Do not permit spurious overflow
46925         exceptions.
46927         [BZ #11521]
46928         * math/s_ctan.c: Include <float.h>.
46929         (__ctan): Avoid internal overflow or cancellation in calculating
46930         denominator.
46931         * math/s_ctanf.c: Likewise.
46932         * math/s_ctanl.c: Likewise.
46933         * math/s_ctanh.c: Likewise.
46934         * math/s_ctanhf.c: Likewise.
46935         * math/s_ctanhl.c: Likewise.
46936         * math/libm-test.inc (ctan_test): Add more tests.
46937         (ctanh_test): Likewise.
46938         * sysdeps/i386/fpu/libm-test-ulps: Update.
46939         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46941 2012-04-09  Andreas Jaeger  <aj@suse.de>
46943         [BZ #6894]
46944         * manual/filesys.texi (Directory Entries): Mention that d_namlen
46945         is an optional BSD extension.
46947         [BZ #10254]
46948         * manual/stdio.texi (Opening Streams): Document additional fopen
46949         parameters.
46951 2012-04-09  Roland McGrath  <roland@hack.frob.com>
46953         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
46954         %eax without telling the compiler.
46956 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
46958         [BZ # 13963]
46959         * manual/install.texi: Use sourceware.org.
46961 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
46963         [BZ #13873]
46964         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
46965         (__ieee754_pow): Generate overflow and underflow using huge*huge
46966         and tiny*tiny rather than just returning constant infinity or zero
46967         for large exponents.
46968         * math/libm-test.inc (pow_test): Require overflow exceptions for
46969         applicable cases of large exponents.
46971         [BZ #706]
46972         * sysdeps/i386/fpu/e_pow.S (p10): New object.
46973         (__ieee754_pow): Use iterative multiplication algorithm only for
46974         integer exponents with absolute value below 1024.  Check for odd
46975         integer exponents when using algorithm for real exponents.
46976         * math/libm-test.inc (pow_test): Add more tests.
46977         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46979 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
46981         [BZ #13705]
46982         * math/libm-test.inc (exp_test): Do not allow overflow exception
46983         on underflow test.
46985 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
46987         [BZ #13705]
46988         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
46989         instead of __kernel_standard_f.
46991 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
46993         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
46994         * sysdeps/x86_64/memset_chk.S: Likewise.
46996 2012-04-08  Andreas Jaeger  <aj@suse.de>
46998         [BZ #10153]
46999         * manual/startup.texi (Environment Access): Describe return value
47000         for putenv and setenv.
47002         [BZ #6895]
47003         * manual/filesys.texi (Directory Entries): Add description for
47004         DT_LNK.
47006         [BZ #6890]
47007         * manual/filesys.texi (Directory Entries): Clarify that it's file
47008         system not operating system in the description of DT_UNKNOWN.
47010         [BZ #6578]
47011         * manual/syslog.texi (closelog): Fix reference, it's openlog.
47013 2012-04-08  Stephen Compall  <s11@member.fsf.org>
47015         [BZ #6649]
47016         * manual/llio.texi (Opening and Closing Files): Add cross
47017         reference to explain mode argument.
47019 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
47021         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
47022         * sysdeps/x86_64/memset_chk.S: Likewise.
47024 2012-04-07  David S. Miller  <davem@davemloft.net>
47026         * elf/elf.h (R_SPARC_WDISP10): Define.
47027         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
47028         R_SPARC_SIZE32.
47029         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
47030         R_SPARC_SIZE64 and R_SPARC_H34.
47032 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
47034         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
47035         conditions and remove no longer applicable assertion.
47037 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
47039         * bits/byteswap.h: Include <features.h>.
47040         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
47041         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
47043 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
47045         * bits/byteswap.h (__bswap_16): Removed.
47046         Include <bits/byteswap-16.h> to get __bswap_16.
47047         * sysdeps/i386/bits/byteswap.h: Likewise.
47048         * sysdeps/s390/bits/byteswap.h: Likewise.
47049         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47050         * bits/byteswap-16.h: New file.
47051         * sysdeps/i386/bits/byteswap-16.h: Likewise.
47052         * sysdeps/s390/bits/byteswap-16.h: Likewise.
47053         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
47054         * string/Makefile (headers): Add bits/byteswap-16.h.
47056 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
47058         [BZ #13895]
47059         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
47060         extra indirection.
47061         * nss/Makefile (tests-static, tests): Add tst-nss-static.
47062         * nss/tst-nss-static.c: New.
47064 2012-04-06  Robert Millan  <rmh@gnu.org>
47066         [BZ #6486]
47067         * manual/llio.texi (File Position Primitive): lseek
47068         refers to WHENCE when it really means OFFSET.
47070 2012-04-06  Andreas Jaeger  <aj@suse.de>
47072         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
47073         strncmp declarations.
47075         * abilist/libc.abilist: Add __poll and __ppoll.
47077 2012-04-05  David S. Miller  <davem@davemloft.net>
47079         * scripts/check-local-headers.sh: Accept a host triplet in the
47080         path matched by the exclude regexp.
47082         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
47083         definition.
47084         * sysdeps/powerpc/powerpc32/dl-machine.h
47085         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
47086         * sysdeps/s390/s390-32/dl-machine.h
47087         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47088         * sysdeps/sparc/sparc32/dl-machine.h
47089         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47090         * sysdeps/sparc/sparc64/dl-machine.h
47091         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47093         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
47094         lazy binding.
47095         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
47096         undefined symbol errors.
47098         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
47099         DT_NEEDED entries.
47101 2012-04-05  Michael Matz  <matz@suse.de>
47103         [BZ #13592]
47104         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
47106 2012-04-05  Andreas Jaeger  <aj@suse.de>
47108         [BZ #13908]
47109         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
47110         comment.
47112 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47114         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
47115         which ROUND is no valid rounding mode.
47117 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47119         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
47120         read again.
47121         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
47123 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47125         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
47126         an exception using FPU order intentionally.
47128 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47130         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
47131         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
47132         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
47133         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
47135 2012-04-05  Simon Josefsson  <simon@josefsson.org>
47137         [BZ #12340]
47138         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
47139         EINVAL when BUFLEN is too smal.
47141 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
47143         [BZ #13553]
47144         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
47145         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
47147 2012-04-03  Andreas Jaeger  <aj@suse.de>
47149         [BZ #13938]
47150         * manual/setjmp.texi (System V contexts): Fix sentence.
47152         [BZ #13926]
47153         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
47154         New macro for this case.
47155         [!__GNUC__] (__bswap_64): New inline function for this case.
47156         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47157         * bits/byteswap.h: Likewise.
47158         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
47159         ull, guard with __GLIBC_HAVE_LONG_LONG.
47161         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
47162         __GLIBC_HAVE_LONG_LONG.
47164         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
47165         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
47167 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
47169         [BZ #13691]
47170         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
47171         inptr and inend, rather than using last_ch.
47173 2012-04-02  David S. Miller  <davem@davemloft.net>
47175         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
47176         * stdio-common/printf-parse.h (read_int): Change return type to
47177         'int', return -1 on INT_MAX overflow.
47178         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
47179         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
47180         overflows INT_MAX.  Check for overflow of in-format-string precision
47181         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
47182         SIZE_MAX not INT_MAX for integer overflow test.
47183         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
47184         skip the construct in the format string but do not record anything.
47185         * stdio-common/bug22.c: Adjust to test both width/prevision
47186         INT_MAX overflow as well as total length INT_MAX overflow.  Check
47187         explicitly for proper errno values.
47189 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
47191         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
47192         CHAR_MAX.
47193         * string/test-strcmp.c [! WIDE]: Likewise.
47194         * time/tst-mktime2.c: Likewise for INT_MAX.
47195         * string/test-string.h: #include <sys/param.h> for MIN.
47197         * csu/init-first.c (__libc_init_first): Call __ctype_init.
47198         * sysdeps/i386/init-first.c (init): Likewise.
47199         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
47200         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
47201         * sysdeps/sh/init-first.c (init): Likewise.
47203 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
47205         * po/ru.po: Update from translation team.
47206         * po/vi.po: Likewise.
47208 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
47210         * resolv/nss_dns/dns-host.c: Merge copyright years.
47212 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47214         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
47215         Optimize memcpy with prefetch if
47216         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
47217         src, dst pointers have unequal 16 byte alignments.
47219 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
47221         [BZ #13928]
47222         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
47223         from a CNAME entry and return the minimum ttl for the query.
47224         (gaih_getanswer_slice): Likewise.
47226 2012-03-30  Jeff Law  <law@redhat.com>
47228         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
47229         due to long keys.
47230         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
47231         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
47233         * resolv/nss_dns/dns-host.c: Update copyright year.
47235 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
47237         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
47238         requests to save a system call.  Fix check that all bytes are sent.
47240         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
47241         comments for sendmmsg.
47243 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
47245         [BZ #13691]
47246         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
47247         with only 1 character between 0x0041 and 0x01b0.
47248         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
47249         * wcsmbs/tst-mbsnrtowcs.c: New file.
47251 2012-03-29  David S. Miller  <davem@davemloft.net>
47253         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
47254         small copies by hand.
47256 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
47258         [BZ #13761]
47259         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
47260         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
47261         group memberships.
47263 2012-03-28  David S. Miller  <davem@davemloft.net>
47265         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
47266         that branches into memcpy.
47267         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
47268         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
47269         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
47270         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
47271         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
47272         bits.
47273         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
47274         implementation too.
47275         * sysdeps/sparc/mempcpy.S: New file.
47277         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
47278         the IFUNC routine in the libc case.
47279         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
47281         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
47282         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
47283         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
47284         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
47285         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
47286         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
47287         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
47288         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
47290         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
47291         loop to 256 bytes instead of 64 bytes and fix test signedness.
47293         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
47294         * sysdeps/sparc/sparc32/Makefile: rather than here...
47295         * sysdeps/sparc/sparc64/Makefile: and here.
47297 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
47299         * malloc/mallocbug.c: Avoid warnings about unused variables.
47301 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
47303         [BZ #13760]
47304         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
47305         in the right place. Discard and retry query if response is
47306         larger than input buffer size.
47308 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
47310         [BZ #369]
47311         [BZ #2678]
47312         [BZ #3866]
47313         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
47314         x for large integer exponent.
47315         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
47316         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
47317         sign of result as needed afterwards.
47318         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
47319         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
47320         result for underflowing pow the same as for overflow.
47321         (__kernel_standard_l): Handle powl overflow and underflow here
47322         rather than calling __kernel_standard.
47323         * math/libm-test.inc (pow_test): Add more tests.
47325         [BZ #3868]
47326         [BZ #13879]
47327         [BZ #13910]
47328         [BZ #13911]
47329         [BZ #13912]
47330         [BZ #13913]
47331         [BZ #13915]
47332         [BZ #13916]
47333         [BZ #13917]
47334         [BZ #13918]
47335         [BZ #13919]
47336         [BZ #13920]
47337         [BZ #13921]
47338         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
47339         * sysdeps/ieee754/k_standard.c: Include <float.h>.
47340         (__kernel_standard_l): New function.
47341         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
47342         __kernel_standard.
47343         * math/w_acosl.c (__acosl): Likewise.
47344         * math/w_asinl.c (__asinl): Likewise.
47345         * math/w_atan2l.c (__atan2l): Likewise.
47346         * math/w_atanhl.c (__atanhl): Likewise.
47347         * math/w_coshl.c (__coshl): Likewise.
47348         * math/w_exp10l.c (__exp10l): Likewise.
47349         * math/w_exp2l.c (__exp2l): Likewise.
47350         * math/w_fmodl.c (__fmodl): Likewise.
47351         * math/w_hypotl.c (__hypotl): Likewise.
47352         * math/w_j0l.c (__j0l, __y0l): Likewise.
47353         * math/w_j1l.c (__j1l, __y1l): Likewise.
47354         * math/w_jnl.c (__jnl, __ynl): Likewise.
47355         * math/w_lgammal.c (__lgammal): Likewise.
47356         * math/w_log10l.c (__log10l): Likewise.
47357         * math/w_log2l.c (__log2l): Likewise.
47358         * math/w_logl.c (__logl): Likewise.
47359         * math/w_powl.c (__powl): Likewise.
47360         * math/w_remainderl.c (__remainderl): Likewise.
47361         * math/w_scalbl.c (sysv_scalbl): Likewise.
47362         * math/w_sinhl.c (__sinhl): Likewise.
47363         * math/w_sqrtl.c (__sqrtl): Likewise.
47364         * math/w_tgammal.c (__tgammal): Likewise.
47365         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
47366         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
47367         * math/libm-test.inc (acos_test): Add more tests.
47368         (acosh_test): Likewise.
47369         (asin_test): Likewise.
47370         (atanh_test): Likewise.
47371         (exp_test): Likewise.
47372         (exp10_test): Likewise.
47373         (exp2_test): Likewise.
47374         (expm1_test): Likewise.
47375         (lgamma_test): Likewise.
47376         (log_test): Likewise.
47377         (log10_test): Likewise.
47378         (log1p_test): Likewise.
47379         (log2_test): Likewise.
47380         (pow_test): Do not allow some spurious overflow exceptions.
47381         (sqrt_test): Add more tests.
47382         (tgamma_test): Likewise.
47383         (y0_test): Likewise.
47384         (y1_test): Likewise.
47385         (yn_test): Likewise.
47387 2012-03-27  Anton Blanchard  <anton@samba.org>
47389         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
47390         MAP_HUGETLB.
47391         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
47392         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
47393         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
47395 2012-03-27  David S. Miller  <davem@davemloft.net>
47397         * conform/Makefile: Run run-conformtest.sh using $(BASH).
47399         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
47400         have-as-vis3 check.
47402 2012-03-27  Andreas Jaeger  <aj@suse.de>
47404         * sysdeps/x86_64/elf/configure.in: Moved to ...
47405         * sysdeps/x86_64/configure.in: ... here.
47406         * sysdeps/x86_64/elf/start.S: Moved to ...
47407         * sysdeps/x86_64/start.S: ... here.
47408         * sysdeps/x86_64/elf/configure: Delete.
47410         * sysdeps/x86_64/configure.in: Merge contents from
47411         sysdeps/i386/configure.in (without i686 check).
47413         * sysdeps/i386/elf/Versions: Merge into ...
47414         * sysdeps/i386/Versions: ... this.
47415         * sysdeps/i386/elf/Versions: Delete file.
47416         * sysdeps/i386/elf/start.S: Moved to ...
47417         * sysdeps/i386/start.S: ...here.
47418         * sysdeps/i386/elf/configure.in: Merge into...
47419         * sysdeps/i386/configure.in: ...here.
47420         * sysdeps/i386/elf/configure.in: Delete file.
47421         * sysdeps/i386/elf/configure: Delete file.
47423         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
47424         * debug/backtracesyms.c: ... here.
47425         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
47426         * debug/backtracesymsfd.c: ... here.
47427         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
47428         * sysdeps/generic/ifunc-sel.h: ... here.
47430         * sysdeps/unix/i386/start.c: Delete file.
47431         * sysdeps/unix/sparc/start.c: Delete file.
47432         * sysdeps/unix/start.c: Delete file.
47434         * sysdeps/sh/elf/configure.in: Moved to ...
47435         * sysdeps/sh/configure.in: ... here.
47436         * sysdeps/sh/elf/start.S: Moved to ...
47437         * sysdeps/sh/start.S: ... here.
47438         * sysdeps/sh/elf/configure: Delete file.
47440         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
47441         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
47442         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
47443         * sysdeps/powerpc/powerpc64/entry.h: ... here.
47444         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
47445         * sysdeps/powerpc/powerpc64/start.S: here.
47446         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
47447         * sysdeps/powerpc/powerpc64/Makefile: ... this.
47448         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
47449         * sysdeps/powerpc/powerpc64/configure.in: ... this.
47450         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
47452         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
47453         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
47454         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
47455         * sysdeps/powerpc/powerpc32/start.S: ... here.
47456         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
47457         * sysdeps/powerpc/powerpc32/configure.in: ... this.
47458         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
47460         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
47461         * sysdeps/powerpc/ifunc-sel.h: ... here.
47462         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
47463         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
47465         * sysdeps/sparc/elf/configure.in: Moved to ...
47466         * sysdeps/sparc/configure.in: ... here.
47467         * sysdeps/sparc/elf/configure: Delete file.
47468         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
47469         * sysdeps/sparc/sparc32/start.S: ... here.
47470         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
47471         * sysdeps/sparc/sparc64/start.S: ... here.
47472         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
47473         * sysdeps/sparc/sparc32/Makefile: ... this.
47474         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
47475         * sysdeps/sparc/sparc64/Makefile: ... this.
47477         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
47478         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
47479         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
47480         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
47481         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
47482         * sysdeps/s390/s390-32/setjmp.S: ... here.
47483         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
47484         * sysdeps/s390/s390-32/configure.in: ... here.
47485         * sysdeps/s390/s390-32/elf/configure: Delete file.
47486         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
47487         * sysdeps/s390/s390-32/start.S: ... here.
47489         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
47490         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
47491         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
47492         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
47493         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
47494         * sysdeps/s390/s390-64/setjmp.S: ... here.
47495         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
47496         * sysdeps/s390/s390-64/configure.in: ... here
47497         * sysdeps/s390/s390-64/elf/configure: Delete file.
47498         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
47499         * sysdeps/s390/s390-64/start.S: ... here.
47500         * sysdeps/s390/s390-64/elf/configure: Delete.
47502         * configure.in: Remove support for elf directories in sysdeps.
47504         * configure: Regenerated.
47505         * sysdeps/i386/configure: Regenerated.
47506         * sysdeps/powerpc/powerpc32/configure: Regenerated.
47507         * sysdeps/powerpc/powerpc64/configure: Regenerated.
47508         * sysdeps/s390/s390-32/configure: Regenerated.
47509         * sysdeps/s390/s390-64/configure: Regenerated.
47510         * sysdeps/sh/configure: Regenerated.
47511         * sysdeps/sparc/configure: Regenerated.
47512         * sysdeps/x86_64/configure: Regenerated.
47514 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
47516         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47518         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
47519         denormal result into account.
47521 2012-03-25  Roland McGrath  <roland@hack.frob.com>
47523         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
47524         Reported by Allan McRae <allan@archlinux.org>.
47526 2012-03-23  Jeff Law  <law@redhat.com>
47528         * nss/getnssent.c (__nss_getent): Fix typo.
47530 2012-03-23  David S. Miller  <davem@davemloft.net>
47532         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47534 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
47536         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
47537         to pad to uint64_t for each field.
47538         (dl_tls_index): Replace unsigned long with uint64_t.
47540 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
47541         Paul Pluzhnikov  <ppluzhnikov@google.com>
47543         [BZ #6528]
47544         * grp/Makefile (otherlibs): Don't set it.
47545         * inet/Makefile (otherlibs): Likewise.
47546         * login/Makefile (otherlibs): Likewise.
47547         * nscd/Makefile (otherlibs): Likewise.
47548         * posix/Makefile (otherlibs): Likewise.
47549         * pwd/Makefile (otherlibs): Likewise.
47550         * rt/Makefile (otherlibs): Likewise.
47551         * sunrpc/Makefile (otherlibs): Likewise.
47552         * nss/Makefile (otherlibs): Likewise.
47553         Add libnss_files to routines and static-only-routines.
47554         ($(objpfx)getent): Remove rule.
47555         * resolv/Makefile: Add libnss_dns and libresolv to routines and
47556         static-only-routines.
47558 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
47560         [BZ #13892]
47561         * math/s_cexp.c: Include <float.h>.
47562         (__cexp): Handle exp result overflowing not necessarily
47563         overflowing both real and imaginary parts of result.
47564         * math/s_cexpf.c: Likewise.
47565         * math/s_cexpl.c: Likewise.
47566         * math/libm-test.inc (cexp_test): Add more tests.
47567         * sysdeps/i386/fpu/libm-test-ulps: Update.
47568         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47570 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47572         * include/link.h (ELFW): New macro.
47573         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
47574         Replace ELF64_R_TYPE with ELFW(R_TYPE).
47576 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47578         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
47579         with uint64_t.
47581 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47583         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
47584         declaration.
47585         (struct La_x32_retval): Likewise.
47587 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47589         * sysdeps/x86_64/preconfigure.in: New file.
47590         * sysdeps/x86_64/preconfigure: New generated file.
47592 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
47594         [BZ #13824]
47595         * math/e_exp2l.c: Include <float.h>.
47596         (__ieee754_exp2l): Handle overflow and underflow cases
47597         separately.  Only pass fractional part of argument to
47598         __ieee754_expl.
47599         * math/libm-test.inc (exp2_test): Add more tests.
47601         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
47602         negating x to take absolute value.
47603         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
47604         Likewise.
47605         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
47606         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
47607         Likewise.
47608         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
47609         computing low part if x was negated.
47610         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
47612 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47614         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
47615         la_x32_gnu_pltexit.
47616         (pltexit): Cast int_retval to ptrdiff_t.
47617         * elf/tst-auditmod3b.c: Likewise.
47618         * elf/tst-auditmod4b.c: Likewise.
47619         * elf/tst-auditmod5b.c: Likewise.
47620         * elf/tst-auditmod6b.c: Likewise.
47621         * elf/tst-auditmod6c.c: Likewise.
47622         * elf/tst-auditmod7b.c: Likewise.
47624         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
47625         and x32_gnu_pltexit.
47627         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
47628         __ELF_NATIVE_CLASS.
47629         (La_x32_regs): New macro.
47630         (La_x32_retval): Likewise.
47631         (la_x32_gnu_pltenter): New function prototype.
47632         (la_x32_gnu_pltexit): Likewise.
47634 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
47636         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
47637         exponent.
47639         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47641         * configure.in (libc_cv_cc_nofma): Check for option to disable
47642         generation of FMA instructions.
47643         * configure: Regenerate.
47644         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
47645         * sysdeps/ieee754/dbl-64/Makefile: New file.
47646         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
47647         Remove brandred-fma4.
47648         (CFLAGS-brandred-fma4.c): Remove.
47649         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
47650         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
47651         define.
47652         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
47653         define.
47655 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47657         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
47658         LLONG_MAX != LONG_MAX.
47659         (_itoa_word): Use _ITOA_WORD_TYPE on value.
47660         (_fitoa_word): Likewise.
47661         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
47662         LLONG_MAX != LONG_MAX.
47663         * stdio-common/_itowa.h: Include <_itoa.h>.
47664         (_itowa_word): Use _ITOA_WORD_TYPE on value.
47665         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
47666         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
47667         only if not defined.
47668         (_ITOA_WORD_TYPE): Likewise.
47669         (_itoa_word): Use _ITOA_WORD_TYPE on value.
47670         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
47672 2012-03-21  David S. Miller  <davem@davemloft.net>
47674         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47676 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47678         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
47679         of x86_64 when setting libc_cv_slibdir, libdir and
47680         libc_cv_localedir.
47681         * sysdeps/unix/sysv/linux/configure: Regenerated.
47683 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47685         * manual/lang.texi (Old Varargs): Remove section.
47686         (How Variadic): Update menu.
47687         (va_start): Do not mention varargs.h.
47689 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
47690             Joseph Myers  <joseph@codesourcery.com>
47692         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
47693         link test.
47694         * configure: Regenerated.
47696 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
47698         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
47699         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
47700         conformtest.pl
47702 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47704         * NOTES: Remove.
47705         * Makefile (files-for-dist): Remove NOTES.
47706         (NOTES): Remove rule.
47707         * README: Don't refer to NOTES.
47708         * manual/creature.texi: Don't include macros.texi.
47709         * manual/intro.texi (creature.texi): Remove comment referring to
47710         NOTES.
47712         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
47713         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
47714         * configure: Regenerated.
47715         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
47716         LIBC_TRY_CC_OPTION.
47717         (libc_cv_as_i686): Likewise.
47718         (libc_cv_cc_avx): Likewise.
47719         (libc_cv_cc_sse2avx): Likewise.
47720         (libc_cv_cc_fma4): Likewise.
47721         (libc_cv_cc_novzeroupper): Likewise.
47722         * sysdeps/i386/configure: Regenerated.
47724         [BZ #13883]
47725         * sysdeps/i386/fpu/s_cexp.S: Remove.
47726         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
47727         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
47728         * math/libm-test.inc (cexp_test): Add more tests.
47729         * sysdeps/i386/fpu/libm-test-ulps: Update.
47730         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47732 2012-03-21  Allan McRae  <allan@archlinux.org>
47734         * timezone/Makefile: Do not install iso3166.tab and zone.tab
47736 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47738         [BZ #13871]
47739         * math/w_exp2.c: Do not include <float.h>.
47740         (o_threshold, u_threshold): Remove.
47741         (__exp2): Calculate result before checking finiteness and calling
47742         __kernel_standard.
47743         * math/w_exp2f.c: Likewise.
47744         * math/w_exp2l.c: Likewise.
47745         * math/libm-test.inc (exp2_test): Require overflow exception for
47746         1e6 input.
47748         [BZ #3866]
47749         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
47750         range of signed 64-bit integers before using fistpll.  Remove
47751         checks for whether integers fit in mantissa bits.
47752         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
47753         the range of signed 32-bit integers before using fistpl.  Remove
47754         checks for whether integers fit in mantissa bits.
47755         * sysdeps/i386/fpu/e_powl.S (p64): New object.
47756         (__ieee754_powl): Test for y outside the range of signed 64-bit
47757         integers before using fistpll.  Reduce 64-bit values to 63-bit
47758         ones as needed.
47759         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
47760         divide-by-zero is raised for zero to large negative powers.
47761         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
47762         (__ieee754_powl): Test for y outside the range of signed 64-bit
47763         integers before using fistpll.  Reduce 64-bit values to 63-bit
47764         ones as needed.
47765         * math/libm-test.inc (pow_test): Add more tests.
47767 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47769         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
47770         <stdio-common/_itoa.h>.
47771         * debug/segfault.c: Likewise.
47772         * elf/dl-cache.c: Likewise.
47773         * elf/dl-minimal.c: Likewise.
47774         * elf/dl-misc.c: Likewise.
47775         * elf/dl-sysdep.c: Likewise.
47776         * elf/dl-version.c: Likewise.
47777         * elf/rtld.c: Likewise.
47778         * hurd/hurdsock.c: Likewise.
47779         * hurd/lookup-retry.c: Likewise.
47780         * malloc/malloc.c: Likewise.
47781         * malloc/mtrace.c: Likewise.
47782         * nscd/nscd_getgr_r.c: Likewise.
47783         * nscd/nscd_getpw_r.c: Likewise.
47784         * nscd/nscd_getserv_r.c: Likewise.
47785         * posix/getopt_init.c: Likewise.
47786         * posix/wordexp.c: Likewise.
47787         * stdio-common/_itoa.c: Likewise.
47788         * stdio-common/printf_fphex.c: Likewise.
47789         * stdio-common/vfprintf.c: Likewise.
47790         * string/_strerror.c: Likewise.
47791         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
47792         * sysdeps/i386/i686/hp-timing.h: Likewise.
47793         * sysdeps/mach/_strerror.c: Likewise.
47794         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
47795         * sysdeps/mach/hurd/sethostid.c: Likewise.
47796         * sysdeps/mach/hurd/xmknodat.c: Likewise.
47797         * sysdeps/mach/xpg-strerror.c: Likewise.
47798         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
47799         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
47800         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
47801         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
47802         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
47803         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
47804         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
47805         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
47806         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
47807         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
47808         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
47809         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
47810         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
47811         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
47812         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
47813         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
47814         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
47815         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
47816         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
47817         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
47818         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
47820         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
47822         * stdio-common/_itoa.h: Moved to ...
47823         * sysdeps/generic/_itoa.h: Here.
47825         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
47827         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
47828         instead of "_itoa.h" and "_itowa.h".
47829         * stdio-common/vfprintf.: Likewise.
47831 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47833         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
47834         <bits/wordsize.h>.
47835         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
47836         (__signbit): Likwise.
47837         (llrintf): Likwise.
47838         (llrint): Likwise.
47840 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47842         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
47843         __WORDSIZE != 64.
47845 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
47847         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
47848         OVERFLOW_EXCEPTION_OK.
47849         * math/libm-test.inc ("Philosophy"): Update comment about
47850         exception testing.
47851         (OVERFLOW_EXCEPTION): Define.
47852         (OVERFLOW_EXCEPTION_OK): Likewise.
47853         (INVALID_EXCEPTION_OK): Renumber.
47854         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
47855         (IGNORE_ZERO_INF_SIGN): Likewise.
47856         (test_exceptions): Handle FE_OVERFLOW.
47857         (exp10_test): Expect overflow exceptions.
47858         (exp2_test): Likewise.
47859         (expm1_test): Likewise.
47860         (nextafter_test): Likewise.
47861         (pow_test): Likewise.
47862         (scalbn_test): Likewise.
47863         (scalbln_test): Likewise.
47865 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47867         * sysdeps/x86_64/bits/atomic.h
47868         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
47869         64bit integer.
47870         (atomic_exchange_acq): Likewise.
47871         (__arch_exchange_and_add_body): Likewise.
47872         (__arch_add_body): Likewise.
47873         (atomic_add_negative): Likewise.
47874         (atomic_add_zero): Likewise.
47876 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47878         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
47879         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
47881 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47883         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
47884         Check __x86_64__ instead of __WORDSIZE.
47886 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47888         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
47890 2012-03-19  David S. Miller  <davem@davemloft.net>
47892         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47894         * sysdeps/sparc/fpu/fenv_private.h: New file.
47895         * sysdeps/sparc/fpu/math_private.h: Use it.
47896         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
47897         Remove.
47898         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
47899         (libc_feholdexcept_setroundl): Remove.
47900         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
47901         Remove.
47902         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
47903         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
47905 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47907         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
47908         int64_t instead of long int.
47909         (INSERT_WORDS64): Likwise.
47911 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47913         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
47914         _Unwind_GetCFA return to _Unwind_Ptr first.
47916 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
47918         [BZ #13629]
47919         * math/s_clog.c: Include <float.h>.
47920         (__clog): Scale large or subnormal inputs.
47921         * math/s_clogf.c: Likewise.
47922         * math/s_clogl.c: Likewise.
47923         * math/s_clog10.c: Include <float.h>.
47924         (M_LOG10_2): Define.
47925         (__clog10): Scale large or subnormal inputs.
47926         * math/s_clog10f.c: Likewise.
47927         * math/s_clog10l.c: Likewise.
47928         * math/libm-test.inc (clog_test): Add more tests.
47929         (clog10_test): Likewise.
47930         * sysdeps/i386/fpu/libm-test-ulps: Update.
47931         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47933         [BZ #11451]
47934         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
47935         x and y.
47936         * math/libm-test.inc (atan2_test): Add another test.
47938         * Makerules (common-objdir-compile): Remove.
47939         * sysdeps/unix/Makefile (config-generated): Do not add
47940         $(unix-generated) to variable.
47941         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
47942         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
47943         Remove rule.
47944         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
47945         Likewise.
47946         [generic bits/local_lim.h] (before-compile): Do not append to
47947         variable.
47948         [generic bits/local_lim.h] (common-generated): Likewise.
47949         [generic sys/param.h] (before-compile): Do not append to variable.
47950         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
47951         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
47952         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
47953         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
47954         include.
47955         [generic sys/param.h] (sys/param.h-includes): Remove variable.
47956         [generic sys/param.h] (sys/param.h-includes): Remove rule.
47957         [generic sys/param.h] ($(addprefix
47958         $(common-objpfx),$(sys/param.h-includes))): Likewise.
47959         [generic sys/param.h] (common-generated): Do not append to
47960         variable.
47961         [generic sys/param.h] (sysdep_headers): Likewise.
47962         [generic bits/errno.h] (before-compile): Do not append to
47963         variable.
47964         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
47965         rule.
47966         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
47967         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
47968         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
47969         [generic bits/errno.h] (common-generated): Do not append to
47970         variable.
47971         [generic bits/ioctls.h] (before-compile): Do not append to
47972         variable.
47973         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
47974         rule.
47975         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
47976         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
47977         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
47978         rule.
47979         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
47980         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
47981         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
47982         [generic bits/ioctls.h] (common-generated): Do not append to
47983         variable.
47984         [generic sys/syscall.h] (syscall.h): Remove variable.
47985         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
47986         rule.
47987         [generic sys/syscall.h] (before-compile): Do not append to
47988         variable.
47989         [generic sys/syscall.h] (common-generated): Likewise.
47990         * sysdeps/unix/errnos-tmpl.c: Remove file.
47991         * sysdeps/unix/errnos.awk: Likewise.
47992         * sysdeps/unix/ioctls-tmpl.c: Likewise.
47993         * sysdeps/unix/ioctls.awk: Likewise.
47994         * sysdeps/unix/mk-local_lim.c: Likewise.
47995         * sysdeps/unix/snarf-ioctls: Likewise.
47997 2012-03-19  Richard Henderson  <rth@twiddle.net>
47999         * sysdeps/i386/fpu/fenv_private.h: New file.
48000         * sysdeps/i386/fpu/math_private.h: Use it.
48001         (math_opt_barrier, math_force_eval): Remove.
48002         (libc_feholdexcept_setround_53bit): Remove.
48003         (libc_feupdateenv_53bit): Remove.
48004         * sysdeps/x86_64/fpu/math_private.h: Likewise.
48005         (math_opt_barrier, math_force_eval): Remove.
48006         (libc_feholdexcept): Remove.
48007         (libc_feholdexcept_setround): Remove.
48008         (libc_fetestexcept, libc_fesetenv): Remove.
48009         (libc_feupdateenv_test): Remove.
48010         (libc_feupdateenv, libc_feholdsetround): Remove.
48011         (libc_feresetround): Remove.
48013         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
48014         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
48016         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
48017         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
48018         (libc_feupdateenv_testl): New.
48019         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
48020         (libc_feupdateenv_testf): New.
48021         (libc_feupdateenv): Use libc_feupdateenv_test.
48022         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
48023         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
48025         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
48026         (libc_feholdsetroundf, libc_feholdsetroundl): New.
48027         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
48028         (libc_feresetround_noex): New.
48029         (libc_feresetround_noexf): New.
48030         (libc_feresetround_noexl): New.
48031         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
48032         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
48033         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
48034         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
48035         SET_RESTORE_ROUND.
48036         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
48037         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
48038         (__cos): Likewise.
48039         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
48040         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
48041         SET_RESTORE_ROUND_NOEX.
48042         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
48043         SET_RESTORE_ROUND_NOEXF.
48044         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
48045         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
48046         (libc_feholdsetroundf): New.
48047         (libc_feresetround, libc_feresetroundf): New.
48049         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
48050         (libc_feholdexcept_setround_53bit): Convert from macro to function.
48051         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
48053         * sysdeps/generic/math_private.h: Include <fenv.h>.
48054         (default_libc_feholdexcept): New.
48055         (default_libc_feholdexcept_setround): New.
48056         (default_libc_fesetenv, default_libc_feupdateenv): New.
48057         (libc_feholdexcept): Only define if undefined.
48058         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
48059         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
48060         (libc_feholdexcept_setroundl): Likewise.
48061         (libc_feholdexcept_setround_53bit): Likewise.
48062         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
48063         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
48064         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
48065         (libc_feupdateenv_53bit): Likewise.
48066         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
48067         (libc_feholdexcept): Convert from macro to inline function.
48068         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
48069         (libc_fesetenv, libc_feupdateenv): Likewise.
48071         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
48072         not previously defined.
48073         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
48074         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
48075         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
48076         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
48077         * sysdeps/ieee754/flt-32/math_private.h: New file.
48078         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
48079         math_private.h below SET_FLOAT_WORD.
48080         (__isnan, __isinf_ns, __finite): Remove.
48081         (__isnanf, __isinf_nsf, __finitef): Remove.
48083 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
48085         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48087 2012-03-17  David S. Miller  <davem@davemloft.net>
48089         [BZ #6471]
48090         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
48091         for 2.16.
48093 2012-03-16  David S. Miller  <davem@davemloft.net>
48095         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
48096         warnings.
48098         [BZ #6471]
48099         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
48100         properly.
48101         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
48102         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
48103         sysdep_routines when subdir is sysvipc.
48104         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
48105         __getshmlba helper.
48107         * sysdeps/sparc/fpu/libm-test/ulps: Update.
48109 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48111         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
48112         [__LP64__].
48114 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48116         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
48117         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
48118         (__lround): Renamed to ...
48119         (__llround): This.  Replace long int with long long int.
48120         Define lround functions as aliases of llround functions.
48121         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
48123 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48125         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
48126         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
48127         adresses to uintptr_t.  Replace "long int" and "unsigned long
48128         int" with "greg_t" on va_arg.
48130 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48132         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
48133         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
48135         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
48136         Move e_machine check before EI_CLASS check.  Handle x32
48137         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
48138         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
48139         SKIP_EM_IA_64 and include
48140         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
48142         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
48143         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
48144         (add_system_dir): New macro.
48146         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
48147         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
48149 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
48151         [BZ #2551]
48152         [BZ #2552]
48153         [BZ #2553]
48154         [BZ #2554]
48155         [BZ #2562]
48156         [BZ #2563]
48157         [BZ #2565]
48158         [BZ #2566]
48159         [BZ #2576]
48160         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
48161         (y0): Likewise.
48162         * math/w_j0f.c (j0f): Likewise.
48163         (y0f): Likewise.
48164         * math/w_j0l.c (__j0l): Likewise.
48165         (__y0l): Likewise.
48166         * math/w_j1.c (j1): Likewise.
48167         (y1): Likewise.
48168         * math/w_j1f.c (j1f): Likewise.
48169         (y1f): Likewise.
48170         * math/w_j1l.c (__j1l): Likewise.
48171         (__y1l): Likewise.
48172         * math/w_jn.c (jn): Likewise.
48173         (yn): Likewise.
48174         * math/w_jnf.c (jnf): Likewise.
48175         (ynf): Likewise.
48176         * math/w_jnl.c (__jnl): Likewise.
48177         (__ynl): Likewise.
48178         * math/libm-test.inc (j0_test): Add more tests.
48179         (j1_test): Likewise.
48180         (jn_test): Likewise.  Add trailing semicolon to existing test.
48181         (y0_test): Likewise.
48182         (y1_test): Likewise.
48183         * sysdeps/i386/fpu/libm-test-ulps: Update.
48184         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48186         [BZ #13851]
48187         [BZ #13854]
48188         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
48189         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
48190         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
48191         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
48192         (__tanl): Set errno for infinite argument.
48193         * sysdeps/i386/fpu/mptan.c: Remove.
48194         * sysdeps/i386/fpu/s_tan.S: Likewise.
48195         * sysdeps/i386/fpu/s_tanl.S: Likewise.
48196         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
48197         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
48198         * math/libm-test.inc (tan_test): Add more tests and enable more
48199         tests for double and long double.
48200         * sysdeps/i386/fpu/libm-test-ulps: Update.
48201         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48203 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
48205         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
48206         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
48208 2012-03-16  Roland McGrath  <roland@hack.frob.com>
48210         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
48211         * configure.in: Use it for both main tree and add-ons.
48212         * configure: Regenerated.
48214 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48216         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
48218 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
48220         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
48221         in comment.
48223         [BZ #13851]
48224         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
48225         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
48226         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
48227         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
48228         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
48229         infinite argument.
48230         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
48231         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
48232         != 0 for prec == 2.
48233         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
48234         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
48235         * sysdeps/i386/fpu/s_cosl.S: Likewise.
48236         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
48237         * sysdeps/i386/fpu/s_sinl.S: Likewise.
48238         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
48239         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
48240         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
48241         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
48242         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
48243         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
48244         * math/libm-test.inc (cos_test): Add more tests and enable more
48245         tests for long double.
48246         (sin_test): Likewise.
48247         (sincos_test): Likewise.
48248         * sysdeps/i386/fpu/libm-test-ulps: Update.
48249         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48251 2012-03-16  David S. Miller  <davem@davemloft.net>
48253         * sysdeps/sparc/fpu/math_private.h: New file.
48255 2012-03-15  David S. Miller  <davem@davemloft.net>
48257         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
48258         file.
48259         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
48260         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
48261         file.
48262         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
48263         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
48264         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
48265         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
48266         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
48267         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
48268         sysdep routines.
48269         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48271         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
48272         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
48274         * sysdeps/sparc/sparc-ifunc.h: New file.
48275         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
48276         sparc-ifunc.h
48277         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
48278         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
48279         Likewise.
48280         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
48281         Likewise.
48282         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
48283         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
48284         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
48285         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
48286         Likewise.
48287         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
48288         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
48289         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
48290         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
48291         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
48292         Likewise.
48293         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
48294         Likewise.
48295         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
48296         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
48297         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
48298         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
48299         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
48300         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
48301         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
48302         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
48303         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
48304         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
48305         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
48306         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
48307         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
48308         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
48309         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
48310         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
48311         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
48312         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
48313         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
48314         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
48315         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
48316         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
48317         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
48318         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
48320 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
48322         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
48323         scaling.
48324         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48326 2012-03-15  Andreas Jaeger  <aj@suse.de>
48328         [BZ #13852]
48329         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
48330         ieee754/flt-32 implementation for sin, cos and sincos.
48331         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
48332         * sysdeps/i386/fpu/s_cosf.S: Likewise.
48333         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
48334         * sysdeps/i386/fpu/s_sinf.S: Likewise.
48335         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
48336         ieee754/flt-32 implementation for tan.
48338         * math/libm-test.inc (cos_test): Enable some large input tests for
48339         float as well
48340         (sin_test): Likewise.
48341         (sincos_test): Likewise.
48342         (tan_test): Add tests for large input.
48344         * sysdeps/i386/fpu/libm-test-ulps: Update.
48346 2012-03-15  Andreas Jaeger  <aj@suse.de>
48348         [BZ #13658]
48349         * math/libm-test.inc (cos_test): Add more test cases.
48350         (sin_test): Likewise.
48351         (sincos_test): Likewise.
48353 2012-03-15  Andreas Jaeger  <aj@suse.de>
48355         [BZ #13837]
48356         * math/libm-test.inc (cos_test): Add a test case for large input
48357         value.
48358         (sin_test): Likewise.
48359         (sincos_test): Likewise.
48361 2012-03-15  Andreas Jaeger  <aj@suse.de>
48362             Joseph Myers  <joseph@codesourcery.com>
48364         [BZ #13658]
48365         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
48366         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
48367         * sysdeps/i386/fpu/branred.c: Likewise.
48368         * sysdeps/i386/fpu/dosincos.c: Likewise.
48369         * sysdeps/i386/fpu/mpa.c: Likewise.
48370         * sysdeps/i386/fpu/s_cos.S: Likewise.
48371         * sysdeps/i386/fpu/s_sin.S: Likewise.
48372         * sysdeps/i386/fpu/s_sincos.S: Likewise.
48373         * sysdeps/i386/fpu/sincos32.c: Likewise.
48375         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
48376         Define.
48377         (libc_feupdateenv_53bit): Define.
48378         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
48379         Define.
48380         (libc_feupdateenv_53bit): Define.
48382         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
48383         53 bit (without extend i386 double precision).
48385         * math/libm-test.inc (sincos_test): Add tests for large input.
48386         (sin): Likewise.
48387         (cos): Likewise.
48389         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
48391 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
48393         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48395 2012-03-15  David S. Miller  <davem@davemloft.net>
48397         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
48398         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
48399         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
48400         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
48401         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
48402         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
48403         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
48404         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
48405         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
48406         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
48407         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
48408         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
48409         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
48410         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
48411         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
48412         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
48413         file.
48414         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
48415         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
48416         file.
48417         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
48418         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
48419         file.
48420         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
48421         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
48422         file.
48423         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
48424         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
48425         fmin/fmax sysdep routines.
48426         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48428 2012-03-14  David S. Miller  <davem@davemloft.net>
48430         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
48431         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
48432         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
48433         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
48434         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
48435         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
48436         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
48437         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
48438         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
48439         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
48440         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
48441         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
48442         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
48443         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
48444         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
48445         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
48446         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
48447         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
48448         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
48449         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
48450         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
48451         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
48452         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
48453         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
48454         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
48455         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
48456         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
48457         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
48458         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
48459         routines.
48460         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
48461         file.
48462         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
48463         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
48464         file.
48465         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
48466         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
48467         file.
48468         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
48469         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
48470         file.
48471         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
48472         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
48473         file.
48474         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
48475         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
48476         file.
48477         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
48478         file.
48479         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
48480         file.
48481         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
48482         file.
48483         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
48484         New file.
48485         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
48486         file.
48487         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
48488         file.
48489         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
48490         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
48491         file.
48492         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
48493         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
48494         file.
48495         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
48496         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
48497         file.
48498         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
48499         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
48500         VIS3 routines.
48502         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
48503         New file.
48505         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48507         * sysdeps/sparc/configure.in: New file.
48508         * sysdeps/sparc/configure: Generate.
48509         * configure.in (libc_cv_sparc_as_vis3): Substitute.
48510         * configure: Regenerate.
48511         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
48512         * config.make.in (have-as-vis3): New.
48513         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
48514         available use -Av9d instead of -Av9a.
48515         * sysdeps/sparc/sparc64/Makefile: Likewise.
48516         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
48517         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
48518         New file.
48519         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
48520         file.
48521         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
48522         New file.
48523         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
48524         file.
48525         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
48526         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
48527         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
48528         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
48529         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
48531         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
48532         fzeros/fnegs to load 0x80000000 into a float register instead of
48533         using the stack.
48534         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
48536 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48538         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48539         bits/syscall.h.
48540         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
48541         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
48542         ($(inst_includedir)/bits/syscall.h): Remove rule.
48543         ($(objpfx)bits/syscall.d): Include instead of
48544         $(objpfx)syscall-list.d.
48545         (generated): Change syscall-list.h and syscall-list.d to
48546         bits/syscall.h and bits/syscall.d.
48548 2012-03-14  Roland McGrath  <roland@hack.frob.com>
48550         [BZ #13846]
48551         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
48553 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48555         [BZ #13841]
48556         * math/s_csqrt.c: Include <float.h>.
48557         (__csqrt): Scale large or subnormal inputs.
48558         * math/s_csqrtf.c: Likewise.
48559         * math/s_csqrtl.c: Likewise.
48560         * math/libm-test.inc (csqrt_test): Add more tests.
48561         * sysdeps/i386/fpu/libm-test-ulps: Update.
48562         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48564         [BZ #13840]
48565         * math/libm-test.inc (hypot_test): Add more tests.
48567 2012-03-13  David S. Miller  <davem@davemloft.net>
48569         [BZ #13840]
48570         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
48571         double-precision for the calculation instead of scaling.
48573 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
48575         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
48576         manipulate bits before adding and subtracting TWO52[sx].
48577         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
48578         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
48579         Likewise.
48580         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
48582 2012-03-13  David S. Miller  <davem@davemloft.net>
48584         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
48585         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
48586         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
48587         rtld-global-offsets.h
48588         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
48590         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
48591         large parameters.
48593         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
48595         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
48596         'err' in the ifdef scope in which it is actually used.
48598         * nss/nss_db/db-init.c: Include string.h
48600 2012-03-12  David S. Miller  <davem@davemloft.net>
48602         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
48603         masking out of the most significant byte of random value used.
48604         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48605         Fix coding style in previous change.
48607         * sysdeps/unix/sysv/linux/kernel-features.h
48608         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
48609         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
48610         expression.
48611         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
48612         later.
48614 2012-03-11  David S. Miller  <davem@davemloft.net>
48616         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
48617         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
48618         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
48619         for 'resultvar' otherwise things get truncated on 64-bit.
48621         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48622         Fix masking out of the most significant byte of random value used.
48624         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48626 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
48628         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48630 2012-03-09  David S. Miller  <davem@davemloft.net>
48632         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
48633         variables with appropriate CPP guards.
48634         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
48635         from the frame pointer, not the stack pointer.  Correct layout
48636         comments.  Fix test on resulting framesize and the management of
48637         the outregs buffer for pltexit.  Preserve floating point return
48638         values across _dl_call_pltexit call.
48639         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
48640         framesize and the management of the outregs buffer for pltexit.
48641         Preserve floating point return values across _dl_call_pltexit
48642         call.
48643         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
48644         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
48645         (la_sparc64_gnu_pltexit): New functions.
48646         (print_exit): Fix format string for return register value.
48648 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
48650         * sunrpc/Makefile (others): Add rpcgen.
48651         ($(objpfx)rpcgen): Remove special build rule and dependency on
48652         libc.
48653         * sunrpc/rpcgen.c: New file.
48655 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
48657         [BZ #13673]
48658         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
48659         * stdio-common/bug-vfprintf-nargs.c: Likewise.
48660         * sysdeps/i386/crti.S: Likewise.
48661         * sysdeps/i386/crtn.S: Likewise.
48662         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
48663         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
48664         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
48665         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
48666         * sysdeps/sh/crti.S: Likewise.
48667         * sysdeps/sh/crtn.S: Likewise.
48668         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
48670         [BZ #13673]
48671         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
48672         with URL.
48673         * locale/programs/locfile-kw.gperf: Likewise.
48674         * locale/programs/charmap-kw.h: Regenerated.
48675         * locale/programs/locfile-kw.h: Likewise.
48677         [BZ #13673]
48678         * intl/plural.y: Replace FSF snail mail address with URL.
48679         * intl/plural.c: Regenerated.
48681 2012-03-09  Richard Henderson  <rth@twiddle.net>
48683         * include/math_private.h: Remove file.
48684         * math/math_private.h: Move file ...
48685         * sysdeps/generic/math_private.h: ... here.
48687         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
48688         * sysdeps/powerpc/fpu/math_private.h: Likewise.
48689         * sysdeps/x86_64/fpu/math_private.h: Likewise.
48691         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
48692         and <math_private.h>.
48693         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
48694         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
48695         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
48696         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
48697         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
48698         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
48699         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48700         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48701         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
48702         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48703         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48704         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48705         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
48706         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48707         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
48708         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
48709         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48710         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
48711         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
48712         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
48713         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48714         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
48715         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
48716         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48717         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
48718         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48719         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
48720         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48721         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48722         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
48723         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
48724         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48725         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
48726         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48727         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
48728         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
48729         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48730         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
48731         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
48732         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48733         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
48734         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
48735         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
48736         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
48737         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
48738         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
48739         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
48740         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
48741         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48742         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
48743         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
48744         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
48745         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
48746         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
48747         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
48748         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48749         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48750         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
48751         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
48752         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
48753         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48754         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
48755         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48756         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
48757         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
48758         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48759         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48760         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48761         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
48762         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
48763         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
48764         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48765         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
48766         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48767         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
48768         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
48769         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
48770         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
48771         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
48772         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
48773         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
48774         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
48775         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
48776         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48777         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48778         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
48779         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
48780         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
48781         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
48782         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48783         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48784         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
48785         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48786         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
48787         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
48788         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
48789         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48790         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
48791         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
48792         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
48793         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
48794         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
48795         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
48796         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
48797         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
48798         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
48799         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
48800         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
48801         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
48802         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
48803         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
48804         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
48805         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
48806         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
48807         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
48808         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48809         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
48810         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
48811         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
48812         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48813         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
48814         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
48815         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48816         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
48817         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
48818         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
48819         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
48820         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
48821         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
48822         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
48823         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
48824         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48825         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
48826         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
48827         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
48828         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
48829         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48830         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
48831         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
48832         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48833         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48834         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
48835         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
48836         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
48837         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
48838         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
48839         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
48840         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
48841         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
48842         * sysdeps/ieee754/k_standard.c: Likewise.
48843         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
48844         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
48845         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48846         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
48847         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
48848         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
48849         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
48850         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
48851         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
48852         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
48853         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
48854         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
48855         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
48856         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
48857         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
48858         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
48859         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
48860         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
48861         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
48862         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
48863         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
48864         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
48865         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
48866         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
48867         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
48868         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
48869         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
48870         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
48871         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
48872         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
48873         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
48874         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
48875         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
48876         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
48877         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
48878         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
48879         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
48880         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
48881         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
48882         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
48883         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
48884         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
48885         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
48886         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
48887         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
48888         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
48889         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
48890         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
48891         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
48892         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
48893         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
48894         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
48895         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
48896         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
48897         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
48898         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
48899         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
48900         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
48901         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
48902         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
48903         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
48904         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
48905         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
48906         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
48907         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48908         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48909         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
48910         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
48911         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
48912         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
48913         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
48914         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
48915         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
48916         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
48917         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
48918         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
48919         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
48920         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
48921         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48922         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
48923         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
48924         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
48925         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
48926         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
48927         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
48928         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
48929         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
48930         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
48931         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
48932         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
48933         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
48934         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
48935         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
48936         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
48937         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
48938         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
48939         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
48940         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
48941         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
48942         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
48943         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
48944         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
48945         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
48946         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
48947         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
48948         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
48949         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
48950         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
48951         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
48952         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
48953         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
48954         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
48955         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
48956         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48957         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
48958         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48959         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
48960         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48961         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48962         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
48963         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
48964         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
48965         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
48966         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
48967         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48968         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
48969         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
48970         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
48971         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
48972         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
48973         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
48974         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
48975         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
48976         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
48977         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
48978         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
48979         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
48980         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
48981         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
48982         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
48983         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
48984         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
48985         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
48986         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
48987         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
48988         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
48989         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
48990         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
48991         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
48992         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
48993         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
48994         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48995         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
48996         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
48997         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
48998         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
48999         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
49000         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
49001         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
49002         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
49003         * sysdeps/ieee754/s_lib_version.c: Likewise.
49004         * sysdeps/ieee754/s_matherr.c: Likewise.
49005         * sysdeps/ieee754/s_signgam.c: Likewise.
49006         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49007         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49008         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
49009         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
49010         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
49011         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
49012         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
49013         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
49014         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
49015         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
49016         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
49017         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
49018         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
49019         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
49020         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
49021         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
49022         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
49023         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
49024         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
49025         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
49026         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
49028 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
49030         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
49031         * sunrpc/rpc_main.c: Likewise.
49032         * sunrpc/rpc_svcout.c: Likewise.
49034 2012-03-09  David S. Miller  <davem@davemloft.net>
49036         * include/math_private.h: New file.
49038 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
49040         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
49041         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
49042         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
49043         from <bits/socket_type.h>.
49044         (enum __socket_type): Don't define here.
49045         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
49046         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49047         bits/socket_type.h.
49049         [BZ #13566]
49050         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
49051         checking __USE_GNU.
49053         * Makerules ($(inst_includedir)/%.h): New rule.
49054         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
49055         (install-others): Remove variable setting.
49056         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
49058 2012-03-08  Richard Henderson  <rth@twiddle.net>
49060         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
49061         from macro to inline function; merge with the
49062         !__LIBC_INTERNAL_MATH_INLINES version.
49063         (__ieee754_sqrtf): Likewise.
49065         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
49066         to inline function.
49067         (__rintf, __floor, __floorf): Likewise.
49069         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
49070         macro to inline function.
49071         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
49073         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
49074         not <math/math_private.h>.
49076 2012-03-08  David S. Miller  <davem@davemloft.net>
49078         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
49079         copyright year.
49080         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
49082 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
49084         * resolv/gai_misc.c (handle_requests): Fix struct timespec
49085         normalization.
49086         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
49087         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
49089 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
49091         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
49092         be defined individually, they must be defined as a block.  Define
49093         S for printing a string instead of hidint the different by using a
49094         macro for adding the 'l'.
49095         * stdio-common/tst-fphex-wide.c: Adjust.
49097 2012-03-07  Marek Polacek  <polacek@redhat.com>
49099         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
49101 2012-03-08  Marek Polacek  <polacek@redhat.com>
49103         [BZ #13806]
49104         * stdio-common/Makefile (tests): Add tst-fphex-wide.
49105         * stdio-common/tst-fphex.c: Define a few macros to make the
49106         test reusable.  Use them.
49107         * stdio-common/tst-fphex-wide.c: New file.
49109 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
49111         [BZ #6911]
49112         * manual/macros.texi (gnusystems): New macro.
49113         (nongnusystems): Likewise.
49114         (gnulinuxhurdsystems): Likewise.
49115         (gnuhurdsystems): Likewise..
49116         (gnulinuxsystems): Likewise.
49117         * manual/charset.texi: Use new macros or @theglibc{} to refer to
49118         variants of the GNU system, not "GNU system".
49119         * manual/conf.texi: Likewise.
49120         * manual/errno.texi: Likewise.  Update example of errno macro
49121         expansion.
49122         * manual/filesys.texi: Likewise.
49123         (getumask): Document as specific to GNU/Hurd.
49124         * manual/install.texi: Likewise.  Reword some references to
49125         GNU/Linux.
49126         * manual/intro.texi: Likewise.
49127         * manual/io.texi: Likewise.
49128         (File Name Portability): Detail which constraints are inapplicable
49129         to all GNU systems and which are only inapplicable to GNU/Hurd.
49130         * manual/job.texi: Likewise.
49131         * manual/llio.texi: Likewise.
49132         (O_NOCTTY): Document as present on GNU/Linux.
49133         * manual/maint.texi: Likewise.
49134         * manual/memory.texi: Likewise.
49135         * manual/pattern.texi: Likewise.
49136         * manual/pipe.texi: Likewise.
49137         * manual/process.texi: Likewise.
49138         * manual/resource.texi: Likewise.
49139         (RUSAGE_CHILDREN): Remove statement about specifying a particular
49140         child on GNU/Hurd.
49141         * manual/setjmp.texi: Likewise.
49142         * manual/signal.texi: Likewise.
49143         * manual/startup.texi: Likewise.
49144         * manual/stdio.texi: Likewise.
49145         * manual/terminal.texi: Likewise.
49146         (ONLCR): Document as POSIX.
49147         (OXTABS): Document availability on GNU/Linux as XTABS.
49148         (ONOEOT): Document availability separately from other bits.
49149         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
49150         * manual/time.texi: Likewise.
49151         * manual/users.texi: Likewise.
49152         * INSTALL: Regenerated.
49153         * sysdeps/gnu/errlist.c: Regenerated.
49155         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
49156         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
49157         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
49158         puts.
49159         * configure: Regenerated.
49161 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
49163         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
49164         default includes instead of AC_HEADER_CHECK.
49165         * sysdeps/i386/configure: Regenerated.
49167         [BZ #10716]
49168         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
49169         * math/s_cacoshf.c (__cacoshf): Likewise.
49170         * math/s_cacoshl.c (__cacoshl): Likewise.
49171         * math/s_casinh.c (__casinh): Set signs of result from argument.
49172         * math/s_casinhf.c (__casinhf): Likewise.
49173         * math/s_casinhl.c (__casinhl): Likewise.
49174         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
49175         (casinh_test): Add more tests.
49176         * sysdeps/i386/fpu/libm-test-ulps: Update.
49177         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49179 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
49181         * po/zh_TW.po: Update from translation team.
49183         * login/Makefile (distribute): Remove variable.
49184         * catgets/Makefile: Likewise.
49185         * mach/Makefile: Likewise.
49186         * malloc/Makefile: Likewise.
49187         * misc/Makefile: Likewise.
49188         * iconv/Makefile: Likewise.
49189         * nscd/Makefile: Likewise.
49190         * hurd/Makefile: Likewise.
49191         * manual/Makefile: Likewise.
49192         * locale/Makefile: Likewise.
49193         * intl/Makefile: Likewise.
49194         * conform/Makefile: Likewise.
49195         * nss/Makefile: Likewise.
49196         * time/Makefile: Likewise.
49197         * soft-fp/Makefile: Likewise.
49198         * dirent/Makefile: Likewise.
49199         * gmon/Makefile: Likewise.
49200         * po/Makefile: Likewise.
49201         * rt/Makefile: Likewise.
49202         * socket/Makefile: Likewise.
49203         * math/Makefile: Likewise.
49204         * signal/Makefile: Likewise.
49205         * debug/Makefile: Likewise.
49206         * elf/Makefile: Likewise.
49207         * timezone/Makefile: Likewise.
49208         * stdlib/Makefile: Likewise.
49209         * iconvdata/Makefile: Likewise.
49210         * sunrpc/Makefile: Likewise.
49211         * io/Makefile: Likewise.
49212         * argp/Makefile: Likewise.
49213         * inet/Makefile: Likewise.
49214         * hesiod/Makefile: Likewise.
49215         * grp/Makefile: Likewise.
49216         * csu/Makefile: Likewise.
49217         * wctype/Makefile: Likewise.
49218         * crypt/Makefile: Likewise.
49219         * libio/Makefile: Likewise.
49220         * string/Makefile: Likewise.
49221         * nis/Makefile: Likewise.
49222         * resolv/Makefile: Likewise.
49223         * stdio-common/Makefile: Likewise.
49224         * wcsmbs/Makefile: Likewise.
49225         * dlfcn/Makefile: Likewise.
49226         * posix/Makefile: Likewise.
49228         [BZ #6959]
49229         * timezone/Makefile: Don't install timezone files, just the programs
49230         and scripts.
49232 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
49234         * nss/databases.def: Add missing gshadow entry.
49236         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
49238 2012-03-06  Marek Polacek  <polacek@redhat.com>
49240         [BZ #13726]
49241         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
49242         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
49243         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
49244         * stdio-common/tst-long-dbl-fphex.c: New file.
49246 2012-03-06  David S. Miller  <davem@davemloft.net>
49248         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
49249         (set_obp_int): New function.
49250         (get_obp_int): New function.
49251         (__get_clockfreq_via_dev_openprom): Likewise.
49252         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
49253         Avoid unused variable warnings on 'val' and use builtin_expect.
49254         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
49255         __builtin_expect.
49256         (INLINE_CLONE_SYSCALL): Likewise.
49258 2012-03-05  David S. Miller  <davem@davemloft.net>
49260         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49262 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
49264         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49266         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
49267         only for |x| >= 40.
49268         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49270 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
49272         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
49273         Replace gettimeofday with __vdso_gettimeofday.
49275         * sysdeps/unix/sysv/linux/x86_64/init-first.c
49276         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
49277         __vdso_clock_gettime and __vdso_getcpu.
49279         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
49280         time with __vdso_time.
49282 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
49284         * manual/lang.texi (size_t): Note types to which size_t may be
49285         equivalent with the GNU C Library, but do not describe when
49286         differences between them are significant.
49288 2012-03-05  Andreas Jaeger  <aj@suse.de>
49290         * sysdeps/i386/fpu/libm-test-ulps: Update.
49292 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
49294         [BZ #3976]
49295         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
49296         (__ieee754_pow): Save and restore rounding mode and use
49297         round-to-nearest for main computations.
49298         * math/libm-test.inc (pow_test_tonearest): New function.
49299         (pow_test_towardzero): Likewise.
49300         (pow_test_downward): Likewise.
49301         (pow_test_upward): Likewise.
49302         (main): Call the new functions.
49303         * sysdeps/i386/fpu/libm-test-ulps: Update.
49304         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49306         [BZ #3976]
49307         * math/libm-test.inc (cosh_test_tonearest): New function.
49308         (cosh_test_towardzero): Likewise.
49309         (cosh_test_downward): Likewise.
49310         (cosh_test_upward): Likewise.
49311         (sinh_test_tonearest): Likewise.
49312         (sinh_test_towardzero): Likewise.
49313         (sinh_test_downward): Likewise.
49314         (sinh_test_upward): Likewise.
49315         (main): Call the new functions.
49316         * sysdeps/i386/fpu/libm-test-ulps: Update.
49317         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49319 2012-03-05  Tom de Vries  <tom@codesourcery.com>
49321         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
49322         default stack guard is set in last bytes.
49323         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
49325 2012-03-05  Kees Cook  <keescook@chromium.org>
49327         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
49329         [BZ #13656]
49330         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
49331         possibly allocate from heap instead of stack.
49332         * stdio-common/bug-vfprintf-nargs.c: New file.
49333         * stdio-common/Makefile (tests): Add nargs overflow test.
49335 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
49337         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49339 2012-03-03  Marek Polacek  <polacek@redhat.com>
49341         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
49342         * math/math_private.h: Likewise.
49343         * stdlib/tst-strtod.c: Likewise.
49344         * sysdeps/i386/i486/bits/atomic.h: Likewise.
49345         * sysdeps/x86_64/bits/atomic.h: Likewise.
49347 2012-03-02  David S. Miller  <davem@davemloft.net>
49349         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
49350         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
49351         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
49352         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
49353         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
49354         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
49355         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
49356         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
49358 2012-03-02  Roland McGrath  <roland@hack.frob.com>
49360         [BZ #13792]
49361         * manual/examples/README: New file, says the example source files
49362         can be used under GPL>=2.
49363         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
49364         line containing just "*/".
49365         * manual/examples/add.c: Add copyright header (GPL>=2).
49366         * manual/examples/argp-ex1.c: Likewise.
49367         * manual/examples/argp-ex2.c: Likewise.
49368         * manual/examples/argp-ex3.c: Likewise.
49369         * manual/examples/argp-ex4.c: Likewise.
49370         * manual/examples/atexit.c: Likewise.
49371         * manual/examples/db.c: Likewise.
49372         * manual/examples/dir.c: Likewise.
49373         * manual/examples/dir2.c: Likewise.
49374         * manual/examples/execinfo.c: Likewise.
49375         * manual/examples/filecli.c: Likewise.
49376         * manual/examples/filesrv.c: Likewise.
49377         * manual/examples/fmtmsgexpl.c: Likewise.
49378         * manual/examples/genpass.c: Likewise.
49379         * manual/examples/inetcli.c: Likewise.
49380         * manual/examples/inetsrv.c: Likewise.
49381         * manual/examples/isockad.c: Likewise.
49382         * manual/examples/longopt.c: Likewise.
49383         * manual/examples/memopen.c: Likewise.
49384         * manual/examples/memstrm.c: Likewise.
49385         * manual/examples/mkfsock.c: Likewise.
49386         * manual/examples/mkisock.c: Likewise.
49387         * manual/examples/mygetpass.c: Likewise.
49388         * manual/examples/pipe.c: Likewise.
49389         * manual/examples/popen.c: Likewise.
49390         * manual/examples/rprintf.c: Likewise.
49391         * manual/examples/search.c: Likewise.
49392         * manual/examples/select.c: Likewise.
49393         * manual/examples/setjmp.c: Likewise.
49394         * manual/examples/sigh1.c: Likewise.
49395         * manual/examples/sigusr.c: Likewise.
49396         * manual/examples/stpcpy.c: Likewise.
49397         * manual/examples/strdupa.c: Likewise.
49398         * manual/examples/strftim.c: Likewise.
49399         * manual/examples/strncat.c: Likewise.
49400         * manual/examples/subopt.c: Likewise.
49401         * manual/examples/swapcontext.c: Likewise.
49402         * manual/examples/termios.c: Likewise.
49403         * manual/examples/testopt.c: Likewise.
49404         * manual/examples/testpass.c: Likewise.
49405         * manual/examples/timeval_subtract.c: Likewise.
49407         [BZ #13792]
49408         * manual/time.texi (Elapsed Time): Move timeval_subtract example
49409         function to ...
49410         * manual/timeval_subtract.c.texi: ... here, new file.
49412 2012-03-02  David S. Miller  <davem@davemloft.net>
49414         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
49416 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
49418         [BZ #3976]
49419         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
49420         (__sin): Save and restore rounding mode and use round-to-nearest
49421         for all computations.
49422         (__cos): Save and restore rounding mode and use round-to-nearest
49423         for all computations.
49424         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
49425         <fenv.h>.
49426         (tan): Save and restore rounding mode and use round-to-nearest for
49427         all computations.
49428         * math/libm-test.inc (cos_test_tonearest): New function.
49429         (cos_test_towardzero): Likewise.
49430         (cos_test_downward): Likewise.
49431         (cos_test_upward): Likewise.
49432         (sin_test_tonearest): Likewise.
49433         (sin_test_towardzero): Likewise.
49434         (sin_test_downward): Likewise.
49435         (sin_test_upward): Likewise.
49436         (tan_test_tonearest): Likewise.
49437         (tan_test_towardzero): Likewise.
49438         (tan_test_downward): Likewise.
49439         (tan_test_upward): Likewise.
49440         (main): Call the new functions.
49441         * sysdeps/i386/fpu/libm-test-ulps: Update.
49442         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49444         [BZ #10135]
49445         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
49446         small n, then large n, before computing and testing k+n.
49447         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
49448         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
49449         Likewise.
49450         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
49451         Likewise.
49452         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
49453         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
49454         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
49455         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
49456         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
49457         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
49458         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
49459         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
49460         * math/libm-test.inc (scalbn_test): Add more tests.
49461         (scalbln_test): Likewise.
49463         * manual/filesys.texi (mode_t): Describe constraints on size and
49464         signedness, not exact equivalence to a particular type.
49465         (ino_t): Likewise.
49466         (ino64_t): Likewise.
49467         (dev_t): Likewise.
49468         (nlink_t): Likewise.
49469         (blkcnt_t): Likewise.
49470         (blkcnt64_t): Likewise.
49471         * manual/llio.texi (off_t): Likewise.
49473         [BZ #3976]
49474         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
49475         (__ieee754_exp): Save and restore rounding mode and use
49476         round-to-nearest for all computations.
49477         * math/libm-test.inc (exp_test_tonearest): New function.
49478         (exp_test_towardzero): Likewise.
49479         (exp_test_downward): Likewise.
49480         (exp_test_upward): Likewise.
49481         (main): Call the new functions.
49482         * sysdeps/i386/fpu/libm-test-ulps: Update.
49483         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49485 2012-03-01  Chris Demetriou  <cgd@google.com>
49487         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
49488         have predictable order.
49490 2012-03-01  David S. Miller  <davem@davemloft.net>
49492         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
49494         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
49495         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
49496         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
49497         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
49499         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
49500         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
49501         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
49502         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
49503         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
49504         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
49505         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
49506         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
49507         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
49509         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49511         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
49512         * sysdeps/sparc/fpu/libm-test-ulps: to here.
49513         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
49515         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
49516         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49517         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49518         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
49519         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
49520         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
49521         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
49522         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49523         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49524         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
49525         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
49526         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49527         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49528         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49529         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49530         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49531         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
49532         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
49533         * sysdeps/sparc/elf/configure: Regenerated.
49535 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
49537         * configure.in (AS, LD): Require binutils 2.20 or later.
49538         * configure: Regenerated.
49539         * manual/install.texi (Tools for Compilation): Give binutils 2.20
49540         as required minimum version.
49541         * INSTALL: Regenerated.
49543         [BZ #2541]
49544         [BZ #4108]
49545         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
49546         before squaring exponent.
49547         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
49548         bottom long double and 27 bits of top long double before squaring
49549         exponent.
49550         * math/libm-test.inc (erfc_test): Add more tests.
49551         * sysdeps/i386/fpu/libm-test-ulps: Update.
49552         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49553         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49555 2012-03-01  Kai Tietz  <ktietz@redhat.com>
49557         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
49558         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
49559         containing bit-fields.
49560         * soft-fp/extended.h (_FP_UNION_E): Likewise.
49561         * soft-fp/single.h (_FP_UNION_S): Likewise.
49562         * soft-fp/double.h (_FP_UNION_D): Likewise.
49564 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
49566         [BZ #13786]
49567         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
49568         not include ../strcmp.S.
49569         [USE_AS_STRNCASECMP_L]: Likewise.
49570         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
49571         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
49572         * sysdeps/i386/i686/multiarch/strncase_l-c.c
49573         (__strncasecmp_l_ia32): Define as alias to
49574         __strncasecmp_l_nonascii.
49576         [BZ #5794]
49577         * math/libm-test.inc (expm1_test): Add test for bug 5794.
49578         * sysdeps/i386/fpu/libm-test-ulps: Update.
49579         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49581         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
49582         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49584 2012-02-29  Jeff Law  <law@redhat.com>
49586         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
49587         out of bounds read.
49589 2012-02-29  Marek Polacek  <polacek@redhat.com>
49591         [BZ #13706]
49592         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
49593         * elf/Makefile: Add rules to run tst-unused-dep.out.
49595 2012-02-28  David S. Miller  <davem@davemloft.net>
49597         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
49598         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
49599         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
49600         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
49601         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
49602         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
49604 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
49606         * math/libm-test.inc (llround_test): Move one test from
49607         lround_test.  Use TEST_f_L in moved test.
49608         (lround_test): Move misplaced test to llround_test.  Add testcase
49609         from bug 2561.
49611 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
49613         * sysdeps/x86_64/fpu/e_expf.S: New file.
49614         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
49616 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
49618         [BZ #13637]
49619         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
49620         of remain_len that may cause incomplete multi-byte character and
49621         false match.
49622         * posix/bug-regex33.c: New file.
49623         * posix/Makefile (tests): Add bug-regex33.
49625 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
49627         * manual/macros.texi: New file.
49628         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
49629         * manual/libc.texinfo: Include macros.texi.
49630         * manual/creatute.texi: Likewise.
49631         * manual/install.texi: Likewise.
49632         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
49633         @glibcadj{} in references to the GNU C Library.
49634         * manual/charset.texi: Likewise.
49635         * manual/conf.texi: Likewise.
49636         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
49637         when not using those macros.
49638         * manual/creature.texi: Likewise.
49639         * manual/crypt.texi: Likewise.
49640         * manual/errno.texi: Likewise.
49641         * manual/filesys.texi: Likewise.
49642         * manual/header.texi: Likewise.
49643         * manual/install.texi: Likewise.
49644         * manual/intro.texi: Likewise.
49645         * manual/io.texi: Likewise.
49646         * manual/job.texi: Likewise.
49647         * manual/lang.texi: Likewise.
49648         * manual/libc.texiinfo: Likewise.
49649         * manual/llio.texi: Likewise.
49650         * manual/locale.texi: Likewise.
49651         * manual/maint.texi: Likewise.
49652         * manual/math.texi: Likewise.
49653         * manual/memory.texi: Likewise.
49654         * manual/message.texi: Likewise.
49655         * manual/nss.texi: Likewise.
49656         * manual/pattern.texi: Likewise.
49657         * manual/process.texi: Likewise.
49658         * manual/resource.texi: Likewise.
49659         * manual/search.texi: Likewise.
49660         * manual/setjmp.texi: Likewise.
49661         * manual/signal.texi: Likewise.
49662         * manual/socket.texi: Likewise.
49663         * manual/startup.texi: Likewise.
49664         * manual/stdio.texi: Likewise.
49665         * manual/string.texi: Likewise.
49666         * manual/sysinfo.texi: Likewise.
49667         * manual/syslog.texi: Likewise.
49668         * manual/terminal.texi: Likewise.
49669         * manual/time.texi: Likewise.
49670         * manual/users.texi: Likewise.
49671         * INSTALL: Regenerated.
49672         * NOTES: Regenerated.
49673         * sysdeps/gnu/errlist.c: Regenerated.
49675 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
49677         * include/dirent.h: Include <dirstream.h> before
49678         <dirent/dirent.h>.
49680 2012-02-28  David S. Miller  <davem@davemloft.net>
49682         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
49683         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
49684         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
49685         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
49687 2012-02-27  David S. Miller  <davem@davemloft.net>
49689         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
49690         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
49691         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
49692         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
49694         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
49695         frame pointer instead of stack pointer relative arg slot.
49696         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
49697         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
49698         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
49700 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
49702         [BZ #3992]
49703         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
49705 2012-02-27  David S. Miller  <davem@davemloft.net>
49707         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
49708         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
49709         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
49710         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
49711         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
49712         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
49713         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
49714         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
49716 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
49718         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
49719         later.  Allow versions 5-9.
49720         * configure: Regenerated.
49721         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
49722         required minimum version and 4.6 as recommended version.  Do not
49723         mention bugs in GCC 2.7 and 2.8.
49724         * INSTALL: Regenerated.
49726 2012-02-27  David S. Miller  <davem@davemloft.net>
49728         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
49729         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
49730         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
49731         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
49732         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
49733         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
49734         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
49735         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
49737         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
49738         manipulate bits before adding and subtracting TWO112[sx].
49739         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
49741 2012-02-27  Roland McGrath  <roland@hack.frob.com>
49743         [BZ #13775]
49744         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
49745         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
49746         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
49747         being in POSIX, because they are in 1003.1-2008.
49749         * rt/tst-aio.c: Include <fcntl.h>.
49750         * rt/tst-aio7.c: Likewise.
49751         * rt/tst-aio64.c: Likewise.
49753         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
49755 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
49757         * manual/install.texi (--with-headers): Describe headers as
49758         interface headers, not private headers.
49759         (Specific advice for GNU/Linux systems): Describe use of headers
49760         from "make headers_install", not private headers from older
49761         kernels.
49762         * INSTALL: Regenerated.
49763         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
49764         Change to 2.6.19.
49765         * sysdeps/unix/sysv/linux/configure: Regenerated.
49767         * manual/llio.texi (fclean): Remove documentation.
49769         * manual/Makefile (libc-texi-generated): New variable.  Include
49770         version.texi.
49771         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
49772         $(libc-texi-generated), not duplicated list of files.
49773         (version.texi, stamp-version): New rules.
49774         (realclean): Remove $(libc-texi-generated), not individual files
49775         from that list.  Do not remove dir-add.texinfo.
49776         * manual/libc.texinfo: Comment out uses of edition numbers and
49777         references to printed manual.  Remove last-updated dates.
49778         (EDITION): Comment out.
49779         (ISBN): Likewise.
49780         (VERSION, UPDATED): Remove.
49781         (version.texi): Include.
49783 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
49785         * sysdeps/posix/spawni.c: Include <signal.h>.
49786         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
49787         * sysdeps/pthread/aio_fsync.c: Likewise.
49789 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
49791         * conform/Makefile (tests): Run only when not cross-compiling and
49792         when fast-check is not defined.
49794         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
49795         * conform/data/limits.h-data: Fixes for POSIX2008.
49796         * conform/run-conformtest.sh: Run all tests.
49797         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
49798         headers.
49799         * include/bits/dlfcn.h: Likewise.
49800         * include/langinfo.h: Likewise.
49801         * include/monetary.h: Likewise.
49802         * include/sys/poll.h: Likewise.
49804         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
49805         for __USE_GNU.
49806         * posix/spawn.h: Define __need_sigset_t.
49807         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
49808         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
49809         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
49810         to get sigevent_t only.
49811         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
49812         only for __USE_GNU.
49813         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49814         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
49815         process_vm_writev only for __USE_GNU.
49816         * termios/termios.h: Declare tcgetsid also for POSIX2008.
49818         * conform/Makefile: For now ignore errors from run-conformtest.
49819         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
49820         POSIX to avoid namespace pollution.  Don't prepend headers.
49821         * conform/data/aio.h-data: Fixes for POSIX testing.
49822         * conform/data/fcntl.h-data: Likewise.
49823         * conform/data/glob.h-data: Likewise.
49824         * conform/data/grp.h-data: Likewise.
49825         * conform/data/pthread.h-data: Likewise.
49826         * conform/data/pwd.h-data: Likewise.
49827         * conform/data/signal.h-data: Likewise.
49828         * conform/data/spawn.h-data: Likewise.
49829         * conform/data/stdio.h-data: Likewise.
49830         * conform/data/stdlib.h-data: Likewise.
49831         * conform/data/stropts.h-data: Likewise.
49832         * conform/data/sys/mman.h-data: Likewise.
49833         * conform/data/sys/stat.h-data: Likewise.
49834         * conform/data/sys/types.h-data: Likewise.
49835         * conform/data/sys/wait.h-data: Likewise.
49836         * conform/data/time.h-data: Likewise.
49837         * conform/data/unistd.h-data: Likewise.
49838         * conform/data/utime.h-data: Likewise.
49840         * io/sys/stat.h: fchmod was always in POSIX.
49841         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
49842         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
49843         * rt/aio.h: Define __need_timespec before including <time.h>.
49844         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
49845         struct.  Add forward declaration of pthread_attr_t and use it in
49846         sigevent.
49847         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
49848         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
49849         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
49850         always remove CLK_TCK definition.
49852 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
49854         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
49856 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
49858         * conform/run-conformtest.sh: New file.
49859         * conform/Makefile: Run run-conformtest for tests.
49860         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
49861         support.
49863         * conform/data/uchar.h-data: New file.
49864         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
49865         * conform/data/arpa/inet.h-data: Likewise.
49866         * conform/data/assert.h-data: Likewise.
49867         * conform/data/complex.h-data: Likewise.
49868         * conform/data/cpio.h-data: Likewise.
49869         * conform/data/ctype.h-data: Likewise.
49870         * conform/data/dirent.h-data: Likewise.
49871         * conform/data/dlfcn.h-data: Likewise.
49872         * conform/data/errno.h-data: Likewise.
49873         * conform/data/fcntl.h-data: Likewise.
49874         * conform/data/float.h-data: Likewise.
49875         * conform/data/fmtmsg.h-data: Likewise.
49876         * conform/data/fnmatch.h-data: Likewise.
49877         * conform/data/ftw.h-data: Likewise.
49878         * conform/data/glob.h-data: Likewise.
49879         * conform/data/grp.h-data: Likewise.
49880         * conform/data/iconv.h-data: Likewise.
49881         * conform/data/inttypes.h-data: Likewise.
49882         * conform/data/langinfo.h-data: Likewise.
49883         * conform/data/libgen.h-data: Likewise.
49884         * conform/data/limits.h-data: Likewise.
49885         * conform/data/locale.h-data: Likewise.
49886         * conform/data/math.h-data: Likewise.
49887         * conform/data/monetary.h-data: Likewise.
49888         * conform/data/mqueue.h-data: Likewise.
49889         * conform/data/ndbm.h-data: Likewise.
49890         * conform/data/net/if.h-data: Likewise.
49891         * conform/data/netdb.h-data: Likewise.
49892         * conform/data/netinet/in.h-data: Likewise.
49893         * conform/data/nl_types.h-data: Likewise.
49894         * conform/data/poll.h-data: Likewise.
49895         * conform/data/pthread.h-data: Likewise.
49896         * conform/data/pwd.h-data: Likewise.
49897         * conform/data/regex.h-data: Likewise.
49898         * conform/data/sched.h-data: Likewise.
49899         * conform/data/search.h-data: Likewise.
49900         * conform/data/semaphore.h-data: Likewise.
49901         * conform/data/setjmp.h-data: Likewise.
49902         * conform/data/signal.h-data: Likewise.
49903         * conform/data/spawn.h-data: Likewise.
49904         * conform/data/stdarg.h-data: Likewise.
49905         * conform/data/stdio.h-data: Likewise.
49906         * conform/data/stdlib.h-data: Likewise.
49907         * conform/data/string.h-data: Likewise.
49908         * conform/data/strings.h-data: Likewise.
49909         * conform/data/stropts.h-data: Likewise.
49910         * conform/data/sys/ipc.h-data: Likewise.
49911         * conform/data/sys/mman.h-data: Likewise.
49912         * conform/data/sys/msg.h-data: Likewise.
49913         * conform/data/sys/resource.h-data: Likewise.
49914         * conform/data/sys/select.h-data: Likewise.
49915         * conform/data/sys/sem.h-data: Likewise.
49916         * conform/data/sys/shm.h-data: Likewise.
49917         * conform/data/sys/socket.h-data: Likewise.
49918         * conform/data/sys/stat.h-data: Likewise.
49919         * conform/data/sys/statvfs.h-data: Likewise.
49920         * conform/data/sys/time.h-data: Likewise.
49921         * conform/data/sys/timeb.h-data: Likewise.
49922         * conform/data/sys/times.h-data: Likewise.
49923         * conform/data/sys/types.h-data: Likewise.
49924         * conform/data/sys/uio.h-data: Likewise.
49925         * conform/data/sys/un.h-data: Likewise.
49926         * conform/data/sys/utsname.h-data: Likewise.
49927         * conform/data/sys/wait.h-data: Likewise.
49928         * conform/data/syslog.h-data: Likewise.
49929         * conform/data/tar.h-data: Likewise.
49930         * conform/data/termios.h-data: Likewise.
49931         * conform/data/utime.h-data: Likewise.
49932         * conform/data/utmpx.h-data: Likewise.
49933         * conform/data/varargs.h-data: Likewise.
49934         * conform/data/wchar.h-data: Likewise.
49935         * conform/data/wctype.h-data: Likewise.
49936         * conform/data/wordexp.h-data: Likewise.
49938         * include/stropts.h: New file.
49939         * include/uchar.h: New file.
49940         * include/aio.h: Changes to allow conformtest.pl to use the headers.
49941         * include/assert.h: Likewise.
49942         * include/ctype.h: Likewise.
49943         * include/dirent.h: Likewise.
49944         * include/dlfcn.h: Likewise.
49945         * include/fcntl.h: Likewise.
49946         * include/fnmatch.h: Likewise.
49947         * include/glob.h: Likewise.
49948         * include/grp.h: Likewise.
49949         * include/libio.h: Likewise.
49950         * include/locale.h: Likewise.
49951         * include/math.h: Likewise.
49952         * include/net/if.h: Likewise.
49953         * include/netdb.h: Likewise.
49954         * include/netinet/in.h: Likewise.
49955         * include/pthread.h: Likewise.
49956         * include/pwd.h: Likewise.
49957         * include/regex.h: Likewise.
49958         * include/sched.h: Likewise.
49959         * include/search.h: Likewise.
49960         * include/setjmp.h: Likewise.
49961         * include/signal.h: Likewise.
49962         * include/stdio.h: Likewise.
49963         * include/stdlib.h: Likewise.
49964         * include/string.h: Likewise.
49965         * include/sys/cdefs.h: Likewise.
49966         * include/sys/mman.h: Likewise.
49967         * include/sys/msg.h: Likewise.
49968         * include/sys/resource.h: Likewise.
49969         * include/sys/select.h: Likewise.
49970         * include/sys/socket.h: Likewise.
49971         * include/sys/stat.h: Likewise.
49972         * include/sys/statvfs.h: Likewise.
49973         * include/sys/time.h: Likewise.
49974         * include/sys/times.h: Likewise.
49975         * include/sys/uio.h: Likewise.
49976         * include/sys/utsname.h: Likewise.
49977         * include/sys/wait.h: Likewise.
49978         * include/termios.h: Likewise.
49979         * include/time.h: Likewise.
49980         * include/ulimit.h: Likewise.
49981         * include/unistd.h: Likewise.
49982         * include/utime.h: Likewise.
49983         * include/wchar.h: Likewise.
49984         * include/wctype.h: Likewise.
49985         * include/wordexp.h: Likewise.
49987         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
49989         * time/time.h: TIME_UTC must be a macro.
49990         Make timespec_get available for ISO C11 only as well.
49992 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
49994         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
49995         Reported by Peng Haitao <penght@cn.fujitsu.com>.
49997 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49999         * configure.in: Use -o not -a in test for unsupported multi-arch.
50001 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
50003         * manual/texinfo.tex: Update to version 2012-01-19.16.
50005 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
50007         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
50009 2012-02-24  Roland McGrath  <roland@hack.frob.com>
50011         [BZ #13738]
50012         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
50013         * manual/fdl-1.3.texi: New file.
50014         * manual/fdl-1.1.texi: File removed.
50016         [BZ #13738]
50017         * manual/libc.texinfo (FDL_VERSION): New @set.
50018         Use it for mention of FDL in cover text.
50019         (Documentation License): Use it in @include file name.
50021 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50022             Roland McGrath  <roland@hack.frob.com>
50024         [BZ #5461]
50025         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
50026         (not LONG_LONG_MAX and LONG_LONG_MIN.
50027         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
50028         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
50029         name.
50030         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
50032 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50034         [BZ #2547]
50035         [BZ #11365]
50036         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
50037         manipulate bits before adding and subtracting TWO23[sx].
50038         * math/libm-test.inc (nearbyint_test): Add more tests.
50040 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50042         [BZ #2548]
50043         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
50044         bits before adding and subtracting TWO23[sx].
50045         * math/libm-test.inc (rint_test): Add more tests.
50046         (rint_test_tonearest): Likewise.
50047         (rint_test_towardzero): Likewise.
50048         (rint_test_downward): Likewise.
50049         (rint_test_upward: Likewise.
50051 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50053         [BZ #10110]
50054         * include/stdc-predef.h: New file.  Extracted from features.h.
50055         * include/features.h: Include stdc-predef.h.
50056         * Makefile (headers): Add stdc-predef.h.
50057         * CONFORMANCE (Compiler limitations): Update.
50059 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50061         * manual/libc.texinfo (VERSION, UPDATED): Revert.
50063 2012-02-21  David S. Miller  <davem@davemloft.net>
50065         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
50066         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
50068 2012-02-20  David S. Miller  <davem@davemloft.net>
50070         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
50071         using a normal save/restore sequence, rather than allocating a
50072         dummy stack frame just to store a frame pointer and restore.
50073         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
50075 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50077         * manual/install.texi: Fix stray word in line-wrapped comment.
50079 2012-02-20  David S. Miller  <davem@davemloft.net>
50081         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
50082         both binutils and gcc support GOTDATA.
50084         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
50085         "rd %pc" in the PIC register setup sequences.
50087         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
50088         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
50089         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
50090         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
50091         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
50092         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
50093         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50094         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
50095         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
50096         (SYSCALL_ERROR_HANDLER): Likewise.
50097         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
50098         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
50099         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
50100         (SYSCALL_ERROR_HANDLER): Likewise.
50102         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
50103         (HAVE_GCC_GOTDATA): New.
50104         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
50105         relocation support in both binutils and gcc.
50106         * sysdeps/sparc/elf/configure: Regenerate.
50108         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
50109         * sysdeps/sparc/sparc32/elf/configure: Delete.
50110         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
50111         * sysdeps/sparc/sparc64/elf/configure: Delete.
50112         * sysdeps/sparc/elf/configure.in: New file.
50113         * sysdeps/sparc/elf/configure: Generate.
50115         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
50116         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
50117         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
50118         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
50119         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
50121 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50123         * manual/install.texi: Do not mention specific glibc version
50124         numbers.
50125         * manual/libc.texinfo (VERSION, UPDATED): Update.
50126         (@copying): Use @copyright{} and range of years.
50128 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50130         [BZ #13695]
50131         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
50132         [crti.S not in sysdirs] (generated): Do not append.
50133         [crti.S not in sysdirs] (omit-deps): Likewise.
50134         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
50135         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
50136         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
50137         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
50138         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
50139         Likewise.
50140         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
50141         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
50142         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
50143         * csu/defs.awk: Remove file.
50144         * sysdeps/generic/initfini.c: Likewise.
50145         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
50146         variable.
50147         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
50148         Likewise.
50150 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50152         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
50153         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
50154         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
50155         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
50156         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50157         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
50158         <bits/epoll.h>.
50159         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
50160         (__EPOLL_PACKED): Define to empty if not defined by
50161         <bits/epoll.h>.
50162         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
50163         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50164         bits/epoll.h.
50166 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50168         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
50169         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
50170         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
50171         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
50172         <bits/timerfd.h>.
50173         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
50174         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50175         bits/timerfd.h.
50177 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50179         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
50180         in C locale.
50181         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
50182         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
50183         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
50184         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50186 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
50188         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50189         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
50191 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
50193         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
50194         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
50195         defined.
50196         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
50197         Likewise.
50198         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
50199         entry for 2.16.
50201 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
50203         * math/w_acos.c: Use non-signaling floating-point comparisons.
50204         * math/w_acosf.c: Likewise.
50205         * math/w_acosh.c: Likewise.
50206         * math/w_acoshf.c: Likewise.
50207         * math/w_acoshl.c: Likewise.
50208         * math/w_acosl.c: Likewise.
50209         * math/w_asin.c: Likewise.
50210         * math/w_asinf.c: Likewise.
50211         * math/w_asinl.c: Likewise.
50212         * math/w_atanh.c: Likewise.
50213         * math/w_atanhf.c: Likewise.
50214         * math/w_atanhl.c: Likewise.
50215         * math/w_exp2.c: Likewise.
50216         * math/w_exp2f.c: Likewise.
50217         * math/w_exp2l.c: Likewise.
50218         * math/w_j0.c: Likewise.
50219         * math/w_j0f.c: Likewise.
50220         * math/w_j0l.c: Likewise.
50221         * math/w_j1.c: Likewise.
50222         * math/w_j1f.c: Likewise.
50223         * math/w_j1l.c: Likewise.
50224         * math/w_jn.c: Likewise.
50225         * math/w_jnf.c: Likewise.
50226         * math/w_log.c: Likewise.
50227         * math/w_log10.c: Likewise.
50228         * math/w_log10f.c: Likewise.
50229         * math/w_log10l.c: Likewise.
50230         * math/w_log2.c: Likewise.
50231         * math/w_log2f.c: Likewise.
50232         * math/w_log2l.c: Likewise.
50233         * math/w_logf.c: Likewise.
50234         * math/w_logl.c: Likewise.
50235         * math/w_sqrt.c: Likewise.
50236         * math/w_sqrtf.c: Likewise.
50237         * math/w_sqrtl.c: Likewise.
50238         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
50239         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
50240         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50241         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
50242         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
50244 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50246         [BZ #9739]
50247         * manual/string.texi (strnlen): Use correct parameter name in
50248         equivalent expression.
50250 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50252         [BZ #11174]
50253         * manual/users.texi (seteuid): Consistently use neweuid for
50254         argument name.
50256 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50258         [BZ #13704]
50259         * manual/nss.texi (Services in the NSS configuration): Correct
50260         list of services in example configuration file.
50262 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
50264         [BZ #11322]
50265         * manual/arith.texi: Remove statements about negative zero
50266         behaving identically to zero.
50268 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
50270         [BZ #5993]
50271         * manual/install.texi: Do not document upgrading from libc5.
50273 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
50275         [BZ #4596]
50276         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
50278 2012-02-18  David S. Miller  <davem@davemloft.net>
50280         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
50281         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
50282         %o7 across the call.
50283         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
50284         instead.
50285         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
50286         SETUP_PIC_REG_LEAF.
50287         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50288         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
50289         * sysdeps/sparc/crtn.S: Likewise.
50291 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
50293         * aout/Makefile: Remove.
50295 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
50297         [BZ #13058]
50298         * manual/examples/argp-ex1.c (main): Format definition in GNU
50299         style.
50300         * manual/examples/argp-ex2.c (main): Likewise.
50301         * manual/examples/argp-ex3.c (main): Likewise.
50302         * manual/examples/argp-ex4.c (main): Likewise.
50303         * manual/examples/longopt.c (main): Use new-style prototype
50304         definition.
50305         * manual/examples/strncat.c (main): Specify return type and use
50306         (void) for arguments.
50307         * manual/examples/subopt.c (main): Use char **argv argument.
50309 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50311         [BZ #5077]
50312         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
50313         rounding modes.
50315 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
50317         [BZ #6907]
50318         * manual/string.texi (strchr): Change when strchrnul is
50319         recommended.
50321 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
50323         [BZ #174]
50324         * manual/locale.texi (setlocale): Document LOCPATH.
50326 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50328         [BZ #10210]
50329         * manual/process.texi (execle): Move @dots{} before last argument.
50331 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
50333         [BZ #12047]
50334         * manual/charset.texi (Generic Charset Conversion): Fix typo
50335         (LC_TYPE -> LC_CTYPE).
50337 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
50339         [BZ #5805]
50340         * manual/arith.texi (scalbn): Use @var{} on parameter names.
50341         (scalbnf): Likewise.
50342         (scalbnl): Likewise.
50343         (scalbln): Likewise.
50344         (scalblnf): Likewise.
50345         (scalblnl): Likewise.
50346         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
50347         (vwarnx): Likewise.
50348         (verr): Likewise.
50349         (verrx): Likewise.
50350         * manual/filesys.texi (telldir): Use braces around return type.
50351         * manual/llio.texi (mmap): Add space after comma.
50352         (mmap64): Likewise.
50353         * manual/math.texi (jn): Use @var{} on parameter names.
50354         (jnf): Likewise.
50355         (jnl): Likewise.
50356         (yn): Likewise.
50357         (ynf): Likewise.
50358         (ynl): Likewise.
50359         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
50360         line.
50361         * manual/resource.texi (ulimit): Use @dots{} instead of literal
50362         "...".
50363         (sched_get_priority_min): Remove semicolon on @deftypefun line.
50364         (sched_get_priority_max): Likewise.
50365         * manual/signal.texi (sigvec): Add space after comma.
50366         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
50367         names.
50368         (if_indextoname): Likewise.
50369         (if_freenameindex): Likewise.
50370         (sendto): Use ',' instead of '.' in prototype.
50371         * manual/startup.texi (syscall): Use @dots{} instead of literal
50372         "...".
50373         * manual/stdio.texi (__fpending): Separate initial words of
50374         paragraph from @deftypefun line.
50375         * manual/syslog.texi (syslog): Use @dots{} instead of literal
50376         "...".
50377         (vsyslog): Use @var{} on parameter names.
50378         * manual/terminal.texi (stty): Use @var{} on parameter names.
50379         * manual/users.texi (getutmp): Use @var{} on parameter names.
50380         (getutmpx): Likewise.
50382 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50384         [BZ #6884]
50385         * manual/stdio.texi (fopen): Fix typos in description of
50386         ",ccs=STRING".
50388 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
50390         [BZ #4026]
50391         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
50392         get clock_id definition.
50394 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
50396         [BZ #4822]
50397         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
50398         (madvise): Cast every argument to void on its own.
50400 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50402         [BZ #9902]
50403         * manual/startup.texi (Exit Status): Fix typo.
50405 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50407         [BZ #10140]
50408         * manual/examples/argp-ex1.c: Include <stdlib.h>.
50409         * manual/examples/argp-ex2.c: Likewise.
50410         * manual/examples/argp-ex3.c: Likewise.
50412 2012-02-16  Richard Henderson  <rth@redhat.com>
50414         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
50415         * sysdeps/s390/s390-32/initfini.c: Remove.
50416         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
50417         * sysdeps/s390/s390-64/initfini.c: Remove.
50419 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
50421         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
50422         compiler output for sysdeps/generic/initfini.c.
50423         * sysdeps/sh/elf/initfini.c: Remove file.
50425 2012-02-16  David S. Miller  <davem@davemloft.net>
50427         [BZ #11494]
50428         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
50430         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
50431         * sysdeps/sparc/crti.S: New file.
50432         * sysdeps/sparc/crtn.S: New file.
50433         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
50434         * sysdeps/sparc/sparc64/Makefile: Likewise.
50436 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
50438         [BZ #3335]
50439         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
50441 2012-02-15  Roland McGrath  <roland@hack.frob.com>
50443         [BZ #4822]
50444         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
50446         * mach/devstream.c (cookie_io_functions_t): Macro removed.
50447         (write, read, close): Likewise.
50448         Patch by Aurelien Jarno <aurelien@aurel32.net>.
50450 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
50452         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
50453         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
50454         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
50455         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
50456         <bits/signalfd.h>.
50457         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
50458         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50459         bits/signalfd.h.
50461 2012-02-14  Marek Polacek  <polacek@redhat.com>
50463         * sysdeps/x86_64/crti.S: New file.
50464         * sysdeps/x86_64/crtn.S: New file.
50465         * sysdeps/x86_64/elf/initfini.c: Remove file.
50467 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50469         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
50470         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
50471         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
50472         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
50473         <bits/inotify.h>.
50474         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
50475         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50476         bits/inotify.h.
50478 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50480         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
50481         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
50482         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
50483         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
50484         <bits/eventfd.h>.
50485         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
50486         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50487         bits/eventfd.h.
50489 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
50491         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
50492         __feraiseexcept instead of feraiseexcept.
50494         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
50495         nanosleep invocations.
50496         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
50497         strings, and add error checking for a nanosleep invocations.
50499 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
50501         Replace FSF snail mail address with URLs, as per GNU coding standards.
50502         Most of the snail mail addresses were wrong anyway, and omitting
50503         them makes the source code easier to maintain.  Almost all of the
50504         changes are to license notices and to locale LC_IDENTIFICATION
50505         addresses, except for this one:
50506         * manual/libc.texinfo: In "Published by", give the FSF's URL,
50507         not its snail mail address.
50509 2012-02-09  Richard Henderson  <rth@twiddle.net>
50511         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
50512         of kernel-features.h.
50514         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
50516 2012-02-08  Marek Polacek  <polacek@redhat.com>
50518         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
50519         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
50520         * sysdeps/gnu/_G_config.h: Likewise.
50521         * sysdeps/generic/_G_config.h: Likewise.
50523 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
50525         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
50526         tests.
50527         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50529         * sysdeps/powerpc/powerpc32/crti.S: New file.
50530         * sysdeps/powerpc/powerpc32/crtn.S: New file.
50531         * sysdeps/powerpc/powerpc64/crti.S: New file.
50532         * sysdeps/powerpc/powerpc64/crtn.S: New file.
50534         * Makeconfig (have-initfini): Don't set.
50535         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
50536         * configure.in (nopic_initfini): Don't substitute.
50537         * config.h.in (HAVE_INITFINI): Don't #undef.
50538         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
50539         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
50541 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
50543         Support crti.S and crtn.S provided directly by architectures.
50544         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
50545         [crti.S in sysdirs] (omit-deps): Likewise.
50546         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
50547         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
50548         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
50549         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
50550         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
50551         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
50552         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
50553         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
50554         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
50555         compiler output for sysdeps/generic/initfini.c.
50556         * sysdeps/i386/elf/Makefile: Remove file.
50557         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
50559 2012-02-07  Marek Polacek  <polacek@redhat.com>
50561         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
50562         * sysdeps/gnu/_G_config.h: Likewise.
50563         * sysdeps/mach/hurd/_G_config.h: Likewise.
50565 2012-02-07  Marek Polacek  <polacek@redhat.com>
50567         * math/Makefile (tests): Add tst-CMPLX2.
50568         * math/tst-CMPLX2.c: New file.
50570 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
50572         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50574         * math/libm-test.inc (jn_test): Add missing L suffix.
50576 2012-02-06  Marek Polacek  <polacek@redhat.com>
50578         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
50579         * sysdeps/i386/fpu/e_powf.S: Likewise.
50580         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
50581         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
50582         * sysdeps/i386/fpu/e_acosh.S: Likewise.
50583         * sysdeps/i386/fpu/e_pow.S: Likewise.
50584         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
50585         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
50586         * sysdeps/i386/fpu/s_expm1.S: Likewise.
50587         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
50588         * sysdeps/i386/fpu/e_log2.S: Likewise.
50589         * sysdeps/i386/fpu/e_log2l.S: Likewise.
50590         * sysdeps/i386/fpu/e_scalb.S: Likewise.
50591         * sysdeps/i386/fpu/e_powl.S: Likewise.
50592         * sysdeps/i386/fpu/s_log1p.S: Likewise.
50593         * sysdeps/i386/fpu/e_log10f.S: Likewise.
50594         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
50595         * sysdeps/i386/fpu/e_logl.S: Likewise.
50596         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
50597         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
50598         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
50599         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
50600         * sysdeps/i386/fpu/e_log2f.S: Likewise.
50601         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
50602         * sysdeps/i386/fpu/e_log.S: Likewise.
50603         * sysdeps/i386/fpu/s_cexp.S: Likewise.
50604         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
50605         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
50606         * sysdeps/i386/fpu/e_logf.S: Likewise.
50607         * sysdeps/i386/fpu/e_log10l.S: Likewise.
50608         * sysdeps/i386/fpu/e_atanh.S: Likewise.
50609         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
50610         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
50611         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
50612         * sysdeps/i386/fpu/e_log10.S: Likewise.
50613         * sysdeps/i386/fpu/s_frexp.S: Likewise.
50614         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
50615         * sysdeps/i386/fpu/s_asinh.S: Likewise.
50616         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
50617         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
50618         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
50619         * sysdeps/i386/asm-syntax.h: Likewise.
50620         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
50621         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
50622         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
50623         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
50624         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
50625         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
50626         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
50627         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
50628         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
50629         * sysdeps/powerpc/sysdep.h: Likewise.
50630         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
50631         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
50633 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
50635         [BZ #411]
50636         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
50638 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
50640         * sysdeps/i386/sysdep.h: Include <features.h>.
50641         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
50642         version.
50644 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
50646         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
50647         Define.
50648         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
50649         LOAD_PIC_REG_STR.
50651 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50653         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
50654         (SETUP_PIC_REG): Use GET_PC_THUNK.
50655         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
50656         macro.
50658 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50660         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
50661         for non-PIC compilation.
50662         (SETUP_PIC_REG): Add .p2align directive.
50663         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
50664         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
50665         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
50666         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
50667         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
50668         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
50669         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
50670         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
50671         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
50672         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
50673         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
50674         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
50675         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
50676         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
50677         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
50678         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
50679         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
50680         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
50681         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
50682         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
50683         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
50684         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
50685         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
50686         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
50687         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
50688         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
50689         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
50690         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
50691         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
50692         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
50693         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
50694         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
50695         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
50696         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
50697         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
50698         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
50699         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
50700         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
50701         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
50702         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
50703         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
50705 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50707         * math/tst-CMPLX.c: Include <stdio.h>.
50709 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
50711         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
50712         float.
50713         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
50714         * sysdeps/sparc/bits/mathdef.h: Likewise.
50716 2012-01-31  Marek Polacek  <polacek@redhat.com>
50718         * libio/libio.h: Don't define _PARAMS.
50719         * locale/programs/config.h: Don't define PARAMS.
50720         * stdlib/strtol_l.c: Likewise.
50721         (__strtol_l): Remove PARAMS from the prototype.
50723 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
50725         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
50726         names.  Just use the correct names.  Remove unnecessary wrapper
50727         functions.
50728         * malloc/arena.c: Likewise.
50729         * malloc/hooks.c: Likewise.
50731         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
50732         ARENA_TEST says not to.  Simplify test for creation of a new arena.
50733         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
50735 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
50737         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
50738         into tail calls.
50739         (update_get_addr): New function.
50740         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
50741         GET_ADDR_MODULE parameter.
50743 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
50745         * crypt/cert.c: Remove __STDC__ conditionals.
50746         * crypt/crypt-entry.c: Likewise.
50747         * crypt/crypt_util.c: Likewise.
50748         * libio/filedoalloc.c: Likewise.
50749         * libio/fileops.c: Likewise.
50750         * libio/genops.c: Likewise.
50751         * libio/iofclose.c: Likewise.
50752         * libio/iofdopen.c: Likewise.
50753         * libio/iofopen.c: Likewise.
50754         * libio/iofopen64.c: Likewise.
50755         * libio/iogetdelim.c: Likewise.
50756         * libio/iopopen.c: Likewise.
50757         * libio/obprintf.c: Likewise.
50758         * libio/oldfileops.c: Likewise.
50759         * libio/oldiofclose.c: Likewise.
50760         * libio/oldiofdopen.c: Likewise.
50761         * libio/oldiofopen.c: Likewise.
50762         * libio/oldiopopen.c: Likewise.
50763         * libio/wfiledoalloc.c: Likewise.
50764         * libio/wgenops.c: Likewise.
50765         * locale/programs/xmalloc.c: Likewise.
50766         * misc/syslog.c: Likewise.
50767         * stdio-common/xbug.c: Likewise.
50768         * string/memchr.c: Likewise.
50769         * string/memcmp.c: Likewise.
50770         * string/memrchr.c: Likewise.
50771         * string/rawmemchr.c: Likewise.
50772         * sysdeps/posix/getcwd.c: Likewise.
50773         * time/strftime_l.c: Likewise.
50775 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
50777         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
50778         * config.make.in (config-cflags-sse2avx): Define.
50779         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
50780         Fix typo.
50782 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
50784         * scripts/config.guess: Update from upstream config git repository.
50785         * scripts/config.sub: Likewise.
50787 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
50789         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
50790         (EM_NUM): Update.
50791         (R_TILEPRO_*, R_TILEGX_*): New macros.
50793         * scripts/firstversions.awk: Fix bug in version range handling.
50795         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
50797         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
50799         * include/sys/epoll.h: New file.
50800         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
50801         libc_hidden_def.
50803 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
50805         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
50806         Avoid unnecessary __WORDSIZE == 64 test.
50807         (fmaxf): Use VEX format if possible.
50808         (fmax): Likewise.
50809         (fminf): Likewise.
50810         (fmin): Likewise.
50812         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
50813         * math/math_private.h: Remove libc_fegetround* and
50814         libc_fesetround*.
50815         * sysdeps/i386/configure.in: Check for -msse2avx.
50816         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
50817         also if SSE2AVX is defined.
50818         Remove libc_fegetround* and libc_fesetround*.
50819         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
50820         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
50821         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
50822         of HAS_YMM_USABLE.
50823         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50824         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50825         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50826         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50827         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50829         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
50831 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50833         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
50834         size is not set.
50835         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
50837 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
50839         [BZ #13618]
50840         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
50841         relocation.
50842         * Makeconfig (libm): Define.
50843         * elf/Makefile: Add rules to build and run tst-relsort1.
50844         * elf/tst-relsort1.c: New file.
50845         * elf/tst-relsort1mod1.c: New file.
50846         * elf/tst-relsort1mod2.c: New file.
50848 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
50850         * math/s_ldexp.c: Remove __STDC__ conditionals.
50851         * math/s_ldexpf.c: Likewise.
50852         * math/s_ldexpl.c: Likewise.
50853         * math/s_nextafter.c: Likewise.
50854         * math/s_nexttowardf.c: Likewise.
50855         * math/s_significand.c: Likewise.
50856         * math/s_significandf.c: Likewise.
50857         * math/s_significandl.c: Likewise.
50858         * math/w_jnl.c: Likewise.
50859         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
50860         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
50861         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
50862         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
50863         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
50864         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
50865         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
50866         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
50867         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
50868         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
50869         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
50870         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50871         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
50872         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
50873         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
50874         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
50875         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
50876         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
50877         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
50878         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
50879         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
50880         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
50881         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
50882         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
50883         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
50884         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
50885         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
50886         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
50887         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
50888         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
50889         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
50890         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
50891         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
50892         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
50893         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
50894         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
50895         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
50896         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
50897         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
50898         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
50899         * sysdeps/ieee754/k_standard.c: Likewise.
50900         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
50901         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
50902         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
50903         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
50904         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
50905         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
50906         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
50907         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
50908         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
50909         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
50910         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
50911         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
50912         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
50913         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
50914         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
50915         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
50916         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
50917         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
50918         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
50919         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
50920         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
50921         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
50922         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
50923         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
50924         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
50925         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
50926         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
50927         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
50928         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50929         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
50930         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
50931         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
50932         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
50933         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
50934         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
50935         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
50936         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
50937         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
50938         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
50939         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
50940         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
50941         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
50942         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
50943         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
50944         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
50945         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
50946         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
50947         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
50948         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
50949         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
50950         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
50951         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
50952         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
50953         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
50954         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
50955         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
50956         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
50957         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
50958         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
50959         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
50960         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
50961         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
50962         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
50963         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
50964         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
50965         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
50966         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
50967         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
50968         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
50969         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
50970         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
50971         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
50972         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
50973         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
50974         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
50975         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
50976         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
50977         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
50978         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
50979         * sysdeps/ieee754/s_matherr.c: Likewise.
50980         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
50981         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
50982         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
50983         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
50985 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
50987         * crypt/md5.h: Remove __STDC__ conditionals.
50988         * libio/libioP.h: Likewise.
50989         * locale/programs/config.h: Likewise.
50990         * sysdeps/generic/sysdep.h: Likewise.
50991         * sysdeps/i386/asm-syntax.h: Likewise.
50992         * sysdeps/s390/asm-syntax.h: Likewise.
50993         * sysdeps/unix/sysdep.h: Likewise.
50994         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
50995         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
50997 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
50999         * libio/libio.h: Remove __STDC__ conditionals.
51000         * malloc/obstack.h: Likewise.
51001         * math/complex.h: Likewise.
51002         * math/math.h: Likewise.
51003         * sysdeps/generic/_G_config.h: Likewise.
51004         * sysdeps/gnu/_G_config.h: Likewise.
51005         * sysdeps/mach/hurd/_G_config.h: Likewise.
51006         * sysdeps/powerpc/bits/mathdef.h: Likewise.
51007         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
51008         * sysdeps/sparc/bits/mathdef.h: Likewise.
51010 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
51012         [BZ #13583]
51013         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
51014         Clean up HAS_* macros.
51015         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
51016         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
51017         possible.
51018         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
51019         HAS_AVX.
51020         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51021         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51022         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51023         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51024         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51026 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
51028         * elf/tst-unique3.cc (gets): Remove declaration.
51029         * elf/tst-unique3lib.cc (gets): Likewise.
51030         * elf/tst-unique3lib2.cc (gets): Likewise.
51031         * elf/tst-unique4.cc (gets): Likewise.
51033 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
51035         * include/stdio.h: Add C++ protection.  Add gets declarations and
51036         definitions.
51037         * debug/tst-chk1.c: Don't declare gets here.
51038         * stdio-common/tst-gets.c: Likewise.
51040 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
51042         * posix/glob: Remove directory.
51044 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
51046         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
51048 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
51050         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
51051         of the non-standard EPFNOSUPPORT.
51053 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51055         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
51056         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
51057         ANYWHERE set to 1 only on KERN_NO_SPACE error.
51059 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
51061         * wcsmbs/uchar.h: Test __STDC_VERSION__.
51063 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
51065         * nscd/aicache.c (addhstaiX): Do not cache negative results of
51066         transient errors.
51067         * nscd/grpcache.c (cache_addgr): Likewise.
51068         * nscd/hstcache.c (cache_addhst): Likewise.
51069         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51070         * nscd/pwdcache.c (cache_addpw): Likewise.
51071         * nscd/servicescache.c (cache_addserv): Likewise.
51073 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
51075         * malloc/malloc.c: Various cleanups.
51076         * malloc/hooks.c: Likewise.
51078         * stdlib/Makefile (tests): Add bug-fmtmsg1.
51079         * stdlib/bug-fmtmsg1.c: New file.
51081         * stdlib/fmtmsg.c (init): Add missing unlock.
51082         Patch by Peng Haitao <penght@cn.fujitsu.com>.
51084 2012-01-12  Marek Polacek  <polacek@redhat.com>
51086         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
51087         and _GNU_SOURCE.
51089 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
51091         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
51092         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
51093         macro to ensure uniqueness of label name.
51094         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
51095         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
51097 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
51099         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
51101         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
51102         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
51103         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
51104         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
51106 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
51108         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
51110         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
51111         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
51112         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
51114         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
51116         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
51117         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
51118         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
51119         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
51121         * math/bits/math-finite.h: Add ldexp support.
51123 2012-01-10  Marek Polacek  <polacek@redhat.com>
51125         * locale/programs/localedef.h (show_archive_content): Add noreturn
51126         attribute.
51128 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
51130         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
51132 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51134         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
51136         * io/Makefile (headers): Add bits/poll2.h.
51138 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
51140         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
51141         typo #include statement.
51143 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51145         * include/sys/cdefs.h: Define __attribute_alloc_size.
51146         * catgets/gencat.c: Add alloc_size attribute and apply consistently
51147         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
51148         * elf/pldd.c: Likewise.
51149         * iconv/iconv_charmap.c: Likewise.
51150         * iconv/iconvconfig.c: Likewise.
51151         * iconv/strtab.c: Likewise.
51152         * locale/programs/locale.c: Likewise.
51153         * locale/programs/localedef.h: Likewise.
51154         * locale/programs/simple-hash.c: Likewise.
51155         * nscd/nscd.h: Likewise.
51156         * nss/makedb.c: Likewise.
51157         * sysdeps/generic/ldconfig.h: Likewise.
51158         * locale/programs/localedef.c: Remove xmalloc prototype.
51159         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
51161 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
51163         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
51164         appropriate.
51166 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51168         * math/Makefile (tests): Add tst-CMPLX.
51169         * math/tst-CMPLX.c: New file.
51171         * math/complex.h (CMPLXL): Fix typo.
51173         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
51174         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
51175         GLIBC_2.16.
51176         * debug/tst-chk1.c: Add poll and ppoll tests.
51177         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
51178         * include/sys/poll.h: Add hidden proto for ppoll.
51179         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
51180         * sysdeps/mach/hurd/ppoll.c: Likewise.
51181         * io/ppoll.c: Likewise.
51182         * debug/poll_chk.c: New file.
51183         * debug/ppoll_chk.c: New file.
51184         * include/bits/poll2.h: New file.
51185         * io/bits/poll2.h: New file.
51187         [BZ #1350]
51188         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
51190         * configure.in: static is always set to yes.  Remove.
51191         * config.make.in: Don't set build-static.
51192         * Makeconfig: Remove use of build-static.
51193         * dlfcn/Makefile: Likewise.
51194         * elf/Makefile: Likewise.
51195         * math/Makefile: Likewise.
51196         * misc/Makefile: Likewise.
51197         * nptl/Makefile: Likewise.
51198         * sysdeps/mach/hurd/Makefile: Likewise.
51200         * configure.in: PWD_P is not used anymore.
51201         * config.make.in: Remove PWD_P entry.
51203         * configure.in: Remove last remnants of RANLIB.
51204         No need to check for signed size_t anymore.
51205         Don't set libc_commonpagesize and libc_relro_required here for Alpha
51206         and IA-64.
51207         Remove __builtin_expect test because we require at least gcc 3.4.
51208         * aclocal.m4: Likewise.
51210         * wcsmbs/mbrtoc16.c: Implement using towc function.
51211         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
51212         * wcsmbs/wcsmbsload.c: Likewise.
51213         * iconv/gconv_simple.c: Likewise.
51214         * iconv/gconv_int.h: Likewise.
51215         * iconv/gconv_builtin.h: Likewise.
51216         * iconv/iconv_prog.c: Remove CHAR16 handling.
51218         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
51220         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
51222         * configure.in: Remove --with-elf and --enable-bounded options.
51223         Dont set base_machine for ia64.  More non-ELF conditions removed.
51224         Remove testing and setting of leading underscore information.
51225         * config.make.in (build-bounded): Set to no.
51226         * config.h.in: Remove NO_UNDERSCORES entry.
51227         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
51228         them.
51229         * csu/start.c: Remove !NO_UNDERSCORE code.
51230         * locale/localeinfo.h: Likewise.
51231         * sysdeps/generic/machine-gmon.h: Likewise.
51232         * sysdeps/generic/sysdep.h: Likewise.
51233         * sysdeps/i386/sysdep.h: Likewise.
51234         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51235         * sysdeps/mach/sysdep.h: Likewise.
51236         * sysdeps/s390/s390-32/sysdep.h: Likewise.
51237         * sysdeps/s390/s390-64/sysdep.h: Likewise.
51238         * sysdeps/sh/sysdep.h: Likewise.
51239         * sysdeps/sparc/sparc32/alloca.S: Likewise.
51240         * sysdeps/unix/i386/sysdep.S: Likewise.
51241         * sysdeps/unix/sparc/start.c: Likewise.
51242         * sysdeps/unix/sparc/sysdep.S: Likewise.
51243         * sysdeps/unix/sparc/sysdep.h: Likewise.
51244         * sysdeps/unix/start.c: Likewise.
51245         * sysdeps/unix/x86_64/sysdep.S: Likewise.
51246         * sysdeps/x86_64/sysdep.h: Likewise.
51248 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
51250         [BZ #13553]
51251         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
51252         for non-gcc.
51253         * argp/argp-fmtstream.h: Use const instead __const.
51254         * argp/argp.h: Likewise.
51255         * assert/assert.h: Likewise.
51256         * bits/fenv.h: Likewise.
51257         * bits/sched.h: Likewise.
51258         * bits/sigset.h: Likewise.
51259         * bits/sigthread.h: Likewise.
51260         * catgets/nl_types.h: Likewise.
51261         * conform/data/pthread.h-data: Likewise.
51262         * crypt/crypt-private.h: Likewise.
51263         * crypt/crypt.h: Likewise.
51264         * crypt/crypt_util.c: Likewise.
51265         * ctype/ctype.h: Likewise.
51266         * debug/execinfo.h: Likewise.
51267         * debug/mbsnrtowcs_chk.c: Likewise.
51268         * debug/mbsrtowcs_chk.c: Likewise.
51269         * debug/wcsnrtombs_chk.c: Likewise.
51270         * debug/wcsrtombs_chk.c: Likewise.
51271         * debug/wcstombs_chk.c: Likewise.
51272         * dirent/dirent.h: Likewise.
51273         * dlfcn/dlfcn.h: Likewise.
51274         * elf/neededtest4.c: Likewise.
51275         * grp/grp.h: Likewise.
51276         * gshadow/gshadow.h: Likewise.
51277         * iconv/gconv.h: Likewise.
51278         * iconv/gconv_int.h: Likewise.
51279         * iconv/gconv_simple.c: Likewise.
51280         * iconv/iconv.h: Likewise.
51281         * iconv/loop.c: Likewise.
51282         * iconv/skeleton.c: Likewise.
51283         * include/aio.h: Likewise.
51284         * include/aliases.h: Likewise.
51285         * include/argz.h: Likewise.
51286         * include/arpa/inet.h: Likewise.
51287         * include/assert.h: Likewise.
51288         * include/dirent.h: Likewise.
51289         * include/dlfcn.h: Likewise.
51290         * include/execinfo.h: Likewise.
51291         * include/fcntl.h: Likewise.
51292         * include/fenv.h: Likewise.
51293         * include/glob.h: Likewise.
51294         * include/grp.h: Likewise.
51295         * include/libintl.h: Likewise.
51296         * include/mntent.h: Likewise.
51297         * include/netdb.h: Likewise.
51298         * include/pwd.h: Likewise.
51299         * include/rpc/netdb.h: Likewise.
51300         * include/sched.h: Likewise.
51301         * include/search.h: Likewise.
51302         * include/shadow.h: Likewise.
51303         * include/signal.h: Likewise.
51304         * include/stdio.h: Likewise.
51305         * include/stdlib.h: Likewise.
51306         * include/string.h: Likewise.
51307         * include/sys/socket.h: Likewise.
51308         * include/sys/stat.h: Likewise.
51309         * include/sys/statfs.h: Likewise.
51310         * include/sys/statvfs.h: Likewise.
51311         * include/sys/syslog.h: Likewise.
51312         * include/sys/time.h: Likewise.
51313         * include/sys/uio.h: Likewise.
51314         * include/time.h: Likewise.
51315         * include/unistd.h: Likewise.
51316         * include/utmp.h: Likewise.
51317         * include/wchar.h: Likewise.
51318         * include/wctype.h: Likewise.
51319         * inet/aliases.h: Likewise.
51320         * inet/arpa/inet.h: Likewise.
51321         * inet/netinet/ether.h: Likewise.
51322         * inet/netinet/in.h: Likewise.
51323         * intl/libintl.h: Likewise.
51324         * io/bits/fcntl2.h: Likewise.
51325         * io/fcntl.h: Likewise.
51326         * io/ftw.h: Likewise.
51327         * io/sys/poll.h: Likewise.
51328         * io/sys/stat.h: Likewise.
51329         * io/sys/statfs.h: Likewise.
51330         * io/sys/statvfs.h: Likewise.
51331         * io/utime.h: Likewise.
51332         * libio/bits/stdio.h: Likewise.
51333         * libio/bits/stdio2.h: Likewise.
51334         * libio/libio.h: Likewise.
51335         * libio/libioP.h: Likewise.
51336         * libio/stdio.h: Likewise.
51337         * locale/lc-ctype.c: Likewise.
51338         * locale/locale.h: Likewise.
51339         * login/utmp.h: Likewise.
51340         * malloc/arena.c: Likewise.
51341         * malloc/malloc.c: Likewise.
51342         * malloc/malloc.h: Likewise.
51343         * malloc/mcheck.c: Likewise.
51344         * malloc/mtrace.c: Likewise.
51345         * math/bits/mathcalls.h: Likewise.
51346         * math/fenv.h: Likewise.
51347         * math/math_private.h: Likewise.
51348         * misc/bits/error.h: Likewise.
51349         * misc/bits/syslog.h: Likewise.
51350         * misc/err.h: Likewise.
51351         * misc/error.h: Likewise.
51352         * misc/fstab.h: Likewise.
51353         * misc/mntent.h: Likewise.
51354         * misc/regexp.h: Likewise.
51355         * misc/search.h: Likewise.
51356         * misc/sgtty.h: Likewise.
51357         * misc/sys/mman.h: Likewise.
51358         * misc/sys/syslog.h: Likewise.
51359         * misc/sys/uio.h: Likewise.
51360         * misc/sys/xattr.h: Likewise.
51361         * misc/ttyent.h: Likewise.
51362         * nis/rpcsvc/ypclnt.h: Likewise.
51363         * nss/nss.h: Likewise.
51364         * posix/bits/unistd.h: Likewise.
51365         * posix/fnmatch.h: Likewise.
51366         * posix/glob.h: Likewise.
51367         * posix/sched.h: Likewise.
51368         * posix/spawn.h: Likewise.
51369         * posix/sys/wait.h: Likewise.
51370         * posix/unistd.h: Likewise.
51371         * posix/wordexp.h: Likewise.
51372         * pwd/pwd.h: Likewise.
51373         * resolv/netdb.h: Likewise.
51374         * resource/sys/resource.h: Likewise.
51375         * rt/aio.h: Likewise.
51376         * rt/bits/mqueue2.h: Likewise.
51377         * rt/mqueue.h: Likewise.
51378         * shadow/shadow.h: Likewise.
51379         * signal/signal.h: Likewise.
51380         * socket/send.c: Likewise.
51381         * socket/sendto.c: Likewise.
51382         * socket/sys/socket.h: Likewise.
51383         * stdio-common/printf.h: Likewise.
51384         * stdlib/bits/stdlib.h: Likewise.
51385         * stdlib/fmtmsg.h: Likewise.
51386         * stdlib/monetary.h: Likewise.
51387         * stdlib/stdlib.h: Likewise.
51388         * stdlib/ucontext.h: Likewise.
51389         * streams/stropts.h: Likewise.
51390         * string/argz.h: Likewise.
51391         * string/bits/string2.h: Likewise.
51392         * string/string.h: Likewise.
51393         * string/strings.h: Likewise.
51394         * sunrpc/rpc/auth.h: Likewise.
51395         * sunrpc/rpc/auth_des.h: Likewise.
51396         * sunrpc/rpc/clnt.h: Likewise.
51397         * sunrpc/rpc/netdb.h: Likewise.
51398         * sunrpc/rpc/pmap_clnt.h: Likewise.
51399         * sunrpc/rpc/xdr.h: Likewise.
51400         * sysdeps/generic/inttypes.h: Likewise.
51401         * sysdeps/generic/net/if.h: Likewise.
51402         * sysdeps/generic/sys/swap.h: Likewise.
51403         * sysdeps/gnu/net/if.h: Likewise.
51404         * sysdeps/gnu/utmpx.h: Likewise.
51405         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
51406         * sysdeps/i386/i486/bits/string.h: Likewise.
51407         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
51408         * sysdeps/s390/bits/string.h: Likewise.
51409         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
51410         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
51411         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
51412         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
51413         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
51414         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
51415         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
51416         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
51417         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
51418         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
51419         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
51420         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
51421         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
51422         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
51423         * sysdeps/unix/sysv/linux/readv.c: Likewise.
51424         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
51425         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
51426         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
51427         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
51428         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
51429         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51430         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
51431         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
51432         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
51433         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
51434         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
51435         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
51436         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51437         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
51438         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
51439         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
51440         * sysvipc/sys/ipc.h: Likewise.
51441         * sysvipc/sys/msg.h: Likewise.
51442         * sysvipc/sys/sem.h: Likewise.
51443         * sysvipc/sys/shm.h: Likewise.
51444         * termios/termios.h: Likewise.
51445         * time/sys/time.h: Likewise.
51446         * time/time.h: Likewise.
51447         * wcsmbs/bits/wchar2.h: Likewise.
51448         * wcsmbs/uchar.h: Likewise.
51449         * wcsmbs/wchar.h: Likewise.
51450         * wctype/wctype.h: Likewise.
51452         [BZ #13551]
51453         * Makeconfig: Remove all but ELF support including AIX support.
51454         * Makerules: Likewise.
51455         * config.h.in: Likewise.
51456         * config.make.in: Likewise.
51457         * configure: Likewise.
51458         * configure.in: Likewise.
51459         * csu/Makefile: Likewise.
51460         * csu/version.c: Likewise.
51461         * debug/Makefile: Likewise.
51462         * dlfcn/Makefile: Likewise.
51463         * elf/Makefile: Likewise.
51464         * extra-lib.mk: Likewise.
51465         * iconv/Makefile: Likewise.
51466         * include/libc-symbols.h: Likewise.
51467         * include/shlib-compat.h: Likewise.
51468         * resolv/Makefile: Likewise.
51469         * resolv/res_libc.c: Likewise.
51470         * rt/Makefile: Likewise.
51471         * sysdeps/i386/asm-syntax.h: Likewise.
51472         * sysdeps/i386/sysdep.h: Likewise.
51473         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51474         * sysdeps/mach/sysdep.h: Likewise.
51475         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
51476         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
51477         * sysdeps/s390/asm-syntax.h: Likewise.
51478         * sysdeps/s390/s390-32/sysdep.h: Likewise.
51479         * sysdeps/s390/s390-64/sysdep.h: Likewise.
51480         * sysdeps/sh/sysdep.h: Likewise.
51481         * sysdeps/unix/sparc/sysdep.h: Likewise.
51482         * sysdeps/wordsize-32/divdi3.c: Likewise.
51483         * sysdeps/x86_64/sysdep.h: Likewise.
51485         * argp/Versions: Remove _argp_unlock_xxx.
51487         [BZ #13559]
51488         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
51489         * abilist/libBrokenLocale.abilist: Likewise.
51490         * abilist/libanl.abilist: Likewise.
51491         * abilist/libc.abilist: Likewise.
51492         * abilist/libcrypt.abilist: Likewise.
51493         * abilist/libdl.abilist: Likewise.
51494         * abilist/libm.abilist: Likewise.
51495         * abilist/libnsl.abilist: Likewise.
51496         * abilist/libpthread.abilist: Likewise.
51497         * abilist/libresolv.abilist: Likewise.
51498         * abilist/librt.abilist: Likewise.
51499         * abilist/libthread_db.abilist: Likewise.
51500         * abilist/libutil.abilist: Likewise.
51501         * abilist/libnss_db.abilist: New file.
51503         * scripts/abilist.awk: Add support for indirect functions.
51505         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
51507         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
51509         * shlib-versions: Remove entries for ports architectures.
51511         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
51512         files in ports.
51513         * elf/stackguard-macros.h: Remove support for IA-64.
51514         * elf/tst-auditmod1.c: Likewise.
51515         * sysdeps/generic/ldsodefs.h: Likewise.
51517         * sysdeps/unix/sysv/linux/configure.in: Ports should define
51518         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
51519         configure files.
51521         [BZ #13552]
51522         * configure.in: Remove --enable-omitfp support.
51523         * FAQ.in: Adjust.
51524         * config.make.in: Likewise.
51525         * Makeconfig: Likewise.
51526         * manual/install.texi: Likewise.
51528         In case anyone cares, the IA-64 architecture could move to ports.
51529         * sysdeps/ia64/*: Removed.
51530         * sysdeps/unix/sysv/linux/ia64/*: Removed.
51531         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
51533         [BZ #13555]
51534         * configure.in: Remove entries for unsupported architectures.
51536         [BZ #13533]
51537         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
51538         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
51539         routines.
51540         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
51541         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
51542         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
51543         fall back to using wcrtomb.
51544         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
51545         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
51546         renaming.
51547         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
51548         * wcsmbs/tst-c16c32-1.c: New file.
51550         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
51551         local variable.
51553         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
51555         * elf/tst-unique3.cc: Add explicit declaration of gets.
51556         * elf/tst-unique3lib.cc: Likewise.
51557         * elf/tst-unique3lib2.cc: Likewise.
51558         * elf/tst-unique4.cc: Likewise.
51560         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
51562 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
51564         [BZ #13566]
51565         * assert/assert.h (static_assert): Don't define for C++.
51566         * libio/stdio.h (gets): Do declare for C++ <= C++11.
51567         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
51569 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
51571         * iconv/loop.c (single loop): Fix assertion in storing of
51572         remaining bytes.
51574         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
51576 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
51578         * posix/getconf.c: Update copyright year.
51579         * nss/getent.c: Likewise.
51580         * nss/makedb.c: Likewise.
51581         * iconv/iconvconfig.c: Likewise.
51582         * iconv/iconv_prog.c: Likewise.
51583         * elf/ldconfig.c: Likewise.
51584         * elf/pldd.c: Likewise.
51585         * elf/sotruss.ksh: Likewise.
51586         * catgets/gencat.c: Likewise.
51587         * csu/version.c: Likewise.
51588         * elf/ldd.bash.in: Likewise.
51589         * elf/sprof.c (print_version): Likewise.
51590         * locale/programs/locale.c: Likewise.
51591         * locale/programs/localedef.c: Likewise.
51592         * login/programs/pt_chown.c: Likewise.
51593         * nscd/nscd.c (print_version): Likewise.
51594         * debug/xtrace.sh: Likewise.
51595         * malloc/memusage.sh: Likewise.
51596         * malloc/mtrace.pl: Likewise.
51597         * debug/catchsegv.sh: Likewise.
51599 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
51601         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
51602         pure attribute.
51604 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
51606         [BZ #13533]
51607         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
51608         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
51609         transformations.
51610         * iconv/gconv_int.h: Likewise.
51611         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
51612         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
51613         from libc for GLIBC_2.16.
51614         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
51615         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
51616         * wcsmbs/uchar.h: Really define mbstate_t.
51617         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
51618         * wcsmbs/c16rtomb.c: New file.
51619         * wcsmbs/mbrtoc16.c: New file.
51620         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
51621         for C/POSIX locale.
51622         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
51623         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
51625         * wcsmbs/wchar.h: Add missing __restrict.
51627 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
51629         [BZ #13532]
51630         * time/Makefile (routines): Add timespec_get.
51631         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
51632         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
51633         timespec for ISO C11.
51634         * time/timespec_get.c: New file.
51635         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
51636         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
51638         [BZ #13531]
51639         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
51640         * stdlib/stdlib.h: Declare aligned_alloc.
51641         * Versions.def: Add GLIBC_2.16 for libc.
51642         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
51644         [BZ 13527]
51645         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
51646         ISO C11.
51648         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
51649         code.
51651         [BZ #13528]
51652         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
51654         [BZ #13529]
51655         * assert/assert.h (static_assert): Define.
51657         * version.h: Update for 2.16 development version.
51659         [BZ #13526]
51660         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
51661         _ISOC11_SOURCE.
51663         * version.h (RELEASE): Bump for 2.15 release.
51664         * include/features.h (__GLIBC_MINOR__): Bump to 15.
51666         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
51667         Patch by Marek Polacek <mpolacek@redhat.com>.
51669         * bits/byteswap.h: Protect long long constants with __extension__.
51670         * sysdeps/i386/bits/byteswap.h: Likewise.
51671         * sysdeps/ia64/bits/byteswap.h: Likewise.
51672         * sysdeps/s390/bits/byteswap.h: Likewise.
51673         * sysdeps/x86_64/bits/byteswap.h: Likewise.
51675 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51677         [BZ #13540]
51678         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
51679         destination buffer.
51680         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
51682 2011-12-23  Marek Polacek  <polacek@redhat.com>
51684         * elf/dl-addr.c (determine_info): Add inline keyword.
51685         * elf/tst-auditmod4b.c (check_avx): Likewise.
51686         * elf/tst-auditmod6b.c (check_avx): Likewise.
51687         * elf/tst-auditmod6c.c (check_avx): Likewise.
51688         * elf/tst-auditmod7b.c (check_avx): Likewise.
51690 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
51692         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
51693         !__SSE_MATH__.
51695 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51697         [BZ #13540]
51698         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
51699         processing for last bytes.
51701 2011-08-06  Bruno Haible  <bruno@clisp.org>
51703         [BZ #13061]
51704         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
51705         U+0385, not to U+1FEE.
51707         [BZ #13062]
51708         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
51709         entry for U+00A5 U+0301.
51711 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
51713         [BZ #13166]
51714         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
51715         buffer for the output is too small.
51717         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
51718         optimization.
51720         [BZ #13185]
51721         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
51722         SSE flags if possible.
51724 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51726         [BZ #13540]
51727         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
51728         processing for last bytes.
51730 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
51732         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
51733         (syscall-list-default-options, syscall-list-default-condition)
51734         (syscall-list-includes): Define.
51735         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
51736         list of ABIs and options and #if conditions for each ABI.  Do not
51737         handle common syscalls between ABIs specially.
51738         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
51739         Remove.
51740         (syscall-list-variants, syscall-list-32bit-options)
51741         (syscall-list-32bit-condition, syscall-list-64bit-options)
51742         (syscall-list-64bit-condition): Define.
51743         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
51744         (syscall-list-variants, syscall-list-32bit-options)
51745         (syscall-list-32bit-condition, syscall-list-64bit-options)
51746         (syscall-list-64bit-condition): Define.
51747         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
51748         Remove.
51749         (syscall-list-variants, syscall-list-32bit-options)
51750         (syscall-list-32bit-condition, syscall-list-64bit-options)
51751         (syscall-list-64bit-condition): Define.
51752         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
51753         Remove.
51754         (syscall-list-variants, syscall-list-32bit-options)
51755         (syscall-list-32bit-condition, syscall-list-64bit-options)
51756         (syscall-list-64bit-condition): Define.
51758 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
51760         * locale/iso-639.def: Add brx entry.
51762         [BZ #13328]
51763         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
51764         Proposed by Mariusz_Cukr <marcukr@op.pl>.
51766         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
51767         __feraiseexcept_renamed.
51769 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
51771         [BZ #13538]
51772         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
51773         EPOLLET with unsigned values.
51774         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51775         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51777         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
51778         to large cancellation.
51779         * math/s_cacoshf.c: Likewise.
51780         * math/s_cacoshl.c: Likewise.
51782 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
51784         [BZ #13305]
51785         [BZ #12786]
51786         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
51787         * math/s_cacoshf.c: Likewise.
51788         * math/s_cacoshl.c: Likewise.
51790 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
51792         [BZ #13439]
51793         * iconv/gconv.h: Define __GCONV_SWAP.
51794         * iconvdata/unicode.c: The swap bit must be stored in __flags.
51795         * iconvdata/utf-16.c: Likewise.
51796         * iconvdata/utf-32.c: Likewise.
51798 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
51800         [BZ #13524]
51801         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
51802         numerator after shifting it by one limb.
51804 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
51806         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
51807         under [__USE_EXTERN_INLINES].
51809 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
51811         [BZ #13446]
51812         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
51814 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51816         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
51817         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
51818         optimized code.
51819         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
51820         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
51821         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
51822         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
51823         for strncasecmp/strncasecmp_l compilation.
51824         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
51825         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
51827 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
51829         [BZ #13484]
51830         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
51831         of __asm__.
51833 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
51835         [BZ #13506]
51836         * time/tzfile.c (__tzfile_read): Check values from file header.
51838 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
51840         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
51841         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
51842         * powerpc/powerpc32/dl-start.S: Likewise.
51843         * powerpc/powerpc32/elf/start.S: Likewise.
51844         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
51845         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
51846         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
51847         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
51848         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
51849         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
51850         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
51851         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
51852         * powerpc/powerpc32/fpu/s_round.S: Likewise.
51853         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
51854         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
51855         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
51856         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
51857         * powerpc/powerpc32/memset.S: Likewise.
51858         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
51859         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
51860         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
51861         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
51862         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
51863         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
51864         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
51865         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
51866         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
51867         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
51868         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
51869         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
51870         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
51872 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51874         * math/libm-test.inc: Added more nearbyint tests.
51875         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
51876         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
51877         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
51878         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
51880 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
51882         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
51883         FD_CLOEXEC.
51885 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51887         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
51888         Add wcscpy-ssse3 wcscpy-c.
51889         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
51890         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
51891         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
51892         * sysdeps/x86_64/wcschr.S: New file.
51893         * sysdeps/x86_64/wcsrchr.S: New file.
51894         * string/test-strcmp.c: Remove checking of wcscmp function for
51895         wrong alignments.
51896         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
51897         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
51898         wcsrchr-sse2 wcsrchr-c.
51899         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
51900         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
51901         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
51902         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
51903         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
51904         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
51905         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
51906         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
51907         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
51908         * wcsmbc/wcschr.c (WCSCHR): New macro.
51910 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51912         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
51913         * wcsmbs/test-wcsrchr.c: New file.
51914         * string/test-strrchr.c: Add wcsrchr support.
51915         (WIDE): New macro.
51916         * wcsmbs/test-wcscpy.c: New file.
51917         * string/test-strcpy.c: Add wcscpy support.
51918         (WIDE): New macro.
51920 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
51922         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
51923         the inner loop.
51925 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
51927         [BZ #13472]
51928         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
51930 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
51932         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
51933         Minor optimizations.
51935         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
51936         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
51937         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
51939 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
51941         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
51942         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
51943         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
51944         for gcc to avoid warnings.
51945         * inet/Makefile (tests): Add tst-checks.
51946         * inet/tst-checks.c: New file.
51948         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
51949         warning.
51951         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
51952         __wmemcmp_sse2.
51954         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
51955         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
51957         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
51959 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
51961         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
51962         problem.
51964         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
51966 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
51968         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
51969         conditional on GCC version.
51970         (__arch_compare_and_exchange_val_8_acq)
51971         (__arch_compare_and_exchange_val_16_acq)
51972         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
51973         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
51974         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
51976 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
51978         * sysdeps/sh/backtrace.c: New file.
51980 2011-12-02  Andreas Schwab  <schwab@redhat.com>
51982         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
51983         parenthesis.
51985 2011-12-01  Andreas Schwab  <schwab@redhat.com>
51987         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
51988         falling back to utime.
51990 2011-11-30  Andreas Schwab  <schwab@redhat.com>
51992         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
51993         expectations for float.
51995 2011-11-29  Andreas Schwab  <schwab@redhat.com>
51997         * locale/weight.h (findidx): Add parameter len.
51998         * locale/weightwc.h (findidx): Likewise.
51999         * posix/fnmatch_loop.c (FCT): Adjust caller.
52000         * posix/regcomp.c (build_equiv_class): Likewise.
52001         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
52002         * posix/regexec.c (check_node_accept_bytes): Likewise.
52003         * string/strcoll_l.c (STRCOLL): Likewise.
52004         * string/strxfrm_l.c (STRXFRM): Likewise.
52006 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
52008         * Makefile.in: Remove CVSOPT handling.
52009         * configure.in: Remove use of AC_REVISION.
52010         * iconvdata/Makefile (distribute): No need to filter out CVS.
52011         * scripts/list-sources.sh: Remove CVS, subversion and monotone
52012         handling.
52014 2011-11-16  Andreas Schwab  <schwab@redhat.com>
52016         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
52017         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
52018         [USE_AS_STRNCASECMP_L]: Likewise.
52019         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
52020         NO_TLS_DIRECT_SEG_REFS.
52021         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
52022         Fix argument offsets for non-PIC.
52023         [USE_AS_STRNCASECMP_L]: Likewise.
52024         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
52025         NO_TLS_DIRECT_SEG_REFS.
52027 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
52029         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
52030         O_CLOEXEC.
52031         * locale/loadlocale.c (_nl_load_locale): Likewise.
52033 2011-11-15  Andreas Schwab  <schwab@redhat.com>
52035         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
52036         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
52037         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
52038         (SYSCALL_GETTIME): Set errno on error.
52040         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
52041         count references to noai6ai_cached.
52043 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
52045         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
52047         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
52048         FD_CLOEXEC for /proc/self/maps.
52050         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
52051         FD_CLOEXEC for /proc/meminfo.
52053         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
52054         gai.conf.
52056         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
52057         FD_CLOEXEC for given file.
52059         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
52061         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
52062         FD_CLOEXEC for /etc/hosts.
52063         (_gethtent): Likewise.
52065         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
52067         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
52068         cancellation and set FD_CLOEXEC for /etc/netgroup.
52070         * nss/nss_files/files-key.c (search): Don't allow cancellation when
52071         reading /etc/publickey.
52073         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
52074         allow cancellation when reading /etc/group.
52076         * nss/nss_files/files-alias.c (internal_setent): Don't allow
52077         cancellation.
52078         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
52080         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
52081         when using data file.
52083         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
52085         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
52086         (write_nis_obj): Use "c" and "e" in fopen.
52088         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
52090         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
52092         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
52094         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
52096         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
52097         locale.alias.
52099         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
52101         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
52103         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
52105         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
52106         file parsing and set FD_CLOEXEC.
52108 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
52110         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
52112 2011-11-14  Andreas Schwab  <schwab@redhat.com>
52114         * malloc/arena.c (arena_get2): Don't call reused_arena when
52115         _int_new_arena failed.
52117 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
52119         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
52120         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
52121         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
52122         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
52123         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
52124         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
52125         to compile strcasecmp and strncasecmp.
52126         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
52127         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
52129         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
52131 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
52133         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
52134         locale-defines.sym to gen-as-const-headers.
52135         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
52136         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
52137         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
52138         to compile strcasecmp and strncasecmp.
52139         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
52140         strcasecmp_l and strncasecmp_l.
52141         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
52142         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
52143         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
52144         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
52145         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
52146         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
52147         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
52148         * sysdeps/i386/i686/multiarch/strncase.S: New file.
52149         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
52150         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
52151         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
52153 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
52155         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
52156         result of SYSDEP_GETTIME_CPU to retval.
52157         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
52158         parameter list to macro.  Remove trailing semicolon.  Adjust users.
52160         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
52161         variable.
52163         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
52164         mantissa words.
52165         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
52167         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
52168         from unused variable.
52170         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
52171         DWARF definitions.
52172         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
52173         for assembling.
52175         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
52176         over namespaces.
52178         * sunrpc/rpc_prot.c (rejected): Fix case value.
52180         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
52181         unsigned long long int to avoid warnings in shift.
52183         * posix/regex_internal.c (re_string_reconstruct): Actually use result
52184         of use of trans.
52185         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
52186         variable tmp.
52188         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
52189         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
52190         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
52192         * nis/nis_table.c (nis_list): Use variable of correct type for
52193         result of __follow_path call.
52195 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52197         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
52198         of math functions ceil, trunc, floor, round, and sqrt, when
52199         avaliable on the platform.
52200         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
52201         name clash.
52202         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
52203         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
52204         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
52206 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
52208         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
52209         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
52211 2011-11-11  Roland McGrath  <roland@hack.frob.com>
52213         * include/unistd.h: Fix __readlink return type.
52214         Reported by Chris Metcalf <cmetcalf@tilera.com>.
52216 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
52218         * stdlib/ucontext.h: Undo last change for makecontext.
52220 2011-11-11  Andreas Schwab  <schwab@redhat.com>
52222         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
52224         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
52225         * setjmp/setjmp.h: Mark functions as non-leaf.
52226         * setjmp/bits/setjmp2.h: Likewise.
52227         * stdlib/ucontext.h: Likewise.
52229 2011-11-10  Andreas Schwab  <schwab@redhat.com>
52231         * malloc/arena.c (_int_new_arena): Don't increment narenas.
52232         (reused_arena): Don't check arena limit.
52233         (arena_get2): Atomically check arena limit.
52235 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
52237         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
52238         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
52240         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
52241         instructions.
52243 2011-11-07  Andreas Schwab  <schwab@redhat.com>
52245         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
52246         handler when locking.
52248         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
52249         Fix size of allocated buffer.
52251 2011-11-04  Andreas Schwab  <schwab@redhat.com>
52253         [BZ #10103]
52254         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
52255         declarations for long double functions.
52256         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
52258         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
52260 2011-11-03  Andreas Schwab  <schwab@redhat.com>
52262         * nscd/nscd.c (main): Don't start AVC thread until credentials are
52263         installed.
52265         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
52266         is disabled.
52268 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52270         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
52272 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
52274         * include/alloca.h (stackinfo_alloca_round): Define.
52275         (extend_alloca): Use it.
52276         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
52277         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
52278         here.
52280         * scripts/check-local-headers.sh: Ignore libaudit.h.
52282         * nscd/Makefile (extra-objs): Make recursively expanded.
52284 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
52286         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
52287         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
52289         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
52290         * posix/tst-rfc3484-2.c: Likewise.
52291         * posix/tst-rfc3484-3.c: Likewise.
52293         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
52294         process_vm_writev.
52295         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
52296         process_vm_writev.
52297         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
52298         process_vm_writev from libc using GLIBC_2.15 version.
52300         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
52302 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
52304         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
52305         stack usage.
52307 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
52309         [BZ #13367]
52310         * nss/getent.c (initgroups_keys): Show error message in case no group
52311         names are given.
52313         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
52314         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
52315         __bump_nl_timestamp.
52316         * nscd/connections (nscd_init): When host database is served open
52317         netlink socket and request notification about configuration changes.
52318         (main_loop_poll): Track netlink file descriptor and bump timestamp
52319         in case data becomes available.
52320         (main_loop_epoll): Likewise.
52321         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
52322         (database_pers_head): Add extra_data fileds.
52323         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
52324         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
52325         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
52326         Adjust caller.
52327         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
52328         in6ai data, call __free_in6ai.
52329         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
52330         Add -DHAVE_NETLINK.
52331         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
52332         interface information.  Reuse previous data if netlink timestamp
52333         is not changed.
52334         (__bump_nl_timestamp): New function.
52335         (__free_in6ai): New function.
52337 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
52339         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
52340         close_not_cancel_no_status here.
52341         (__check_pf): Reorganize code a bit to not call close twice if OOM.
52343 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
52345         [BZ #13276]
52346         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
52347         return value.
52349         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
52350         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
52351         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
52353 2011-07-03  Andreas Jaeger  <aj@suse.de>
52355         [BZ #10709]
52356         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
52357         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
52358         * math/libm-test.inc (sin_test): Add test case.
52360 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
52362         [BZ #13337]
52363         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
52364         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52366         * elf/chroot_canon.c (chroot_canon): Cleanups.
52368         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
52370         [BZ #13335]
52371         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
52372         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52374         * string/test-strchr.c: Make usable for strchrnul testing.
52375         * string/test-strchrnul.c: New file.
52376         * string/Makefile (strop-tests): Add strchrnul.
52378         * po/it.po: Update from translation team.
52379         * po/es.po: Likewise.
52381 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
52383         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
52384         the three constants needed as parameters.  Drop the others.
52385         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
52386         __m128i_strloadu_tolower.
52387         Create and initialize variable zero and use it in all the places
52388         where _mm_setzero_si128 was used.
52390         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
52391         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
52392         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
52393         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
52394         anymore.
52395         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
52396         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
52397         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
52398         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
52399         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
52400         __mpranred, __mptan.
52401         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
52402         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
52403         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
52404         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
52405         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
52406         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
52407         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
52408         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
52409         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
52411 2011-10-28  Andreas Schwab  <schwab@redhat.com>
52413         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
52414         redefine if SHARED.
52415         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
52417         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
52418         wide char related routines to wcsmbs subdir.
52420 2011-10-27  Andreas Schwab  <schwab@redhat.com>
52422         [BZ #13344]
52423         * misc/sys/cdefs.h (__THROWNL): Define.
52424         * posix/unistd.h: Use __THREADNL instead of __THREAD
52425         for memory synchronization functions.
52427 2011-10-26  Roland McGrath  <roland@hack.frob.com>
52429         [BZ #13349]
52430         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
52431         doesn't exist.
52432         * manual/stdio.texi (Obstack Streams): Node removed.
52434 2011-10-26  Andreas Schwab  <schwab@redhat.com>
52436         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
52437         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52438         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52440         * math/math_private.h (math_force_eval): Allow non-addressable
52441         arguments.
52442         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
52444 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52446         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
52447         file is not needed.
52449         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
52450         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
52451         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
52452         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
52453         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
52454         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
52455         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
52456         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
52457         Add AVX variants.
52458         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
52459         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
52460         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
52461         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
52462         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
52463         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
52464         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
52465         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
52466         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
52467         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
52468         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
52469         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
52470         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
52471         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
52472         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
52473         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
52474         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
52475         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
52476         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
52478         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
52479         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
52481         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
52482         place.  Use VEX encoding when compiling for AVX.
52484 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52486         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
52487         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
52489         * string/test-strchr.c (do_test): Don't generate NUL bytes.
52491 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52493         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
52494         useless if() expression.
52495         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52496         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
52497         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
52498         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52499         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
52500         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52501         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52502         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52503         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
52504         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52505         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52506         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52507         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
52508         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52509         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
52510         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52511         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52512         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52513         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
52515         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
52517 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52519         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
52520         condition.
52521         * elf/dl-fini.c (_dl_sort_fini): Likewise.
52523 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52525         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
52526         .text section.  Avoid duplicate constants.
52527         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
52528         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52529         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52530         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52531         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52532         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52533         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52534         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52535         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
52536         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
52537         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
52538         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
52539         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
52540         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
52541         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
52542         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
52543         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
52544         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
52545         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
52546         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52547         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
52548         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
52549         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
52550         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
52551         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
52552         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
52553         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
52554         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
52555         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
52556         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
52557         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
52558         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
52559         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
52560         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
52561         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
52562         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
52563         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
52564         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
52565         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
52566         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
52567         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
52568         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
52569         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
52570         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
52571         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
52573 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
52575         * sysdeps/x86_64/dla.h: Move to ...
52576         * sysdeps/x86_64/fpu/dla.h: ...here.
52577         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
52578         situations.  Use __builtin_fma only for gcc 4.6 and up.
52580         * config.make.in: Add have-mfma4 entry.
52581         * configure.in: Substitute libc_cv_cc_fma4.
52582         * math/Makefile (dbl-only-routines): Add sincostab.
52583         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
52584         Use __sincostab not sincos.
52585         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
52586         name is a macro.
52587         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52588         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52589         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52590         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
52591         using __copysign.
52592         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
52593         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
52594         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
52595         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
52596         and __inv.
52597         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
52598         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
52599         __copysign.
52600         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
52601         define aliases when function name is a macro.
52602         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
52603         sysdeps/ieee754/dbl-64/sincos.tbl.
52604         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
52605         fma4-enabled routines.
52606         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
52607         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
52608         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
52609         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
52610         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
52611         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
52612         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
52613         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
52614         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
52615         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
52616         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
52617         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
52618         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
52619         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
52620         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
52621         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
52622         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
52623         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
52624         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
52625         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
52626         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
52627         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
52628         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
52629         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
52630         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
52631         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
52632         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
52633         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
52634         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
52635         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
52637         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
52638         rename.
52639         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52640         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52641         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52642         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52643         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52644         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52645         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52646         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52648 2011-10-24  Andreas Schwab  <schwab@redhat.com>
52650         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
52652 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52654         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
52656         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
52657         prediction.
52658         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
52660         * string/strnlen.c: Don't define STRNLEN, reverse logic.
52661         Remove unused variable magic_bits.
52662         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
52664         * string/strnlen.c: Define and use STRNLEN macro.
52665         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
52666         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
52667         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
52668         * wcsmbs/wcslen.c: Define and use WCSLEN.
52669         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
52670         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
52671         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
52672         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
52673         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
52674         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
52675         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
52677 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52679         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52680         strnlen-sse2-no-bsf.
52681         Rename strlen-no-bsf to strlen-sse2-no-bsf.
52682         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
52683         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
52684         Add strnlen support.
52685         (USE_AS_STRNLEN): New macro.
52686         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
52687         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
52688         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
52689         * sysdeps/x86_64/wcslen.S: New file.
52691 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
52693         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
52694         XMM-moves are used for copying on small sizes.
52696 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52698         * wcsmbs/Makefile (strop-tests): Add wcschr.
52699         * wcsmbs/test-wcschr.c: New file.
52700         * string/test-strchr.c: Update.
52701         Add wcschr support.
52702         (WIDE): New macro.
52704 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52706         * wcsmbs/Makefile (strop-tests): Add wcslen.
52707         * wcsmbs/test-wcslen.c: New file.
52708         * string/test-strlen.c: Update.
52709         Add wcslen support.
52710         (WIDE): New macro.
52712 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52714         * po/it.po: Update from translation team.
52716 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52718         * sysdeps/x86_64/wcscmp.S: Update.
52719         Fix wrong comparison semantics.
52720         wcscmp shall use signed comparison not unsigned.
52721         Don't use substraction to avoid overflow bug.
52722         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
52723         * wcsmbc/wcscmp.c: Likewise.
52724         * string/test-strcmp.c: Likewise.
52725         Add new tests to check cases with negative values.
52727 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52729         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
52730         * sysdeps/x86_64/dla.h: ...here.  New file.
52731         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
52732         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52733         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52734         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52735         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52736         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
52737         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52738         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52739         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52741 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
52743         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
52744         __ynl_finite aliases.
52746 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
52748         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
52750         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
52751         define DLA_FMA.
52752         [DLA_FMA] (EMULV): Use DLA_FMA.
52753         [DLA_FMA] (MUL12): Use EMULV.
52754         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
52755         that are not needed.
52756         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52757         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52758         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52759         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52760         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52761         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52762         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52764 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
52766         * math/s_nan.c: Undef __nan.
52767         * math/s_nanf.c: Undef __nanf.
52768         * math/s_nanl.c: Undef __nanl.
52769         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
52770         "math_private.h".
52772 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
52774         * math/s_catan.c: Add branch predictions.
52775         * math/s_catanf.c: Likewise.
52776         * math/s_catanh.c: Likewise.
52777         * math/s_catanhf.c: Likewise.
52778         * math/s_catanhl.c: Likewise.
52779         * math/s_catanl.c: Likewise.
52780         * math/s_cexp.c: Likewise.
52781         * math/s_cexpf.c: Likewise.
52782         * math/s_cexpl.c: Likewise.
52783         * math/s_clog.c: Likewise.
52784         * math/s_clog10.c: Likewise.
52785         * math/s_clog10f.c: Likewise.
52786         * math/s_clog10l.c: Likewise.
52787         * math/s_clogf.c: Likewise.
52788         * math/s_clogl.c: Likewise.
52789         * math/s_csqrt.c: Likewise.
52790         * math/s_csqrtf.c: Likewise.
52791         * math/s_csqrtl.c: Likewise.
52792         * math/s_ctanf.c: Likewise.
52793         * math/s_ctanh.c: Likewise.
52794         * math/s_ctanhf.c: Likewise.
52795         * math/s_ctanhl.c: Likewise.
52796         * math/s_ctanl.c: Likewise.
52798         * math/math_private.h: Define __nan, __nanf, __nanl.
52799         * math/s_cacosh.c: Include <math_private.h>.
52800         * math/s_cacoshl.c: Likewise.
52801         * math/s_casinh.c: Likewise.
52802         * math/s_casinhf.c: Likewise.
52803         * math/s_casinhl.c: Likewise.
52804         * math/s_ccos.c: Rely entire on ccosh.
52805         * math/s_ccosf.c: Rely entire on ccoshf.
52806         * math/s_ccosl.c: Rely entirely on ccoshl.
52807         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
52808         Remove tests for FE_INVALID.
52809         * math/s_ccoshf.c: Likewise.
52810         * math/s_ccoshl.c: Likewise.
52811         * math/s_csin.c: Likewise.
52812         * math/s_csinf.c: Likewise.
52813         * math/s_csinh.c Likewise.
52814         * math/s_csinhf.c: Likewise.
52815         * math/s_csinhl.c: Likewise.
52816         * math/s_csinl.c: Likewise.
52817         * math/s_ctan.c: Likewise.
52818         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
52819         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
52820         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
52822 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
52824         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
52825         compilation problems.
52827         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
52828         __builtin_expect.
52830 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
52832         * sysdeps/i386/configure.in: Test for -mfma4 option.
52833         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
52834         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
52835         COMMON_CPUID_INDEX_80000001.
52836         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
52837         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
52838         use it if FMA3 is not supported.
52839         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
52841         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
52842         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
52844 2011-10-20  Andreas Schwab  <schwab@redhat.com>
52846         [BZ #12892]
52847         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
52848         it would create a cycle with a link time dependency.
52850 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
52852         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
52853         instruction.
52854         * string/Makefile (strop-tests): Add rawmemchr.
52855         * string/test-rawmemchr.c: New file.
52857         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
52858         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
52859         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
52860         when compiling str{,n}casecmp and when AVX is available.  Hook up
52861         new optimized code in initializers.
52863 2011-10-19  Andreas Schwab  <schwab@redhat.com>
52865         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
52866         __feraiseexcept instead of feraiseexcept.
52868 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
52870         * math/math_private.h: Define defaults for libc_fetestexcept and
52871         libc_feupdateenv.
52872         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
52873         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
52874         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
52875         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
52876         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
52877         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
52878         libc_fetestexcept and libc_feupdateenv.
52880         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
52881         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
52882         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
52883         * sysdeps/x86_64/fpu/math_private.h: Define special version of
52884         libc_feholdexcept_setround.
52886         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
52887         Add s_nearbyint-c and s_nearbyintf-c.
52888         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
52889         nearbyintf inlines.
52890         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
52891         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
52892         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
52893         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
52895         * math/math_private.h: Define defaults for libc_fegetround,
52896         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
52897         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
52898         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
52899         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
52900         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
52901         standard functions.
52902         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
52903         Remove comments and hacks for old compiler versions.
52904         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
52905         libc_fegetround, libc_fesetround, libc_feholdexcept, and
52906         libc_feholdexceptl.
52908 2011-10-18  Andreas Schwab  <schwab@redhat.com>
52910         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
52911         (__feraiseexcept_renamed): Add __NTH.
52912         (feraiseexcept): Add __NTH.  Rename local variables to fix
52913         namespace violations.
52915 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
52917         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
52919         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
52921         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
52922         recently added interfaces.
52923         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
52925         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
52926         about macro parameter expansion.
52928         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
52929         __NO_MATH_INLINES is defined.  Cleanups.
52931         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
52932         and __floorf is target has SSE4.1.
52933         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
52934         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
52935         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
52936         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
52938         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
52939         name.
52940         (floorf): Likewise.
52942         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
52944 2011-10-17  Andreas Schwab  <schwab@redhat.com>
52946         * misc/sys/cdefs.h: Fix last change.
52948         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
52949         database lookup.
52951 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
52953         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
52955         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
52956         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52957         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
52958         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52959         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52960         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
52961         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52962         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52963         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
52964         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
52965         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
52966         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
52967         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
52968         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
52969         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
52970         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
52971         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
52972         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
52973         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
52974         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
52975         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
52976         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
52978         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
52979         ceil, ceilf, floor, floorf.
52981         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
52982         Perform IRELATIVE relocations last.
52984         * elf/do-rel.h: Add another parameter nrelative, replacing the
52985         local variable with the same name.  Change name of the function
52986         to end in Rel or Rela (uppercase).
52987         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
52988         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
52989         elf_dynamic_do_##reloc function.
52991 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
52993         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
52994         is sufficient, at least on modern CPUs.
52996         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
52998         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
52999         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
53001         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
53002         __expl_finite.
53003         * math/bits/math-finite.h: Add entries for exp.
53004         * math/e_expl.c: Add __*_finite alias.
53005         * sysdeps/i386/fpu/e_exp.S: Likewise.
53006         * sysdeps/i386/fpu/e_expf.S: Likewise.
53007         * sysdeps/i386/fpu/e_expl.c: Likewise.
53008         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
53009         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
53010         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
53011         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
53012         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
53013         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
53014         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
53016         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
53017         is sufficient, at least on modern CPUs.
53019         * ctype/ctype-info.c (__ctype_init): Define.
53020         * include/ctype.h (__ctype_init): Declare.
53021         (__ctype_b_loc): The variable is always initialized.
53022         (__ctype_toupper_loc): Likewise.
53023         (__ctype_tolower_loc): Likewise.
53024         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
53025         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
53027 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
53029         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
53031         * configure.in: Also look in $cxxmachine/include for C++ system
53032         headers.
53034 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53036         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
53037         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
53038         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
53039         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
53040         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
53041         (USE_AS_WMEMCMP): New macro.
53042         Fixing indents.
53043         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
53044         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
53045         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
53046         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
53047         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53048         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
53049         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
53050         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
53051         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
53052         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
53053         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
53054         (USE_AS_WMEMCMP): New macro.
53055         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
53056         * sysdeps/string/test-memcmp.c: Update.
53057         Fix simple_wmemcmp.
53058         Add new tests.
53059         * wcsmbs/wmemcmp.c: Update.
53060         (WMEMCMP): New macro.
53061         Fix overflow bug.
53063 2011-10-12  Andreas Jaeger  <aj@suse.de>
53065         [BZ #13268]
53066         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
53068 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
53070         * libio/iofwide.c (do_length): Avoid warning.
53072         * ctype/ctype.h (__isctype_f): Add missing __THROW.
53074 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
53076         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
53078         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
53079         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
53080         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
53081         * sysdeps/i386/i686/fpu/e_log.S: New file.
53082         * sysdeps/i386/i686/fpu/e_logf.S: New file.
53083         * sysdeps/i386/i686/fpu/e_logl.S: New file.
53085         * ctype/ctype.h: Add support for inlined isXXX functions when
53086         compiling C++ code.
53088 2011-10-14  Andreas Schwab  <schwab@redhat.com>
53090         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53092         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
53094 2011-10-13  Roland McGrath  <roland@hack.frob.com>
53096         [BZ #13291]
53097         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
53099 2011-10-13  Andreas Schwab  <schwab@redhat.com>
53101         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
53102         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
53103         feraiseexcept.
53105         * sysdeps/x86_64/memrchr.S: Check for zero size.
53107         * string/stratcliff.c: Add memrchr tests.
53109 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53111         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53112         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
53113         rawmemchr-sse2 rawmemchr-sse2-bsf.
53114         * sysdeps/i386/i686/multiarch/memchr.S: New file.
53115         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
53116         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
53117         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
53118         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
53119         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
53120         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
53121         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
53122         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
53123         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
53124         * string/memrchr.c (MEMRCHR): New macro.
53126 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
53128         Add integration with gcc's -ffinite-math-only and optimize wrapper
53129         functions in libm.
53130         * Versions.def: Define GLIBC_2.15 version for libm.
53131         * math/Makefile (headers): Add bits/math-finite.h.
53132         * math/bits/math-finite.h: New file.
53133         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
53134         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
53135         * math/e_acoshl.c: Add __*_finite alias.
53136         * math/e_acosl.c: Likewise.
53137         * math/e_asinl.c: Likewise.
53138         * math/e_atan2l.c: Likewise.
53139         * math/e_atanhl.c: Likewise.
53140         * math/e_coshl.c: Likewise.
53141         * math/e_exp10.c: Likewise.
53142         * math/e_exp10f.c: Likewise.
53143         * math/e_exp10l.c: Likewise.
53144         * math/e_exp2l.c: Likewise.
53145         * math/e_fmodl.c: Likewise.
53146         * math/e_gammal_r.c: Likewise.
53147         * math/e_hypotl.c: Likewise.
53148         * math/e_j0l.c: Likewise.
53149         * math/e_j1l.c: Likewise.
53150         * math/e_jnl.c: Likewise.
53151         * math/e_lgammal_r.c: Likewise.
53152         * math/e_log10l.c: Likewise.
53153         * math/e_log2l.c: Likewise.
53154         * math/e_logl.c: Likewise.
53155         * math/e_powl.c: Likewise.
53156         * math/e_sinhl.c: Likewise.
53157         * math/e_sqrtl.c: Likewise.
53158         * math/e_scalb.c: Completely rewritten and optimized.
53159         * math/e_scalbf.c: Likewise.
53160         * math/e_scalbl.c: Likewise.
53161         * math/w_acos.c: Likewise.
53162         * math/w_acosf.c: Likewise.
53163         * math/w_acosl.c: Likewise.
53164         * math/w_acosh.c: Likewise.
53165         * math/w_acoshf.c: Likewise.
53166         * math/w_acoshl.c: Likewise.
53167         * math/w_asin.c: Likewise.
53168         * math/w_asinf.c: Likewise.
53169         * math/w_asinl.c: Likewise.
53170         * math/w_atan2.c: Likewise.
53171         * math/w_atan2f.c: Likewise.
53172         * math/w_atan2l.c: Likewise.
53173         * math/w_atanh.c: Likewise.
53174         * math/w_atanhf.c: Likewise.
53175         * math/w_atanhl.c: Likewise.
53176         * math/w_exp10.c: Likewise.
53177         * math/w_exp10f.c: Likewise.
53178         * math/w_exp10l.c: Likewise.
53179         * math/w_fmod.c: Likewise.
53180         * math/w_fmodf.c: Likewise.
53181         * math/w_fmodl.c: Likewise.
53182         * math/w_j0.c: Likewise.
53183         * math/w_j0f.c: Likewise.
53184         * math/w_j0l.c: Likewise.
53185         * math/w_j1.c: Likewise.
53186         * math/w_j1f.c: Likewise.
53187         * math/w_j1l.c: Likewise.
53188         * math/w_jn.c: Likewise.
53189         * math/w_jnf.c: Likewise.
53190         * math/w_log.c: Likewise.
53191         * math/w_logf.c: Likewise.
53192         * math/w_logl.c: Likewise.
53193         * math/w_log10.c: Likewise.
53194         * math/w_log10f.c: Likewise.
53195         * math/w_log10l.c: Likewise.
53196         * math/w_log2.c: Likewise.
53197         * math/w_log2f.c: Likewise.
53198         * math/w_log2l.c: Likewise.
53199         * math/w_pow.c: Likewise.
53200         * math/w_powf.c: Likewise.
53201         * math/w_powl.c: Likewise.
53202         * math/w_remainder.c: Likewise.
53203         * math/w_remainderf.c: Likewise.
53204         * math/w_remainderl.c: Likewise.
53205         * math/w_scalb.c: Likewise.
53206         * math/w_scalbf.c: Likewise.
53207         * math/w_scalbl.c: Likewise.
53208         * math/w_sqrt.c: Likewise.
53209         * math/w_sqrtf.c: Likewise.
53210         * math/w_sqrtl.c: Likewise.
53211         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
53212         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
53213         used.
53214         * math/math_private.h: Declare __kernel_standard_f.
53215         * math/w_cosh.c: Remove cruft and optimize a bit.
53216         * math/w_coshf.c: Likewise.
53217         * math/w_coshl.c: Likewise.
53218         * math/w_exp2.c: Likewise.
53219         * math/w_exp2f.c: Likewise.
53220         * math/w_exp2l.c: Likewise.
53221         * math/w_hypot.c: Likewise.
53222         * math/w_hypotf.c: Likewise.
53223         * math/w_hypotl.c: Likewise.
53224         * math/w_lgamma.c: Likewise.
53225         * math/w_lgamma_r.c: Likewise.
53226         * math/w_lgammaf.c: Likewise.
53227         * math/w_lgammaf_r.c: Likewise.
53228         * math/w_lgammal.c: Likewise.
53229         * math/w_lgammal_r.c: Likewise.
53230         * math/w_sinh.c: Likewise.
53231         * math/w_sinhf.c: Likewise.
53232         * math/w_sinhl.c: Likewise.
53233         * math/w_tgamma.c: Likewise.
53234         * math/w_tgammaf.c: Likewise.
53235         * math/w_tgammal.c: Likewise.
53236         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
53237         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
53238         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
53239         Minor optimizations.  Pretty printing.  Remove cruft.
53240         * sysdeps/i386/fpu/e_acosf.S: Likewise.
53241         * sysdeps/i386/fpu/e_acosh.S: Likewise.
53242         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
53243         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
53244         * sysdeps/i386/fpu/e_acosl.c: Likewise.
53245         * sysdeps/i386/fpu/e_asin.S: Likewise.
53246         * sysdeps/i386/fpu/e_asinf.S: Likewise.
53247         * sysdeps/i386/fpu/e_atan2.S: Likewise.
53248         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
53249         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
53250         * sysdeps/i386/fpu/e_atanh.S: Likewise.
53251         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
53252         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
53253         * sysdeps/i386/fpu/e_exp10.S: Likewise.
53254         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
53255         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
53256         * sysdeps/i386/fpu/e_exp2.S: Likewise.
53257         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
53258         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
53259         * sysdeps/i386/fpu/e_fmod.S: Likewise.
53260         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
53261         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
53262         * sysdeps/i386/fpu/e_hypot.S: Likewise.
53263         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
53264         * sysdeps/i386/fpu/e_log.S: Likewise.
53265         * sysdeps/i386/fpu/e_log10.S: Likewise.
53266         * sysdeps/i386/fpu/e_log10f.S: Likewise.
53267         * sysdeps/i386/fpu/e_log10l.S: Likewise.
53268         * sysdeps/i386/fpu/e_log2.S: Likewise.
53269         * sysdeps/i386/fpu/e_log2f.S: Likewise.
53270         * sysdeps/i386/fpu/e_log2l.S: Likewise.
53271         * sysdeps/i386/fpu/e_logf.S: Likewise.
53272         * sysdeps/i386/fpu/e_logl.S: Likewise.
53273         * sysdeps/i386/fpu/e_pow.S: Likewise.
53274         * sysdeps/i386/fpu/e_powf.S: Likewise.
53275         * sysdeps/i386/fpu/e_powl.S: Likewise.
53276         * sysdeps/i386/fpu/e_remainder.S: Likewise.
53277         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
53278         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
53279         * sysdeps/i386/fpu/e_scalb.S: Likewise.
53280         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
53281         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
53282         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
53283         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
53284         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
53285         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
53286         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
53287         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53288         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
53289         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
53290         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
53291         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
53292         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
53293         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
53294         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
53295         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
53296         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
53297         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53298         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
53299         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
53300         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53301         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
53302         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
53303         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
53304         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53305         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
53306         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
53307         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
53308         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
53309         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
53310         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
53311         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
53312         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
53313         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
53314         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
53315         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
53316         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
53317         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
53318         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
53319         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
53320         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
53321         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
53322         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
53323         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
53324         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
53325         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
53326         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
53327         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
53328         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
53329         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
53330         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
53331         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
53332         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
53333         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
53334         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
53335         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
53336         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
53337         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
53338         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
53339         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
53340         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
53341         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
53342         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
53343         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
53344         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
53345         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
53346         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
53347         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
53348         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
53349         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
53350         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
53351         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
53352         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
53353         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
53354         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
53355         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
53356         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
53357         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
53358         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
53359         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
53360         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
53361         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
53362         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
53363         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
53364         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
53365         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
53366         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
53367         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
53368         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
53369         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
53370         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
53371         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
53372         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
53373         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
53374         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
53375         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
53376         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
53377         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
53378         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
53379         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
53380         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
53381         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
53382         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
53383         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
53384         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
53385         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
53386         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
53387         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
53388         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
53389         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
53390         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
53391         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
53392         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
53393         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
53394         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
53395         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
53396         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
53397         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
53398         (__isnanf): Likewise.
53399         (__isinf_ns): Likewise.
53400         (__isinf_nsf): Likewise.
53401         (__finite): Likewise.
53402         (__finitef): Likewise.
53403         (__ieee754_sqrt): Define as macro.
53404         (__ieee754_sqrtf): Define as macro.
53405         (__ieee754_sqrtl): Define as macro.
53406         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
53407         inlined copy.
53408         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
53409         __FINITE_MATH_ONLY__ consistent.
53410         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
53412 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
53414         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
53415         of rawmemchr.
53417         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
53419 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
53421         * po/ja.po: Update from translation team.
53423 2011-10-08  Roland McGrath  <roland@hack.frob.com>
53425         * locale/programs/locarchive.c (prepare_address_space): New function.
53426         (create_archive, enlarge_archive, open_archive): Use it.
53428         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
53429         inside [SHARED], where it is used.
53431         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
53433         * nss/getent.c (netgroup_keys): Remove unused variable.
53434         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
53436 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
53438         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
53439         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
53440         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
53441         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
53442         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
53443         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
53444         * math/Makefile (libm-calls): Add s_isinf_ns.
53445         * math/divtc3.c: Use __isinf_nsl instead of isinf.
53446         * math/multc3.c: Likewise.
53447         * math/s_casin.c: Likewise.
53448         * math/s_casinf.c: Likewise.
53449         * math/s_casinl.c: Likewise.
53450         * math/s_ccos.c: Likewise.
53451         * math/s_ccosf.c: Likewise.
53452         * math/s_ccosl.c: Likewise.
53453         * math/s_ctan.c: Likewise.
53454         * math/s_ctanf.c: Likewise.
53455         * math/s_ctanh.c: Likewise.
53456         * math/s_ctanhf.c: Likewise.
53457         * math/s_ctanhl.c: Likewise.
53458         * math/s_ctanl.c: Likewise.
53459         * math/w_fmod.c: Likewise.
53460         * math/w_fmodf.c: Likewise.
53461         * math/w_fmodl.c: Likewise.
53462         * math/w_remainder.c: Likewise.
53463         * math/w_remainderf.c: Likewise.
53464         * math/w_remainderl.c: Likewise.
53465         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
53466         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
53467         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
53468         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
53469         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
53470         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
53471         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
53472         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
53474         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
53475         of the number.
53476         * stdio-common/printf_fphex.c: Likewise.
53477         * stdio-common/printf_size.c: Likewise.
53479         * math/e_exp10.c: Include math_private.h using <...> not "...".
53480         * math/e_exp10f.c: Likewise.
53481         * math/e_exp10l.c: Likewise.
53482         * math/e_exp2l.c: Likewise.
53483         * math/e_j0l.c: Likewise.
53484         * math/e_j1l.c: Likewise.
53485         * math/e_jnl.c: Likewise.
53486         * math/e_lgammal_r.c: Likewise.
53487         * math/e_rem_pio2l.c: Likewise.
53488         * math/e_scalb.c: Likewise.
53489         * math/e_scalbf.c: Likewise.
53490         * math/e_scalbl.c: Likewise.
53491         * math/k_cosl.c: Likewise.
53492         * math/k_sinl.c: Likewise.
53493         * math/k_tanl.c: Likewise.
53494         * math/s_cacoshf.c: Likewise.
53495         * math/s_catan.c: Likewise.
53496         * math/s_catanf.c: Likewise.
53497         * math/s_catanh.c: Likewise.
53498         * math/s_catanhf.c: Likewise.
53499         * math/s_catanhl.c: Likewise.
53500         * math/s_catanl.c: Likewise.
53501         * math/s_ccosh.c: Likewise.
53502         * math/s_ccoshf.c: Likewise.
53503         * math/s_ccoshl.c: Likewise.
53504         * math/s_cexp.c: Likewise.
53505         * math/s_cexpf.c: Likewise.
53506         * math/s_cexpl.c: Likewise.
53507         * math/s_clog.c: Likewise.
53508         * math/s_clog10.c: Likewise.
53509         * math/s_clog10f.c: Likewise.
53510         * math/s_clog10l.c: Likewise.
53511         * math/s_clogf.c: Likewise.
53512         * math/s_clogl.c: Likewise.
53513         * math/s_csin.c: Likewise.
53514         * math/s_csinf.c: Likewise.
53515         * math/s_csinh.c: Likewise.
53516         * math/s_csinhf.c: Likewise.
53517         * math/s_csinhl.c: Likewise.
53518         * math/s_csinl.c: Likewise.
53519         * math/s_csqrt.c: Likewise.
53520         * math/s_csqrtf.c: Likewise.
53521         * math/s_csqrtl.c: Likewise.
53522         * math/s_ctan.c: Likewise.
53523         * math/s_ctanf.c: Likewise.
53524         * math/s_ctanh.c: Likewise.
53525         * math/s_ctanhf.c: Likewise.
53526         * math/s_ctanhl.c: Likewise.
53527         * math/s_ctanl.c: Likewise.
53528         * math/s_ldexp.c: Likewise.
53529         * math/s_ldexpf.c: Likewise.
53530         * math/s_ldexpl.c: Likewise.
53531         * math/s_significand.c: Likewise.
53532         * math/s_significandf.c: Likewise.
53533         * math/s_significandl.c: Likewise.
53534         * math/w_acos.c: Likewise.
53535         * math/w_acosf.c: Likewise.
53536         * math/w_acosh.c: Likewise.
53537         * math/w_acoshf.c: Likewise.
53538         * math/w_acoshl.c: Likewise.
53539         * math/w_acosl.c: Likewise.
53540         * math/w_asin.c: Likewise.
53541         * math/w_asinf.c: Likewise.
53542         * math/w_asinl.c: Likewise.
53543         * math/w_atan2.c: Likewise.
53544         * math/w_atan2f.c: Likewise.
53545         * math/w_atan2l.c: Likewise.
53546         * math/w_atanh.c: Likewise.
53547         * math/w_atanhf.c: Likewise.
53548         * math/w_atanhl.c: Likewise.
53549         * math/w_cosh.c: Likewise.
53550         * math/w_coshf.c: Likewise.
53551         * math/w_coshl.c: Likewise.
53552         * math/w_dremf.c: Likewise.
53553         * math/w_exp10.c: Likewise.
53554         * math/w_exp10f.c: Likewise.
53555         * math/w_exp10l.c: Likewise.
53556         * math/w_exp2.c: Likewise.
53557         * math/w_exp2f.c: Likewise.
53558         * math/w_fmod.c: Likewise.
53559         * math/w_fmodf.c: Likewise.
53560         * math/w_fmodl.c: Likewise.
53561         * math/w_hypot.c: Likewise.
53562         * math/w_hypotf.c: Likewise.
53563         * math/w_hypotl.c: Likewise.
53564         * math/w_j0.c: Likewise.
53565         * math/w_j0f.c: Likewise.
53566         * math/w_j0l.c: Likewise.
53567         * math/w_j1.c: Likewise.
53568         * math/w_j1f.c: Likewise.
53569         * math/w_j1l.c: Likewise.
53570         * math/w_jn.c: Likewise.
53571         * math/w_jnf.c: Likewise.
53572         * math/w_jnl.c: Likewise.
53573         * math/w_lgamma.c: Likewise.
53574         * math/w_lgamma_r.c: Likewise.
53575         * math/w_lgammaf.c: Likewise.
53576         * math/w_lgammaf_r.c: Likewise.
53577         * math/w_lgammal.c: Likewise.
53578         * math/w_lgammal_r.c: Likewise.
53579         * math/w_log.c: Likewise.
53580         * math/w_log10.c: Likewise.
53581         * math/w_log10f.c: Likewise.
53582         * math/w_log10l.c: Likewise.
53583         * math/w_log2.c: Likewise.
53584         * math/w_log2f.c: Likewise.
53585         * math/w_log2l.c: Likewise.
53586         * math/w_logf.c: Likewise.
53587         * math/w_logl.c: Likewise.
53588         * math/w_pow.c: Likewise.
53589         * math/w_powf.c: Likewise.
53590         * math/w_powl.c: Likewise.
53591         * math/w_remainder.c: Likewise.
53592         * math/w_remainderf.c: Likewise.
53593         * math/w_remainderl.c: Likewise.
53594         * math/w_scalb.c: Likewise.
53595         * math/w_scalbf.c: Likewise.
53596         * math/w_scalbl.c: Likewise.
53597         * math/w_sinh.c: Likewise.
53598         * math/w_sinhf.c: Likewise.
53599         * math/w_sinhl.c: Likewise.
53600         * math/w_sqrt.c: Likewise.
53601         * math/w_sqrtf.c: Likewise.
53602         * math/w_sqrtl.c: Likewise.
53603         * math/w_tgamma.c: Likewise.
53604         * math/w_tgammaf.c: Likewise.
53605         * math/w_tgammal.c: Likewise.
53607         * po/ja.po: Update from translation team.
53609 2011-09-29  Andreas Jaeger  <aj@suse.de>
53611         [BZ #13179]
53612         * sunrpc/netname.c (netname2host): Fix logic.
53614         [BZ #6779]
53615         [BZ #6783]
53616         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
53617         correctly.
53618         * math/w_remainder.c (__remainder): Likewise.
53619         * math/w_remainderf.c (__remainderf): Likewise.
53620         * math/libm-test.inc (remainder_test): Add test cases.
53622 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53624         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
53625         sdiv_qrnnd.
53627 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
53629         * string/test-memcmp.c: Avoid unncessary #defines.
53630         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
53632 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53634         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
53635         Use new sse2 version for core i3 - i7 as it's faster
53636         than sse42 version.
53637         (bit_Prefer_PMINUB_for_stringop): New.
53638         * sysdeps/x86_64/rawmemchr.S: Update.
53639         Replace with faster SSE2 version.
53640         * sysdeps/x86_64/memrchr.S: New file.
53641         * sysdeps/x86_64/memchr.S: Update.
53642         Replace with faster SSE2 version.
53644 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
53646         * elf/dl-load.c (lose): Add cast to avoid warning.
53648 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
53650         * po/ca.po: Update from translation team.
53652         * inet/getnetgrent_r.c: Hook up nscd.
53653         * nscd/Makefile (routines): Add nscd_netgroup.
53654         (nscd-modules): Add netgroupcache.
53655         (CFLAGS-netgroupcache.c): Define.
53656         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
53657         (cache_search): Add const to second parameter.
53658         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
53659         INNETGR.
53660         (dbs): Add netgrdb entry.
53661         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
53662         (verify_persistent_db): Handle netgrdb.
53663         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
53664         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
53665         GETFDNETGR.
53666         (netgroup_response_header): Define.
53667         (innetgroup_response_header): Define.
53668         (datahead): Add netgroup_response_header and innetgroup_response_header
53669         elements.
53670         * nscd/nscd.conf: Add entries for netgroup cache.
53671         * nscd/nscd.h (dbtype): Add netgrdb.
53672         (_PATH_NSCD_NETGROUP_DB): Define.
53673         (netgroup_iov_disabled): Declare.
53674         (xmalloc, xcalloc, xrealloc): Move declarations here.
53675         (cache_search): Adjust prototype.
53676         Add netgroup-related prototypes.
53677         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
53678         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
53679         (__nscd_innetgr): Declare.
53680         * nscd/selinux.c (perms): Use access_vector_t as element type and
53681         add netgroup-related initializers.
53682         * nscd/netgroupcache.c: New file.
53683         * nscd/nscd_netgroup.c: New file.
53684         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
53685         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
53686         For four parameters use innetgr.
53687         * nss/nss_files/files-init.c: Add definition and callback for netgr.
53688         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
53689         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
53690         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
53692         * nscd/connections.c (register_traced_file): Don't register file
53693         for disabled databases.
53695 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
53697         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
53699         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
53700         from tree and freeing node.
53702 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
53704         * nss/nsswitch.c (__nss_database_lookup): Handle
53705         nss_parse_service_list out of memory case.
53707 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
53709         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
53710         out of memory case.
53712 2011-10-04  Andreas Schwab  <schwab@redhat.com>
53714         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
53715         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
53716         pass it down.
53717         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
53718         elf_machine_rela, elf_machine_lazy_rel.
53719         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
53720         (ELF_DYNAMIC_DO_REL): Likewise.
53721         (ELF_DYNAMIC_DO_RELA): Likewise.
53722         (ELF_DYNAMIC_RELOCATE): Likewise.
53723         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
53724         to ELF_DYNAMIC_DO_REL.
53725         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
53726         (dl_main): In trace mode always set __RTLD_NOIFUNC.
53727         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
53728         elf_machine_rela.
53729         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
53730         skip_ifunc, don't call ifunc function if non-zero.
53731         (elf_machine_rela): Likewise.
53732         (elf_machine_lazy_rel): Likewise.
53733         (elf_machine_lazy_rela): Likewise.
53734         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
53735         (elf_machine_lazy_rel): Likewise.
53736         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
53737         Likewise.
53738         (elf_machine_lazy_rel): Likewise.
53739         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53740         Likewise.
53741         (elf_machine_lazy_rel): Likewise.
53742         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
53743         (elf_machine_lazy_rel): Likewise.
53744         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
53745         (elf_machine_lazy_rel): Likewise.
53746         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
53747         (elf_machine_lazy_rel): Likewise.
53748         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
53749         (elf_machine_lazy_rel): Likewise.
53750         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
53751         (elf_machine_lazy_rel): Likewise.
53752         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
53753         (elf_machine_lazy_rel): Likewise.
53755 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
53757         * nss/nss_files/files-init.c (_nss_files_init): Use static
53758         initialization for all the *_traced_file variables.
53760 2011-09-28  Andreas Schwab  <schwab@redhat.com>
53762         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53764 2011-09-27  Roland McGrath  <roland@hack.frob.com>
53766         [BZ #13226]
53767         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
53769 2011-09-27  Andreas Schwab  <schwab@redhat.com>
53771         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
53772         Reread the line before reparsing it.
53774 2011-09-26  Andreas Schwab  <schwab@redhat.com>
53776         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
53778 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
53779             Maxim Kuvyrkov  <maxim@codesourcery.com>
53780             Joseph Myers  <joseph@codesourcery.com>
53782         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
53783         if needed for __stack_chk_guard.
53785 2011-09-19  Roland McGrath  <roland@hack.frob.com>
53787         * sysdeps/posix/spawni.c (script_execute): Always define it.
53788         It will be optimized away if unused.
53789         (maybe_script_execute): New function.
53790         (__spawni): Call it.
53792         * Makerules: Don't include tls.make.
53793         (config-tls): Always set to thread.
53794         * tls.make.c: File removed.
53796 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
53798         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
53799         * config.make.in (CPPFLAGS-config): New substituted variable.
53801 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
53803         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
53805         [BZ #13192]
53806         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
53807         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
53809 2011-09-15  Roland McGrath  <roland@hack.frob.com>
53811         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
53812         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
53813         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53814         (CALL_FAIL): Likewise.
53815         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
53816         (CALL_FAIL): Macro removed.
53817         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
53819 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
53821         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
53822         for __FINITE_MATH_ONLY__ == 1.
53824 2011-09-15  Andreas Schwab  <schwab@redhat.com>
53826         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
53827         __ieee754_sqrt instead of sqrt.
53828         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
53829         __ieee754_sqrtf instead of sqrtf.
53830         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
53831         __floorf instead of floorf.
53832         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
53833         __floorf, __truncf instead of floorf, truncf.
53835 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
53837         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
53839         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
53840         __extern_always_inline.
53841         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
53842         32-bit.
53844 2011-09-14  Andreas Schwab  <schwab@redhat.com>
53846         * elf/rtld.c (dl_main): Also relocate in dependency order when
53847         doing symbol dependency testing.
53849 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
53851         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53852         Always define `refsym'.
53854 2011-09-13  Andreas Schwab  <schwab@redhat.com>
53856         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
53857         (__FD_ELT): Renamed from __FDELT.
53858         * misc/bits/select2.h (__FD_ELT): Likewise.
53859         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
53860         __FD_MASK instead of __FDELT, __FDMASK.
53861         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
53862         Likewise.
53863         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
53864         Likewise.
53866         * elf/Makefile (gen-ldd): Fix pattern.
53868         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
53869         (init_tls): Likewise.
53871 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
53873         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
53875 2011-09-12  Andreas Schwab  <schwab@redhat.com>
53877         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
53878         `struct cmsghdr *' instead of `void *'.
53879         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
53880         Likewise.
53882 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
53884         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
53885         if non-absolute.
53886         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
53887         ldd_rewrite_script.
53889 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
53891         * configure.in: Remove --with-tls option.
53892         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
53893         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
53894         out in case it is missing.
53895         * sysdeps/ia64/elf/configure.in: Likewise.
53896         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
53897         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
53898         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
53899         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
53900         * sysdeps/sh/elf/configure.in: Likewise.
53901         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
53902         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
53903         * sysdeps/x86_64/elf/configure.in: Likewise.
53904         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
53905         * sysdeps/mach/hurd/tls.h: Likewise.
53907         [BZ #13067]
53908         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
53910         [BZ #13090]
53911         * configure.in: Fix use of AC_INIT.
53913         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
53915 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
53917         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
53918         __set_errno.
53919         * malloc/hooks.c: Likewise.
53921         [BZ #11929]
53922         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
53923         variables statically.
53924         (narenas): Initialize.
53925         (list_lock): Initialize.
53926         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
53927         initializtion of main_arena and list_lock.  Small cleanups.
53928         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
53929         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
53930         Add initializers to main_arena and mp_.
53931         (malloc_state): Remove pagesize member.  Change all users to use
53932         GLRO(dl_pagesize).
53934         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
53935         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
53936         is always initialized.
53938         * malloc/malloc.c: Removed unused configurations and dead code.
53939         * malloc/arena.c: Likewise.
53940         * malloc/hooks.c: Likewise.
53941         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
53943         * include/tls.h: Removed.  USE___THREAD must always be defined.
53944         * bits/libc-tsd.h: Don't handle !USE___THREAD.
53945         * elf/dl-libc.c: Likewise.
53946         * elf/dl-tsd.c: Likewise.
53947         * include/errno.h: Likewise.
53948         * include/netdb.h: Likewise.
53949         * include/resolv.h: Likewise.
53950         * inet/herrno-loc.c: Likewise.
53951         * inet/herrno.c: Likewise.
53952         * malloc/arena.c: Likewise.
53953         * malloc/hooks.c: Likewise.
53954         * malloc/malloc.c: Likewise.
53955         * resolv/res-state.c: Likewise.
53956         * resolv/res_libc.c: Likewise.
53957         * sysdeps/i386/dl-machine.h: Likewise.
53958         * sysdeps/ia64/dl-machine.h: Likewise.
53959         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
53960         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
53961         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
53962         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
53963         * sysdeps/sh/dl-machine.h: Likewise.
53964         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
53965         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
53966         * sysdeps/unix/i386/sysdep.S: Likewise.
53967         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
53968         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
53969         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
53970         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
53971         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
53972         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
53973         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
53974         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
53975         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
53976         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
53977         * sysdeps/unix/x86_64/sysdep.S: Likewise.
53978         * sysdeps/x86_64/dl-machine.h: Likewise.
53979         * tls.make.c: Likewise.
53981         * configure.in: Remove --with-__thread option.  Make tests for
53982         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
53983         tls_model attribute fail if no support is available.  Remove
53984         USE_IN_LIBIO.
53985         * Makeconfig: Adjust for dropped configure option.  All features are
53986         now mandatory.
53987         * Makerules: Likewise.
53988         * Versions.def: Likewise.
53989         * argp/argp-fmtstream.c: Likewise.
53990         * argp/argp-fmtstream.h: Likewise.
53991         * argp/argp-help.c: Likewise.
53992         * assert/assert.c: Likewise.
53993         * config.h.in: Likewise.
53994         * config.make.in: Likewise.
53995         * configure: Likewise.
53996         * configure.in: Likewise.
53997         * csu/Versions: Likewise.
53998         * csu/init.c: Likewise.
53999         * elf/tst-audit2.c: Likewise.
54000         * elf/tst-tls10.c: Likewise.
54001         * elf/tst-tls10.h: Likewise.
54002         * elf/tst-tls11.c: Likewise.
54003         * elf/tst-tls12.c: Likewise.
54004         * elf/tst-tls14.c: Likewise.
54005         * elf/tst-tlsmod11.c: Likewise.
54006         * elf/tst-tlsmod12.c: Likewise.
54007         * elf/tst-tlsmod13.c: Likewise.
54008         * elf/tst-tlsmod13a.c: Likewise.
54009         * elf/tst-tlsmod14a.c: Likewise.
54010         * elf/tst-tlsmod15b.c: Likewise.
54011         * elf/tst-tlsmod16a.c: Likewise.
54012         * elf/tst-tlsmod16b.c: Likewise.
54013         * elf/tst-tlsmod7.c: Likewise.
54014         * elf/tst-tlsmod8.c: Likewise.
54015         * elf/tst-tlsmod9.c: Likewise.
54016         * gmon/gmon.c: Likewise.
54017         * grp/fgetgrent_r.c: Likewise.
54018         * grp/putgrent.c: Likewise.
54019         * hurd/fopenport.c: Likewise.
54020         * include/libc-symbols.h: Likewise.
54021         * include/tls.h: Likewise.
54022         * intl/gettextP.h: Likewise.
54023         * intl/loadinfo.h: Likewise.
54024         * locale/global-locale.c: Likewise.
54025         * locale/localeinfo.h: Likewise.
54026         * mach/devstream.c: Likewise.
54027         * malloc/arena.c: Likewise.
54028         * malloc/set-freeres.c: Likewise.
54029         * misc/err.c: Likewise.
54030         * misc/getttyent.c: Likewise.
54031         * misc/mntent_r.c: Likewise.
54032         * posix/getopt.c: Likewise.
54033         * posix/wordexp.c: Likewise.
54034         * pwd/fgetpwent_r.c: Likewise.
54035         * resolv/Versions: Likewise.
54036         * resolv/res_hconf.c: Likewise.
54037         * shadow/fgetspent_r.c: Likewise.
54038         * shadow/putspent.c: Likewise.
54039         * stdio-common/printf_fphex.c: Likewise.
54040         * stdio-common/tmpfile.c: Likewise.
54041         * stdlib/abort.c: Likewise.
54042         * stdlib/fmtmsg.c: Likewise.
54043         * sunrpc/auth_unix.c: Likewise.
54044         * sunrpc/clnt_perr.c: Likewise.
54045         * sunrpc/clnt_tcp.c: Likewise.
54046         * sunrpc/clnt_udp.c: Likewise.
54047         * sunrpc/clnt_unix.c: Likewise.
54048         * sunrpc/openchild.c: Likewise.
54049         * sunrpc/svc_simple.c: Likewise.
54050         * sunrpc/svc_tcp.c: Likewise.
54051         * sunrpc/svc_udp.c: Likewise.
54052         * sunrpc/svc_unix.c: Likewise.
54053         * sunrpc/xdr.c: Likewise.
54054         * sunrpc/xdr_array.c: Likewise.
54055         * sunrpc/xdr_rec.c: Likewise.
54056         * sunrpc/xdr_ref.c: Likewise.
54057         * sunrpc/xdr_stdio.c: Likewise.
54059 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54061         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
54063 2011-07-03  Andreas Jaeger  <aj@suse.de>
54065         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
54066         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
54067         regenerate with gen-libm-tests.pl.
54069 2010-05-12  Petr Baudis  <pasky@suse.cz>
54071         [BZ #11589]
54072         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
54073         around j0() zero points by switching to j1().
54074         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
54075         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
54076         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
54077         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
54079 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54081         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
54082         instead of 0.
54083         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
54084         instead of 0.
54085         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
54086         Patch in part by Pavel Roskin <proski@gnu.org>.
54088         [BZ #13138]
54089         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
54090         realloc.
54091         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
54092         Free memory block if necessary.
54094         [BZ #12847]
54095         * libio/genops.c (INTDEF): For string streams the _lock pointer can
54096         be NULL.  Don't lock in this case.
54098 2011-09-09  Roland McGrath  <roland@hack.frob.com>
54100         * elf/elf.h (ELFOSABI_GNU): New macro.
54101         (ELFOSABI_LINUX): Define to that.
54103 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
54105         * string/strncat.c (strncat): Undef the symbol in case it has been
54106         defined in bits/string.h.
54108 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54110         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
54112         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
54113         link map.
54115 2011-08-17  Andreas Jaeger  <aj@suse.de>
54117         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
54119 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
54120             Ian Lance Taylor  <iant@google.com>
54122         * math/libm-test.inc (lround_test): New testcase.
54123         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
54125 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
54127         * Makefile: Remove support for automatic cvs check-ins.
54128         * Makerules: Likewise.
54129         * config.make.in: Likewise.
54130         * configure.in: Likewise.
54131         * intl/Makefile: Likewise.
54132         * locale/Makefile: Likewise.
54133         * po/Makefile: Likewise.
54134         * posix/Makefile: Likewise.
54135         * sysdeps/gnu/Makefile: Likewise.
54136         * sysdeps/mach/hurd/Makefile: Likewise.
54137         * sysdeps/sparc/sparc32/Makefile: Likewise.
54139         [BZ #13118]
54140         * posix/Makefile (bug-regex32-ENV): Define.
54141         Patch by John Stanley <jpsinthemix@verizon.net>.
54143         * misc/Makefile (headers): Add bits/select2.h.
54144         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
54145         * misc/bits/select2.h: New file.
54146         * include/bits/select2.h: New file.
54147         * debug/Makefile (routines): Add fdelt_chk.
54148         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
54149         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
54150         FD_ISSET.
54151         * debug/fdelt_chk.c: New file.
54153         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
54154         * wcsmbs/test-wmemcmp.c: Likewise.
54155         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
54156         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
54158 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54160         * string/Makefile (strop-tests): Add memcmp.
54161         * string/test-wmemcmp.c: New file.
54162         * string/test-memcmp.c: Add wmemcmp support.
54164 2011-09-08  Roland McGrath  <roland@hack.frob.com>
54166         [BZ #13153]
54167         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
54168         2011-07-19 change.
54170         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
54171         garbage value in a __mach_port_mod_refs call in the cases of the
54172         task-self and thread-self ports.
54174 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54176         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
54178 2011-09-08  Andreas Schwab  <schwab@redhat.com>
54180         * elf/dl-load.c (lose): Check for non-null L.
54182 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
54184         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
54186         * elf/dl-libc.c (dlerror_run): Pass back error code from
54187         dl_catch_error.
54189         [BZ #13123]
54190         * elf/dl-load.c (lose): Free l_origin if it is valid.
54192         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
54193         names.
54194         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
54195         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
54196         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
54197         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
54198         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
54199         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
54201 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54203         * sysdeps/powerpc/fpu/e_hypot.c: New file.
54204         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
54205         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
54206         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
54207         * sysdeps/powerpc/fpu/k_cosf.c: New file.
54208         * sysdeps/powerpc/fpu/k_sinf.c: New file.
54209         * sysdeps/powerpc/fpu/s_cosf.c: New file.
54210         * sysdeps/powerpc/fpu/s_sinf.c: New file.
54211         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
54212         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
54214 2011-08-15  Alan Modra  <amodra@gmail.com>
54216         [BZ #13092]
54217         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
54218         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
54219         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
54220         ppc_mcount to static-only-routines.
54221         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
54222         __mcount_internal.
54223         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
54224         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
54226 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
54228         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
54229         for finite and infinity parameters.
54231 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
54233         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
54234         and add nop instructions for throughput optimization.
54235         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
54237 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
54239         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
54240         aligned copy for power7 with vector-scalar instructions.
54241         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
54243 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
54245         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
54246         AVX check.
54248 2011-09-07  Andreas Schwab  <schwab@redhat.com>
54250         [BZ #13144]
54251         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
54252         last change.
54254 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
54256         * sysdeps/unix/sysv/linux/x86_64/init-first.c
54257         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
54258         syscall wrapper around clock_gettime in __vdso_clock_gettime.
54259         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
54260         clock_gettime.
54262 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
54264         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
54265         Forgot to demangle the pointer.
54267         * sysdeps/i386/sysdep.h: Define atom_text_section.
54268         * sysdeps/x86_64/sysdep.h: Likewise.
54269         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
54270         section with atom_text_section.
54271         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
54272         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
54273         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
54274         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
54275         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
54277         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
54278         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
54279         already be defined.  Change to take two parameters and don't assign
54280         result to variable.  Adjust all users.
54281         Define INTERNAL_GETTIME if not already defined.
54282         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
54283         call.
54284         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
54285         HAVE_CLOCK_GETTIME_VSYSCALL.
54286         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
54288         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
54289         gettimeofday vsyscall, just use time.
54291 2011-09-06  Andreas Schwab  <schwab@redhat.com>
54293         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
54294         <errno.h>.
54296 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
54298         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
54299         syscall on x86-64.
54300         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
54301         syscall.
54302         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
54303         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
54304         syscall if possible.
54306 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54308         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
54309         e_ident.  Don't pass to find_mapsXX.
54310         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
54312 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54314         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54315         strchr-sse2-no-bsf strrchr-sse2-no-bsf
54316         * sysdeps/x86_64/multiarch/strchr.S: Update.
54317         Check bit_slow_BSF bit.
54318         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
54319         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
54320         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
54322 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54324         [BZ #13134]
54325         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
54326         before glibc 2.15.
54327         (tryshell): Define.
54328         (__spawni): Change last parameter to be flag.  Test
54329         SPAWN_XFLAGS_USE_PATH flag to use path or not.
54330         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
54331         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
54332         * posix/spawni.c: Likewise.
54333         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
54334         * posix/spawnp.c: Likewise.  Change normal version to use
54335         SPAWN_XFLAGS_USE_PATH.
54336         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
54337         SPAWN_XFLAGS_TRY_SHELL.
54339         [BZ #13150]
54340         * posix/glob.h: Remove gcc 1.x support.
54342         [BZ #13068]
54343         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
54345 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54347         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54348         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
54349         strrchr-sse2-bsf
54350         * sysdeps/i386/i686/multiarch/strchr.S: New file.
54351         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
54352         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
54353         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
54354         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
54355         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
54357 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54359         * sysdeps/x86_64/wcscmp.S: New file.
54361         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
54362         wcscmp-c wcscmp-sse2
54363         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
54364         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
54365         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
54366         * wcsmbs/wcscmp.c: Allow renaming.
54368 2011-09-05  David S. Miller  <davem@davemloft.net>
54370         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
54371         stack slot, rather than the struct return pointer slot.
54372         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
54373         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
54374         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
54375         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
54377 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54379         * po/ja.po: Update from translation team.
54381         [BZ #13144]
54382         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
54383         kernel in 64-bit binaries.
54385 2011-09-01  David S. Miller  <davem@davemloft.net>
54387         * elf/elf.h (HWCAP_SPARC_*): Move to..
54388         * sysdeps/sparc/sysdep.h: this new file and add new values.
54389         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
54390         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
54391         _DL_HWCAP_COUNT to 24.
54392         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
54393         entries.
54394         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
54395         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
54396         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
54397         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
54398         instead of magic constants.
54399         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
54401 2011-08-31  David S. Miller  <davem@davemloft.net>
54403         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
54404         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
54405         Reimplement to do errno handling inline.
54406         (SYSCALL_ERROR_HANDLER): New macro.
54407         (__SYSCALL_STRING): Do not do errno handling in asm.
54408         (__CLONE_SYSCALL_STRING): Delete.
54409         (__INTERNAL_SYSCALL_STRING): Delete.
54410         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
54411         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
54412         (PSEUDO): Reimplement to do errno handling inline.
54413         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
54414         (SYSCALL_ERROR_HANDLER): New macro.
54415         (__SYSCALL_STRING): Do not do errno handling in asm.
54416         (__CLONE_SYSCALL_STRING): Delete.
54417         (__INTERNAL_SYSCALL_STRING): Delete.
54418         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
54419         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
54420         i386.
54421         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
54422         (inline_syscall*): Add 'err' argument.
54423         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
54424         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
54425         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
54426         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
54428         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
54429         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
54431 2011-08-30  Andreas Schwab  <schwab@redhat.com>
54433         * elf/rtld.c (dl_main): Relocate objects in dependency order.
54435 2011-08-29  Jiri Olsa <jolsa@redhat.com>
54437         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
54438         directive.
54440 2011-08-24  David S. Miller  <davem@davemloft.net>
54442         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
54444 2011-08-24  Andreas Schwab  <schwab@redhat.com>
54446         * elf/Makefile: Add rules to build and run unload8 test.
54447         * elf/unload8.c: New file.
54448         * elf/unload8mod1.c: New file.
54449         * elf/unload8mod1x.c: New file.
54450         * elf/unload8mod2.c: New file.
54451         * elf/unload8mod3.c: New file.
54453         * elf/dl-close.c (_dl_close_worker): Reset private search list if
54454         it wasn't used.
54456 2011-08-23  David S. Miller  <davem@davemloft.net>
54458         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
54459         subtract stack bias.
54460         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
54461         %sp not %fp in calculations.
54462         (_JMPBUF_UNWINDS_ADJ): Likewise.
54464         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
54465         (aio_suspend): Call it to force an exception region around the
54466         AIO_MISC_WAIT() invocation.
54468 2011-08-23  Andreas Schwab  <schwab@redhat.com>
54470         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
54471         backslash.
54473 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
54475         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
54476         protection macro.
54477         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
54478         and <dl-machine.h>.
54479         (Elf64_FuncDesc): Remove.
54481 2011-08-22  David S. Miller  <davem@davemloft.net>
54483         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
54484         sigaltstack check, add missing cfi directives.
54485         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
54486         missing cfi directives, and sigaltstack handling.
54488 2011-08-16  Andreas Schwab  <schwab@redhat.com>
54490         [BZ #11724]
54491         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
54492         object is seen twice.
54493         * elf/dl-fini.c (_dl_sort_fini): Likewise.
54495         * elf/Makefile (distribute): Add tst-initorder2.c.
54496         (tests): Add tst-initorder2.
54497         (modules-names): Add tst-initorder2a tst-initorder2b
54498         tst-initorder2c tst-initorder2d.  Add rules to build them.
54499         ($(objpfx)tst-initorder2.out): New rule.
54500         * elf/tst-initorder2.c: New file.
54501         * elf/tst-initorder2.exp: New file.
54503 2011-08-22  Andreas Schwab  <schwab@redhat.com>
54505         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
54507         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
54508         dependencies back to end of function.
54510         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54511         $(elfobjdir)/ld.so.
54513 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
54515         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
54516         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
54517         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
54518         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
54519         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
54520         of __vdso_gettimeofday.
54521         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
54522         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
54523         attribute_hidden.
54524         (_libc_vdso_platform_setup): Remove initialization of
54525         __vdso_gettimeofday and __vdso_time.
54527 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54529         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
54530         and fgetc_unlocked.
54531         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
54532         getc_unlocked.
54534         * elf/dl-open.c (add_to_global): Report additions to the global scope
54535         for LD_DEBUG=scopes.
54536         (dl_open_worker): Also print scope of newly loaded dependencies.
54537         (_dl_show_scope): Indicate if there is no scope.
54539         [BZ #13114]
54540         * stdio-common/Makefile (tests): Add bug24.
54541         * stdio-common/bug24.c: New file.
54543 2011-08-19  Andreas Jaeger  <aj@suse.de>
54545         [BZ #13114]
54546         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
54547         non-existant file when using close-on-exec mode.
54549 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54551         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
54552         the very first instruction.
54554         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
54555         the CFI state in the end.
54556         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
54557         inclusion of dl-trampoline.h.
54558         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
54560 2011-08-19  Andreas Schwab  <schwab@redhat.com>
54562         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
54563         expectations for long double.
54565         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
54566         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
54568 2011-08-14  David S. Miller  <davem@davemloft.net>
54570         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
54571         artificual limit depends upon the system page size.
54573 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
54575         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
54576         * resolv/Makefile: Define CFLAGS-libresolv.
54578 2011-08-17  Andreas Schwab  <schwab@redhat.com>
54580         * nss/makedb.c (compute_tables): Make variables used in nested
54581         function static.
54583 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
54585         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
54586         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
54587         if buffer was too small.
54589         * elf/pldd.c (main): Attach to all threads in the process.
54590         Rewrite /proc handling to use *at functions.
54592 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
54594         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
54595         specifies first scope to show.
54596         (dl_open_worker): Update callers.  Move printing scope of new
54597         object to before the relocation.
54598         * elf/rtld.c (dl_main): Update _dl_show_scope call.
54599         * sysdeps/generic/ldsodefs.h: Update declaration.
54601         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
54602         string for the scope number.
54604 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
54606         * nscd/servicescache.c (cache_addserv): Make sure written is always
54607         initialized.
54609 2011-08-14  Roland McGrath  <roland@hack.frob.com>
54611         * sysdeps/i386/i486/bits/atomic.h
54612         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
54613         statement expression, so as to suppress "set but not used" warning.
54614         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
54616         * string/strncat.c (STRNCAT): Use prototype definition.
54618         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
54619         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
54620         -Iprograms here.
54621         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
54622         (localedef-modules): Add localedef.
54623         (locale-modules): Add locale.
54625         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
54626         * elf/rtld.c (dl_main): Invert order of assignment in last change,
54627         to avoid a warning.
54629 2011-08-14  David S. Miller  <davem@davemloft.net>
54631         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
54632         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
54634 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
54636         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
54637         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
54638         * elf/rtld.c (dl_main): Set l_name of vDSO.
54639         Call _dl_show_scope when DL_DEBUG_SCOPES.
54640         (process_dl_debug): Recognize scopes flag and also set it for all.
54641         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
54642         Declare _dl_show_scope.
54644         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
54645         (do_dlopen): Pass caller_dlopen to dl_open.
54646         (__libc_dlopen_mode): Initialize caller_dlopen.
54648         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
54649         of libc.  Make tolower call locale-independent.  Optimize a bit by
54650         using isdigit instead of isalnum.
54651         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
54653 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
54655         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
54656         was a dependency or dynamically loaded.
54658 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
54660         * intl/l10nflist.c: Allow architecture-specific pop function.
54661         * sysdeps/x86_64/l10nflist.c: New file.
54663         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
54664         classification.
54666 2011-08-10  Andreas Schwab  <schwab@redhat.com>
54668         * include/dirent.h: Add libc_hidden_proto for scandirat and
54669         scandirat64.  Don't declare __scandirat64.
54670         * dirent/scandirat.c: Add libc_hidden_def.
54671         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
54672         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
54674 2011-08-10  David S. Miller  <davem@davemloft.net>
54676         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
54677         enum.
54678         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
54679         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
54680         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
54682 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
54684         * Versions.def [libc]: Add GLIBC_2.15.
54685         * dirent/Makefile (routines): Add scandirat and scandirat64.
54686         * dirent/Versions [libc]: Export scandirat and scandirat64 for
54687         GLIBC_2.15.
54688         * dirent/dirent.h: Declare scandirat and scandirat64.
54689         * dirent/scandirat.c: New file.
54690         * dirent/scandirat64.c: New file.
54691         * sysdeps/wordsize-64/scandirat.c: New file.
54692         * sysdeps/wordsize-64/scandirat64.c: New file.
54693         * dirent/opendir.c: Define opendirat.
54694         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
54695         using scandirat.
54696         * dirent/scandir64.c: Adjust for scandir.c change.
54697         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
54698         __scandirat64, and __scandir_cancel_handler.
54699         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
54700         additional parameter and use openat instead of open (outside of ld.so).
54701         Add new __opendir as wrapper around __opendirat.
54702         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
54703         here without requiring old scandirat implementation.
54705 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
54707         * dirent/scandir.c (cancel_handler): Renamed to
54708         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
54709         defined.  Adjust users.
54710         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
54711         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
54713 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
54715         * string/test-string.h (IMPL): Use __STRING to expand name and then
54716         stringify it.
54718         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
54719         of cleanups.
54721 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54723         * string/Makefile: Update.
54724         (strop-tests): Append strncat.
54725         * string/test-wcscmp.c: New file.
54726         New comprehensive test for wcscmp.
54727         * string/test-strcmp.c: Update.
54728         (WIDE): New define.
54730 2011-07-22  Andreas Schwab  <schwab@redhat.com>
54732         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
54733         line.
54735 2011-07-26  Andreas Schwab  <schwab@redhat.com>
54737         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
54738         encoding to ACE if AI_IDN.
54740 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
54742         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
54743         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
54745 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54747         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
54748         Fix overflow bug in strncat.
54749         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
54751         * string/test-strncat.c: Update.
54752         Add new tests for checking overflow bugs.
54754 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54756         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54757         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
54758         * sysdeps/i386/i686/multiarch/strcat.S: New file.
54759         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
54760         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
54761         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
54762         * sysdeps/i386/i686/multiarch/strncat.S: New file.
54763         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
54764         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
54766         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
54767         (USE_AS_STRCAT): Define.
54768         Add strcat and strncat support.
54769         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
54771 2011-07-25  Andreas Schwab  <schwab@redhat.com>
54773         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
54774         __n bigger than INT_MAX+1.
54775         (__strncmp_g): Likewise.
54777 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
54779         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
54780         * libio/stido.h: Likewise.
54782         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
54783         (AF_NFC): Define.
54784         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
54785         (AF_NFC): Define.
54787         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
54788         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
54789         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
54790         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
54791         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
54793         [BZ #13021]
54794         * scripts/test-installation.pl: Don't expect libnss_test1 to be
54795         installed.
54797         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
54798         typo.
54799         (_dl_x86_64_save_sse): Likewise.
54801 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
54803         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
54804         OSXSAVE.
54805         (_dl_x86_64_save_sse): Likewise.
54807         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
54809         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
54811 2011-07-21  Andreas Schwab  <schwab@redhat.com>
54813         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
54814         change.
54815         (_dl_x86_64_save_sse): Use correct AVX check.
54817 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54819         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
54820         bug in strncpy/strncat.
54821         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
54823 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
54825         * string/tester.c (test_strcat): Add tests for different alignments
54826         of source and destination.
54827         (test_strncat): Likewise.
54829 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
54831         [BZ #12852]
54832         * posix/glob.c (glob): Check passed in values before using them in
54833         expressions to avoid some overflows.
54834         (glob_in_dir): Likewise.
54836         [BZ #13007]
54837         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
54838         check for AVX enablement so that we don't crash with old kernels and
54839         new hardware.
54840         * elf/tst-audit4.c: Add same checks here.
54841         * elf/tst-audit6.c: Likewise.
54843         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
54845 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
54847         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
54849 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
54851         * po/cs.po: Update from translation team.
54852         * po/bg.po: Likewise.
54854 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
54856         * misc/sys/cdefs.h: Add support for const attribute.
54857         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
54858         to gnu_dev_{major,minor,makedev} functions.
54860 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
54862         * intl/dcigettext.c (get_output_charset): Add missing bracket.
54864 2011-07-20  Andreas Schwab  <schwab@redhat.com>
54866         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
54867         strlen results.
54869 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54871         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
54872         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
54873         register in order to avoid conflicts with the soft frame pointer
54874         being held in r11 when necessary.
54875         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
54876         (INTERNAL_VSYSCALL_NCS): Likewise.
54878 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
54880         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
54881         * elf/dl-fini.c (_dl_fini): Adjust caller.
54882         * elf/dl-close.c (_dl_close_worker): Likewise.
54883         * sysdeps/generic/ldsodefs.h: Adjust declaration.
54885 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
54887         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
54888         "aux_cache->nlibs < 0".
54890         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
54891         in the reload-count case.
54893 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54895         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54896         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
54897         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
54898         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
54899         * sysdeps/x86_64/multiarch/strcat.S: New file.
54900         * sysdeps/x86_64/multiarch/strncat.S: New file.
54901         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
54902         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
54903         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
54904         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
54905         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
54906         (USE_AS_STRCAT): Define.
54907         Add strcat and strncat support.
54908         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
54909         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
54910         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
54911         * string/strncat.c: Update.
54912         (USE_AS_STRNCAT): Define.
54913         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54914         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
54915         and i7.
54916         * sysdeps/x86_64/multiarch/init-arch.h
54917         (bit_Prefer_PMINUB_for_stringop): New.
54918         (index_Prefer_PMINUB_for_stringop): Likewise.
54919         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
54920         bit_Prefer_PMINUB_for_stringop.
54922 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
54924         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
54925         buffer64.
54926         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
54927         of casting of buffer.
54928         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
54929         buffer32 and buffer64.
54930         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
54931         writes instead of casting of buffer.
54932         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
54933         buffer32.
54934         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
54935         casting of buffer.
54937 2011-07-19  Andreas Schwab  <schwab@redhat.com>
54939         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
54941 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
54943         * nscd/nscd.c (termination_handler): Don't do anything for a database
54944         if it has not yet been initialized.
54946 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
54948         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
54950 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
54952         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
54954 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
54956         * po/nl.po: Update from translation team.
54957         * po/sv.po: Likewise.
54959 2011-07-16  Roland McGrath  <roland@hack.frob.com>
54961         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
54962         now disallowed by GCC.
54964         * configure.in (use-default-link): Default to yes if a test -shared
54965         link meets our qualifications.
54966         * configure: Regenerated.
54968         * config.make.in (output-format): New variable.
54969         * configure.in: Check for ld --print-output-format support.
54970         * configure: Regenerated.
54971         * Makerules ($(common-objpfx)format.lds)
54972         [$(output-format) != unknown]: Just use $(output-format),
54973         instead of the linker-script munging.
54975 2011-07-14  Roland McGrath  <roland@hack.frob.com>
54977         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
54978         of $(common-objpfx)shlib.lds.
54979         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
54981         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
54982         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
54984         * configure.in (-z relro check): Adjust test code to add a large
54985         writable data section after it.
54986         * configure: Regenerated.
54988 2011-07-11  Roland McGrath  <roland@hack.frob.com>
54990         * configure.in (-z relro check): Fix test code to make the variable
54991         truly const.
54992         * configure: Regenerated.
54994 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
54996         * nscd/nscd.h (struct traced_file): Define.
54997         (struct database_dyn): Remove inotify_descr, reset_res, and filename
54998         elements.  Add traced_files.
54999         (inotify_fd): Declare.
55000         (register_traced_file): Declare.
55001         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
55002         (inotify_fd): Export.
55003         (resolv_conf_descr): Remove.
55004         (nscd_init): Move inotify descriptor creation to main.
55005         Don't register files for notification here.
55006         (register_traced_file): New function.
55007         (invalidate_cache): Don't use reset_res to determine whether to call
55008         res_init, go through the list of registered files.
55009         (main_loop_poll): The inotify descriptors are now stored in the
55010         structures for the traced files.
55011         (main_loop_epoll): Likewise
55012         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
55013         to __nss_disable_nscd.
55014         * nscd/cache.c (prune_cache): There is no single inotify descriptor
55015         for a database anymore.  Check the records for all the registered
55016         files instead.
55017         * nss/Makefile (libnss_files-routines): Add files-init.
55018         (libnss_db-routines): Add db-init.
55019         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
55020         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
55021         * nss/nss_db/db-init.c: New file.
55022         * nss/nss_files/files-init.c: New file.
55023         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
55024         __nss_lookup_function.
55025         (__nss_lookup_function): Call nss_load_library.
55026         (nss_load_all_libraries): New function.
55027         (__nss_disable_nscd): Take parameter with callback function for files
55028         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
55029         used for the cached services.
55030         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
55031         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
55032         options for features to all the files in nscd.
55034         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
55036 2011-07-10  Roland McGrath  <roland@hack.frob.com>
55038         * csu/elf-init.c (__libc_csu_init): Comment typo.
55040 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
55042         * po/pl.po: Update from translation team.
55043         * po/ja.po: Likewise.
55044         * po/ru.po: Likewise.
55045         * po/ko.po: Likewise.
55046         * po/fr.po: Likewise.
55048 2011-07-09  Roland McGrath  <roland@hack.frob.com>
55050         * configure.in (.ctors/.dtors header and trailer check):
55051         Use an empirical test on a built program.
55052         * configure: Regenerated.
55054         * configure.in (-z relro check): Use an empirical test on a built DSO.
55055         Detect, but do not require, on ia64.
55056         * configure: Regenerated.
55058         * configure.in (READELF): Find it with AC_CHECK_TOOL.
55059         Update tests that use readelf to use $READELF instead.
55060         * configure: Regenerated.
55062 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
55064         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
55065         if the result is not used.
55067 2011-07-05  Andreas Jaeger  <aj@suse.de>
55069         [BZ#9696]
55070         * stdlib/tst-strtod.c: Add testcase.
55072 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
55074         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
55075         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
55076         The latter has a higher limit.  Take additional parameter to pass to
55077         the new function.
55078         (__pathconf): Pass file to __statfs_link_max.
55079         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
55080         __statfs_link_max.
55081         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
55082         __statfs_link_max.
55084         [BZ #12868]
55085         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
55086         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55087         Handle Lustre.
55088         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
55089         (__statfs_filesize_max): Likewise.
55090         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
55092 2011-07-05  Andreas Jaeger  <aj@suse.de>
55094         * resolv/res_comp.c (dn_skipname): Remove unused variable.
55096 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
55098         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
55099         `status' variable.
55100         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
55101         Likewise.
55103 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
55105         * Makefile (strop-tests): Add strncat.
55106         * string/test-strncat.c: New file.
55108 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
55110         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
55112 2011-06-21  Andreas Jaeger  <aj@suse.de>
55114         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
55115         Copy rule from iconvdata/Makefile.
55117 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
55119         [BZ #12922]
55120         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
55121         but no long options are defined, just return 'W'.
55123 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
55125         [BZ #9696]
55126         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
55128 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
55130         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
55131         netgroups to read.
55132         (innetgr): Likewise.
55134 2011-07-05  Roland McGrath  <roland@hack.frob.com>
55136         * config.make.in (install_root): Default to $(DESTDIR).
55138 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
55140         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
55142 2011-07-02  Roland McGrath  <roland@hack.frob.com>
55144         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
55146         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
55147         containing directory rather than embedding absolute directory names.
55149         * scripts/check-local-headers.sh: Rewritten using awk.
55150         Match by word, not by line.  Print error messages for matches.
55151         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
55153         * Makerules [shlib-lds-flags empty]:
55154         ($(common-objpfx)libc_pic.opts): New target.
55155         ($(common-objpfx)libc_pic.os.clean): New target.
55156         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
55158         * config.make.in (OBJCOPY): New variable.
55159         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
55160         * configure: Regenerated.
55162         * config.make.in (use-default-link): New variable.
55163         * configure.in (use_default_link): Grok --with-default-link to set it.
55164         * configure: Regenerated.
55165         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
55166         (shlib-lds, shlib-lds-flags): Define to empty.
55168         * Makerules (shlib-lds): New variable.
55169         (shlib-lds-flags): New variable.
55170         (build-shlib, build-moduile, build-module-asneeded): Use it.
55171         ($(common-objpfx)libc.so): Use $(shlib-lds).
55172         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
55173         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
55175         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
55176         DT_FLAGS/DT_FLAGS_1 with zero flags.
55178         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
55179         linker script munging.
55181 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
55183         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
55184         as 128-bit value.
55185         * crypt/sha512.c (sha512_process_block): Perform total addition using
55186         128-bit if possible.
55187         (__sha512_finish_ctx): Likewise.
55188         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
55189         as 64-bit value.
55190         * crypt/sha256.c (SWAP64): Define.
55191         (sha256_process_block): Perform total addition using 64-bit if
55192         possible.
55193         (__sha256_finish_ctx): Likewise.
55195 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
55197         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
55198         * nscd/initgrcache.c (addinitgroupsX): Likewise.
55199         * nscd/hstcache.c (cache_addhst): Likewise.
55200         * nscd/grpcache.c (cache_addgr): Likewise.
55201         * nscd/aicache.c (addhstaiX): Likewise
55202         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
55204 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
55206         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
55207         * nscd/initgrcache.c (addinitgroupsX): Likewise.
55208         * nscd/hstcache.c (cache_addhst): Likewise.
55209         * nscd/grpcache.c (cache_addgr): Likewise.
55210         * nscd/aicache.c (addhstaiX): Likewise
55212 2011-07-01  Andreas Schwab  <schwab@redhat.com>
55214         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
55215         domain only when needed.
55217 2011-06-30  Andreas Schwab  <schwab@redhat.com>
55219         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
55220         is always restored.
55222 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
55224         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
55225         are re-adding the entry.
55226         * nscd/servicescache.c (cache_addserv): Likewise.
55228 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
55230         * sysdeps/generic/dl-irel.h: fix protection against multiple
55231         inclusions.
55232         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
55234 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
55236         [BZ #12935]
55237         * malloc/memusage.sh: Fix quoting in message.
55238         * debug/xtrace.sh: Likewise.
55240         * configure.in: Remove support for --experimental-malloc option, make
55241         it the default.
55242         * config.make.in: Likewise.
55243         * malloc/Makefile: Likewise.
55245 2011-06-27  Andreas Schwab  <schwab@redhat.com>
55247         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
55248         two-byte characters.
55250 2011-06-27  Roland McGrath  <roland@hack.frob.com>
55252         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
55253         AC_CACHE_CHECK invocation.
55254         * configure: Regenerated.
55256         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
55258 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
55260         [BZ #12350]
55261         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
55262         bit from old_res_options.
55264         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
55266         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
55267         value type for setfct.
55269 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
55271         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55272         __gettimeofday instead of gettimeofday.
55274 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
55276         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
55278 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
55280         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
55282         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
55283         info.
55285 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
55287         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55288         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55289         strcpy-sse2-unaligned strncpy-sse2-unaligned
55290         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
55291         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
55292         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
55293         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
55294         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
55295         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
55296         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
55297         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
55298         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
55299         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
55300         (STRCPY): Support SSE2 and SSSE3 versions.
55302 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
55304         [BZ #12874]
55305         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
55306         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
55307         kernels which artificially limit size of requests.
55309 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
55311         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55312         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55313         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
55314         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
55315         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
55316         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
55317         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
55318         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
55319         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
55320         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
55321         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
55322         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
55323         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
55324         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
55325         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
55326         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55327         Enable unaligned load optimization for Intel Core i3, i5 and i7
55328         processors.
55329         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
55330         Define.
55331         (index_Fast_Unaligned_Load): Define.
55332         (HAS_FAST_UNALIGNED_LOAD): Define.
55334 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
55336         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
55338 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
55340         [BZ #12907]
55341         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
55342         until it is clear that the information is realy needed.
55343         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
55345 2011-06-22  Andreas Schwab  <schwab@redhat.com>
55347         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
55349 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
55351         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55352         /sys/devices/system/cpu/online if it is usable.
55354         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
55355         reading the information from the /proc filesystem to once a second.
55357 2011-06-21  Andreas Jaeger  <aj@suse.de>
55359         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
55360         NULL after inclusion of kernel headers.
55362 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
55364         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
55365         calls to internal_setent.
55367         [BZ #12885]
55368         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
55369         addresses using gethostbyname4_r ignore IPv4 addresses.
55371         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
55372         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
55374         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
55376 2011-06-20  David S. Miller  <davem@davemloft.net>
55378         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
55379         inclusions.
55380         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
55382         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
55383         (elf_irel): Use it.
55384         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
55385         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
55386         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
55387         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
55388         * sysdeps/x86_64/dl-irel.h: Likewise.
55390         * elf/dl-runtime.c: Use elf_ifunc_invoke.
55391         * elf/dl-sym.c: Likewise.
55393 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
55395         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
55396         need to dereference resplen2.
55398 2011-06-14  Andreas Schwab  <schwab@redhat.com>
55400         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
55402 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
55404         * Makeconfig: Define vardbdir and inst_vardbdir.
55405         * nss/Makefile: Add rules to install db-Makefile.
55407         * nss/nss_db/db-XXX.c: Cleanup.
55409         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
55410         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
55411         GLIBC_PRIVATE.
55412         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
55413         * nss/makedb.c: Implement -g option to specify that value strings
55414         are generated and should not be added to table iterated over for
55415         get*ent calls.
55416         * nss/nss_db/db-initgroups.c: New file.
55418         * nss/getent.c: Add support for initgroups lookups through getgrouplist
55419         interface.
55421         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
55422         (internal_getgrouplist): Adjust to name change.
55423         Update use_initgroups_entry if this is not the first call.
55424         * nss/databases.def: Add initgroups entry.
55426         * nss/makedb.c (compute_tables): Check result of multiple hash table
55427         sizes to minimize maximum chain length.
55429 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
55431         * Versions.def: Add entry for libnss_db.
55432         * shlib-versions: Likewise.
55433         * nss/Makefile: Add rules to build libnss_db.
55434         * nss/Versions: Add libnss_db information.  Organize libnss_files
55435         entries better.
55436         * nss/db-Makefile: Add gshadow support.  Change rules for the new
55437         makedb progra.  Some minor improvements to generate smaller files.
55438         * nss/nss_db/nss_db.h: Move NSS database header data structures to
55439         here from...
55440         * nss/makedb.c: ...here.
55441         Improve database format to be smaller and require less memory at
55442         runtime.
55443         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
55444         db anymore.
55445         * nss/nss_db/db-netgrp.c: Likewise.
55446         * nss/nss_db/db-open.c: Likewise.
55447         * nss/nss_files/flies-XXX.x: Adjust comments.
55448         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
55449         * nss/nss_files/files-grp.c: Likewise.
55450         * nss/nss_files/files-hosts.c: Likewise.
55451         * nss/nss_files/files-network.c: Likewise.
55452         * nss/nss_files/files-proto.c: Likewise.
55453         * nss/nss_files/files-pwd.c: Likewise.
55454         * nss/nss_files/files-rpc.c: Likewise.
55455         * nss/nss_files/files-service.c: Likewise.
55456         * nss/nss_files/files-sgrp.c: Likewise.
55457         * nss/nss_files/files-spwd.c: Likewise.
55458         * nss/nss_db/db-alias.c: Removed.
55459         * nss/nss_db/dummy-db.h: Removed.
55461 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
55463         * nss/makedb.c: Rewritten to not use database library.
55464         * nss/Makefile: Update to build new makedb program.
55466 2011-06-14  Andreas Jaeger  <aj@suse.de>
55468         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
55469         memset declaration.
55471 2011-06-10  Andreas Schwab  <schwab@redhat.com>
55473         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
55474         tmpbuf.
55476 2011-06-10  Roland McGrath  <roland@hack.frob.com>
55478         * Makerules (shlib.lds): Fail if the linker script comes out empty.
55479         * elf/Makefile ($(objpfx)ld.so): Likewise.
55481         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
55482         Don't list ld.so twice in dependencies.
55484         * posix/bug-regex31.c: Include <stdlib.h>.
55486         * nscd/hstcache.c (cache_addhst): Remove unused variable.
55488         * nis/nss_compat/compat-spwd.c
55489         (getspent_next_nss_netgr): Remove unused variable.
55490         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
55492         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
55493         nonmembers" output to use the right array.
55495         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
55497         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
55499         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
55500         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
55501         * catgets/gencat.c (read_input_file): Likewise.
55502         * locale/programs/locarchive.c (enlarge_archive): Likewise.
55504         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
55505         variable definition inside #if's controlling its use.
55507         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
55509         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
55511         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
55513         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
55514         unreachable code.
55516         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
55518         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
55519         * configure: Regenerated.
55521         * Makerules: Revert last change.
55522         * elf/Makefile: Likewise.
55524 2011-06-09  Roland McGrath  <roland@hack.frob.com>
55526         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
55527         * elf/Makefile ($(objpfx)librtld.os): Likewise.
55528         (reloc-link): Likewise.
55530 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
55532         * elf/Makefile: Add rules to build pldd.
55533         * elf/pldd.c: New file.
55534         * elf/pldd-xx.c: New file.
55536 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
55538         * version.h: Update for 2.15 development version.
55540 2011-06-07  David S. Miller  <davem@davemloft.net>
55542         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
55543         ifuncs.
55544         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
55545         elf_machine_lazy_rel): Likewise.
55546         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
55547         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
55548         elf_machine_lazy_rel): Likewise.
55549         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
55550         dl_hwcap via passed in argument.
55551         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
55552         Likewise.
55554 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55556         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
55558 2011-06-06  Roland McGrath  <roland@hack.frob.com>
55560         [BZ #12849]
55561         * manual/fdl-1.1.texi: New file, verbatim from:
55562         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
55563         * manual/lgpl-2.1.texi: New file, verbatim from:
55564         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
55565         * manual/Makefile (licenses): New variable, list those new file names.
55566         (texis): Use it.
55567         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
55569         * manual/fdl.texi: File removed.
55570         * manual/lesser.texi: File removed.
55571         * manual/libc.texinfo (Copying, Documentation License):
55572         Use new @include file names, put @appendix directive before @include.
55574 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
55576         [BZ #12841]
55577         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
55578         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
55579         (mq_open): Add __NTH.
55581 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
55583         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55584         Assume Intel Core i3/i5/i7 processor if AVX is available.
55586 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
55588         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
55589         typo.
55591 2011-05-31  Andreas Schwab  <schwab@redhat.com>
55593         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
55594         memory.  Use alloca_account.  Fix memory leak when retrying.
55596 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
55598         * version.h (RELEASE): Bump for 2.14 release.
55599         * include/features.h (__GLIBC_MINOR__): Bump to 14.
55601         * config.make.in (RANLIB): Remove entry.
55603 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
55605         * po/Makefile (po-sed-cmd): Add ksh to extensions.
55606         (libc.pot): Work around missing support for .ksh extension in xgettext.
55608         [BZ #12684]
55609         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
55610         if both request failed.
55611         (send_dg): In case of server errors clear resplen or *resplen2.
55613         [BZ #12454]
55614         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
55615         when there are multiple maps.
55616         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
55617         (_dl_fini): Remove test here.
55619         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
55621 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
55623         [BZ #12350]
55624         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
55625         bit from old_res_options.
55626         (gaih_inet): Likewise.
55628         [BZ #11099]
55629         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
55630         as signed.
55632         * resolv/res_init.c (res_setoptions): Make the code more compact.
55634         [BZ #11558]
55635         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
55636         set RES_USEVC.
55638         [BZ #11634]
55639         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
55641         * malloc/malloc.h: Mark malloc hook variables as deprecated.
55643         [BZ #11781]
55644         * malloc/malloc.h: Declare malloc hook variables as volatile.
55646         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
55647         in last patch.
55649         [BZ #11799]
55650         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
55651         raise in the comment.
55652         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
55653         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
55654         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
55656 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
55658         [BZ #12811]
55659         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
55660         grow the buffers more if it already has to be sufficient.
55661         (build_wcs_upper_buffer): Likewise.
55662         * posix/regexec.c (check_matching): Likewise.
55663         (clean_state_log_if_needed): Likewise.
55664         (extend_buffers): Don't enlarge buffers beyond size of the input
55665         buffer.
55666         Patches mostly by Emil Wojak <emil@wojak.eu>.
55667         * posix/bug-regex32.c: New file.
55668         * posix/Makefile (tests): Add bug-regex32.
55670         * locale/findlocale.c (_nl_find_locale): Return right away if
55671         _nl_explode_name failed.
55672         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
55674         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
55676         * debug/xtrace.sh: Unify messages.
55677         * malloc/memusage.sh: Likewise.
55679         [BZ #12813]
55680         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
55681         time symbol from vDSO.  Substitute with vsyscall if not available.
55682         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
55683         __vdso_time.
55685         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
55686         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
55687         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
55688         Add sendmmsg and internal_sendmmsg.
55689         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
55690         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
55691         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
55693         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
55694         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
55695         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
55697 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
55699         [BZ #12813]
55700         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
55701         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
55702         available.
55703         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
55704         __vdso_getcpu.
55706         [BZ #12814]
55707         * iconvdata/Makefile (tests): Add bug-iconv9.
55708         * iconvdata/bug-iconv9.c: New file.
55710 2011-05-27  Andreas Schwab  <schwab@redhat.com>
55712         [BZ #12814]
55713         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
55715 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
55717         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
55718         (struct user_regs_struct): Change intcs field back to cs.
55720 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
55722         * po/ja.po: Update from translation team.
55724 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
55726         [BZ #12795]
55727         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
55728         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
55730 2011-05-20  Andreas Schwab  <schwab@redhat.com>
55732         * stdlib/longlong.h: Update from GCC.
55734 2011-05-23  Andreas Schwab  <schwab@redhat.com>
55736         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
55737         parameter name.
55738         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
55739         Add parameter name.
55740         (__sysconf): Pass it down.
55742 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
55744         [BZ #12671]
55745         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
55746         some situations.
55747         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
55748         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
55749         add in in __libc_use_alloca calls.  Adjust callers.
55750         (glob): Use malloc in some situations.
55752         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
55753         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
55754         pltexit.
55756 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
55758         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
55759         and CLOCK_BOOTTIME_ALARM.
55761         [BZ #12782]
55762         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
55763         is returned.
55765         * string/_strerror.c (__strerror_r): Print negative errors as signed
55766         numbers.
55768         [BZ #12777]
55769         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
55770         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
55771         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
55773         * configure.in: Fix typo in redirection and correct removal of test
55774         files in two cases.
55776         [BZ #12788]
55777         * locale/setlocale.c (new_composite_name): Fix test to check for
55778         identical name of all categories.
55780         [BZ #12792]
55781         * libio/filedoalloc.c (local_isatty): New function.
55782         (_IO_file_doallocate): Use local_isatty.
55783         * stdio-common/perror.c (perror): In case a new stream is used
55784         forward the stream error.
55785         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
55786         error flag.
55788 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
55790         [BZ #11869]
55791         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
55792         alloca.
55793         * include/alloca.h (extend_alloca_account): Define.
55795         [BZ #11857]
55796         * posix/regex.h: Fix comments with documentation of user-accessible
55797         fields after compilation and describe correct free'ing of pattern
55798         after re_compile_pattern.
55799         Patch by Reuben Thomas <rrt@sc3d.org>.
55801 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
55803         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
55804         and -mno-altivec to prevent the compiler from using Altivec and/or
55805         VSX instructions when the corresponding registers are not available.
55807 2011-05-19  Andreas Schwab  <schwab@redhat.com>
55809         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
55811 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
55813         * libio/freopen.c (freopen): Use __dup2, not dup2.
55814         * libio/freopen64.c (freopen64): Likewise.
55816 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
55818         [BZ #12775]
55819         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
55820         * math/Makefile (tests): Add test-powl.
55821         (CFLAGS-test-powl.c): Define.
55822         * math/test-powl.c: New file.
55824 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
55826         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
55828 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
55830         [BZ #11837]
55831         * iconvdata/gb18030.c: Update to GB18020-2005.
55833 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
55835         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
55836         RE_SYNTAX_POSIX_AWK): Update to match recent development.
55837         Patch by Aharon Robbins <arnold@skeeve.com>.
55839         [BZ #11892]
55840         * stdlib/putenv.c (putenv): Don't always create copy of the variable
55841         on the stack.
55843         [BZ #11895]
55844         * misc/pselect.c (__pselect): Handle timeout value errors hidden
55845         through underflows.
55847         [BZ #12766]
55848         * misc/error.c (error_at_line): Ensure file_name and old_file_name
55849         point to strings before performing equality test for error_one_per_line
55850         mode.
55852         [BZ #11697]
55853         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
55855         [BZ #11820]
55856         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
55857         (struct user_fpregs_struct): Avoid __uint*_t types.
55859         [BZ #6420]
55860         * malloc/mtrace.c (tr_where): Add additional parameter to point to
55861         symbol info.  Use it instead of calling _dl_addr locally.
55862         (lock_and_info): New function.
55863         (tr_freehook): Call lock_and_info and pass symbol info as additional
55864         parameter to tr_where.
55865         (tr_mallochook): Likewise.
55866         (tr_reallochook): Likewise.
55867         (tr_memalignhook): Likewise.
55869         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
55870         used and couldn't be at all thread-safe.
55872 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
55874         * libio/freopen.c (freopen): Don't close old file descriptor
55875         before the new one is opened.  Instead dup the new file descriptor
55876         to the old one after the new stream is created.
55877         * libio/freopen64.c (freopen64): Likewise.
55878         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
55879         * libio/fileops.c (_IO_new_file_close_it): Handle new
55880         _IO_FLAGS2_NOCLOSE flag.
55881         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
55882         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
55883         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
55884         _IO_FLAGS2_NOCLOSE flag.
55885         * include/unistd.h: Add hidden_proto for dup3.
55886         Define __have_dup3.
55887         * io/dup3.c: Define hidden symbol.
55888         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
55890         [BZ #7101]
55891         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
55892         when an incomplete long option is used.
55893         * posix/tst-getopt_long1.c: New file.
55894         * posix/Makefile (tests): Add tst-getopt_long1.
55896         [BZ #10138]
55897         * scripts/config.guess: Update from autoconf-2.68.
55898         * scripts/config.sub: Likewise.
55900         [BZ #10157]
55901         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
55902         tests into ...
55903         (has_cpuclock): ...this.  New function.
55904         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
55905         macro here based on has_cpuclock code.
55907         [BZ #10149]
55908         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
55909         First byte (not low byte) is now always NUL.
55910         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
55912         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
55913         Use non-cancelable interfaces.
55915         [BZ #9809]
55916         * locale/iso-639.def: Add entry for Sorani.
55918         [BZ #11901]
55919         * include/stdlib.h: Move include protection to the right place.
55920         Define abort_msg_s.  Declare __abort_msg with it.
55921         * stdlib/abort.c (__abort_msg): Adjust type.
55922         * assert/assert.c (__assert_fail_base): New function.  Majority
55923         of code from __assert_fail.  Allocate memory for __abort_msg with
55924         mmap.
55925         (__assert_fail): Now call __assert_fail_base.
55926         * assert/assert-perr.c: Remove bulk of implementation.  Use
55927         __assert_fail_base.
55928         * include/assert.hL Declare __assert_fail_base.
55929         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
55930         mmap.
55931         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
55933 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
55935         [BZ #11952]
55936         [BZ #12453]
55937         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
55938         until all modules are registered in the DTV.
55939         * elf/Makefile: Add rules to build and run tst-tls19.
55940         * elf/tst-tls19.c: New file.
55941         * elf/tst-tls19mod1.c: New file.
55942         * elf/tst-tls19mod2.c: New file.
55943         * elf/tst-tls19mod3.c: New file.
55944         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
55946         [BZ #12083]
55947         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
55948         correctly.
55950         [BZ #12601]
55951         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
55952         two-byte sequence errors.
55953         * iconvdata/Makefile (tests): Add bug-iconv8.
55954         * iconvdata/bug-iconv8.c: New file.
55956         [BZ #12626]
55957         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
55958         buf2 definition.
55960         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
55962         [BZ #12432]
55963         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
55964         (dummy_getcfa): New function.
55965         (init): Get _Unwind_GetCFA address, use dummy if not found.
55966         (backtrace_helper): In recursion check, also check whether CFA changes.
55967         (__backtrace): Completely initialize arg.
55969         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
55970         storing incomplete byte sequence in state object.  Avoid testing for
55971         guaranteed too small input if we know there is enough data available.
55973 2011-05-11  Andreas Schwab  <schwab@redhat.com>
55975         * Makeconfig (+link-pie): Indent.
55976         * Rules (binaries-pie): Define if $(have-fpie) and
55977         $(build-shared).
55978         (binaries-shared): Also filter out $(binaries-pie).
55979         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
55980         * nscd/Makefile (others-pie): Add nscd.
55981         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
55982         ($(objpfx)nscd): Remove command override.
55983         * login/Makefile (others-pie): Add pt_chown.
55984         ($(objpfx)pt_chown): Remove command override.
55985         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
55986         remove command overrides.
55988 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
55990         * libio/tst_putwc.c: Fix error messages.
55992         [BZ #12724]
55993         * libio/fileops.c (_IO_new_file_close_it): Always flush when
55994         currently writing and seek to current position when not.
55995         * libio/Makefile (tests): Add bug-fclose1.
55996         * libio/bug-fclose1.c: New file.
55998 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
56000         [BZ #12511]
56001         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
56002         don't set DF_1_NODELETE here.
56003         (do_lookup_x): When entering new entry test for copy relocation
56004         and if necessary set DF_1_NODELETE flag.
56005         * elf/tst-unique4.cc: New file.
56006         * elf/tst-unique4.h: New file.
56007         * elf/tst-unique4lib.cc: New file.
56008         * elf/Makefile: Add rules to build and run tst-unique4.
56009         Patch by Piotr Bury <pbury@goahead.com>.
56011 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
56013         [BZ #12052]
56014         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
56016         [BZ #12625]
56017         * misc/mntent_r.c (addmntent): Flush the stream after the output
56019         [BZ #12393]
56020         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
56021         (is_trusted_path_normalize): Skip initial colon.  Append slash
56022         to empty buffer.  Duplicate is_trusted_path code but allow
56023         constructed patch to be prefix.
56024         (is_dst): Allow $ORIGIN followed by /.
56025         (_dl_dst_substitute): Correct clearing of check_for_trusted.
56026         Correct testing of result of is_trusted_path_normalize
56027         (decompose_rpath): Fix warning.
56029 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
56031         [BZ #11257]
56032         * grp/initgroups.c (internal_getgrouplist): When we found the service
56033         list through the initgroups entry in nsswitch.conf do not always
56034         continue on a successful lookup.  Don't always use the
56035         __nss_group_database value if it is set.
56036         * nss/nsswitch.conf (initgroups): Change action for successful db
56037         lookup to continue for compatibility.
56039 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
56041         [BZ #11532]
56042         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
56043         and CP774 modules.
56044         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
56045         and CP774 modules.
56046         * iconvdata/tst-tables.sh: Likewise.
56047         * iconvdata/cp770.c: New file.
56048         * iconvdata/cp771.c: New file.
56049         * iconvdata/cp772.c: New file.
56050         * iconvdata/cp773.c: New file.
56051         * iconvdata/cp774.c: New file.
56052         * iconvdata/testdata/CP770: New file.
56053         * iconvdata/testdata/CP770..UTF8: New file.
56054         * iconvdata/testdata/CP771: New file.
56055         * iconvdata/testdata/CP771..UTF8: New file.
56056         * iconvdata/testdata/CP772: New file.
56057         * iconvdata/testdata/CP772..UTF8: New file.
56058         * iconvdata/testdata/CP773: New file.
56059         * iconvdata/testdata/CP773..UTF8: New file.
56060         * iconvdata/testdata/CP774: New file.
56061         * iconvdata/testdata/CP774..UTF8: New file.
56063         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
56064         END CHARMAP line.
56065         * iconvdata/gen-8bit-gap.sh: Likewise.
56066         * iconvdata/gen-8bit.sh: Likewise.
56068         * locale/iso-639.def: Add ary entry.
56070         [BZ #11258]
56071         * locale/C-translit.h.in: Add U20A1 transliteration.
56073         [BZ #12178]
56074         * locale/iso-639.def: Add wae entry.
56075         Patch by Kevin Bortis <bortis@translate-wae.ch>.
56077         [BZ #12545]
56078         * locale/programs/localedef.c (construct_output_path): Use ssize_t
56079         for n.
56081         [BZ #12711]
56082         * locale/C-translit.h.in: Add entry for U20B9.
56083         Patch by pravin.d.s@gmail.com.
56085 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
56087         [BZ #12713]
56088         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
56089         ENAMETOOLONG use generic getcwd.
56090         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
56091         in rtld.  Use *stat64.
56092         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
56093         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
56094         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
56095         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
56096         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
56097         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
56098         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
56099         __fstatat64 macros.
56100         * include/dirent.h: Add libc_hidden_proto for rewinddir.
56101         * dirent/rewinddir.c: Add libc_hidden_def.
56102         * sysdeps/mach/hurd/rewinddir.c: Likewise.
56103         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
56105         * include/dirent.h (__alloc_dir): Add flags parameter.
56106         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
56107         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
56108         __alloc_dir.
56109         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
56110         from fdopendir if O_CLOEXEC is already set.
56112 2011-03-15  Alan Modra  <amodra@gmail.com>
56114         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
56115         l_tls_firstbyte_offset non-zero.  Save padding offset in
56116         l_tls_firstbyte_offset for later use.
56117         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
56118         freeing static tls block.
56120 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
56122         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
56123         where #ifdef was intended.  The intent is to prevent ARG_MAX from
56124         being defined by the kernel headers.
56126 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
56128         [BZ #12734]
56129         * resolv/resolv.h: Define RES_NOTLDQUERY.
56130         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
56131         no-tld-query and set RES_NOTLDQUERY.
56132         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
56133         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
56134         modern BIND to search name as TLD unless forbidden.
56136 2011-05-07  Petr Baudis  <pasky@suse.cz>
56137             Ulrich Drepper  <drepper@gmail.com>
56139         [BZ #12393]
56140         * elf/dl-load.c (fillin_rpath): Move trusted path check...
56141         (is_trusted_path): ...to here.
56142         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
56143         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
56144         using is_trusted_path_normalize() in setuid scripts.
56146 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
56148         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
56149         __BEGIN/__END_DECLS.
56151 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
56153         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
56154         NSS_STATUS_NOTFOUND if no record was found.
56156 2011-05-05  Andreas Schwab  <schwab@redhat.com>
56158         * sunrpc/Makefile (headers): Add rpc/netdb.h.
56159         (headers-not-in-tirpc): Remove rpc/netdb.h
56160         * resolv/netdb.h: Revert last change.
56162 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
56164         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
56165         circular dependency between libgcc.a and libc.a.
56167 2011-05-05  Andreas Schwab  <schwab@redhat.com>
56169         * resolv/netdb.h: Don't include <rpc/netdb.h>.
56170         * nis/Makefile: Don't install rpcsvc/*.
56171         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
56172         instead of <rpc/types.h>.
56173         (MAXHOSTNAMELEN): Define.
56175 2011-05-03  Andreas Schwab  <schwab@redhat.com>
56177         * elf/ldconfig.c (add_dir): Don't crash on empty path.
56179 2011-04-28  Maciej Babinski  <mbabinski@google.com>
56181         [BZ #12714]
56182         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
56183         gethostbyname4_r when IPv6 results are possible.
56185 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
56187         [BZ #12723]
56188         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
56189         _PC_PIPE_BUF handling.
56191 2011-04-30  Bruno Haible  <bruno@clisp.org>
56193         [BZ #12717]
56194         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
56195         * resolv/netdb.h (getnameinfo): Change type of flags parameter
56196         to 'int'.
56197         * inet/getnameinfo.c (getnameinfo): Likewise.
56199 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
56201         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
56202         to groups setting in database lookup.
56203         * nss/nsswitch.conf: Add initgroups entry.
56205 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
56207         [BZ #12685]
56208         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
56209         mode string.
56210         Patch by Eric Blake <eblake@redhat.com>.
56212 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
56214         * sunrpc/Makefile (need-export-routines): Add svc_run.
56215         (routines): Remove svc_run.
56216         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
56217         * sunrpc/clnt_perr.c (clnt_perrno): Export.
56218         * sunrpc/svc_run.c (svc_run): Likewise.
56219         * sunrpc/svc_udp.c (svcudp_create): Likewise.
56221 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
56223         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
56224         problem in reallocation in last patch.
56226 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
56228         * sunrpc/Makefile: Move inclusion of Rules.
56230 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
56232         * nss/nss_files/files-initgroups.c: New file.
56233         * nss/Makefile (libnss_files-routines): Add files-initgroups.
56234         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
56235         _nss_files_initgroups_dyn.
56237 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
56239         * elf/elf.h (R_ARM_IRELATIVE): Define.
56241 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
56243         * po/ru.po: Update from translation team.
56245 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
56247         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
56248         dependencies.
56250 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
56252         [BZ #12653]
56253         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
56254         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
56255         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
56256         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
56257         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
56259 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
56261         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
56262         differing bytes.
56263         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
56264         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
56265         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
56267 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
56269         [BZ #12420]
56270         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
56271         storing it.
56272         * stdlib/bug-getcontext.c: New file.
56273         * stdlib/Makefile: Add rules to build and run bug-getcontext.
56275 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56277         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
56278         instructions into .machine "z9-109".
56279         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
56280         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
56282 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56284         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
56285         between environment variables and auxiliary vector.
56287 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
56289         * Makefile: Add rules to build linkobj/libc.so.
56290         * include/libc-symbols.h: Define libc_hidden_nolink.
56291         * include/rpc/auth.h: Mark functions which are to be hidden.
56292         * include/rpc/auth_des.h: Likewise.
56293         * include/rpc/auth_unix.h: Likewise.
56294         * include/rpc/clnt.h: Likewise.
56295         * include/rpc/des_crypt.h: Likewise.
56296         * include/rpc/key_prot.h: Likewise.
56297         * include/rpc/pmap_clnt.h: Likewise.
56298         * include/rpc/pmap_prot.h: Likewise.
56299         * include/rpc/pmap_rmt.h: Likewise.
56300         * include/rpc/rpc_msg.h: Likewise.
56301         * include/rpc/svc.h: Likewise.
56302         * include/rpc/svc_auth.h: Likewise.
56303         * include/rpc/xdr.h: Likewise.
56304         * nis/Makefile: Link all DSOs against linkobj/libc.so.
56305         * nss/Makefile: Likewise.
56306         * sunrpc/Makefile: Don't install headers.  Build library with normal
56307         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
56308         * sunrpc/auth_des.c: Hide exported symbols by default, export some
56309         for the compat linking library.  Remove use of INTDEF/INTUSE.
56310         * sunrpc/auth_none.c: Likewise.
56311         * sunrpc/auth_unix.c: Likewise.
56312         * sunrpc/authdes_prot.c: Likewise.
56313         * sunrpc/authuxprot.c: Likewise.
56314         * sunrpc/clnt_gen.c: Likewise.
56315         * sunrpc/clnt_perr.c: Likewise.
56316         * sunrpc/clnt_raw.c: Likewise.
56317         * sunrpc/clnt_simp.c: Likewise.
56318         * sunrpc/clnt_tcp.c: Likewise.
56319         * sunrpc/clnt_udp.c: Likewise.
56320         * sunrpc/clnt_unix.c: Likewise.
56321         * sunrpc/des_crypt.c: Likewise.
56322         * sunrpc/des_soft.c: Likewise.
56323         * sunrpc/get_myaddr.c: Likewise.
56324         * sunrpc/key_call.c: Likewise.
56325         * sunrpc/key_prot.c: Likewise.
56326         * sunrpc/netname.c: Likewise.
56327         * sunrpc/pm_getmaps.c: Likewise.
56328         * sunrpc/pm_getport.c: Likewise.
56329         * sunrpc/pmap_clnt.c: Likewise.
56330         * sunrpc/pmap_prot.c: Likewise.
56331         * sunrpc/pmap_prot2.c: Likewise.
56332         * sunrpc/pmap_rmt.c: Likewise.
56333         * sunrpc/publickey.c: Likewise.
56334         * sunrpc/rpc_cmsg.c: Likewise.
56335         * sunrpc/rpc_common.c: Likewise.
56336         * sunrpc/rpc_dtable.c: Likewise.
56337         * sunrpc/rpc_prot.c: Likewise.
56338         * sunrpc/rpc_thread.c: Likewise.
56339         * sunrpc/rtime.c: Likewise.
56340         * sunrpc/svc.c: Likewise.
56341         * sunrpc/svc_auth.c: Likewise.
56342         * sunrpc/svc_authux.c: Likewise.
56343         * sunrpc/svc_raw.c: Likewise.
56344         * sunrpc/svc_run.c: Likewise.
56345         * sunrpc/svc_simple.c: Likewise.
56346         * sunrpc/svc_tcp.c: Likewise.
56347         * sunrpc/svc_udp.c: Likewise.
56348         * sunrpc/svc_unix.c: Likewise.
56349         * sunrpc/svcauth_des.c: Likewise.
56350         * sunrpc/xcrypt.c: Likewise.
56351         * sunrpc/xdr.c: Likewise.
56352         * sunrpc/xdr_array.c: Likewise.
56353         * sunrpc/xdr_float.c: Likewise.
56354         * sunrpc/xdr_intXX_t.c: Likewise.
56355         * sunrpc/xdr_mem.c: Likewise.
56356         * sunrpc/xdr_rec.c: Likewise.
56357         * sunrpc/xdr_ref.c: Likewise.
56358         * sunrpc/xdr_sizeof.c: Likewise.
56359         * sunrpc/xdr_stdio.c: Likewise.
56361 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
56363         [BZ #12650]
56364         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
56365         * sysdeps/ia64/dl-tls.h: Likewise.
56366         * sysdeps/powerpc/dl-tls.h: Likewise.
56367         * sysdeps/s390/dl-tls.h: Likewise.
56368         * sysdeps/sh/dl-tls.h: Likewise.
56369         * sysdeps/sparc/dl-tls.h: Likewise.
56370         * sysdeps/x86_64/dl-tls.h: Likewise.
56371         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
56373 2011-03-14  Andreas Schwab  <schwab@redhat.com>
56375         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
56376         rpath element also skip the following colon.
56377         (expand_dynamic_string_token): Add is_path parameter and pass
56378         down to DL_DST_REQUIRED and _dl_dst_substitute.
56379         (decompose_rpath): Call expand_dynamic_string_token with
56380         non-zero is_path.  Ignore empty rpaths.
56381         (_dl_map_object_from_fd): Call expand_dynamic_string_token
56382         with zero is_path.
56384 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
56386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
56387         Make cancelable.
56389 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
56391         [BZ #12655]
56392         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
56393         Patch by Filipe David Manana <fdmanana@apache.org>.
56395 2011-04-07  Andreas Schwab  <schwab@redhat.com>
56397         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
56398         Maintain aligned stack.
56399         (CHECK_RSP): Remove unused macro.
56401 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
56403         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
56404         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
56406 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
56408         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
56410         * include/features.h: Mention __USE_XOPEN2K8 in comment.
56412 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
56414         [BZ #12518]
56415         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
56416         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
56417         * sysdeps/x86_64/memmove.c: New file.
56418         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
56419         (memcpy): Renamed to ...
56420         (__new_memcpy): This.
56421         (memcpy): Provide GLIBC_2_14 memcpy.
56422         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
56423         (memcpy): Provide GLIBC_2_2_5 memcpy.
56425 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56427         [BZ #12631]
56428         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
56430 2011-03-30  Andreas Schwab  <schwab@redhat.com>
56432         * misc/syncfs.c: New file.
56433         * misc/Makefile (routines): Add syncfs.
56434         * posix/unistd.h: Declare syncfs.
56435         * sysdeps/unix/syscalls.list: Add syncfs.
56437 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56439         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
56440         open_by_handle_at.
56441         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
56442         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56443         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56444         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56445         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56446         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
56447         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56449 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56451         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
56452         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56453         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
56454         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56455         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56456         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56457         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56459         * io/Makefile: Compile fallocate.c, fallocate64.c, and
56460         sync_file_range.c with -fexceptions.
56461         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
56462         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
56463         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
56464         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
56465         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
56466         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
56467         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
56468         sync_file_range as cancellation point
56469         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
56470         now a wrapper around __call_sync_file_range with cancellation handling.
56471         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
56472         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
56473         function name to __call_sync_file_range.
56474         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
56475         Add call_sync_file_range.
56477 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56479         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
56480         bits/timex.h.
56482 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56484         * iconv/iconv.h: Fix typo in comment.
56485         * io/fcntl.h: Likewise.
56486         * libio/stdio.h: Likewise.
56487         * posix/spawn.h: Likewise.
56488         * posix/unistd.h: Likewise.
56489         * stdlib/stdlib.h: Likewise.
56490         * time/time.h: Likewise.
56491         * wcsmbs/wchar.h: Likewise.
56493         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
56494         open_by_handle): Add.
56495         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
56496         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
56497         Augment a few comments.
56498         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56499         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56500         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56501         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56502         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56503         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
56504         open_by_handle.
56506         * io/fcntl.h (AT_EMPTY_PATH): Define.
56508 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
56510         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
56511         * sysdeps/unix/sysv/linux/bits/time.h: New file.
56512         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
56513         to...
56514         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
56515         * Versions.def: Add GLIBC_2.14.
56516         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
56517         Export.
56519 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
56521         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
56522         round counter.
56523         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56525 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
56527         [BZ #12597]
56528         * string/test-strncmp.c (do_page_test): New function.
56529         (check2): Likewise.
56530         (test_main): Call check2.
56531         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
56533 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
56535         [BZ #12587]
56536         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
56537         Handle cache information in CPU leaf 4.
56538         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56540 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
56542         [BZ #12583]
56543         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
56544         character representation.
56545         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
56547 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
56549         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
56550         END(__isnan) to END(__isnanf) to match function entry point/label
56551         EALIGN(__isnanf,...).
56553 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
56555         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
56557 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
56559         [BZ #12510]
56560         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
56561         copy from the symbol referenced in the relocation to initialize the
56562         used variable.
56563         Patch by Piotr Bury <pbury@goahead.com>.
56564         * elf/Makefile: Add rules to build and tst-unique3.
56565         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
56566         * elf/tst-unique3.cc: New file.
56567         * elf/tst-unique3.h: New file.
56568         * elf/tst-unique3lib.cc: New file.
56569         * elf/tst-unique3lib2.cc: New file.
56571         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
56573 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
56575         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
56576         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
56577         to _start.
56579 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
56581         * elf/dl-load.c (_dl_map_object): If we are looking for the first
56582         to-be-loaded object along a path to loader is ld.so.
56584 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
56585             Ulrich Drepper  <drepper@gmail.com>
56587         * sysdeps/x86_64/memset.S: After aligning destination, code
56588         branches to different locations depending on the value of
56589         misalignment, when multiarch is enabled. Fix this.
56591 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
56593         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
56594         Set _x86_64_preferred_memory_instruction for AMD processsors.
56595         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56596         Set bit_Prefer_SSE_for_memop for AMD processors.
56598 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
56600         * libio/fmemopen.c (fmemopen): Optimize a bit.
56602 2011-03-03  Andreas Schwab  <schwab@redhat.com>
56604         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
56606 2011-03-03  Roland McGrath  <roland@redhat.com>
56608         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
56610 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
56612         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
56613         __bzero_ultra1 instead of __memset_ultra1.
56615 2011-02-23  Andreas Schwab  <schwab@redhat.com>
56616             Ulrich Drepper  <drepper@gmail.com>
56618         [BZ #12509]
56619         * include/link.h (struct link_map): Add l_orig_initfini.
56620         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
56621         returning unsuccessfully.
56622         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
56623         close of a file loaded at startup, restore the original l_initfini
56624         list.
56625         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
56626         list, store the pointer.
56627         * elf/Makefile ($(objpfx)noload-mem): New rule.
56628         (noload-ENV): Define.
56629         (tests): Add $(objpfx)noload-mem.
56630         * elf/noload.c: Include <memcheck.h>.
56631         (main): Call mtrace.  Close all opened handles.
56633 2011-02-17  Andreas Schwab  <schwab@redhat.com>
56635         [BZ #12454]
56636         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
56637         dependencies are missing.
56639 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56641         Fix __if_freereq crash: Unlike the generic version which uses free,
56642         Hurd needs munmap.
56643         * sysdeps/mach/hurd/ifreq.h: New file.
56645 2011-01-27  Petr Baudis  <pasky@suse.cz>
56646             Ulrich Drepper  <drepper@gmail.com>
56648         [BZ 12445]#
56649         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
56650         to extend_alloca().
56651         * stdio-common/bug23.c: New file.
56652         * stdio-common/Makefile (tests): Add bug23.
56654 2010-09-28  Andreas Schwab  <schwab@redhat.com>
56655             Ulrich Drepper  <drepper@gmail.com>
56657         [BZ #12489]
56658         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
56659         before performing relro protection.  At old place add assertion
56660         to make sure nothing changed.
56662 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
56663             Glauber de Oliveira Costa  <glommer@gmail.com>
56665         * elf/elf.h: Add new ARM TLS relocs.
56667 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
56669         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
56670         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
56671         cast from r3.
56672         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
56673         'tests' variable.
56674         * sysdeps/wordsize-64/tst-writev.c: New file.
56676 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
56678         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
56679         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
56680         insns in _dl_start to prevent a TOC reference before relocs are
56681         resolved.
56683 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
56685         [BZ #12469]
56686         * Makeconfig: Remove RANLIB definition.
56687         * Makerules: Don't use RANLIB.
56688         * aclocal.m4: Remove ranlib test.
56689         * configure.in: No need to check for ranlib.
56690         * elf/rtld-Rules: Don't use RANLIB.
56692 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56694         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
56695         protection macro.
56696         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
56697         inclusion protection macro.
56699         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
56700         SIGRTMIN and SIGRTMAX and print information in that case only when
56701         SIGRTMIN is defined.
56703 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
56705         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
56706         arginfo fn returning -1.
56708         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
56709         and thousands string is zero terminated.
56711 2011-02-03  Andreas Schwab  <schwab@redhat.com>
56713         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
56714         sysdeps/unix/sysv/linux/bits/socket.h.
56716 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56718         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
56719         (__CPU_COUNT): Remove old macros.
56720         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
56721         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
56722         (__CPU_ALLOC, __CPU_FREE): Add macros.
56723         (__sched_cpualloc, __sched_cpufree): Add declarations.
56725 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
56727         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
56728         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
56729         * nscd/aicache.c (addhstaiX): Return timeout of added value.
56730         (readdhstai): Return value of addhstaiX call.
56731         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
56732         (addgrbyX): Return value returned by cache_addgr.
56733         (readdgrbyname): Return value returned by addgrbyX.
56734         (readdgrbygid): Likewise.
56735         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
56736         (addpwbyX): Return value returned by cache_addpw.
56737         (readdpwbyname): Return value returned by addhstbyX.
56738         (readdpwbyuid): Likewise.
56739         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
56740         (addservbyX): Return value returned by cache_addserv.
56741         (readdservbyname): Return value returned by addservbyX:
56742         (readdservbyport): Likewise.
56743         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
56744         (addhstbyX): Return value returned by cache_addhst.
56745         (readdhstbyname): Return value returned by addhstbyX.
56746         (readdhstbyaddr): Likewise.
56747         (readdhstbynamev6): Likewise.
56748         (readdhstbyaddrv6): Likewise.
56749         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
56750         (readdinitgroups): Return value returned by addinitgroupsX.
56751         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
56752         (prune_cache): Keep track of timeout value of re-added entries.
56753         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
56754         * nscd/nscd.h: Adjust prototypes of readd* functions.
56756 2011-02-04  Roland McGrath  <roland@redhat.com>
56758         * nis/nis_server.c (nis_servstate): Use the right name for 0.
56759         (nis_stats): Likewise.
56760         * nis/nis_modify.c (nis_modify): Likewise.
56761         * nis/nis_remove.c (nis_remove): Likewise.
56762         * nis/nis_add.c (nis_add): Likewise.
56764         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
56766         * posix/fnmatch_loop.c: Add some consts.
56768         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
56770 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
56772         [BZ #12460]
56773         * config.make.in (config-cflags-novzeroupper): Define.
56774         * configure.in: Substitute libc_cv_cc_novzeroupper.
56775         * elf/Makefile (AVX-CFLAGS): Define.
56776         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
56777         (CFLAGS-tst-auditmod4a.c): Likewise.
56778         (CFLAGS-tst-auditmod4b.c): Likewise.
56779         (CFLAGS-tst-auditmod6b.c): Likewise.
56780         (CFLAGS-tst-auditmod6c.c): Likewise.
56781         (CFLAGS-tst-auditmod7b.c): Likewise.
56782         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
56784 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
56786         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
56787         function to the callback.
56788         Patch partly by Jiri Olsa <jolsa@redhat.com>.
56790 2011-02-02  Andreas Schwab  <schwab@redhat.com>
56792         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
56793         of errno.
56795 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
56797         [BZ #11724]
56798         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
56799         of constructors.
56800         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
56801         of destructors.
56802         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
56804         [BZ #11724]
56805         * elf/Makefile: Add rules to build and run new test.
56806         * elf/tst-initorder.c: New file.
56807         * elf/tst-initorder.exp: New file.
56808         * elf/tst-initordera1.c: New file.
56809         * elf/tst-initordera2.c: New file.
56810         * elf/tst-initordera3.c: New file.
56811         * elf/tst-initordera4.c: New file.
56812         * elf/tst-initorderb1.c: New file.
56813         * elf/tst-initorderb2.c: New file.
56814         * elf/tst-order-a1.c: New file.
56815         * elf/tst-order-a2.c: New file.
56816         * elf/tst-order-a3.c: New file.
56817         * elf/tst-order-a4.c: New file.
56818         * elf/tst-order-b1.c: New file.
56819         * elf/tst-order-b2.c: New file.
56820         * elf/tst-order-main.c: New file.
56821         New test case by George Gensure <werkt0@gmail.com>.
56823 2010-10-01  Andreas Schwab  <schwab@redhat.com>
56825         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
56826         decoding ACE if AI_CANONIDN.
56828 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
56830         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
56832 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
56834         * version.h (RELEASE): Bump for 2.13 release.
56835         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
56837         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
56839         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
56840         MADV_NOHUGEPAGE.
56841         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
56842         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
56843         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
56844         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
56845         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
56846         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
56848         * posix/getconf.c: Update copyright year.
56849         * catgets/gencat.c: Likewise.
56850         * csu/version.c: Likewise.
56851         * debug/catchsegv.sh: Likewise.
56852         * debug/xtrace.sh: Likewise.
56853         * elf/ldconfig.c: Likewise.
56854         * elf/ldd.bash.in: Likewise.
56855         * elf/sprof.c (print_version): Likewise.
56856         * iconv/iconv_prog.c: Likewise.
56857         * iconv/iconvconfig.c: Likewise.
56858         * locale/programs/locale.c: Likewise.
56859         * locale/programs/localedef.c: Likewise.
56860         * malloc/memusage.sh: Likewise.
56861         * malloc/mtrace.pl: Likewise.
56862         * nscd/nscd.c (print_version): Likewise.
56863         * nss/getent.c: Likewise.
56865         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
56866         PF_CAIF, and PF_ALG.
56867         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
56869 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
56871         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
56872         (modules-names): Use them.
56873         (ifunc-test-modules, ifunc-pie-tests): Define.
56874         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
56875         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
56876         (test-extras): Likewise.
56877         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
56878         $(compile-command.c).
56879         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
56880         (all-built-dso): Define.
56881         (check-textrel.out, check-execstack.out): Depend on it.
56883         * configure.in: Don't override --enable-multi-arch.
56885 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
56887         [BZ #6812]
56888         * nscd/hstcache.c (tryagain): Define.
56889         (cache_addhst): Return tryagain not notfound for temporary errors.
56890         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
56891         failed.
56893 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
56895         [BZ #10563]
56896         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
56897         to make the syscall.
56898         * sysdeps/unix/sysv/linux/setgroups.c: New file.
56900         [BZ #12378]
56901         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
56902         and fall back to matching as normal character if the string ends before
56903         the matching ']' is found.  This is what POSIX requires.
56904         * posix/testfnm.c: Adjust test result.
56905         * posix/globtest.sh: Adjust test result.  Add new test.
56906         * posix/tst-fnmatch.input: Likewise.
56907         * posix/tst-fnmatch2.c: Add new test.
56909 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
56911         * elf/Makefile (check-execstack): Revert last change.  Depend on
56912         check-execstack.h.
56913         (check-execstack.h): New target.
56914         (generated): Add check-execstack.h.
56915         * elf/check-execstack.c: Include "check-execstack.h".
56916         (main): Revert last change.
56917         (handle_file): Return zero if GNU_STACK is absent and
56918         DEFAULT_STACK_PERMS doesn't include PF_X.
56920 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
56922         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
56923         in child fails because the descriptor is already closed.
56924         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
56925         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
56926         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
56928         [BZ #12397]
56929         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
56930         syscall.
56932         [BZ #10484]
56933         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
56934         temporary buffer used to handle multi lookups locally.
56935         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
56937 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
56939         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
56940         loader is ld.so.
56942 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
56944         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
56945         alignment for SSE2.
56947 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
56949         [BZ #12394]
56950         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
56951         characters.  When rounding increased number of integer digits recompute
56952         number of groups.
56953         * stdio-common/tst-grouping.c: New file.
56954         * stdio-common/Makefile: Add rules to build and run tst-grouping.
56956 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
56958         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
56959         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
56961         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
56962         void.
56963         * bits/select.h: Likewise.
56965 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
56967         * po/ja.po: Update from translation team.
56969 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
56971         [BZ #11155]
56972         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
56973         implementation just like for lxstat, fxstatat, et al.
56975 2010-12-27  Jim Meyering  <meyering@redhat.com>
56977         [BZ #12348]
56978         * posix/regexec.c (build_trtable): Return failure indication upon
56979         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
56981 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
56983         [BZ #12201]
56984         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
56985         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
56986         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
56987         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
56989         [BZ #12207]
56990         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
56992         [BZ #12204]
56993         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
56994         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
56996 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
56998         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
56999         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
57000         script has SORT_BY_INIT_PRIORITY.
57001         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
57002         NO_CTORS_DTORS_SECTIONS is defined.
57003         * elf/soinit.c: Likewise.
57004         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
57005         NO_CTORS_DTORS_SECTIONS is defined.
57006         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
57007         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
57008         * sysdeps/sh/init-first.c: Likewise.
57009         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
57011 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
57013         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
57014         always use the slow path.
57016 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
57018         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
57019         similar rule which adds the sysdep directories to the header search in
57020         order to pick up the correct platform stackinfo.h.
57021         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
57022         perform test if it is, otherwise return successfully without testing.
57023         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
57024         DEFAULT_STACK_PERMS define in stackinfo.h.
57025         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
57026         defined in stackinfo.h.
57027         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
57028         DEFAULT_STACK_PERMS defined in stackinfo.h.
57029         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
57030         * sysdeps/ia64/stackinfo.h: Likewise.
57031         * sysdeps/s390/stackinfo.h: Likewise.
57032         * sysdeps/sh/stackinfo.h: Likewise.
57033         * sysdeps/sparc/stackinfo.h: Likewise.
57034         * sysdeps/x86_64/stackinfo.h: Likewise.
57035         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
57036         PF_X for powerpc64.  Retain PF_X for powerpc32.
57038 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
57040         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
57041         accurately.
57042         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
57043         GETDENTS_64BIT_ALIGNED.
57045 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
57047         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
57049 2010-12-10  Andreas Schwab  <schwab@redhat.com>
57051         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
57052         _GNU_SOURCE.
57054         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
57055         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
57056         Remove __restrict.
57057         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
57058         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
57060 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
57062         [BZ #11655]
57063         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
57064         are initialized.
57066 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
57068         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
57070 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
57072         * po/it.po: Update from translation team.
57074 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
57076         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
57077         unused codes.
57079 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
57081         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
57083 2010-11-24  Andreas Schwab  <schwab@redhat.com>
57085         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
57086         specially.
57087         (gaih_getanswer_slice): Likewise.
57089 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
57091         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
57093 2010-05-31  Petr Baudis  <pasky@suse.cz>
57095         [BZ #11149]
57096         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
57097         silently even in the chroot mode.
57099 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
57101         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
57102         last patch a bit.  Pretty printing
57104 2010-05-31  Petr Baudis <pasky@suse.cz>
57106         [BZ #10085]
57107         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
57108         initialization of skip_initgroups_dyn.
57110 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
57112         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
57113         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
57115 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
57117         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
57119 2010-11-11  Andreas Schwab  <schwab@redhat.com>
57121         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
57122         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
57123         (tst-fnmatch-ENV): Set MALLOC_TRACE.
57124         ($(objpfx)tst-fnmatch-mem): New rule.
57125         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
57126         * posix/tst-fnmatch.c (main): Call mtrace.
57128 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
57130         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57131         Support Intel processor model 6 and model 0x2c.
57133 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
57135         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
57136           signed comparison.
57138 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
57140         [BZ #12205]
57141         * string/test-strncasecmp.c (check_result): New function.
57142         (do_one_test): Use it.
57143         (check1): New function.
57144         (test_main): Use it.
57145         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
57146         Support strcasecmp and strncasecmp.
57148 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
57150         [BZ #12194]
57151         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
57152         * sysdeps/x86_64/bits/byteswap.h: Likewise.
57154 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
57156         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
57157         IFUNC support.
57158         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57159         memset-x86-64.
57160         * sysdeps/x86_64/multiarch/bzero.S: New file.
57161         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
57162         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
57163         * sysdeps/x86_64/multiarch/memset.S: New file.
57164         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
57165         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57166         Set bit_Prefer_SSE_for_memop for Intel processors.
57167         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
57168         Define.
57169         (index_Prefer_SSE_for_memop): Define.
57170         (HAS_PREFER_SSE_FOR_MEMOP): Define.
57172 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
57174         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
57175         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
57177 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
57179         [BZ #12191]
57180         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
57181         (__x86_64_raw_data_cache_size_half): Likewise.
57182         (__x86_64_raw_shared_cache_size): Likewise.
57183         (__x86_64_raw_shared_cache_size_half): Likewise.
57185         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
57186         (__x86_64_raw_data_cache_size_half): Likewise.
57187         (__x86_64_raw_shared_cache_size): Likewise.
57188         (__x86_64_raw_shared_cache_size_half): Likewise.
57189         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
57190         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
57191         and __x86_64_raw_shared_cache_size_half.  Round
57192         __x86_64_data_cache_size_half, __x86_64_data_cache_size
57193         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
57194         to multiple of 256 bytes.
57196 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
57198         [BZ #12167]
57199         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
57200         of inacessible symlinks.  Verify result of symlink before returning it.
57201         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
57202         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
57204 2010-10-28  Erich Ritz  <erichritz@gmail.com>
57206         * math/math.h (isinf): Fix typo in comment.
57208 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
57210         * po/da.po: Update from translation team.
57212 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
57214         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
57215         is added to the list.
57217 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57218             Ulrich Drepper  <drepper@gmail.com>
57220         * elf/dl-object.c (_dl_new_object): Don't append the new object to
57221         the global list here.  Move code to...
57222         (_dl_add_to_namespace_list): ...here.  New function.
57223         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
57224         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
57225         * elf/dl-load.c (lose): Don't remove the element from the list.
57226         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
57227         (_dl_map_object): Likewise.
57229 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
57231         [BZ #12159]
57232         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
57233         into all bytes of SSE register.
57234         Patch by Richard Li <richardpku@gmail.com>.
57236 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
57238         [BZ #12140]
57239         * malloc/malloc.c (_int_free): Fill correct number of bytes when
57240         perturbing.
57242 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
57244         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
57245         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
57246         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
57247         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
57248         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
57249         submachine.
57250         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
57252 2010-10-22  Andreas Schwab  <schwab@redhat.com>
57254         * include/dlfcn.h (__RTLD_SECURE): Define.
57255         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
57256         mode & __RTLD_SECURE instead.
57257         (open_path): Rename preloaded parameter to secure.
57258         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
57259         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
57260         * elf/dl-deps.c (openaux): Likewise.
57261         * elf/rtld.c (struct map_args): Remove is_preloaded.
57262         (map_doit): Don't use it.
57263         (dl_main): Likewise.
57264         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
57265         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
57267 2010-09-09  Andreas Schwab  <schwab@redhat.com>
57269         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
57270         (sysd-rules-targets): Remove duplicates.
57271         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
57272         rtld-%.$o dependency.
57274 2010-10-18  Andreas Schwab  <schwab@redhat.com>
57276         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
57277         _dl_map_object do it.
57279 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
57281         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
57282         fast fma builtins, define the macros in the C99 standard.
57283         (FP_FAST_FMAF): Likewise.
57284         (FP_FAST_FMAL): Likewise.
57285         * sysdeps/x86_64/bits/mathdef.h: Likewise.
57287         * bits/mathdef.h: Update copyright year.
57288         * sysdeps/powerpc/bits/mathdef.h: Likewise.
57290 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
57292         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
57293         builtins, define the macros in the C99 standard.
57294         (FP_FAST_FMAF): Likewise.
57295         (FP_FAST_FMAL): Likewise.
57296         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
57297         multiply/add.
57298         (FP_FAST_FMAF): Likewise.
57300 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
57302         [BZ #3268]
57303         * math/libm-test.inc (fma_test): Some new testcases.
57304         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
57305         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
57306         y and infinite z.  Do multiplication by C already in long double.
57307         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
57308         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
57309         y and infinite z.  Do bitwise or of inexact bit into u.d.
57310         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
57311         * sysdeps/i386/fpu/s_fmaf.S: Removed.
57312         * sysdeps/i386/fpu/s_fma.S: Removed.
57313         * sysdeps/i386/fpu/s_fmal.S: Removed.
57315 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
57317         [BZ #3268]
57318         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
57319         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
57320         computation is not scheduled after fetestexcept.  Fix value
57321         of minimum denormal long double.
57323 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
57325         [BZ #3268]
57326         * math/libm-test.inc (fma_test): Add some more tests.
57327         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
57328         correctly.
57330 2010-10-15  Andreas Schwab  <schwab@redhat.com>
57332         * scripts/data/localplt-s390-linux-gnu.data: New file.
57333         * scripts/data/localplt-s390x-linux-gnu.data: New file.
57335 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
57337         [BZ #3268]
57338         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
57339         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
57340         instead of dbl-64.
57341         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
57342         inlines.
57343         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
57344         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
57345         if one of x and y is very large and the other is subnormal.
57346         * sysdeps/s390/fpu/s_fmaf.c: New file.
57347         * sysdeps/s390/fpu/s_fma.c: New file.
57348         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
57349         * sysdeps/powerpc/fpu/s_fma.S: New file.
57350         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
57351         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
57352         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
57354 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
57356         [BZ #3268]
57357         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
57358         fma tests.
57359         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
57360         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
57361         * sysdeps/i386/i686/multiarch/s_fma.c: Include
57362         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
57363         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
57364         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
57365         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
57367 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
57369         [BZ #12078]
57370         * posix/regcomp.c (parse_branch): One more memory leak plugged.
57371         * posix/bug-regex31.input: Add test case.
57373 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
57375         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
57376         * posix/bug-regex31.input: New file.
57378         [BZ #12078]
57379         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
57380         (parse_sub_exp): Fix last change, use postorder.
57382         * posix/bug-regex31.c: New file.
57383         * posix/Makefile: Add rules to build and run bug-regex31.
57385         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
57387         [BZ #12078]
57388         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
57390         [BZ #12108]
57391         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
57392         to have entries in sys_siglist.
57394         [BZ #12093]
57395         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
57396         be NULL.
57398 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
57400         [BZ #3268]
57401         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
57402         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
57403         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
57404         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
57405         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
57406         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
57407         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
57408         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
57409         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
57410         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
57411         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
57412         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
57413         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
57414         * math/ftestexcept.c (fetestexcept): Likewise.
57415         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
57416         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
57417         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
57418         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
57419         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
57420         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
57421         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
57423 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
57425         [BZ #12107]
57426         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
57427         newline.
57429 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
57431         * string/bug-strstr1.c: New file.
57432         * string/Makefile: Add rules to build and run bug-strstr1.
57434 2010-10-05  Eric Blake  <eblake@redhat.com>
57436         [BZ #12092]
57437         * string/str-two-way.h (two_way_long_needle): Always clear memory
57438         when skipping input due to the shift table.
57440 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
57442         [BZ #12005]
57443         * malloc/mcheck.c: Handle large requests.
57445         [BZ #12077]
57446         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
57447         for strncmp and strncasecmp.
57448         * string/stratcliff.c: Add tests for strcmp and strncmp.
57449         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
57451 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
57453         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
57454         __set_fpscr.
57456 2010-09-30  Andreas Jaeger  <aj@suse.de>
57458         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
57459         (CGROUP_SUPER_MAGIC): Define.
57460         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57461         Handle btrfs and cgroup file systems.
57462         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
57463         Likewise.
57465 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
57467         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
57468         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
57470 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57472         [BZ #12067]
57473         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
57474         trying to locate the ELF header.
57476 2010-09-27  Andreas Schwab  <schwab@redhat.com>
57478         [BZ #11611]
57479         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
57480         Mask out sign-bit copies when constructing f_fsid.
57482 2010-09-24  Petr Baudis <pasky@suse.cz>
57484         * debug/stack_chk_fail_local.c: Add missing licence exception.
57485         * debug/warning-nop.c: Likewise.
57487 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
57489         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
57490         implementing getdents64 using getdents syscall, set d_type if
57491         __ASSUME_GETDENTS32_D_TYPE.
57493 2010-09-16  Andreas Schwab  <schwab@redhat.com>
57495         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
57496         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
57498 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
57500         [BZ #12037]
57501         * posix/unistd.h: Undo change of feature selection for ftruncate from
57502         2010-01-11.
57504 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
57506         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
57507         detection.
57509 2010-09-20  Andreas Schwab  <schwab@redhat.com>
57511         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
57512         fanotify_mark.
57513         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57515 2010-09-14  Andreas Schwab  <schwab@redhat.com>
57517         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
57518         variables after CHECK_SP call.
57519         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
57521 2010-09-13  Andreas Schwab  <schwab@redhat.com>
57522             Ulrich Drepper  <drepper@redhat.com>
57524         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
57525         re-relocationg ld.so.
57526         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
57527         _dl_init_paths call.
57528         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
57529         here anymore.
57531 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
57533         * resolv/res_init.c (__res_vinit): Count the default server we added.
57535 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
57536             Ulrich Drepper  <drepper@redhat.com>
57538         [BZ #11968]
57539         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
57540         (____longjmp_chk): Use %ebx for saving value across system call.
57541         Add unwind info.
57543 2010-09-06  Andreas Schwab  <schwab@redhat.com>
57545         * manual/Makefile: Don't mix pattern rules with normal rules.
57547 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
57549         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
57550         operation.
57551         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
57552         * libio/iofopncook.c (_IO_cookie_init): Likewise.
57553         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
57554         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
57555         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
57556         Likewise.
57558 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
57560         [BZ #11979]
57561         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
57562         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
57564 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
57566         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
57567         * sysdeps/x86_64/addmul_1.S: Likewise.
57568         * sysdeps/x86_64/lshift.S: Likewise.
57569         * sysdeps/x86_64/mul_1.S: Likewise.
57570         * sysdeps/x86_64/rshift.S: Likewise.
57571         * sysdeps/x86_64/sub_n.S: Likewise.
57572         * sysdeps/x86_64/submul_1.S: Likewise.
57574 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57576         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
57577         Define __sched_param instead of SCHED_* and sched_param when
57578         <bits/sched.h> is included with __need_schedparam defined.
57579         * bits/sched.h [__need_schedparam]
57580         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
57581         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
57582         (__defined_schedparam): Define to 1.
57583         (__sched_param): New structure, identical to sched_param.
57584         (__need_schedparam): Undefine.
57586 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
57588         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
57589         (epoll_create1): Declare.
57591         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
57593 2010-08-31  Andreas Schwab  <schwab@redhat.com>
57595         [BZ #7066]
57596         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
57597         shifting retval into place.
57599 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
57601         * nis/rpcsvc/nis.h: Update copyright notice.
57602         * nis/rpcsvc/nis.x: Likewise.
57603         * nis/rpcsvc/nis_callback.h: Likewise.
57604         * nis/rpcsvc/nis_callback.x: Likewise.
57605         * nis/rpcsvc/nis_object.x: Likewise.
57606         * nis/rpcsvc/nis_tags.h: Likewise.
57607         * nis/rpcsvc/yp.h: Likewise.
57608         * nis/rpcsvc/yp.x: Likewise.
57609         * nis/rpcsvc/ypupd.h: Likewise.
57610         * nis/yp_xdr.c: Likewise.
57611         * nis/ypupdate_xdr.c: Likewise.
57613         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
57614         mainly the body of pmap_getport.  Add parameters to specify timeouts.
57615         (pmap_getport): Use __libc_rpc_getport.
57616         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
57617         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
57618         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
57620 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
57622         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
57623         fanotify_mark.
57625 2010-08-27  Roland McGrath  <roland@redhat.com>
57627         * sysdeps/i386/i686/multiarch/Makefile
57628         (CFLAGS-varshift.c): New variable.
57630 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
57632         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
57633         * sysdeps/i386/i686/multiarch/varshift.c: New file.
57635         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
57637         * sysdeps/x86_64/strlen.S: Minimal code improvement.
57639 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
57641         * sysdeps/x86_64/strlen.S: Unroll the loop.
57642         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57643         strlen-sse2 strlen-sse2-bsf.
57644         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
57645         __strlen_no_bsf if bit_Slow_BSF is set.
57646         (__strlen_sse42): Removed.
57647         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
57648         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
57650 2010-08-25  Roland McGrath  <roland@redhat.com>
57652         * sysdeps/x86_64/multiarch/varshift.S: File removed.
57653         * sysdeps/x86_64/multiarch/varshift.c: New file.
57654         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
57655         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
57656         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
57657         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
57659 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
57661         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57662         strlen-sse2 strlen-sse2-bsf.
57663         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
57664         __strlen_sse2_bsf if bit_Slow_BSF is unset.
57665         (__strlen_sse2): Removed.
57666         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
57667         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
57668         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
57669         bit_Slow_BSF for Atom.
57670         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
57671         (index_Slow_BSF): Define.
57672         (HAS_SLOW_BSF): Define.
57674 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
57676         [BZ #10851]
57677         * resolv/res_init.c (__res_vinit): When no server address at all
57678         is given default to loopback.
57680 2010-08-24  Roland McGrath  <roland@redhat.com>
57682         * configure.in: Remove config-name.h generation.
57683         * configure: Regenerated.
57684         * config-name.in: File removed.
57685         * scripts/config-uname.sh: New file.
57686         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
57687         ($(objdir)config-name.h): New target.
57689         * sunrpc/rpc_parse.h: Avoid nested comment.
57691 2010-08-24  Richard Henderson  <rth@redhat.com>
57692             Ulrich Drepper  <drepper@redhat.com>
57693             H.J. Lu  <hongjiu.lu@intel.com>
57695         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
57696         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
57697         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
57698         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
57699         _mm_alignr_epi8 with _mm_loadu_si128.
57700         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
57701         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
57702         (__m128i_shift_right): Removed.
57703         * sysdeps/i386/i686/multiarch/varshift.h: New file.
57704         * sysdeps/i386/i686/multiarch/varshift.S: New file.
57705         * sysdeps/x86_64/multiarch/varshift.h: New file.
57706         * sysdeps/x86_64/multiarch/varshift.S: New file.
57708 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
57710         * configure.in: Move assembler checks to before sysdep dir checking.
57712 2010-08-20  Petr Baudis  <pasky@suse.cz>
57714         * LICENSES: Sync the sunrpc license.
57716 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
57718         * sunrpc/auth_des.c: Update copyright notice once again.
57719         * sunrpc/auth_none.c: Likewise.
57720         * sunrpc/auth_unix.c: Likewise.
57721         * sunrpc/authdes_prot.c: Likewise.
57722         * sunrpc/authuxprot.c: Likewise.
57723         * sunrpc/bindrsvprt.c: Likewise.
57724         * sunrpc/clnt_gen.c: Likewise.
57725         * sunrpc/clnt_perr.c: Likewise.
57726         * sunrpc/clnt_raw.c: Likewise.
57727         * sunrpc/clnt_simp.c: Likewise.
57728         * sunrpc/clnt_tcp.c: Likewise.
57729         * sunrpc/clnt_udp.c: Likewise.
57730         * sunrpc/clnt_unix.c: Likewise.
57731         * sunrpc/des_crypt.c: Likewise.
57732         * sunrpc/des_soft.c: Likewise.
57733         * sunrpc/get_myaddr.c: Likewise.
57734         * sunrpc/getrpcport.c: Likewise.
57735         * sunrpc/key_call.c: Likewise.
57736         * sunrpc/key_prot.c: Likewise.
57737         * sunrpc/openchild.c: Likewise.
57738         * sunrpc/pm_getmaps.c: Likewise.
57739         * sunrpc/pm_getport.c: Likewise.
57740         * sunrpc/pmap_clnt.c: Likewise.
57741         * sunrpc/pmap_prot.c: Likewise.
57742         * sunrpc/pmap_prot2.c: Likewise.
57743         * sunrpc/pmap_rmt.c: Likewise.
57744         * sunrpc/rpc/auth.h: Likewise.
57745         * sunrpc/rpc/auth_unix.h: Likewise.
57746         * sunrpc/rpc/clnt.h: Likewise.
57747         * sunrpc/rpc/des_crypt.h: Likewise.
57748         * sunrpc/rpc/key_prot.h: Likewise.
57749         * sunrpc/rpc/netdb.h: Likewise.
57750         * sunrpc/rpc/pmap_clnt.h: Likewise.
57751         * sunrpc/rpc/pmap_prot.h: Likewise.
57752         * sunrpc/rpc/pmap_rmt.h: Likewise.
57753         * sunrpc/rpc/rpc.h: Likewise.
57754         * sunrpc/rpc/rpc_des.h: Likewise.
57755         * sunrpc/rpc/rpc_msg.h: Likewise.
57756         * sunrpc/rpc/svc.h: Likewise.
57757         * sunrpc/rpc/svc_auth.h: Likewise.
57758         * sunrpc/rpc/types.h: Likewise.
57759         * sunrpc/rpc/xdr.h: Likewise.
57760         * sunrpc/rpc_clntout.c: Likewise.
57761         * sunrpc/rpc_cmsg.c: Likewise.
57762         * sunrpc/rpc_common.c: Likewise.
57763         * sunrpc/rpc_cout.c: Likewise.
57764         * sunrpc/rpc_dtable.c: Likewise.
57765         * sunrpc/rpc_hout.c: Likewise.
57766         * sunrpc/rpc_main.c: Likewise.
57767         * sunrpc/rpc_parse.c: Likewise.
57768         * sunrpc/rpc_parse.h: Likewise.
57769         * sunrpc/rpc_prot.c: Likewise.
57770         * sunrpc/rpc_sample.c: Likewise.
57771         * sunrpc/rpc_scan.c: Likewise.
57772         * sunrpc/rpc_scan.h: Likewise.
57773         * sunrpc/rpc_svcout.c: Likewise.
57774         * sunrpc/rpc_tblout.c: Likewise.
57775         * sunrpc/rpc_util.c: Likewise.
57776         * sunrpc/rpc_util.h: Likewise.
57777         * sunrpc/rpcinfo.c: Likewise.
57778         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
57779         * sunrpc/rpcsvc/key_prot.x: Likewise.
57780         * sunrpc/rpcsvc/klm_prot.x: Likewise.
57781         * sunrpc/rpcsvc/mount.x: Likewise.
57782         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
57783         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
57784         * sunrpc/rpcsvc/rex.x: Likewise.
57785         * sunrpc/rpcsvc/rstat.x: Likewise.
57786         * sunrpc/rpcsvc/rusers.x: Likewise.
57787         * sunrpc/rpcsvc/sm_inter.x: Likewise.
57788         * sunrpc/rpcsvc/spray.x: Likewise.
57789         * sunrpc/rpcsvc/yppasswd.x: Likewise.
57790         * sunrpc/rtime.c: Likewise.
57791         * sunrpc/svc.c: Likewise.
57792         * sunrpc/svc_auth.c: Likewise.
57793         * sunrpc/svc_authux.c: Likewise.
57794         * sunrpc/svc_raw.c: Likewise.
57795         * sunrpc/svc_run.c: Likewise.
57796         * sunrpc/svc_simple.c: Likewise.
57797         * sunrpc/svc_tcp.c: Likewise.
57798         * sunrpc/svc_udp.c: Likewise.
57799         * sunrpc/svc_unix.c: Likewise.
57800         * sunrpc/svcauth_des.c: Likewise.
57801         * sunrpc/xcrypt.c: Likewise.
57802         * sunrpc/xdr.c: Likewise.
57803         * sunrpc/xdr_array.c: Likewise.
57804         * sunrpc/xdr_float.c: Likewise.
57805         * sunrpc/xdr_mem.c: Likewise.
57806         * sunrpc/xdr_rec.c: Likewise.
57807         * sunrpc/xdr_ref.c: Likewise.
57808         * sunrpc/xdr_sizeof.c: Likewise.
57809         * sunrpc/xdr_stdio.c: Likewise.
57811         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
57812         handling.
57814 2010-08-19  Andreas Schwab  <schwab@redhat.com>
57816         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
57818 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
57820         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
57821         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
57822         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
57823         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
57824         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
57825         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
57826         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
57827         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
57828         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
57829         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
57830         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
57831         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
57832         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
57833         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
57835 2010-07-26  Anton Blanchard  <anton@samba.org>
57837         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
57838         * malloc/arena.c (heap_trim): Likewise.
57840 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
57842         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
57843         here.  Not...
57844         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
57845         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
57847 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
57849         * sysdeps/i386/elf/Makefile: New file.
57851 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
57853         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
57854         from fanotify_init.
57855         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
57856         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
57858 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
57860         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
57861         of strncasecmp_l.
57862         * sysdeps/multiarch/strcmp.S: Likewise.
57864 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
57866         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
57867         strncase_l-nonascii.
57868         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
57869         Add strncase_l-ssse3.
57870         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
57871         * sysdeps/x86_64/strcmp.S: Likewise.
57872         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
57873         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
57874         * sysdeps/x86_64/strncase.S: New file.
57875         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
57876         * sysdeps/x86_64/strncase_l.S: New file.
57877         * string/Makefile (strop-tests): Add strncasecmp.
57878         * string/test-strncasecmp.c: New file.
57880         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
57881         warning.
57883         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
57884         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
57886 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
57888         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
57890 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
57892         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
57893         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
57894         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
57896 2010-05-01  Alan Modra  <amodra@gmail.com>
57898         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
57899         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
57900         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
57901         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
57902         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
57903         tidying.  Don't tail-call __sigjmp_save for static lib.
57904         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
57905         save location.
57906         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
57907         (CALL_MCOUNT): Add eh info, and nop after bl.
57908         (TAIL_CALL_SYSCALL_ERROR): New macro.
57909         (PSEUDO_RET): Use it.
57910         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
57911         Correct save location of integer regs and cr.
57912         (_dl_profile_resolve): Correct cr save location.  Delete nops
57913         after bl when SHARED.  Reduce cfi size a little by better
57914         placement of cfi directives.
57915         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
57916         make a stack frame.  Instead use parm save area as a temp.
57917         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
57918         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
57919         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
57920         Don't make a stack frame for parent, use parm save area.
57921         Increase child stack frame to 112 bytes.  Don't save unused reg,
57922         and adjust reg usage.  Set up cfi on error recovery and
57923         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
57924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
57925         (__makecontext): Add dummy nop after jump to exit.
57926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
57927         Use correct parm save area and cr save, reduce stack frame.
57928         Correct cfi for possible PSEUDO_RET frame setup.
57929         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
57930         Branch to local label emitted by PSEUDO_RET rather than
57931         __syscall_error.
57933 2010-08-12  Andreas Schwab  <schwab@redhat.com>
57935         [BZ #11904]
57936         * locale/programs/locale.c (print_assignment): New function.
57937         (show_locale_vars): Use it.
57939 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
57941         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
57942         field.
57943         (struct statfs64): Likewise.
57944         (_STATFS_F_FLAGS): Define.
57945         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
57946         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57947         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
57948         (ST_VALID): Define locally.
57949         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
57950         __statvfs_getflags, use the provided value.
57951         * sysdeps/unix/sysv/linux/kernel-features.h: Define
57952         __ASSUME_STATFS_F_FLAGS.
57954         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
57956         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
57957         Add sys/fanotify.h.
57958         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
57959         fanotify_mask for GLIBC_2.13.
57960         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
57961         fanotify_init and fanotify_mark.
57962         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
57963         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
57965         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
57966         Add prlimit.
57967         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
57968         prlimit64 for GLIBC_2.13.
57969         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
57970         prlimit64.
57971         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
57972         syscall.
57973         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
57974         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57975         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
57976         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
57977         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
57978         add prlimit alias.
57979         * sysdeps/unix/sysv/linux/prlimit.c: New file.
57981         [BZ #11903]
57982         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
57983         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
57985         * nss/Makefile: Add rules to build and run tst-nss-test1.
57986         * shlib-versions: Add entry for libnss_test1.
57987         * nss/nss_test1.c: New file.
57988         * nss/tst-nss-test1.c: New file.
57990         * nss/nsswitch.c (__nss_database_custom): Define new variable.
57991         (__nss_configure_lookup): Set appropriate entry in
57992         __nss_configure_lookup to true.
57993         * nss/nsswitch.h: Define enum with indeces of databases in
57994         databases and __nss_database_custom arrays.  Declare
57995         __nss_database_custom.
57996         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
57997         to avoid using nscd when custom rules are installed.
57998         * nss/getXXbyYY_r.c: Likewise.
57999         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
58001         * nss/nss_files/files-parse.c: Whitespace fixes.
58003 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
58005         [BZ #11883]
58006         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
58007         * posix/fnmatch_loop.c: Likewise.
58009 2010-07-17  Andi Kleen  <ak@linux.intel.com>
58011         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
58012         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
58013         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
58014         * Versions.def [GLIBC_2.13]: Add.
58016 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
58018         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
58019         Also fail if tpwd after pwuid call is NULL.
58021 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58023         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
58024         when converting to ms.
58026 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58028         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
58029         EOPNOTSUPP errors with ENOTTY.
58030         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
58031         EOPNOTSUPP errors with ENOTTY.
58033 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
58035         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
58036         Add strcasecmp_l-ssse3.
58037         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
58038         strcasecmp.
58039         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
58040         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
58041         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
58043 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
58045         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
58047         * string/Makefile (strop-tests): Add strcasecmp.
58048         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
58049         strcasecmp_l-nonascii.
58050         (gen-as-const-headers): Add locale-defines.sym.
58051         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
58052         * sysdeps/x86_64/strcasecmp.S: New file.
58053         * sysdeps/x86_64/strcasecmp_l.S: New file.
58054         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
58055         * sysdeps/x86_64/locale-defines.sym: New file.
58056         * string/test-strcasecmp.c: New file.
58058         * string/test-strcasestr.c: Test both ends of the range of characters.
58059         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
58061 2010-07-29  Roland McGrath  <roland@redhat.com>
58063         [BZ #11856]
58064         * manual/locale.texi (Yes-or-No Questions): Fix example code.
58066 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
58068         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
58069         for ld.so.
58071 2010-07-27  Andreas Schwab  <schwab@redhat.com>
58073         * manual/memory.texi (Malloc Tunable Parameters): Document
58074         M_PERTURB.
58076 2010-07-26  Roland McGrath  <roland@redhat.com>
58078         [BZ #11840]
58079         * configure.in (-fgnu89-inline check): Set and substitute
58080         gnu89_inline, not libc_cv_gnu89_inline.
58081         * configure: Regenerated.
58082         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
58084 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
58086         * string/test-strnlen.c: New file.
58087         * string/Makefile (strop-tests): Add strnlen.
58088         * string/tester.c (test_strnlen): Add a few more test cases.
58089         * string/tst-strlen.c: Better error reporting.
58091         * sysdeps/x86_64/strnlen.S: New file.
58093 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
58095         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
58096         lower-latency instructions.
58098 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
58100         * string/test-strcasestr.c: New file.
58101         * string/test-strstr.c: New file.
58102         * string/Makefile (strop-tests): Add strstr and strcasestr.
58103         * string/str-two-way.h: Don't undefine MAX.
58104         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
58106 2010-07-21  Andreas Schwab  <schwab@redhat.com>
58108         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
58109         strcasestr-nonascii.
58110         (CFLAGS-strcasestr-nonascii.c): Define.
58111         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
58112         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
58113         Remove unused attribute.
58115 2010-07-20  Roland McGrath  <roland@redhat.com>
58117         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
58118         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
58119         ld.so.cache was broken.  With it, there is no way to disable dsocaps
58120         like LD_HWCAP_MASK can disable hwcaps.
58122 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
58124         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
58126 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
58128         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
58129         call in strcasestr.
58130         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
58131         __strcasestr_sse42_nonascii.
58132         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
58133         strcasestr-nonascii.c.
58134         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
58136 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
58138         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
58139         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
58140         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
58141         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
58143 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
58145         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
58146         fcntl.
58148 2010-07-06  Andreas Schwab  <schwab@redhat.com>
58150         [BZ #11577]
58151         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
58152         dl_signal_cerror.
58154 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
58156         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
58157         _PC_PIPE_BUF using F_GETPIPE_SZ.
58159 2010-07-05  Roland McGrath  <roland@redhat.com>
58161         * manual/arith.texi (Rounding Functions): Fix rint description
58162         implicit in round description.
58164 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
58166         * elf/Makefile: Fix linking for a few tests to make recent linker
58167         happy.
58169 2010-06-30  Andreas Schwab  <schwab@redhat.com>
58171         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
58172         $(common-objpfx)libc_nonshared.a.
58174 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
58176         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
58177         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
58178         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
58179         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
58180         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
58181         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
58182         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
58183         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
58184         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
58185         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
58186         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
58187         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
58188         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
58189         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
58190         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
58191         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
58192         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
58193         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
58194         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
58195         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
58196         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
58197         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
58198         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
58199         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
58200         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
58201         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
58202         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
58203         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
58204         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
58205         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
58206         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
58207         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
58208         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
58209         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
58210         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
58211         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
58212         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
58213         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
58214         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
58215         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
58216         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
58217         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
58218         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
58219         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
58220         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
58221         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
58222         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
58223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
58225 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
58227         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
58228         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
58229         * string/memmove.c (memmove): Renamed to ...
58230         (MEMMOVE): ...this.  Default to memmove.
58231         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
58232         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
58233         (END_CHK): Define.
58234         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
58235         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
58236         mempcpy-ssse3-back memmove-ssse3-back.
58237         * sysdeps/x86_64/multiarch/bcopy.S: New file .
58238         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
58239         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
58240         * sysdeps/x86_64/multiarch/memcpy.S: New file.
58241         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
58242         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
58243         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
58244         * sysdeps/x86_64/multiarch/memmove.c: New file.
58245         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
58246         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
58247         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
58248         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
58249         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
58250         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
58251         Define.
58252         (index_Fast_Copy_Backward): Define.
58253         (HAS_ARCH_FEATURE): Define.
58254         (HAS_FAST_REP_STRING): Define.
58255         (HAS_FAST_COPY_BACKWARD): Define.
58257 2010-06-21  Andreas Schwab  <schwab@redhat.com>
58259         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
58260         Restore proper fallback handling.
58262 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
58264         [BZ #11701]
58265         * posix/group_member.c (__group_member): Correct checking loop.
58267         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
58268         OOM in getpwuid_r correctly.  Return error number when the caller
58269         should return, otherwise -1.
58270         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
58271         call returning > 0 value.
58272         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
58274 2010-06-07  Andreas Schwab  <schwab@redhat.com>
58276         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
58277         libc_nonshared.a from targets in modules-names.
58279 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
58281         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
58282         requires it.
58284 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
58286         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
58287         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
58288         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
58289         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
58291 2010-06-02  Andreas Schwab  <schwab@redhat.com>
58293         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
58295 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
58297         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
58298         and F_GETPIPE_SZ.
58299         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
58300         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
58301         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
58302         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
58303         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
58304         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
58306 2010-06-14  Roland McGrath  <roland@redhat.com>
58308         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
58310 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
58312         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
58313         __REDIRECT followed by __THROW.
58314         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
58315         * posix/getopt.h (getopt): Likewise.
58317 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
58319         * hurd/lookup-at.c (__file_name_lookup_at): Accept
58320         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
58321         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
58322         in AT_FLAGS.
58323         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
58324         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
58326 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
58328         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
58330 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
58332         [BZ #11640]
58333         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
58334         Properly check family and model.
58336 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
58338         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
58340 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
58342         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
58344 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
58346         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
58347         symbol reference.
58349 2010-05-19  Andreas Schwab  <schwab@redhat.com>
58351         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
58352         symbol reference.
58354 2010-05-21  Andreas Schwab  <schwab@redhat.com>
58356         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
58357         and internal_recvmmsg.
58358         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
58359         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
58360         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
58361         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
58363         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
58364         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
58365         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
58367 2010-05-20  Andreas Schwab  <schwab@redhat.com>
58369         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
58371 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
58373         POWER7 optimizations.
58374         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
58375         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
58377 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
58379         * version.h: Update for 2.13 development version.
58381 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
58383         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
58384         exceptions.  Return 0.
58386 2010-05-07  Roland McGrath  <roland@redhat.com>
58388         * elf/ldconfig.c (main): Add a const.
58390 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
58392         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
58393         (args_options): Add no-idn option.
58394         (ahosts_keys_int): Add idn_flags to ai_flags.
58395         (parse_option): Handle 'i' option to clear idn_flags.
58397         * malloc/malloc.c (_int_free): Possible race in the most recently
58398         added check.  Only act on the data if no current modification
58399         happened.
58401 See ChangeLog.17 for earlier changes.